/**
* 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;
  background-color: var(--header-bg-color);
}

.header .top-header-mobile {
  padding: 4px 10px;
}

@media screen and (min-width: 768px) {
  .header .top-header-mobile {
    padding: 9px 10px;
  }
}
@media screen and (min-width: 1200px) {
  .header .top-header-mobile {
    padding: 20px;
  }
}
.header .top-header-mobile .container {
  padding-left: 0;
  padding-right: 0;
  max-width: initial;
}

.header .top-header-mobile .mobile-menu {
  display: flex;
  align-items: center;
}

.header .top-header-mobile .mobile-menu-label {
  color: #fff;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

.header .top-header-mobile .header-search .header-search__toggle {
  margin-right: 10px;
}

.header .top-header-mobile .header-search .header-search__toggle svg {
  width: 20px;
  height: 20px;
}

.header .top-header-mobile .header-search .header-search__form {
  top: calc(100% + 12px);
  right: 0;
  width: 78vw;
  max-width: 320px;
  height: 44px;
}

.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: 88px;
}

@media screen and (min-width: 768px) {
  .header #nav-mobile .site-logo img {
    max-width: 114px;
  }
}
@media screen and (min-width: 1200px) {
  .header #nav-mobile .site-logo img {
    max-width: 150px;
  }
}
.header .language-switcher {
  margin-right: 5px;
}

@media screen and (min-width: 1200px) {
  .header .language-switcher {
    margin-right: 0;
    border: 1px solid #FFBB26;
    border-radius: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .header .language-switcher .wpml-ls-legacy-list-horizontal {
    padding: 6px 20px !important;
  }
}
.header .language-switcher a {
  color: var(--accent-color);
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 13px;
  line-height: 18px;
}

@media screen and (min-width: 1200px) {
  .header .language-switcher a {
    font-weight: 600;
    font-size: 14px;
    line-height: 22px;
    letter-spacing: 5%;
    color: #fff;
  }
}
.header .contact-phone-mobile {
  background: var(--color-secondary);
  justify-content: center;
  align-items: center;
  gap: 15px;
  padding: 6.5px 0;
}

.header .contact-phone-mobile .phone-icon {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 3px;
}

.header .contact-phone-mobile .phone-icon .phone-label {
  color: #F6F4EF;
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 9px;
  line-height: 12px;
}

.header .contact-phone-mobile .phone-section {
  max-width: 153px;
}

.header .contact-phone-mobile .phone-section a {
  color: #fff;
  font-weight: 600;
  font-size: 20px;
  line-height: 10px;
  font-family: var(--secondary-font), sans-serif;
}

.header .contact-phone-mobile .phone-section a span {
  font-family: var(--main-font), sans-serif;
  font-size: 8px;
  line-height: 18px;
  letter-spacing: 14%;
}

.header .top-header-desktop {
  position: relative;
  z-index: 100;
}

@media screen and (min-width: 1200px) {
  .header .top-header-desktop {
    padding: 18px 0 12px;
  }
}
.header .top-header-desktop .site-logo {
  display: block;
  position: relative;
}

.header .top-header-desktop .site-logo img {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

.header .top-header-desktop .header-right-section {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  gap: 28px;
  position: relative;
}

.header .top-header-desktop .phone-section {
  max-width: 220px;
}

.header .top-header-desktop .phone-section .contact-phone {
  color: white;
  display: flex;
  align-items: center;
  flex-direction: column;
}

.header .top-header-desktop .phone-section .contact-phone .phone-number {
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 24px;
  line-height: 34px;
  letter-spacing: 0%;
  text-align: right;
}

.header .top-header-desktop .phone-section .contact-phone .phone-info {
  display: flex;
  align-items: center;
  gap: 10px;
}

.header .top-header-desktop .phone-section .contact-phone span {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: 10%;
  text-align: center;
}

.header .top-header-desktop .desktop-menu {
  position: relative;
}

.header .top-header-desktop .header-search {
  position: static;
}

.header .top-header-desktop .header-search .header-search-panel {
  position: absolute;
  top: calc(100% + 16px);
  right: 0;
  z-index: 9999;
  display: flex;
  align-items: center;
  width: 400px;
  height: 50px;
  background-color: #fff;
  border: 1px solid #D8B978;
}

.header .top-header-desktop .header-search .header-search__form {
  position: static;
  right: auto;
  bottom: auto;
  width: auto;
  height: 100%;
  flex: 1 1 auto;
  min-width: 0;
}

.header .top-header-desktop .header-search .search-close {
  flex: 0 0 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 50px;
  margin: 0;
  padding: 0;
  border: none;
  background-color: #fff;
  color: #707070;
  font-size: 28px;
  line-height: 1;
  cursor: pointer;
}

.header .header-search {
  position: relative;
}

.header .header-search .header-search__toggle {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0;
  border: none;
  background-color: transparent;
  line-height: 0;
  cursor: pointer;
  transition: opacity 0.2s linear;
}

.header .header-search .header-search__toggle:hover, .header .header-search .header-search__toggle:focus {
  opacity: 0.6;
}

.header .header-search .header-search__toggle svg {
  display: block;
}

.header .header-search .header-search-panel {
  visibility: hidden;
  opacity: 0;
  pointer-events: none;
  transition: opacity 0.2s ease, visibility 0.2s ease;
}

.header .header-search .header-search__form {
  position: absolute;
  z-index: 99;
  display: flex;
  align-items: stretch;
  visibility: hidden;
  opacity: 0;
  transition: opacity 0.2s linear, visibility 0.2s linear;
}

.header .header-search.is-open .header-search-panel {
  visibility: visible;
  opacity: 1;
  pointer-events: auto;
}

.header .header-search.is-open .header-search__form {
  visibility: visible;
  opacity: 1;
}

.header .header-search .header-search__field {
  flex: 1 1 auto;
  min-width: 0;
  padding: 0 15px;
  border: none;
  background-color: #fff;
  color: #454545;
  font-family: var(--main-font), sans-serif;
  font-size: 15px;
  font-weight: 400;
}

.header .header-search .header-search__field::-webkit-input-placeholder {
  color: #9a9b9b;
  opacity: 1;
}

.header .header-search .header-search__field::-moz-placeholder {
  opacity: 1;
  color: #9a9b9b;
  opacity: 1;
}

.header .header-search .header-search__field:-moz-placeholder {
  color: #9a9b9b;
  opacity: 1;
}

.header .header-search .header-search__field:-ms-input-placeholder {
  color: #9a9b9b;
  opacity: 1;
}

.header .header-search .header-search__field.placeholder {
  color: #9a9b9b;
  opacity: 1;
}

.header .header-search .header-search__submit {
  flex: 0 0 auto;
  padding: 0 18px;
  border: none;
  background-color: var(--accent-color);
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  transition: opacity 0.2s linear;
}

.header .header-search .header-search__submit:hover, .header .header-search .header-search__submit:focus {
  opacity: 0.8;
}

.hero {
  position: relative;
}

.hero--no-image .hero__banner {
  background: linear-gradient(259.52deg, #0C1A2B 19.42%, #325172 70.49%);
}

.hero__banner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: none;
}

@media screen and (min-width: 768px) {
  .hero__banner {
    min-height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__banner {
    min-height: 393px;
  }
}
.hero__banner .breadcrumb-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .hero__banner .breadcrumb-container {
    padding-top: 30px;
  }
}
.hero__images {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 80px 0 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero__content {
    min-height: 320px;
    padding: 90px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero__content {
    min-height: 393px;
    padding: 100px 0 60px;
  }
}
.hero .banner-title {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin: 0 auto;
  max-width: 672px;
}

@media screen and (min-width: 768px) {
  .hero .banner-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .banner-title {
    font-size: 60px;
    line-height: 72px;
    max-width: 800px;
  }
  .page-template-auto-insurance .hero .banner-title {
    max-width: 100%;
  }
}
.hero-about {
  padding-top: 80px;
  position: relative;
  padding-bottom: 50px;
}

.hero-about h1 {
  font-size: 60px;
  font-style: normal;
  font-weight: 600;
  padding-left: 135px;
}

.hero-about .hero__extra-content {
  color: #fff;
  max-width: 700px;
  margin-left: auto;
}

.hero-about .hero__extra-content p {
  color: #fff;
}

.hero-pa {
  position: relative;
}

.hero-pa__banner {
  position: relative;
  overflow: hidden;
  min-height: 280px;
  background: none;
}

@media screen and (min-width: 768px) {
  .hero-pa__banner {
    min-height: 320px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa__banner {
    min-height: 393px;
  }
}
.hero-pa__banner .breadcrumb-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 3;
  padding-top: 24px;
}

@media screen and (min-width: 768px) {
  .hero-pa__banner .breadcrumb-container {
    padding-top: 30px;
  }
}
.hero-pa__images {
  position: absolute;
  inset: 0;
  z-index: 1;
}

.hero-pa__image {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.hero-pa__content {
  position: relative;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  min-height: 280px;
  padding: 80px 0 40px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-pa__content {
    min-height: 320px;
    padding: 90px 0 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa__content {
    min-height: 393px;
    padding: 100px 0 60px;
  }
}
.hero-pa .banner-title {
  color: #fff;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 44px;
  margin: 0 auto;
  max-width: 672px;
}

@media screen and (min-width: 768px) {
  .hero-pa .banner-title {
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .banner-title {
    font-size: 60px;
    line-height: 72px;
  }
}
.hero-home {
  display: block;
  height: auto;
  text-align: center;
  position: relative;
  background-color: #0C1A2B;
}

@media screen and (min-width: 1200px) {
  .hero-home {
    background: url("../images/hero-home-bg.png") no-repeat top center;
    background-size: cover;
    padding-top: 76px;
  }
  .hero-home:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 73%;
    background: linear-gradient(180deg, rgba(40, 88, 145, 0) 0%, rgba(40, 88, 145, 0) 10%, rgba(40, 88, 145, 0.35) 28%, rgba(26, 57, 94, 0.75) 55%, rgb(12, 26, 43) 87%, #0C1A2B 100%);
    pointer-events: none;
  }
}
@media (max-width: 1199px) {
  .hero-home .container {
    max-width: initial;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .container {
    position: unset;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .container {
    max-width: 1392px;
  }
}
.hero-home .banner-image {
  position: relative;
  background: url("../images/hero-home-mobile-bg.png") no-repeat top center;
  background-size: 100% auto;
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-image {
    background: url("../images/hero-home-tablet-bg.png") no-repeat top center;
    padding-top: 50px;
    background-size: cover;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-image {
    background: none;
    position: absolute;
    bottom: 0;
    right: 50px;
    max-width: 700px;
    padding-top: 0;
  }
  .hero-home .banner-image:after {
    display: none;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-image {
    max-width: 800px;
    right: 68px;
  }
}
@media (min-width: 1600px) {
  .hero-home .banner-image {
    max-width: 973px;
  }
}
.hero-home .banner-image:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 73%;
  background: linear-gradient(180deg, rgba(40, 88, 145, 0) 0%, rgba(40, 88, 145, 0) 10%, rgba(40, 88, 145, 0.35) 28%, rgba(26, 57, 94, 0.75) 55%, rgb(12, 26, 43) 87%, #0C1A2B 100%);
  pointer-events: none;
}

.hero-home .banner-video-poster {
  position: relative;
  width: 100%;
}

.hero-home .mobile-hero {
  max-width: 312px;
  margin: 0 auto;
}

.hero-home .tablet-hero {
  margin: 0 auto;
}

.hero-home .banner-content {
  position: relative;
  z-index: 3;
  margin-top: -118px;
  padding: 0 22px 30px;
  width: 100%;
}

@media (min-width: 500px) {
  .hero-home .banner-content {
    max-width: 297px;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    padding-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content {
    max-width: 429px;
    margin-top: -250px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    margin-top: 0;
    margin-left: 0;
    max-width: 430px;
  }
}
.hero-home .banner-content .banner-title {
  position: relative;
  margin-bottom: 15px;
  font-family: var(--secondary-font), sans-serif;
  font-weight: 600;
  font-size: 36px;
  line-height: 45px;
  letter-spacing: 0%;
  text-align: center;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .banner-title {
    font-weight: 700;
    font-size: 48px;
    line-height: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-title {
    text-align: left;
    line-height: 60px;
  }
}
.hero-home .banner-content .banner-subtitle {
  font-family: var(--main-font), sans-serif;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content .banner-subtitle {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .button {
    text-align: left;
  }
}
.hero-home .button .btn--primary {
  min-width: 297px;
}

.banner-subtitle {
  margin-bottom: 24px;
  color: #323049;
  font-size: 21px;
  font-weight: 500;
  line-height: 36px;
}

.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: #454545;
  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 {
  background-color: transparent;
  padding: 8px;
  border-radius: 0;
  border: 2px solid rgba(255, 255, 255, 0.3);
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  z-index: 99999999;
  height: 45px;
  width: 45px;
  display: none;
}

.close__mobileMenu .x {
  display: block;
  background-color: white;
  width: 26px;
  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 {
  display: none;
}

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

.mobile-button {
  padding: 0 8px;
  background-color: transparent;
  border: none;
}

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

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

#nav-mobile .navbar-brand {
  display: inline-block;
  padding-top: 0.3125rem;
  padding-bottom: 0.3125rem;
  margin-right: 1rem;
  font-size: 1.25rem;
  line-height: inherit;
  white-space: nowrap;
}

#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;
}

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

#nav-desktop .navbar-nav {
  justify-content: flex-end;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .navbar-nav {
    gap: 40px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .navbar-nav {
    gap: 48px;
  }
}
#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;
}

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

#nav-desktop .nav-item.active .nav-link:after {
  display: block;
  width: 100%;
  height: 5px;
  background-color: var(--accent-color);
  position: absolute;
  bottom: -13px;
  left: 50%;
  transform: translateX(-50%);
  content: "";
  z-index: 9;
}

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

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 20px 15px 5px 15px;
  font-family: var(--main-font), sans-serif;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  font-weight: 400;
  font-size: 14px;
  line-height: 20px;
  letter-spacing: 0%;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    padding: 10px 10px 5px 10px;
  }
}
#nav-desktop .nav-item .nav-link:hover, #nav-desktop .nav-item .nav-link:focus {
  color: var(--header-main-m-hover-color);
}

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

#nav-desktop .nav-item .dropdown-toggle:after {
  content: "";
  background-image: url("../images/arrows/dropdown-arrow.svg");
  background-size: contain;
  background-repeat: no-repeat;
  width: 14px;
  height: 14px;
  border: none;
  vertical-align: bottom;
  margin-left: 2px;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 10rem;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #454545;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  background-clip: padding-box;
  border: 1px solid #d8d9d9;
  border-radius: 3px;
}

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

#nav-desktop .nav-item .dropdown-menu li:hover a, #nav-desktop .nav-item .dropdown-menu li: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);
}

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