/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* 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 {
  padding: 0;
}

@media screen and (min-width: 992px) {
  .header {
    position: relative;
    z-index: 99999;
  }
}
.header .top-header-mobile {
  background-color: var(--color-primary);
  min-height: 255px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile {
    min-height: initial;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .top-header-mobile {
    padding-top: 6px;
    padding-bottom: 13px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .top-header-mobile .container {
    max-width: 727px;
    padding-left: 0;
    padding-right: 0;
  }
}
.header .top-header-desktop {
  position: relative;
}

@media (min-width: 1200px) and (max-width: 1599px) {
  .header .top-header-desktop .container {
    max-width: 100%;
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .container {
    position: static;
    max-width: 1620px;
  }
}
.header .top-header-desktop .container:after {
  content: none;
}

@media (min-width: 1600px) and (max-width: 1920px) {
  .header .top-header-desktop .container:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: auto;
    bottom: 0;
    background-color: var(--color-primary);
    pointer-events: none;
    z-index: -1;
    width: 8%;
  }
}
.header .top-header-desktop-custom-col {
  position: relative;
}

.header .top-header-desktop-custom-col:before {
  position: absolute;
  content: "";
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  border-radius: 0px 0px 0px 15px;
  background: linear-gradient(270deg, #001834 0%, rgba(0, 24, 52, 0.5) 158.64%);
  backdrop-filter: blur(5.35px);
  -webkit-backdrop-filter: blur(5.35px);
  pointer-events: none;
  z-index: -1;
}

@media screen and (min-width: 1600px) {
  .header .top-header-desktop-custom-col:before {
    width: 100%;
    max-width: 1159px;
    margin-right: 0;
    margin-left: auto;
  }
}
@media (min-width: 1921px) {
  .header .top-header-desktop-custom-col:before {
    border-radius: 0 0 15px 15px;
  }
}
.header .top-header-desktop .site-logo {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .top-header-desktop .site-logo img.logo {
    width: 100%;
    max-width: 90%;
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .site-logo img.logo {
    margin-right: -100px;
  }
}
@media (min-width: 1650px) {
  .header .top-header-desktop .site-logo img.logo {
    margin-right: -136px;
  }
}
.header .top-header-desktop .phone-section {
  margin-top: 22px;
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section {
    display: flex;
    align-items: center;
    justify-content: space-between;
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .phone-section {
    width: 100%;
    max-width: 1097px;
    margin-right: 0;
    margin-left: auto;
  }
}
.header .top-header-desktop .phone-section .wpml-ls {
  border: unset !important;
  padding: 0 !important;
  clear: none !important;
}

.header .top-header-desktop .phone-section .wpml-ls ul {
  line-height: normal !important;
}

.header .top-header-desktop .phone-section .wpml-ls ul li {
  display: block !important;
}

.header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link {
  padding: 0 !important;
  line-height: normal !important;
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-transform: capitalize;
  text-shadow: 0px 3.42728px 5.14092px rgba(0, 0, 0, 0.2);
  margin-right: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link {
    margin-right: 23px;
  }
}
@media (max-width: 1299px) {
  .header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link {
    margin-left: 18px;
  }
}
@media screen and (min-width: 1440px) {
  .header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link {
    margin-right: 0;
  }
}
.header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 27.69px;
  height: 20px;
  background-image: url("../images/icon/icon-flag.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5.31px;
}

.spanish-page .header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link:before {
  background-image: url("../images/icon/icon-en-flag.svg");
}

.header .top-header-desktop .phone-section .wpml-ls .wpml-ls-link span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: normal !important;
}

.header .top-header-desktop .phone-section .contact-phone {
  font-family: var(--secondary-font), sans-serif;
  font-style: normal;
  font-weight: 600;
  font-size: 35px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  text-transform: uppercase;
  text-shadow: 0px 3.42728px 5.14092px rgba(0, 0, 0, 0.2);
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .top-header-desktop .phone-section .contact-phone {
    font-size: 30px;
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section .contact-phone {
    margin-right: 24px;
  }
}
.header .top-header-desktop .phone-section .contact-phone-label {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 500;
  font-size: 16px;
  color: #fff;
  line-height: 16px;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section .contact-phone-label {
    font-weight: 500;
    font-size: 18px;
    line-height: 16px;
    text-transform: uppercase;
  }
}
@media (min-width: 1300px) {
  .header .top-header-desktop .phone-section .contact-phone-label {
    font-size: 23px;
  }
}
@media screen and (min-width: 1200px) {
  .header .top-header-desktop .phone-section .contact-phone-label-custom {
    margin-right: 158px;
  }
}
@media (min-width: 1350px) and (max-width: 1399px) {
  .header .top-header-desktop .phone-section .contact-phone-label-custom {
    margin-right: 268px;
  }
}
@media screen and (min-width: 1400px) {
  .header .top-header-desktop .phone-section .contact-phone-label-custom {
    margin-right: 300px;
  }
}
@media screen and (min-width: 1600px) {
  .header .top-header-desktop .phone-section .contact-phone-label-custom {
    margin-left: 10px;
    margin-right: auto;
  }
}
.header .top-header-desktop .phone-section .contact-phone a {
  font-family: inherit;
  font-style: inherit;
  font-weight: inherit;
  font-size: inherit;
  color: inherit;
  line-height: inherit;
}

.header .sticky-top {
  left: 0;
  right: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 1200px) {
  .header .sticky-top {
    background-color: #fff;
  }
}
@media screen and (min-width: 1200px) {
  .header .sticky-top .top-header-desktop-custom-col:before {
    border-radius: 0;
  }
}
.hero {
  padding-top: 25px;
  position: relative;
}

.hero-home {
  position: relative;
}

.hero-home:before {
  position: absolute;
  content: "";
  width: 100%;
  height: calc(100% - 14px);
  background-image: url("../images/in-pain-call-cain-bg-mobile.jpg");
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 20px solid #FFC26B;
  pointer-events: none;
  top: 0;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  .hero-home:before {
    background-image: url("../images/in-pain-call-cain-bg-tablet.jpg");
  }
}
@media screen and (min-width: 992px) {
  .hero-home:before {
    background-image: url("../images/in-pain-call-cain-bg.jpg");
    height: calc(100% + 151px);
    top: -151px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home:before {
    height: calc(100% + 154px);
    top: -154px;
  }
}
@media (min-width: 1600px) {
  .hero-home:before {
    background-position: center 15%;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .container {
    max-width: 1529px;
  }
}
.hero-home .banner-content {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content {
    margin-top: 117px;
    min-height: 500px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .banner-content {
    min-height: 538px;
    margin-left: 33px;
  }
}
@media (min-width: 1650px) {
  .hero-home .banner-content {
    margin-left: 43px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content {
    text-align: center;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-img-container {
    position: absolute;
    right: -20px;
    bottom: 20px;
    width: 100%;
    max-width: 65%;
  }
}
@media (min-width: 1350px) {
  .hero-home .banner-content .banner-img-container {
    right: -50px;
  }
}
@media screen and (min-width: 1440px) {
  .hero-home .banner-content .banner-img-container {
    right: -15px;
  }
}
@media screen and (min-width: 1600px) {
  .hero-home .banner-content .banner-img-container {
    width: initial;
    max-width: initial;
    right: -40px;
  }
}
@media (min-width: 1650px) {
  .hero-home .banner-content .banner-img-container {
    right: -70px;
  }
}
.hero-home .banner-content .btn {
  margin-top: -7px;
  min-width: 303px;
}

@media (max-width: 991px) {
  .hero-home .banner-content .btn {
    padding: 15px 12px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content .btn {
    margin-top: -15px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .btn {
    position: relative;
    z-index: 1;
    margin-top: 0;
    margin-left: 12px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content .btn:after {
    content: none;
  }
}
.hero-home .banner-content .banner-video-link {
  display: inline-flex;
  align-items: center;
  justify-content: flex-start;
  margin-top: 21px;
}

.hero-home .banner-content .banner-video-link-default {
  margin-top: 0;
  margin-bottom: 23.59px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-video-link-default {
    display: none;
  }
}
.hero-home .banner-content .banner-video-link-lg {
  display: none;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-video-link-lg {
    display: inline-flex;
    margin-left: 12px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content .banner-video-link {
    margin-left: 12px;
  }
}
.hero-home .banner-content .banner-video-link .video-title {
  font-family: var(--secondary-font), sans-serif;
  font-size: 20px;
  font-style: italic;
  font-weight: 700;
  color: #fff;
  line-height: 19px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.hero-home .banner-content .banner-video-link img {
  margin-left: 13px;
}

.banner-title {
  position: relative;
  z-index: 1;
  font-family: var(--secondary-font), sans-serif;
  font-size: 53.5593px;
  font-weight: 700;
  color: #fff;
  line-height: 60px;
  text-transform: capitalize;
  text-shadow: 0px 13.3898px 20.0847px rgba(0, 0, 0, 0.2);
  width: 100%;
  max-width: 316px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .banner-title {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .banner-title {
    font-size: 100px;
    line-height: 86px;
    text-shadow: 0px 10px 15px rgba(0, 0, 0, 0.2);
    min-height: 165px;
  }
}
@media screen and (min-width: 768px) {
  .banner-title .banner-title-text {
    max-width: 100%;
  }
}
@media screen and (min-width: 992px) {
  .banner-title .banner-title-text {
    line-height: 47px;
  }
}
@media (max-width: 767px) {
  .banner-title .banner-title-text {
    line-height: 45px;
  }
}
.hero-home .banner-title {
  margin-top: 36.59px;
  margin-bottom: 23.59px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-title {
    width: 100%;
    max-width: 576px;
    text-align: left;
    margin-top: 0;
    margin-left: 0;
  }
}
.hero-home .banner-title span {
  font-size: 20px;
  vertical-align: text-top;
  line-height: 31px;
  font-weight: 900;
  letter-spacing: 1.5px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-title span {
    font-size: 25px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-title span {
    font-size: 34px;
    line-height: revert;
  }
}
.banner-subtitle {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

@media (max-width: 767px) {
  .banner-subtitle {
    font-size: 18px;
    line-height: 32px;
  }
}
.banner-subtitle em {
  font-weight: 700;
  font-style: italic;
}

.hero-bio {
  background-size: cover !important;
  min-height: 660px;
  padding: 80px 0 160px 0;
}

@media screen and (min-width: 1200px) {
  .hero-bio {
    clip-path: polygon(0 0, 100% 0, 100% calc(100% - 83px), 0 100%);
  }
}
@media (max-width: 991px) {
  .hero-bio {
    min-height: 520px;
  }
}
.hero-bio .bio-excerpt {
  color: #1B1B1B;
  font-family: var(--main-font), sans-serif;
  font-size: 17px;
  font-weight: 400;
  font-style: normal;
  letter-spacing: normal;
  line-height: 37px;
  text-align: left;
  padding-top: 10px;
}

.hero-bio .col-right {
  align-items: center;
  display: flex;
}

@media (max-width: 767px) {
  .hero-bio .col-right {
    margin-bottom: 45px;
  }
}
.hero-bio .col-right .text-wrap {
  max-width: 553px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap {
    margin-right: initial;
  }
}
.hero-bio .col-right .text-wrap .banner-title {
  font-size: 36px;
  font-weight: 400;
  letter-spacing: 1.96px;
  line-height: 60px;
  margin-bottom: 5px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right .text-wrap .banner-title {
    font-size: 54px;
  }
}
.hero-bio .col-right .text-wrap .banner-title:after {
  width: 100px;
  margin-top: 0;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-left: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-right .text-wrap .banner-title:after {
    margin-top: 15px;
  }
}
.hero-bio .col-right .text-wrap .position {
  color: #7dbeef;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 1.83px;
  line-height: 44px;
  text-transform: uppercase;
  letter-spacing: 1.75px;
}

.hero-bio .col-right .text-wrap ul {
  margin-top: 17px;
  margin-bottom: 26px;
  margin-left: 0;
  padding-left: 0;
}

.hero-bio .col-right .text-wrap ul li {
  font-size: 17px;
  font-weight: 500;
  color: #908f8c;
  margin-bottom: 0;
  line-height: normal;
  padding: 12px 0;
  border-bottom: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li:first-of-type {
  border-top: 2px dashed #e0e0d8;
}

.hero-bio .col-right .text-wrap ul li a {
  color: #4164f2;
  display: inline-block;
}

.hero-bio .col-right .text-wrap ul li.phone {
  background-size: 20px 20px;
}

.hero-bio .col-right .text-wrap ul li.fax {
  background-size: 25px 25px;
}

.hero-bio .col-right .text-wrap ul li.email {
  background-size: 20px 15px;
}

@media (max-width: 991px) {
  .hero-bio .col-right .text-wrap .btn-std {
    width: 100%;
    max-width: 370px;
    font-size: 12px;
  }
}
#mobile-menu {
  display: none;
}

.close__mobileMenu {
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 45px;
  width: 44px;
  display: none;
  padding: 0;
  padding-top: 3px;
  background-color: #1277C9;
  border: 1px solid #1277C9;
  border-radius: 3px;
}

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

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

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

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

.mm-ocd-opened .close__mobileMenu {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.mobile-button {
  padding: 15.5px 12px;
  background-color: var(--accent-color);
  border: 1px solid rgba(0, 17, 46, 0.1);
  border-radius: 3px;
}

.mobile-button .menu__bar {
  background-color: #fff;
  width: 18px;
  height: 2px;
  display: block;
  margin-bottom: 3px;
}

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

#nav-mobile {
  position: relative;
  padding-top: 0;
  padding-bottom: 0;
}

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

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 10px;
  padding-bottom: 22.56px;
  margin-right: 0;
  line-height: inherit;
  white-space: nowrap;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #nav-mobile .navbar-brand {
    padding-bottom: 16px;
  }
}
#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;
}

#nav-mobile .request-callback-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 107px;
  left: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  #nav-mobile .request-callback-container {
    position: relative;
    top: initial;
    left: -26.68px;
    right: initial;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  #nav-mobile .request-callback-container .btn {
    padding: 8px 3px;
  }
}
@media (max-width: 991px) {
  .spanish-page #nav-mobile .request-callback-container .btn-tap-call {
    font-size: 14px;
  }
}
@media (max-width: 991px) {
  .spanish-page #nav-mobile .request-callback-container span {
    font-size: 20px;
  }
}
#nav-mobile .request-callback-container .wpml-ls {
  border: unset !important;
  padding: 0 !important;
  clear: none !important;
}

#nav-mobile .request-callback-container .wpml-ls .wpml-ls-link {
  padding: 0 !important;
  line-height: normal !important;
  position: relative;
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  text-decoration: underline;
  text-transform: capitalize;
  text-shadow: 0px 3.42728px 5.14092px rgba(0, 0, 0, 0.2);
  margin-top: 18px;
  display: flex !important;
  align-items: center;
  justify-content: center;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #nav-mobile .request-callback-container .wpml-ls .wpml-ls-link {
    margin-top: 13px;
  }
}
#nav-mobile .request-callback-container .wpml-ls .wpml-ls-link:before {
  position: relative;
  content: "";
  display: inline-block;
  width: 27.69px;
  height: 20px;
  background-image: url("../images/icon/icon-flag.svg");
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  margin-right: 5.31px;
}

.spanish-page #nav-mobile .request-callback-container .wpml-ls .wpml-ls-link:before {
  background-image: url("../images/icon/icon-en-flag.svg");
}

#nav-mobile .request-callback-container .wpml-ls .wpml-ls-link span {
  font-family: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
  line-height: normal !important;
}

#nav-mobile .request-callback-txt {
  font-family: var(--secondary-font), sans-serif;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
  line-height: 16px;
  text-transform: capitalize;
  text-shadow: 0px 3.42728px 5.14092px rgba(0, 0, 0, 0.2);
  margin-bottom: 13px;
}

@media (min-width: 768px) and (max-width: 1199px) {
  #nav-mobile .request-callback-txt {
    margin-top: 10px;
  }
}
@media (max-width: 767px) {
  .spanish-page #nav-mobile .request-callback-txt {
    font-size: 15px;
  }
}
/**
 Desktop menu styles
*/
.menu-container {
  padding: 0 15px;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 1600px) {
  .menu-container {
    padding: 0;
    margin-right: 0;
  }
}
#nav-desktop {
  padding-top: 0;
  padding-bottom: 0;
}

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

#nav-desktop .menu-container .header-menu {
  justify-content: flex-end;
}

@media (min-width: 1025px) and (max-width: 1199px) {
  #nav-desktop .menu-container .header-menu {
    justify-content: space-evenly;
  }
}
#nav-desktop .menu-container .nav-item {
  margin-bottom: 0;
  transition: all 0.3s ease-in-out;
}

#nav-desktop .menu-container .nav-item.active .nav-link:not([title~=Home]):not(.dropdown-menu .nav-link):before, #nav-desktop .menu-container .nav-item:is(:hover, :focus) .nav-link:not([title~=Home]):not(.dropdown-menu .nav-link):before {
  display: block;
  width: 73px;
  height: 12px;
  background-color: #FFC26B;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

#nav-desktop .menu-container .nav-item:is(:hover, :focus) .dropdown-menu {
  display: block;
}

#nav-desktop .menu-container .nav-item .nav-link {
  font-family: var(--secondary-font), sans-serif;
  font-size: 14px;
  font-weight: 500;
  color: var(--header-main-m-color);
  line-height: normal;
  position: relative;
  display: block;
  padding: 25px 5px 42px;
  text-transform: var(--header-main-m-format);
}

@media screen and (min-width: 1200px) {
  #nav-desktop .menu-container .nav-item .nav-link {
    padding: 25px 9px 42px;
  }
}
@media (min-width: 1350px) {
  #nav-desktop .menu-container .nav-item .nav-link {
    padding: 25px 16px 42px;
  }
}
@media screen and (min-width: 1400px) {
  #nav-desktop .menu-container .nav-item .nav-link {
    font-size: 16px;
    line-height: 24px;
    padding: 25px 12px 42px;
  }
}
@media screen and (min-width: 1600px) {
  #nav-desktop .menu-container .nav-item .nav-link {
    padding: 25px 17.5px 42px;
  }
}
#nav-desktop .menu-container .nav-item .nav-link:is(:hover, :focus) {
  color: var(--header-main-m-hover-color);
}

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

#nav-desktop .menu-container .nav-item .nav-link[title~=Home] {
  background-image: url("../images/icon/icon-house.svg");
  background-position: center;
  background-size: 20px 18px;
  background-repeat: no-repeat;
  font-size: 1px;
  color: rgba(255, 0, 0, 0);
  text-indent: -999px;
  width: 20px;
  height: 18px;
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-toggle:after {
  background-image: url("../images/icon/icon-header-dropdown.svg");
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  width: 9px;
  height: 5px;
  border: unset;
  vertical-align: unset;
  margin-left: 0;
  margin-bottom: 3px;
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 220px;
  padding: 0;
  margin: 0;
  font-size: 16px;
  color: var(--color-primary);
  text-align: left;
  list-style: none;
  line-height: 20px;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: none;
  box-shadow: 0px 5px 30px rgba(0, 0, 0, 0.25);
  border-radius: 10px;
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-menu li {
  border-bottom: 1px solid var(--accent-color);
  padding-left: 14px;
  padding-right: 14px;
  margin-left: 6px;
  margin-right: 6px;
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-menu li:last-of-type {
  border-bottom: unset;
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-menu li a {
  padding: 22px 0 24px;
  color: var(--header-sub-link);
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-menu li:is(:hover, :focus) {
  position: relative;
}

#nav-desktop .menu-container .nav-item.dropdown .dropdown-menu li:is(:hover, :focus):before {
  position: absolute;
  content: "";
  top: 6px;
  bottom: 7px;
  left: 6px;
  right: 6px;
  background-color: #FFC26B;
  border-radius: 5px;
  pointer-events: none;
}

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

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

#nav-desktop .menu-container .nav-item:last-of-type .nav-link {
  padding-right: 0;
}

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

.mm-spn.mm-spn--navbar:before {
  opacity: 1 !important;
  color: #1277C9;
}

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

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

.mm-spn.mm-spn--navbar ul li:before {
  border-color: #1277C9;
  opacity: 1 !important;
}

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

.mm-spn.mm-spn--navbar ul li.current-menu-item a {
  font-weight: 500;
}

.mm-spn.mm-spn--navbar ul li a {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 400;
  font-size: 16px;
  color: var(--color-primary);
  line-height: 22px;
}

.mm-spn a:not(:last-child):after,
.mm-spn li:after {
  color: #000;
  margin-left: 0 !important;
}

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