/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/*************************
  Banner variables
**************************/
/* Additional Mixins */
.uppercase-title {
  font-family: var(--secondary-font), sans-serif;
  color: #2b2b2b;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 16px;
  line-height: 27px;
  letter-spacing: 0.15rem;
  text-align: center;
}

/**
 * Critical CSS
 * Stylesheet for Elements above the fold
 * Header | Navigation | Banner
 * If there are additional stylings that need to be added, 
 * kindly remove it from other scss file to avoid duplicate 
 */
.header {
  position: relative;
  z-index: 99999;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
  padding: 0;
}

@media screen and (min-width: 1200px) {
  .header {
    background-color: var(--header-bg-color);
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
  padding-right: 0;
}

@media (min-width: 576px) and (max-width: 1199px) {
  .header .top-header-mobile .container {
    max-width: 100%;
  }
}
.header .top-header-mobile .tap-to-call {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  text-transform: uppercase;
  font-family: var(--secondary-font), sans-serif;
  font-size: 18px;
  letter-spacing: 0.02em;
  line-height: 18.76px;
  padding: 9px 0;
  position: relative;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-mobile .tap-to-call-container {
    position: absolute;
    top: 0;
    right: 54px;
    width: calc(50% - 54px);
  }
  .mm-ocd-opened .header .top-header-mobile .tap-to-call-container {
    right: 45px;
    width: calc(50% - 45px);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-mobile .tap-to-call {
    justify-content: flex-start;
    padding: 10.5px 0;
    padding-left: 30px;
    min-height: 50px;
  }
}
.header .top-header-mobile .tap-to-call:before {
  position: relative;
  content: "";
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/social-icons/icon-tap-to-call.svg");
  background-size: 29px;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 29px;
  height: 29px;
  margin-right: 4px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-mobile .tap-to-call:before {
    position: absolute;
    z-index: 1;
    left: -13px;
    background-size: 36px;
    width: 36px;
    height: 36px;
    margin-right: 0;
  }
}
.header .top-header-mobile .tap-to-call:after {
  content: none;
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-mobile .tap-to-call:after {
    position: absolute;
    content: "";
    top: 0;
    bottom: 0;
    left: -1px;
    right: auto;
    width: 10.5px;
    height: 50px;
    background-color: #fff;
    clip-path: polygon(0 0, 100% 0, 12% 100%, 0% 100%);
  }
}
.header #nav-mobile {
  padding-top: 0;
  padding-bottom: 0;
}

.header #nav-mobile .site-logo {
  padding: 0;
  z-index: 99;
}

.header #nav-mobile .site-logo img {
  max-width: 288px;
}

@media (max-width: 329px) {
  .header #nav-mobile .site-logo img {
    max-width: 230px;
  }
}
@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    max-width: 319.44px;
  }
}
@media screen and (min-width: 992px) {
  .header #nav-mobile .site-logo img {
    max-width: 100%;
  }
}
.header .top-header-desktop {
  position: relative;
}

@media (min-width: 1440px) {
  .header .top-header-desktop {
    background: linear-gradient(to right, #fff 0%, #fff 50%, var(--color-primary) 50%, var(--color-primary) 100%);
  }
}
@media (min-width: 1500px) {
  .header .top-header-desktop .container-fluid {
    max-width: 1620px;
  }
}
@media (min-width: 1600px) {
  .header .top-header-desktop .container-fluid {
    margin-right: 2.5%;
  }
}
@media (min-width: 2000px) {
  .header .top-header-desktop .container-fluid {
    margin-right: auto;
  }
}
.header .top-header-desktop .site-logo {
  height: 100%;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: flex-start;
}

.header .top-header-desktop .site-logo-wrap {
  background-color: #fff;
}

@media (min-width: 1400px) and (max-width: 1449px) {
  .header .top-header-desktop .site-logo-wrap {
    width: 16.6666666667%;
  }
}
.header .top-header-desktop .site-menu-wrap {
  position: relative;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  padding-right: 0;
  background-color: var(--color-neutral);
}

.header .top-header-desktop .site-menu-wrap:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: 0px;
  right: auto;
  width: 28px;
  height: 100%;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 12% 100%, 0% 100%);
}

.header .top-header-desktop .phone-section {
  position: relative;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  background-color: var(--color-primary);
  padding: 21.5px 29px;
  padding-left: 53px;
  font-family: var(--secondary-font), sans-serif;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section {
    padding: 21.5px 9px;
    padding-left: 43px;
    height: 100%;
  }
}
@media (min-width: 1500px) {
  .header .top-header-desktop .phone-section {
    padding: 21.5px 19px;
    padding-left: 53px;
  }
}
.header .top-header-desktop .phone-section:before {
  position: absolute;
  z-index: 1;
  content: "";
  left: -28px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-image: url("../images/social-icons/icon-tap-to-call.svg");
  background-size: 43px;
  background-position: bottom;
  background-repeat: no-repeat;
  width: 43px;
  height: 43px;
  margin-right: 4px;
  filter: drop-shadow(0px 4px 4px rgba(0, 0, 0, 0.25));
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section:before {
    left: -13px;
  }
}
@media (min-width: 1500px) {
  .header .top-header-desktop .phone-section:before {
    left: -8px;
  }
}
.header .top-header-desktop .phone-section:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -1px;
  right: auto;
  width: 29px;
  height: 100%;
  background-color: var(--color-neutral);
  clip-path: polygon(0 0, 100% 0, 12% 100%, 0% 100%);
}

.header .top-header-desktop .phone-section .label {
  font-size: 16px;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.04em;
  display: block;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section .label {
    font-size: 14px;
  }
}
@media (min-width: 1500px) {
  .header .top-header-desktop .phone-section .label {
    font-size: 16px;
  }
}
.header .top-header-desktop .phone-section .contact-phone {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 0.02em;
  line-height: 21px;
  text-transform: uppercase;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 18px;
  }
}
@media (min-width: 1500px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 20px;
  }
}
.header .top-header-desktop .desktop-menu {
  position: relative;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .desktop-menu {
    display: inline-block;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (min-width: 1500px) {
  .header .top-header-desktop .desktop-menu {
    margin-right: 35px;
  }
}
@media (min-width: 1600px) {
  .header .top-header-desktop .desktop-menu {
    margin-right: 45px;
  }
}
.header .sticky-top {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  background-color: #fff;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.hero {
  padding-top: 25px;
  position: relative;
}

@media (min-width: 768px) {
  .hero {
    padding-top: 0;
  }
}
.hero:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(309.3deg, #132841 45.68%, #1F497B 137.94%);
  pointer-events: none;
}

.hero:after {
  position: absolute;
  display: block;
  content: "";
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 83px;
  background-image: url("../images/shape-2-mobile.png");
  background-size: 100% 83px;
  background-repeat: no-repeat;
  background-position: bottom center;
  pointer-events: none;
}

@media (min-width: 576px) {
  .hero:after {
    background-image: url("../images/shape-2-mobile.png");
    background-size: 100% 83px;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
  }
}
@media screen and (min-width: 992px) {
  .hero:after {
    background-image: url("../images/shape-2-mobile.png");
    background-size: 100% 83px;
    background-repeat: no-repeat;
    background-position: bottom center;
    pointer-events: none;
  }
}
@media screen and (min-width: 1200px) {
  .hero:after {
    background-image: url("../images/shape-2.png");
    background-size: 100% 200px;
    height: 200px;
    pointer-events: none;
  }
}
@media (max-width: 767px) {
  .hero-alternate + .main-content {
    padding-top: 30px;
  }
}
.hero-content-container {
  position: relative;
  z-index: 1;
}

.hero .image-holder img {
  border-radius: 6px;
}

.hero.hero-alternate .image-holder img {
  border-radius: 6px;
}

.hero-home {
  position: relative;
  display: flex;
  align-items: center;
  background: linear-gradient(345.08deg, #0D2037 -9.44%, #1F497B 50.95%);
}

@media screen and (min-width: 992px) {
  .hero-home {
    padding: 50px 0;
  }
}
@media (max-width: 991px) {
  .hero-home {
    display: block;
    height: auto;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .hero-home-container {
    position: static;
    z-index: 3;
  }
}
.hero-home:before {
  position: relative;
  content: "";
  display: block;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 185px;
  background-image: var(--banner-img-mobile);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: top center;
}

@media (min-width: 576px) {
  .hero-home:before {
    background-image: var(--banner-img-tablet);
    height: 300px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home:before {
    position: absolute;
    left: auto;
    right: 0;
    bottom: 0;
    width: 60%;
    background-image: var(--banner-img);
    height: 100%;
    background-position: center;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home:before {
    width: 62%;
  }
}
@media (min-width: 1400px) {
  .hero-home:before {
    width: 65%;
  }
}
.hero-home:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .hero-home:after {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 65%;
    height: 100%;
    background: linear-gradient(330.18deg, #0D2037 16.31%, #1F497B 75.02%);
    clip-path: polygon(0% 0%, 90% 0%, 70% 100%, 0% 100%);
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home:after {
    width: 60%;
    clip-path: polygon(0% 0%, 85% 0%, 65% 100%, 0% 100%);
  }
}
@media (min-width: 1400px) {
  .hero-home:after {
    width: 55%;
  }
}
.hero-home-col:before {
  content: none;
}

@media screen and (min-width: 992px) {
  .hero-home-col:before {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 70.5%;
    height: 100%;
    background-color: rgba(12, 55, 117, 0.15);
    clip-path: polygon(0% 0%, 90% 0%, 70.5% 100%, 0% 100%);
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home-col:before {
    width: 60%;
    clip-path: polygon(0% 0%, 93% 0%, 73% 100%, 0% 100%);
  }
}
@media (min-width: 1400px) {
  .hero-home-col:before {
    width: 54.7%;
  }
}
.hero-home-col:after {
  content: none;
}

@media screen and (min-width: 992px) {
  .hero-home-col:after {
    position: absolute;
    display: block;
    content: "";
    top: 0;
    left: 0;
    bottom: 0;
    width: 67.6%;
    height: 100%;
    background-color: rgba(13, 41, 75, 0.5);
    clip-path: polygon(0% 0%, 90% 0%, 70.5% 100%, 0% 100%);
    z-index: 1;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home-col:after {
    width: 60%;
    clip-path: polygon(0% 0%, 89% 0%, 69% 100%, 0% 100%);
  }
}
@media (min-width: 1400px) {
  .hero-home-col:after {
    width: 54.7%;
  }
}
.hero-home .banner-content {
  position: relative;
  width: 100%;
  max-width: 340px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content {
    max-width: 100%;
    z-index: 2;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    margin-top: 85px;
    margin-bottom: 125px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content {
    margin-top: -67px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content {
    padding-left: 9px;
    padding-right: 9px;
    margin-top: -75px;
    margin-bottom: 50px;
  }
}
.hero-home .banner-content .btn-play {
  margin-bottom: 0;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .btn-play {
    margin-bottom: 26px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content .content {
    margin: auto;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content {
    width: 100%;
    max-width: 447px;
  }
}
.hero-home .banner-content .banner-title {
  position: relative;
  margin-bottom: 19px;
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 30px;
  line-height: 41px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-title {
    font-size: 45px;
    line-height: 60px;
  }
}
.hero-home .banner-content .btn {
  width: 100% !important;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .btn {
    width: initial !important;
    min-width: 317px !important;
  }
}
.banner-subtitle,
.banner-content-txt p {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 30px;
  margin-bottom: 29px;
}

@media screen and (min-width: 992px) {
  .banner-subtitle,
.banner-content-txt p {
    font-size: 20px;
    color: #fff;
    line-height: 35px;
    margin-bottom: 30px;
  }
}
.banner-subtitle em,
.banner-content-txt p em {
  font-weight: 700;
  font-style: italic;
}

.hero-bio {
  position: relative;
}

@media (min-width: 768px) {
  .hero-bio {
    padding-top: 0;
  }
}
.hero-bio .image-holder {
  text-align: center;
}

@media screen and (min-width: 1440px) {
  .hero-bio .image-holder {
    text-align: right;
    margin-right: 34px;
  }
}
.hero-bio .image-holder img {
  border-radius: 6px;
}

.hero-bio .attorney-banner-container {
  width: 100%;
  max-width: 443px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .attorney-banner-container {
    margin-top: 15px;
    margin-left: 32px;
  }
}
@media (min-width: 1440px) {
  .hero-bio .attorney-banner-container {
    margin-top: 55px;
    margin-right: 34px;
  }
}
@media (max-width: 1199px) {
  .hero-bio .attorney-banner-container {
    margin-top: 66px;
    margin-left: auto;
    margin-right: auto;
  }
}
@media (max-width: 991px) {
  .hero-bio .attorney-banner-container {
    margin-top: 33px;
  }
}
.hero-bio .attorney-banner-container .btn {
  margin-top: 30px;
}

.hero-bio .attorney-info .position {
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 700;
  color: #fff;
  line-height: 32px;
  letter-spacing: 0.19em;
  margin-bottom: 22px;
  text-transform: uppercase;
}

.hero-bio .attorney-info .phone {
  font-family: var(--main-font), sans-serif;
  font-size: 18px;
  line-height: 55px;
  text-transform: uppercase;
  border-top: 1px solid rgba(214, 214, 214, 0.2);
  border-bottom: 1px solid rgba(214, 214, 214, 0.2);
}

.hero-bio .attorney-info .phone a {
  font-family: var(--main-font), sans-serif;
  font-size: inherit;
  font-weight: 600;
  line-height: inherit;
}

.hero-bio .attorney-info .phone a span {
  font-family: var(--secondary-font), sans-serif;
}

.hero-bio .attorney-video-container {
  position: relative;
  width: 100%;
  max-width: 391px;
  min-height: 257px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end;
  margin-top: 66px;
}

@media (max-width: 767px) {
  .hero-bio .attorney-video-container {
    margin-left: auto;
    margin-right: auto;
  }
}
.hero-bio .attorney-video-container:after {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  right: 0;
  border: 0;
  border-radius: 6px;
  width: 100%;
  height: 100%;
  background: linear-gradient(180deg, rgba(27, 27, 27, 0) 0%, rgba(27, 27, 27, 0.6) 100%);
  pointer-events: none;
}

.hero-bio .attorney-video-container .custom-thumbnail,
.hero-bio .attorney-video-container .default-thumbnail {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  border-radius: 6px;
  object-fit: cover;
  object-position: center;
}

.hero-bio .attorney-video-container .attorney-video-play-container {
  display: flex;
  align-items: center;
  justify-content: flex-start;
  position: relative;
  z-index: 1;
  margin-bottom: 23px;
}

.hero-bio .attorney-video-container .attorney-video-play-container .btn-play {
  margin-right: 10px;
}

.hero-bio .attorney-video-container .attorney-video-play-container .attorney-video-title {
  font-size: 19px;
  font-weight: 600;
  line-height: 27px;
  letter-spacing: 0.5px;
}

#mobile-menu {
  display: none;
}

.close__mobileMenu {
  background-color: var(--accent-color);
  padding: 11px;
  border-radius: 0;
  border: none;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 50px;
  width: 45px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: #fff;
  height: 2px;
  width: 24px;
  transition: all ease-in 0.5s;
}

.close__mobileMenu .x:first-child {
  transform: rotate(45deg);
}

.close__mobileMenu .x:last-child {
  transform: translate(0px, -2px) rotate(-45deg);
}

.mm-ocd-opened .mobile-button {
  visibility: hidden;
}

.mm-ocd-opened .close__mobileMenu {
  display: block;
}

.mobile-button {
  position: relative;
  padding: 17px 11px;
  padding-left: 19px;
  background-color: var(--accent-color);
  border: none;
}

.mobile-button:before {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  left: -1px;
  right: auto;
  width: 11px;
  height: 50px;
  background-color: #fff;
  clip-path: polygon(0 0, 100% 0, 0 110%, 0% 100%);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .mobile-button:before {
    background-color: var(--color-primary);
  }
}
.mobile-button .menu__bar {
  background-color: #fff;
  height: 2px;
  width: 24px;
  display: block;
  margin-bottom: 5px;
}

.mobile-button .menu__bar:last-child {
  margin-bottom: 0;
}

#nav-mobile .navbar-brand {
  display: inline-flex;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-left: 14px;
  margin-right: 0;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
  max-width: 233px;
  width: 100%;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #nav-mobile .navbar-brand {
    max-width: 50%;
    margin-left: 31px;
  }
}
@media (max-width: 329px) {
  #nav-mobile .navbar-brand {
    max-width: 230px;
  }
}
#nav-mobile .navbar-toggler {
  background: black;
}

#nav-mobile .navbar-toggler.collapsed .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurger.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

#nav-mobile .navbar-toggler .navbar-toggler-icon {
  display: inline-block;
  width: 33px;
  height: 23px;
  vertical-align: middle;
  content: "";
  background: url("../images/bgBurgerClose.svg") no-repeat scroll center center #000;
  background-size: 33px 23px;
}

@media (max-width: 991px) {
  .navbar-expand-md .navbar-nav .nav-link {
    padding-right: 0;
    padding-left: 0;
  }
}
/**
 Desktop menu styles
*/
.menu-container {
  max-width: 1170px;
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

#nav-desktop {
  padding: 17.5px 0;
}

#nav-desktop .menu-container {
  padding-left: 0;
  padding-right: 0;
}

#nav-desktop ul#menu-main-menu {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

#nav-desktop ul#menu-main-menu > .nav-item {
  /**
    styles specific to the main menu so we don't 
    have to put !important when doing styles for the dropdown menu
  */
}

#nav-desktop ul#menu-main-menu > .nav-item.current-menu-item .nav-link {
  color: var(--header-main-m-current-color);
}

#nav-desktop ul#menu-main-menu > .nav-item:last-child .nav-link {
  padding-right: 0;
}

#nav-desktop .nav-item {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item:not(.dropdown-menu .nav-item):not(:first-of-type) {
    margin-left: 20px;
  }
}
@media (min-width: 1600px) {
  #nav-desktop .nav-item:not(.dropdown-menu .nav-item):not(:first-of-type) {
    margin-left: 28px;
  }
}
#nav-desktop .nav-item:not(.dropdown-menu .nav-item) {
  padding: 13.5px 0;
}

#nav-desktop .nav-item:hover .dropdown-menu {
  display: block;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: var(--main-font), sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 500;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  padding: 0;
}

#nav-desktop .nav-item .nav-link:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

#nav-desktop .nav-item .nav-link:active {
  color: var(--header-main-m-active-color);
}

@media (min-width: 1300px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 16px;
  }
}
#nav-desktop .nav-item .nav-link:after {
  background-image: url("../images/arrows/arrow-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: 10px;
  width: 10px;
  height: 10px;
  border: unset;
  vertical-align: unset;
  margin-left: -1px;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 99999;
  float: left;
  min-width: 241px;
  padding: 10px 20px;
  margin-top: 0;
  margin-left: -2px;
  font-size: 14px;
  color: var(--text-color);
  text-align: left;
  line-height: 30px;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.1);
  background-clip: padding-box;
  border: none;
  border-radius: 6px;
}

@media (min-width: 1400px) {
  #nav-desktop .nav-item .dropdown-menu {
    font-size: 16px;
  }
}
#nav-desktop .nav-item .dropdown-menu li {
  padding-top: 10px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DDE1E8;
}

#nav-desktop .nav-item .dropdown-menu li:first-of-type {
  padding-top: 4px;
}

#nav-desktop .nav-item .dropdown-menu li:last-of-type {
  padding-bottom: 4px;
  border-bottom: none;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: var(--header-sub-link);
}

#nav-desktop .nav-item .dropdown-menu li:is(:hover, :focus) a {
  color: var(--header-sub-link-hover) !important;
}

#nav-desktop .nav-item .dropdown-menu li.current-menu-item a {
  color: var(--header-sub-link-active);
}

.mm-ocd {
  z-index: 99999 !important;
}

.mm-ocd__content {
  background-color: var(--background-menu-color) !important;
  box-shadow: 0px 4px 20px rgba(0, 0, 0, 0.25);
}

.mm-spn.mm-spn--navbar:before {
  color: var(--accent-color);
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul {
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.mm-spn.mm-spn--navbar ul:before {
  border-top: 2px solid #F0F0F0 !important;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:first-child, .mm-spn.mm-spn--navbar ul li:after {
  border-color: #F0F0F0;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:before {
  border-color: var(--accent-color);
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar ul li:after {
  border-top: 2px solid #F0F0F0;
}

.mm-spn.mm-spn--navbar:after {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 700;
  color: var(--color-primary);
  text-transform: uppercase;
  opacity: 1 !important;
}

/*# sourceMappingURL=critical.css.map*/