/**
* 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:before, #nav-desktop .nav-item .nav-link {
  transition: all 0.2s ease;
}

.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: absolute;
  top: 0;
  left: 0;
  z-index: 2;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .admin-bar .header {
    top: 32px;
  }
}
@media (max-width: 767px) {
  .admin-bar .header {
    top: 46px;
  }
}
.header .header-top {
  padding: 15px 0 16px;
  border-bottom: 1px solid #464646;
  background-color: rgba(5, 5, 5, 0.8);
  backdrop-filter: blur(18.6000003815px);
}

@media screen and (min-width: 768px) {
  .header .header-top {
    padding: 15px 0 14px;
  }
}
@media screen and (min-width: 992px) {
  .header .header-top {
    padding: 21px 0 26px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top .container {
    max-width: 755px;
  }
}
.header .header-top .site-logo-wrap,
.header .header-top .header-right {
  width: auto;
}

@media screen and (min-width: 992px) {
  .header .header-top .site-logo-wrap {
    margin-top: 5px;
  }
}
@media (max-width: 991px) {
  .header .header-top .site-logo-wrap .logo {
    max-width: 243px;
  }
}
.header .header-top .header-right {
  margin-left: auto;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top .header-right {
    display: flex;
    align-items: center;
  }
}
.header .header-top .header-right .contact-phone {
  color: #fff;
  font-size: 36px;
  font-weight: 700;
  line-height: 36px;
  text-align: center;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top .header-right .contact-phone {
    display: block;
    padding: 8px 29px;
    color: var(--color-primary);
    height: 50px;
    font-size: 20px;
    line-height: normal;
    background-color: var(--accent-color);
    border: 2px solid var(--accent-color);
    border-radius: 4px;
  }
  .header .header-top .header-right .contact-phone:hover {
    color: var(--accent-color);
    background-color: transparent;
  }
  .header .header-top .header-right .contact-phone:hover svg path {
    fill: var(--accent-color);
  }
}
.header .header-top .header-right .contact-phone .label {
  display: block;
  margin-bottom: 11px;
  font-size: 16px;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top .header-right .contact-phone .label {
    display: none;
  }
}
.header .header-top .header-right .contact-phone svg {
  margin-top: -7px;
  margin-right: 2px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top .header-right .contact-phone svg {
    margin-top: -4px;
    width: 33px;
    height: 33px;
  }
  .header .header-top .header-right .contact-phone svg path {
    fill: var(--color-primary);
  }
}
.header .header-bottom {
  padding: 15px 0;
  background-color: rgba(22, 22, 22, 0.9);
  border-bottom: 1px solid #464646;
  backdrop-filter: blur(18.6000003815px);
}

@media screen and (min-width: 768px) {
  .header .header-bottom {
    padding: 9px 0 0;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-bottom {
    display: none;
  }
}
.header .header-bottom .contact-phone-mobile {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 6px 15px 7px;
  margin: 0 auto;
  font-size: 20px;
  width: 100%;
  max-width: 329px;
}

.header .header-bottom .contact-phone-mobile:hover svg path {
  fill: var(--accent-color);
}

.header .header-bottom .contact-phone-mobile svg {
  margin-right: 7px;
}

.sticky-sentinel {
  width: 100%;
  height: 1px;
  margin-bottom: -1px;
  pointer-events: none;
  visibility: hidden;
}

.header--sticky {
  position: sticky;
  top: 0;
  z-index: 100;
}

.header--sticky.is-stuck {
  box-shadow: 0 4px 12px rgba(0, 0, 0, 0.18);
}

.hero {
  position: relative;
  padding-top: 200px;
  padding-bottom: 40px;
  text-align: center;
  background-image: url(../images/bg-hero.webp);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero {
    padding-top: 170px;
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 992px) {
  .hero {
    padding-top: 256px;
  }
}
.hero .banner-title {
  margin: 0 auto 28px;
  max-width: 800px;
}

.hero .btn-wrapper .btn {
  max-width: 343px;
  width: 100%;
}

@media screen and (min-width: 992px) {
  .hero.with-featured-image {
    padding-bottom: 0;
    margin-bottom: 143px;
  }
}
.hero.with-featured-image .btn-wrapper {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero.with-featured-image .btn-wrapper {
    margin-bottom: 57px;
  }
}
.hero.with-featured-image .featured-image-holder img {
  box-shadow: 0 0 30px 0 rgba(17, 17, 17, 0.1);
}

@media screen and (min-width: 992px) {
  .hero.with-featured-image .featured-image-holder img {
    margin-bottom: -143px;
  }
}
.hero-pa {
  background-image: url(../images/pa-banner.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  margin-bottom: 0;
}

@media screen and (min-width: 768px) {
  .hero-pa {
    padding-top: 300px;
    padding-bottom: 60px;
    margin-bottom: 200px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa {
    height: 555px;
  }
}
.hero-pa .banner-content-wrapper {
  background-color: var(--color-secondary);
  padding: 30px;
}

@media screen and (min-width: 768px) {
  .hero-pa .banner-content-wrapper {
    padding: 50px 30px;
  }
}
@media screen and (min-width: 992px) {
  .hero-pa .banner-content-wrapper {
    padding: 75px 50px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .banner-title {
    text-align: left;
    max-width: 526px;
  }
}
.hero-pa .btn-wrapper {
  margin-bottom: 0;
}

@media screen and (min-width: 1200px) {
  .hero-pa .btn-wrapper {
    text-align: left;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .col-left {
    padding-right: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .col-right {
    padding-left: 0;
  }
}
@media screen and (min-width: 1200px) {
  .hero-pa .banner-inner-wrapper {
    max-width: 526px;
  }
}
.hero-home {
  position: relative;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 33.57%, rgba(0, 0, 0, 0.4) 92.2%), #000;
  padding-top: 168px;
  padding-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .hero-home {
    padding-top: 120px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    padding-top: 218px;
  }
}
@media (min-width: 1400px) {
  .hero-home {
    padding-bottom: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home {
    padding-bottom: 80px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-attorney-image {
    margin-left: -125px;
  }
}
@media (max-width: 1199px) {
  .hero-home .banner-attorney-image {
    margin-bottom: -99px;
    text-align: center;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-attorney-image img {
    margin: 0 auto;
    max-width: 560px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-attorney-image img {
    margin: 0 auto;
    max-width: 500px;
  }
}
.hero-home .banner-content-holder {
  position: relative;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-content-holder {
    max-width: 695px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder {
    padding-top: 65px;
    margin-right: -155px;
  }
}
@media (min-width: 1440px) {
  .hero-home .banner-content-holder {
    margin-right: -2px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-content-holder {
    margin: 0 auto;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content-holder {
    margin: 0 -1px;
  }
}
.hero-home .banner-content-holder .banner-title {
  margin-bottom: 10px;
  font-family: var(--secondary-font), sans-serif;
  color: #fff;
  font-size: 28px;
  font-weight: 400;
  line-height: 28px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .banner-title {
    margin-bottom: 33px;
    font-size: 60px;
    line-height: 60px;
  }
}
.hero-home .banner-content-holder .banner-title span {
  position: relative;
  display: block;
  padding-bottom: 5px;
  margin-bottom: 6px;
  font-size: 32px;
  font-weight: 700;
  line-height: 31.778px;
  text-transform: uppercase;
  letter-spacing: 6.4px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .banner-title span {
    padding-bottom: 9px;
    margin-bottom: 13px;
    font-size: 66px;
    line-height: 65.963px;
    letter-spacing: 13.2px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder .banner-title span {
    width: max-content;
    margin-left: -3px;
    margin-right: -3px;
  }
}
.hero-home .banner-content-holder .banner-title span:after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 5px;
  background: linear-gradient(270deg, rgba(255, 119, 76, 0) 0%, #FF774C 100%);
}

.hero-home .banner-content-holder .banner-content {
  margin-bottom: -12px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .banner-content {
    margin-bottom: 35px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content-holder .banner-content {
    max-width: 571px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder .banner-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li {
    padding-left: 36px;
    margin-bottom: 11px;
    font-size: 16px;
    line-height: 24px;
  }
  .hero-home .banner-content-holder .banner-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:last-child {
    margin-bottom: 0;
  }
  .hero-home .banner-content-holder .banner-content ul:not(.contact-opening-hours):not(.social-icon-list):not(.toc-table-list) li:before {
    width: 24px;
    height: 24px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .btn-wrapper {
    display: flex;
    align-items: center;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder .btn-wrapper {
    margin: 0 auto;
    max-width: 345px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder .btn-wrapper .btn {
    font-size: 16px;
  }
}
.hero-home .banner-content-holder .btn-wrapper .btn:first-child {
  max-width: 348px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .btn-wrapper .btn:first-child {
    margin-right: 36px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder .btn-wrapper .btn:first-child {
    padding: 12px 10px 13px;
    margin-bottom: 20px;
  }
}
.hero-home .banner-content-holder .btn-wrapper .btn-video {
  margin: 0;
  width: 100%;
  border-color: rgba(245, 245, 245, 0.5);
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .btn-wrapper .btn-video {
    max-width: 253px;
    padding-top: 21px;
    padding-bottom: 21px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder .btn-wrapper .btn-video {
    display: flex;
    padding: 13px 16px 11px;
  }
}
.hero-home .banner-content-holder .btn-wrapper .btn-video svg {
  margin-left: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content-holder .btn-wrapper .btn-video svg {
    margin-left: 14px;
  }
}
.hero-home .banner-content-holder .btn-wrapper .btn-video:hover {
  border-color: var(--accent-color);
}

.hero-home .banner-content-holder .btn-wrapper .btn-video:hover svg path {
  fill: var(--color-primary);
}

.hero-about {
  padding: 200px 0 40px;
  background-color: var(--color-primary);
  background-image: url(../images/bg-about-banner.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-about {
    padding: 180px 0 50px;
  }
}
@media screen and (min-width: 992px) {
  .hero-about {
    padding-top: 278px;
  }
}
.hero-about .content {
  margin: 0 auto;
  max-width: 700px;
  text-align: center;
}

.hero-about .content .banner-title {
  margin-bottom: 20px;
}

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

.hero-about .content p:last-child {
  margin-bottom: 0;
}

.hero-bio {
  position: relative;
  padding: 190px 0 140px;
  padding-bottom: 140px;
  background: linear-gradient(270deg, rgba(0, 0, 0, 0) 33.57%, rgba(0, 0, 0, 0.4) 92.2%), #000;
}

@media screen and (min-width: 768px) {
  .hero-bio {
    padding: 160px 0 192px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio {
    padding-top: 265px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    padding-bottom: 0;
  }
}
@media (min-width: 1400px) {
  .hero-bio {
    padding-top: 225px;
  }
}
@media (min-width: 1400px) and (max-width: 1439px) {
  .hero-bio .banner-attorney-info {
    padding-top: 40px;
  }
}
@media (min-width: 1440px) {
  .hero-bio .banner-attorney-info {
    padding-top: 117px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-bio .banner-attorney-info {
    margin-right: -60px;
  }
}
.hero-bio .banner-attorney-info .name {
  margin-bottom: 20px;
}

.hero-bio .banner-attorney-info .position {
  margin-bottom: 20px;
  color: var(--text-color);
  font-size: 16px;
  font-weight: 700;
  line-height: 24px;
  letter-spacing: 1.6px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .position {
    margin-bottom: 33px;
    letter-spacing: 4.8px;
  }
}
.hero-bio .banner-attorney-info .contact-info {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .contact-info {
    margin-bottom: 59px;
    display: flex;
    align-items: center;
  }
}
.hero-bio .banner-attorney-info .contact-info .info {
  display: flex;
  align-items: center;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .contact-info .info {
    margin-right: 64px;
  }
}
.hero-bio .banner-attorney-info .contact-info .info:last-child {
  margin-right: 0;
}

@media (max-width: 767px) {
  .hero-bio .banner-attorney-info .contact-info .info:last-child {
    margin-top: 20px;
  }
}
.hero-bio .banner-attorney-info .contact-info .info .icon-holder {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .contact-info .info .icon-holder {
    margin-right: 16px;
  }
}
@media (max-width: 767px) {
  .hero-bio .banner-attorney-info .contact-info .info .icon-holder svg {
    width: 40px;
    height: 40px;
  }
}
.hero-bio .banner-attorney-info .contact-info .info a {
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  line-height: 27px;
}

.hero-bio .banner-attorney-info .attorney-content {
  padding-top: 2px;
  padding-left: 15px;
  margin-bottom: 20px;
  border-left: 3px solid var(--accent-color);
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .attorney-content {
    padding-left: 21px;
    margin-bottom: 60px;
  }
}
.hero-bio .banner-attorney-info .attorney-content p {
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 600;
  line-height: 32px;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .attorney-content p {
    font-size: 32px;
  }
}
.hero-bio .banner-attorney-info .attorney-content p:last-child {
  margin-bottom: 0;
}

@media (max-width: 767px) {
  .hero-bio .banner-attorney-info .btn-wrapper {
    text-align: center;
  }
}
.hero-bio .banner-attorney-info .btn-wrapper .btn {
  max-width: 345px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-bio .banner-attorney-info .btn-wrapper .btn {
    max-width: 255px;
  }
}
.hero-bio .banner-attorney-image {
  text-align: center;
}

@media (min-width: 1580px) {
  .hero-bio .banner-attorney-image {
    margin-right: -63px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-bio .banner-attorney-image {
    margin-left: -50px;
    margin-right: -35px;
  }
}
@media (max-width: 1199px) {
  .hero-bio .banner-attorney-image {
    margin-bottom: 30px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-bio .banner-attorney-image img {
    max-width: 600px;
    width: 100%;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-bio .banner-attorney-image img {
    max-width: 500px;
    width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-bio .banner-attorney-image img {
    max-width: 350px;
    width: 100%;
  }
}
#mobile-menu {
  display: none;
}

.navbar-toggle-wrapper {
  height: 46px;
  width: 46px;
  background-color: transparent;
  border: 1px solid #fff;
  border-radius: 4px;
}

@media (min-width: 768px) and (max-width: 991px) {
  .navbar-toggle-wrapper {
    margin-left: 30px;
  }
}
.close__mobileMenu {
  display: none;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.close__mobileMenu .x {
  display: block;
  margin: 0 auto;
  width: 24px;
  height: 3px;
  background-color: var(--accent-color);
  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, -1px) rotate(-45deg);
}

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

.mm-ocd-opened .close__mobileMenu {
  position: relative;
  z-index: 99999;
  display: block;
}

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

.mobile-button .menu__bar {
  display: block;
  margin: 0 auto 5px;
  width: 24px;
  height: 3px;
  background-color: var(--accent-color);
  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;
  justify-content: center;
}

#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 {
  position: relative;
  margin-bottom: 0;
  margin-right: 20px;
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item {
    margin-right: 40px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

#nav-desktop .nav-item:last-child:after {
  display: none;
}

#nav-desktop .nav-item:after {
  content: "";
  position: absolute;
  top: 50%;
  right: -11px;
  margin-top: -3px;
  width: 1px;
  height: 13px;
  background-color: rgba(105, 105, 108, 0.5);
  transform: translateY(-50%);
}

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item:after {
    right: -21px;
  }
}
#nav-desktop .nav-item.active .nav-link {
  opacity: 1;
}

#nav-desktop .nav-item.active .nav-link:before {
  opacity: 1;
}

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

#nav-desktop .nav-item .nav-link {
  position: relative;
  display: block;
  padding: 8px 40px 15px;
  color: var(--header-main-m-color);
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 600;
  text-transform: var(--header-main-m-format);
  opacity: 0.7;
}

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

#nav-desktop .nav-item .nav-link:hover:before, #nav-desktop .nav-item .nav-link:focus:before {
  opacity: 1;
}

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

#nav-desktop .nav-item .nav-link:active:before {
  opacity: 1;
}

#nav-desktop .nav-item .nav-link:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  height: 4px;
  background: linear-gradient(90deg, rgba(255, 107, 60, 0) 6.82%, rgba(255, 107, 60, 0.5) 53.9%, rgba(255, 107, 60, 0) 92.42%);
  filter: blur(1px);
  opacity: 0;
}

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

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 50%;
  z-index: 1000;
  padding: 5px 15px;
  margin: 0;
  min-width: 245px;
  text-align: left;
  list-style: none;
  background-color: var(--color-primary);
  border: 1px solid #464646;
  border-radius: 0;
  transform: translateX(-50%);
}

#nav-desktop .nav-item .dropdown-menu li {
  position: relative;
  padding: 10px 0;
  margin-right: 0;
  border-bottom: 1px solid #464646;
}

#nav-desktop .nav-item .dropdown-menu li:after {
  display: none;
}

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

#nav-desktop .nav-item .dropdown-menu li a {
  padding: 0;
  color: var(--header-sub-link);
  font-size: 15px;
  font-weight: 400;
  text-transform: var(--header-main-m-format);
  opacity: 0.7;
}

#nav-desktop .nav-item .dropdown-menu li a:before {
  display: none;
}

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

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

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