/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
#nav-desktop .nav-item .nav-link {
  transition: all 0.2s ease;
}

.uppercase-title {
  font-family: var(--secondary-font);
  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;
  background-color: var(--color-primary);
}

@media screen and (min-width: 1200px) {
  .header {
    padding: 13px 0 25px;
  }
}
@media screen and (min-width: 1200px) {
  .home .header {
    position: absolute;
    top: 0;
    left: 0;
    padding-top: 8px;
    width: 100%;
    z-index: 1010;
    background-color: transparent;
  }
}
.header:after {
  content: "";
  position: absolute;
  bottom: 89px;
  right: 0;
  width: calc((100% - 1140px + 30px) / 2);
  height: 1px;
  background-color: rgba(255, 255, 255, 0.3);
}

@media screen and (min-width: 1200px) {
  .header:after {
    width: calc((100% - 1568px + 30px) / 2);
  }
}
@media screen and (min-width: 1200px) {
  .admin-bar.home .header {
    top: 32px;
  }
}
.header .row {
  align-items: center;
}

@media screen and (min-width: 1200px) {
  .header .container {
    max-width: 1568px;
  }
}
@media (max-width: 1199px) {
  .header .container {
    max-width: 100%;
  }
}
.header .site-logo-wrap,
.header .header-right {
  width: auto;
}

@media (min-width: 1400px) {
  .header .site-logo-wrap {
    padding-top: 12px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .site-logo-wrap {
    padding-left: 24px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .header .site-logo-wrap .logo {
    max-width: 250px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .site-logo-wrap .logo {
    max-width: 220px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .site-logo-wrap .logo {
    max-width: 135px;
  }
}
@media (max-width: 767px) {
  .header .site-logo-wrap .logo {
    max-width: 115px;
  }
}
.header .header-right {
  margin-left: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .header-right {
    padding-left: 0;
  }
}
@media (max-width: 1199px) {
  .header .header-right {
    padding-left: 0;
    padding-right: 0;
  }
}
.header .header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
}

@media screen and (min-width: 1200px) {
  .header .header-top-right {
    margin-bottom: 9px;
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header .header-top-right {
    gap: 72px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right {
    gap: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .header-phone {
    display: flex;
    align-items: center;
  }
}
.header .header-top-right .header-phone .label {
  color: var(--color-neutral);
  font-size: 10px;
  font-weight: 700;
  line-height: 18px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .header .header-top-right .header-phone .label {
    font-size: 12px;
    letter-spacing: 2px;
    white-space: nowrap;
  }
}
@media screen and (min-width: 992px) {
  .header .header-top-right .header-phone .label {
    font-size: 13px;
    letter-spacing: 2.4px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .header-phone .label {
    margin-top: 2px;
    margin-right: 18px;
    letter-spacing: 5px;
  }
}
@media (max-width: 1199px) {
  .header .header-top-right .header-phone .label {
    display: block;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-phone .label {
    margin-bottom: -2px;
  }
}
.header .header-top-right .header-phone .contact-phone {
  display: flex;
  align-items: center;
  color: var(--color-secondary);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
}

@media screen and (min-width: 768px) {
  .header .header-top-right .header-phone .contact-phone {
    font-size: 21px;
  }
}
@media screen and (min-width: 992px) {
  .header .header-top-right .header-phone .contact-phone {
    font-size: 24px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .header-phone .contact-phone {
    line-height: 45px;
  }
}
.header .header-top-right .header-phone .contact-phone svg {
  margin-right: 7px;
}

@media screen and (min-width: 768px) {
  .header .header-top-right .header-phone .contact-phone svg {
    margin-top: 1px;
    margin-right: 10px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-phone .contact-phone svg {
    width: 19px;
  }
}
.header .header-bottom-right {
  display: flex;
  align-items: center;
  padding-top: 22px;
  padding-left: 15px;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}

@media (min-width: 1400px) {
  .header .header-bottom-right {
    padding-left: 40px;
  }
}
.header .btn--contact {
  padding: 6px 10px 7px;
  flex: 0 0 148px;
  width: 148px;
  background-color: var(--color-neutral);
  border-radius: 25px;
}

@media screen and (min-width: 1200px) {
  .header .btn--contact {
    margin-left: 15px;
    margin-bottom: 10px;
  }
}
@media (min-width: 1400px) {
  .header .btn--contact {
    margin-right: 20px;
  }
}
@media (min-width: 1515px) {
  .header .btn--contact {
    margin-left: 39px;
  }
}
.header .btn--contact:hover {
  color: #14242D;
  background-color: #FFBEA1;
}

@media (max-width: 767px) {
  .header .btn--contact {
    display: none;
  }
}
.sticky-sentinel {
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  pointer-events: none;
  visibility: hidden;
}

@media (max-width: 991px) {
  .header--sticky {
    position: sticky;
    top: 0;
    z-index: 100;
  }
  .header--sticky.is-stuck {
    box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
  }
}
@media (max-width: 991px) {
  .admin-bar .header--sticky {
    top: 32px;
  }
}
@media (max-width: 782px) {
  .admin-bar .header--sticky {
    top: 46px;
  }
}
@media screen and (max-width: 600px) {
  #wpadminbar {
    position: fixed;
  }
}
.hero {
  padding-top: 25px;
  position: relative;
  /*img.banner-image {
     position: absolute;
     top: 0;
     left: 0;
     height: 100%;
     width: 100%; 

     @include media('<tablet') {
       height: 363px;
     }   

     @include media('>=widescreen') {
       object-fit: cover;
     }
   }*/
}

.hero-home {
  position: relative;
  padding-top: 21px;
  padding-bottom: 42px;
  background-color: #17252F;
  overflow: hidden;
}

@media (max-width: 767px) {
  .hero-home:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 290px;
    background-image: var(--bg-mobile);
    background-position: bottom center;
    background-repeat: no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hero-home {
    padding-top: 57px;
    padding-bottom: 0;
    height: 518px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    display: flex;
    align-items: center;
    padding-top: 0;
    height: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    padding-top: 133px;
    height: 835px;
  }
}
.hero-home__video-bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
}

@media (max-width: 767px) {
  .hero-home__video-bg {
    display: none;
  }
}
.hero-home__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}

.hero-home__overlay {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(20, 36, 45, 0.7) 0%, rgba(20, 36, 45, 0.7) 100%);
}

.hero-home .container {
  position: relative;
  z-index: 1;
}

.hero-home .banner-content-holder {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder {
    max-width: 1363px;
  }
}
.hero-home .banner-content-holder .video-holder {
  position: relative;
  padding: 12px 10px 11px;
  margin: 0 auto 8px;
  max-width: 322px;
}

.hero-home .banner-content-holder .video-holder:before, .hero-home .banner-content-holder .video-holder:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  width: 68px;
  border: 2px solid var(--color-secondary);
}

.hero-home .banner-content-holder .video-holder:before {
  left: 0;
  border-right: 0;
}

.hero-home .banner-content-holder .video-holder:after {
  right: 0;
  border-left: 0;
}

.hero-home .banner-content-holder .video-holder a {
  position: relative;
  z-index: 1;
  margin: 0;
}

.hero-home .banner-content-holder .video-holder .btn-play {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.hero-home .banner-content-holder .banner-title {
  margin-bottom: 7px;
  color: var(--color-neutral);
  font-family: var(--secondary-font);
  font-size: 32px;
  font-weight: 400;
  letter-spacing: 1px;
  text-shadow: 0 6.674px 30px #092233;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .banner-title {
    margin-bottom: 9px;
    font-size: 64px;
    line-height: 93px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder .banner-title {
    margin-bottom: 20px;
    font-size: 90px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder .banner-title {
    margin-bottom: 43px;
    font-size: 115px;
  }
}
@media (min-width: 1400px) {
  .hero-home .banner-content-holder .banner-title {
    font-size: 120px;
    letter-spacing: 3px;
  }
}
.hero-home .banner-content-holder .banner-title span {
  color: var(--color-secondary);
}

.hero-home .banner-content-holder .banner-subtitle {
  margin-bottom: 10px;
  color: var(--color-neutral);
  font-size: 16px;
  font-weight: 700;
  line-height: 25px;
  letter-spacing: 2px;
  text-transform: uppercase;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .banner-subtitle {
    margin-bottom: 14px;
    font-size: 20px;
    line-height: 30px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder .banner-subtitle {
    margin-bottom: 20px;
    font-size: 22px;
    line-height: 18px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder .banner-subtitle {
    margin-bottom: 32px;
    font-size: 24px;
    line-height: 18px;
    letter-spacing: 5px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content-holder .banner-content {
    margin: 0 auto;
    max-width: 577px;
  }
}
.hero-home .banner-content-holder .banner-content p {
  color: var(--color-neutral);
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
  text-shadow: 0 4px 4px rgba(0, 0, 0, 0.25);
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .banner-content p {
    font-size: 19px;
    line-height: 29px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder .banner-content p {
    line-height: 30px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder .banner-content p {
    letter-spacing: 1px;
  }
}
@media (min-width: 1400px) {
  .hero-home .banner-content-holder .banner-content p {
    letter-spacing: 2px;
  }
}
.hero-home .banner-content-holder .banner-content p:last-child {
  margin-bottom: 0;
}

.hero-home .banner-content-holder .btn-wrapper {
  margin-top: 19px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .btn-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 21px;
    margin-top: 25px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder .btn-wrapper {
    gap: 35px;
    margin-top: 35px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content-holder .btn-wrapper {
    flex-direction: column;
  }
}
.hero-home .banner-content-holder .btn-wrapper .btn--video {
  margin: 0;
  max-width: 317px;
  width: 100%;
}

.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: var(--text-color);
  font-family: var(--main-font);
  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;
  }
}
.top-content-page h1 {
  text-align: center;
  padding-bottom: 25px;
}

.top-content-page .breadcrumbs-content {
  margin-top: 45px;
  align-items: baseline;
  justify-content: space-between;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .top-content-page .breadcrumbs-content {
    display: flex;
    align-items: center;
    margin-top: 70px;
    border-top: 2px dotted #D8D0C0;
    border-bottom: 2px dotted #D8D0C0;
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 992px) {
  .top-content-page .breadcrumbs-content {
    margin-bottom: 26px;
    padding-top: 15px;
    padding-bottom: 19px;
    min-height: 82px;
  }
}
@media screen and (min-width: 992px) {
  .top-content-page .breadcrumbs-content .mobile-toc-widget-container {
    display: none;
  }
}
#mobile-menu {
  display: none;
}

.navbar-toggle-wrapper {
  flex: 0 0 45px;
  width: 45px;
  height: 65px;
  background-color: var(--accent-color);
  border: none;
  border-radius: 0;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .navbar-toggle-wrapper {
    height: 95px;
  }
}
.close__mobileMenu {
  display: none;
  position: relative;
  z-index: 99999;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.close__mobileMenu .x {
  display: block;
  margin: 0 auto;
  width: 18px;
  height: 2px;
  background-color: var(--color-secondary);
  border-radius: 4px;
  transition: all ease-in 0.5s;
}

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

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

.mm-ocd-opened .mobile-button {
  display: none;
}

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

.mobile-button {
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.mobile-button .menu__bar {
  display: block;
  margin: 0 auto 7px;
  width: 18px;
  height: 2px;
  background-color: var(--color-primary);
  border-radius: 4px;
}

.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;
  max-width: 180px;
  width: 100%;
}

#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
*/
#nav-desktop {
  padding: 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-right: 15px;
  margin-bottom: 0;
}

@media (min-width: 1400px) {
  #nav-desktop .nav-item {
    margin-right: 20px;
  }
}
@media (min-width: 1515px) {
  #nav-desktop .nav-item {
    margin-right: 37px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

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

#nav-desktop .nav-item.menu-home svg {
  margin-top: -2px;
}

#nav-desktop .nav-item .nav-link {
  display: block;
  position: relative;
  padding: 0 0 10px;
  color: var(--header-main-m-color);
  font-size: 16px;
  font-weight: 900;
  line-height: 1;
  letter-spacing: 1px;
  text-transform: var(--header-main-m-format);
}

@media (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 18px;
  }
}
#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 .nav-link.dropdown-toggle:after {
  content: "";
  margin-left: 0;
  width: 11px;
  height: 7px;
  vertical-align: 2px;
  background: url(../images/icons/icon-nav-link-dropdown.svg) no-repeat center;
  background-size: contain;
  border: none;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle.dropdown-toggle-search:after {
  display: none;
}

#nav-desktop .nav-item.dropdown-search .dropdown-menu {
  left: initial;
  right: 0;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  padding: 22px 27px 30px;
  margin: 0;
  min-width: 300px;
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  border: none;
  border-top: 4px solid var(--color-secondary);
  border-radius: 0;
  box-shadow: 0 15px 25px 0 rgba(0, 0, 0, 0.1);
}

#nav-desktop .nav-item .dropdown-menu li {
  margin-right: 0;
  margin-bottom: 20px;
}

#nav-desktop .nav-item .dropdown-menu li:last-child {
  margin-bottom: 0;
}

#nav-desktop .nav-item .dropdown-menu li a {
  padding: 0;
  color: var(--header-sub-link);
  font-size: 16px;
  font-weight: 400;
  letter-spacing: 0;
}

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

#nav-desktop .nav-item .dropdown-menu li:hover a:after, #nav-desktop .nav-item .dropdown-menu li:focus a:after {
  content: url(../images/icons/icon-arrow-right-small-accent.svg);
  margin-left: 8px;
}

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

.mm-ocd .mm-spn.mm-spn--navbar.mm-spn--main:after,
.mm-ocd .mm-spn.mm-spn--navbar:after {
  opacity: 1;
}

.mm-ocd .mm-spn li::before,
.mm-ocd .mm-spn li::after,
.mm-ocd .mm-spn.mm-spn--navbar ul::before {
  border-color: #fff;
}

.mm-ocd .mm-spn a {
  font-size: 16px;
  font-weight: 700;
}

@media (max-width: 991px) {
  .mm-ocd .mm-ocd__backdrop {
    position: absolute;
    top: 0;
    left: 50%;
    z-index: 1;
    width: 100%;
    max-width: 100%;
    transform: translateX(-50%);
  }
  .mm-ocd .mm-ocd__backdrop:before, .mm-ocd .mm-ocd__backdrop:after {
    content: "";
    position: absolute;
    top: 33px;
    right: 13px;
    width: 18px;
    height: 2px;
    background-color: var(--color-secondary);
    border-radius: 4px;
    transition: all ease-in 0.5s;
  }
  .admin-bar .mm-ocd .mm-ocd__backdrop:before, .admin-bar .mm-ocd .mm-ocd__backdrop:after {
    top: 65px;
  }
}
@media (max-width: 991px) and (max-width: 782px) {
  .admin-bar .mm-ocd .mm-ocd__backdrop:before, .admin-bar .mm-ocd .mm-ocd__backdrop:after {
    top: 79px;
  }
}
@media (max-width: 991px) {
  .mm-ocd .mm-ocd__backdrop:before {
    transform: rotate(45deg);
  }
  .mm-ocd .mm-ocd__backdrop:after {
    transform: rotate(-45deg);
  }
}

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