/**
* 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);
  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;
}

.header .header-container {
  padding-left: 12px;
  padding-right: 12px;
  padding-bottom: 17px;
  border-radius: 12px;
}

@media screen and (min-width: 768px) {
  .header .header-container {
    border-radius: 24px;
    padding-left: 24px;
    padding-right: 24px;
    padding-bottom: initial;
  }
}
.header .header-container {
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(3, 9, 25, 0.7);
  backdrop-filter: blur(16.5px);
}

.header .header__row {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.header .site-logo-wrap {
  padding-top: 10px;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .header .site-logo-wrap {
    padding-top: 15px;
    padding-bottom: 15px;
  }
}
@media screen and (min-width: 1200px) {
  .header .site-logo-wrap {
    padding-top: initial;
    padding-bottom: initial;
  }
}
.header .site-logo {
  display: block;
  padding: 0;
  z-index: 99;
}

@media screen and (min-width: 992px) {
  .header .site-logo {
    position: relative;
  }
}
.header .site-logo img {
  padding: 8px 5px 8px 0px;
  max-width: 180px;
}

@media screen and (min-width: 768px) {
  .header .site-logo img {
    max-width: 210px;
  }
}
@media screen and (min-width: 992px) {
  .header .site-logo img {
    padding: 8px 5px 8px 0px;
    max-width: 200px;
  }
}
@media screen and (min-width: 1400px) {
  .header .site-logo img {
    max-width: 210px;
  }
}
.header .header__right {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .header__right {
    flex: 1;
    flex-direction: column;
    align-items: center;
    position: relative;
    display: flex;
  }
}
.header .phone-section {
  margin-top: 20px;
  margin-bottom: 20px;
  max-width: 240px;
}

.header .phone-section .main-number {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .phone-section .main-number {
    display: block;
    color: var(--accent-color);
    font-family: var(--main-font);
    font-size: 34px;
    font-style: normal;
    font-weight: 700;
    line-height: 37.228px;
  }
}
@media screen and (min-width: 1400px) {
  .header .phone-section .main-number {
    font-size: 37.228px;
  }
}
.header .phone-section .contact-phone {
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .phone-section .contact-phone {
    display: block;
    color: #fff;
    text-align: center;
    font-family: var(--main-font);
    font-size: 12px;
    font-style: normal;
    font-weight: 600;
    line-height: normal;
    letter-spacing: 3px;
    text-transform: uppercase;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    padding-top: 7px;
  }
}
@media screen and (min-width: 1400px) {
  .header .phone-section .contact-phone {
    font-size: 14px;
  }
}
.header .desktop-menu {
  position: relative;
  display: none;
}

@media screen and (min-width: 1200px) {
  .header .desktop-menu {
    display: block;
  }
}
.header .header__mobile-controls {
  padding-top: 0;
  padding-bottom: 0;
  align-items: center;
  gap: 8px;
}

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

.header--sticky {
  position: sticky;
  top: 0;
  z-index: 100;
  padding-top: 17px;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
}

@media screen and (min-width: 650px) {
  .header--sticky {
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  .header--sticky {
    padding-top: 25px;
    padding-left: initial;
    padding-right: initial;
  }
}
.header--sticky.is-stuck {
  background: radial-gradient(52.26% 41.41% at 48.8% 52.09%, #030919 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
}

@media screen and (min-width: 650px) {
  .header--sticky.is-stuck {
    border-radius: 0 0 150px 0;
  }
}
.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;
  margin-top: -230px;
  padding-top: 160px;
  border-radius: 0 0 150px 0;
  background: radial-gradient(56.18% 10.63% at 52.22% 60.02%, rgba(20, 40, 93, 0.631372549) 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
  padding-bottom: 350px;
}

@media screen and (min-width: 768px) {
  .hero-home {
    margin-top: -210px;
    background: radial-gradient(55.01% 48.8% at 66.17% 37.12%, #14285D 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
    padding-bottom: 380px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home {
    margin-top: -179px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home:after {
    content: url(../images/bottom-ellipse.svg);
    position: absolute;
    bottom: 190px;
    /*bottom: 0px;*/
  }
}
.hero-home .col-6 {
  width: 100%;
}

@media screen and (min-width: 1200px) {
  .hero-home .col-6 {
    width: 50%;
  }
}
.hero-home .col-6:last-child {
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .col-6:last-child {
    max-width: 400px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .col-6:last-child {
    max-width: none;
    margin-left: initial;
    margin-right: initial;
  }
}
.hero-home .col-6:last-child .space {
  height: 80px;
}

@media screen and (min-width: 768px) {
  .hero-home .col-6:last-child .space {
    height: 150px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .col-6:last-child .space {
    height: 665px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .col-6:last-child .space {
    height: 715px;
  }
}
.hero-home .col-6:last-child img {
  position: relative;
  margin-top: 30px;
}

@media screen and (min-width: 1200px) {
  .hero-home .col-6:last-child img {
    margin-top: initial;
    right: 50px;
  }
}
.hero-home .banner-video-poster {
  position: absolute;
  top: 0;
  left: 0;
  width: 65.5%;
  height: 100%;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

.hero-home .banner-video-poster .btn-play {
  position: absolute;
  top: 50%;
  left: calc(50% - 99px);
  z-index: 4;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.26);
}

.hero-home .mobile-hero {
  width: 100%;
  height: auto;
}

.hero-home .banner-content {
  padding-top: 75px;
}

@media screen and (min-width: 650px) {
  .hero-home .banner-content {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    padding-top: 58px;
  }
}
.hero-home .banner-content .content .banner-title {
  color: #fff;
  font-family: var(--main-font);
  font-size: 64px;
  font-style: normal;
  font-weight: 700;
  line-height: 74px;
  letter-spacing: -0.957px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .banner-title {
    font-size: 100px;
    line-height: 108.16px;
  }
}
.hero-home .banner-content .content .banner-title span {
  display: block;
  margin-top: -13px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .banner-title span {
    margin-top: -16px;
  }
}
.hero-home .banner-content .content .top-title {
  position: relative;
  max-width: 250px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .top-title {
    max-width: 362px;
    margin-left: initial;
    margin-right: initial;
  }
}
.hero-home .banner-content .content .top-title img {
  position: absolute;
  top: 6px;
  right: 5px;
  width: 82px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .top-title img {
    top: 0px;
    width: initial;
  }
}
.hero-home .banner-content .content .banner-subtitle {
  padding-top: 15px;
  max-width: 300px;
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 26px;
  margin-bottom: 26px;
  margin-left: auto;
  margin-right: auto;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .banner-subtitle {
    padding-top: 18px;
    max-width: none;
    font-size: 19px;
    line-height: 33px;
    margin-left: initial;
    margin-right: initial;
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-content .content .banner-subtitle {
    max-width: 448px;
  }
}
.hero-home .banner-content .content .banner-subtitle strong {
  font-weight: 700;
}

.hero-home .banner-content .content .btn {
  font-size: 16px;
  position: relative;
  z-index: 9;
  margin-left: auto;
  margin-right: auto;
  display: block;
  max-width: 300px;
  padding: 18px 35px;
}

@media screen and (min-width: 500px) {
  .hero-home .banner-content .content .btn {
    padding: 22px 35px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .btn {
    font-size: 17px;
    padding: 21px 35px;
    margin-left: initial;
    margin-right: initial;
    display: initial;
    max-width: none;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .content .btn {
    font-size: 18px;
  }
}
.hero-home .banner-content .content .btn-video {
  position: relative;
  top: 1px;
  color: var(--color-primary);
  padding: 16px 25px;
  margin-bottom: 0px;
  background: #fff;
  margin-top: 25px;
}

@media screen and (min-width: 500px) {
  .hero-home .banner-content .content .btn-video {
    padding: 21px 25px;
  }
}
@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .btn-video {
    margin-top: initial;
    margin-left: 19px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-home .banner-content .content .btn-video {
    margin-left: 28px;
  }
}
.hero-home .banner-content .content .btn-video:hover {
  background: var(--accent-color);
  color: #fff;
}

.hero-home .banner-content .content .btn-video:hover svg {
  filter: brightness(0) invert(1);
}

.hero-home .banner-content .content .btn-video svg {
  position: relative;
  top: -1px;
  left: 35px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-content .content .btn-video svg {
    left: 0;
  }
}
.hero-about {
  position: relative;
  margin-top: -230px;
  padding-top: 160px;
  border-radius: 0 0 150px 0;
  background: radial-gradient(52.26% 41.41% at 48.8% 52.09%, #14285D 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
  padding-bottom: 380px;
}

@media screen and (min-width: 768px) {
  .hero-about {
    margin-top: -210px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-about {
    margin-top: -179px;
  }
}
@media screen and (min-width: 768px) {
  .hero-about:after {
    content: url(../images/bottom-ellipse.svg);
    position: absolute;
    bottom: 50px;
  }
}
.hero-about .content {
  padding-top: 65px;
}

@media screen and (min-width: 768px) {
  .hero-about .content {
    padding-top: 35px;
  }
}
.hero-about .content .banner-subtitle {
  color: rgba(255, 255, 255, 0.8);
  text-align: center;
  font-family: var(--secondary-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 24px;
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .hero-about .content .banner-subtitle {
    font-size: 19px;
    line-height: 33px;
    margin-bottom: 50px;
  }
}
.hero-about .content .image {
  margin-top: 40px;
  position: relative;
  text-align: center;
}

.hero-about .content .image img {
  position: relative;
  z-index: 99;
}

.hero-about .content .image {
  /*
  &:before {
      content: url(../images/about-ellipse.svg);    
      position: absolute;
      left: 50%;
      Transform: translateX(-50%);
      bottom: 0px;       
  }
  */
}

.hero-about .btn {
  padding: 21px 40px;
  width: 300px;
}

@media screen and (min-width: 768px) {
  .hero-about .btn {
    padding: 25px 40px;
    width: auto;
  }
}
.hero-bio {
  position: relative;
  margin-top: -230px;
  padding-top: 160px;
  border-radius: 0 0 150px 0;
  background: radial-gradient(55.01% 48.8% at 66.17% 37.12%, #14285D 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .hero-bio {
    margin-top: -210px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    height: 708px;
  }
}
@media screen and (min-width: 1400px) {
  .hero-bio {
    margin-top: -179px;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .hero-bio:after {
    content: url(../images/bottom-ellipse.svg);
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero-bio:before {
    content: url(../images/top-ellipse.svg);
    position: absolute;
    top: 0px;
    right: 0;
  }
}
.hero-bio .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 768px) {
  .hero-bio .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.hero-bio .col-left {
  padding-top: 80px;
  padding-bottom: 40px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-left {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-left {
    width: 50%;
    padding-bottom: 100px;
  }
}
.hero-bio .col-left .text-wrap {
  position: relative;
  z-index: 9;
  max-width: 570px;
}

.hero-bio .col-left .text-wrap h1 {
  margin-bottom: 16px;
}

@media (min-width: 1200px) {
  .hero-bio .col-left .text-wrap h1 {
    font-size: 60px;
  }
}
.hero-bio .col-left .text-wrap .position {
  color: rgba(255, 255, 255, 0.8);
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: normal;
  letter-spacing: 5px;
  text-transform: uppercase;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  padding-bottom: 30px;
}

@media (max-width: 767px) {
  .hero-bio .col-left .text-wrap .position {
    text-align: center;
  }
}
.hero-bio .col-left .text-wrap ul {
  margin-top: 28px;
  margin-bottom: 35px;
  padding-left: 0px;
}

.hero-bio .col-left .text-wrap ul li {
  color: #fff;
  font-family: var(--secondary-font);
  font-size: 18px;
  font-style: normal;
  font-weight: 400;
  line-height: 33px;
  margin-bottom: 18px;
}

.hero-bio .col-left .text-wrap ul li svg {
  margin-right: 10px;
}

.hero-bio .col-left .text-wrap ul li a {
  color: #fff;
}

.hero-bio .col-left .text-wrap ul li a:hover {
  text-decoration: underline;
}

.hero-bio .col-left .text-wrap .btn {
  margin-bottom: 0px;
  padding: 19px 32px;
  width: 300px;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-left .text-wrap .btn {
    padding: 22px 32px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-left .text-wrap .btn {
    width: 223px;
  }
}
.hero-bio .col-left .text-wrap .btn-video {
  margin-top: 25px;
  background: #fff;
  display: block;
  width: 300px;
  position: relative;
  top: 2px;
  padding: 16px 32px;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-left .text-wrap .btn-video {
    padding: 18px 32px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio .col-left .text-wrap .btn-video {
    margin-top: initial;
    margin-left: 19px;
    width: initial;
    display: inline;
    padding: 22px 32px;
    width: 253px;
  }
}
.hero-bio .col-left .text-wrap .btn-video:hover {
  background: var(--accent-color);
  color: #fff;
}

.hero-bio .col-left .text-wrap .btn-video:hover svg {
  filter: brightness(0) invert(1);
}

.hero-bio .col-right {
  text-align: center;
  width: 100%;
  padding-bottom: 40px;
}

@media screen and (min-width: 1200px) {
  .hero-bio .col-right {
    text-align: initial;
    width: 50%;
    padding-bottom: initial;
  }
}
.hero-bio .col-right img {
  border-radius: 24px;
  border: 1.003px solid #1D2E7A;
  background: linear-gradient(180deg, rgba(29, 46, 122, 0) 46.1%, #1D2E7A 100%), url(./) lightgray 50%/cover no-repeat, linear-gradient(106deg, #1D2E7A 0.31%, #1D2E6A 50.15%, #030919 100%);
  box-shadow: 0 0 30.076px 0 rgba(2, 8, 24, 0.1);
  width: 80%;
}

@media screen and (min-width: 768px) {
  .hero-bio .col-right img {
    width: 50%;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .col-right img {
    position: absolute;
    top: 80px;
    width: initial;
  }
}
.hero {
  position: relative;
  margin-top: -230px;
  padding-top: 160px;
  border-radius: 0 0 150px 0;
  background: radial-gradient(37.14% 55.94% at 52.44% 60.37%, #14285D 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
  padding-bottom: 0px;
}

@media screen and (min-width: 768px) {
  .hero {
    margin-top: -210px;
  }
}
@media screen and (min-width: 1200px) {
  .hero {
    padding-bottom: 100px;
  }
}
@media screen and (min-width: 1400px) {
  .hero {
    margin-top: -179px;
  }
}
@media screen and (min-width: 768px) {
  .hero:after {
    content: url(../images/hero-top-ellipse.svg);
    position: absolute;
    bottom: 0px;
    left: 0;
  }
}
@media screen and (min-width: 768px) {
  .hero:before {
    content: url(../images/hero-bottom-ellipse.svg);
    position: absolute;
    top: -100px;
    right: 0;
  }
}
@media screen and (min-width: 992px) {
  .hero:before {
    top: 0px;
  }
}
.hero .container {
  padding-left: 25px;
  padding-right: 25px;
}

@media screen and (min-width: 768px) {
  .hero .container {
    padding-left: 12px;
    padding-right: 12px;
  }
}
.hero .content {
  padding-top: 80px;
}

@media screen and (min-width: 500px) {
  .hero .content {
    padding-top: 60px;
  }
  .page-template-default:not(.home) .hero .content {
    padding-top: 60px;
  }
}
@media screen and (min-width: 768px) {
  .hero .content {
    padding-top: 40px;
  }
}
@media screen and (min-width: 1200px) {
  .hero .content {
    padding-top: 50px;
  }
}
.hero .content .banner-title {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
}

@media (max-width: 767px) {
  .page-template-contact .hero .content .banner-title {
    margin-bottom: 0;
  }
}
.hero .btn {
  padding: 21px 40px;
  width: 300px;
}

@media screen and (min-width: 768px) {
  .hero .btn {
    padding: 25px 40px;
    width: auto;
  }
}
@media (max-width: 1199px) {
  .hero {
    padding-bottom: 40px;
  }
}
@media (max-width: 767px) {
  .hero {
    border-radius: 0 0 100px 0;
  }
}
.main-image {
  padding-top: 50px;
  padding-bottom: 20px;
}

@media screen and (min-width: 500px) {
  .main-image {
    display: none;
  }
}
.main-image img {
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

.hero-top-image {
  position: relative;
  margin-top: -180px;
  display: none;
}

@media screen and (min-width: 500px) {
  .hero-top-image {
    display: block;
  }
}
.hero-top-image {
  z-index: 99;
}

.hero-top-image .image-holder {
  text-align: center;
  max-width: 930px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 15px;
}

@media screen and (min-width: 500px) {
  .hero-top-image .image-holder {
    padding-left: 15px;
    padding-right: 15px;
  }
}
@media screen and (min-width: 768px) {
  .hero-top-image .image-holder {
    padding-left: initial;
    padding-right: initial;
  }
}
.hero-top-image .image-holder img {
  border-radius: 24px;
  box-shadow: 0 0 20px 0 rgba(119, 119, 120, 0.1);
}

@media (min-width: 768px) and (max-width: 991px) {
  .hero-top-image .image-holder {
    padding-left: 24px;
    padding-right: 24px;
  }
}
.page-template-practice-area #panel,
.page-template-location #panel,
.page-template-default #panel,
.privacy-policy #panel,
.page-template-about-us #panel,
.single-attorney #panel {
  background: linear-gradient(to bottom, rgba(98, 0, 24, 0) 40%, #F5F5F5 26%);
}

#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: 44px;
  width: 44px;
  display: none;
  position: relative;
  top: 22.2px;
}

.close__mobileMenu .x {
  display: block;
  background-color: #28A8C8;
  width: 26px;
  height: 4px;
  transition: all ease-in 0.5s;
  position: relative;
  top: 1px;
}

.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;
  border-radius: 6px;
  border: 1px solid #fff;
}

.mobile-button {
  background: url(../images/mobile-menu.svg);
  background-repeat: no-repeat;
  border: 0px;
  width: 44px;
  height: 44px;
}

.mobile-button .menu__bar {
  /*background-color: white;
  height: 4px;
  width: 30px;
  display: block;
  margin-bottom: 7px;
  */
}

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

.tap-call-mobile {
  border-radius: 300px;
  padding: 14px 0px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-left: auto;
  margin-right: auto;
  width: 98%;
}

@media screen and (min-width: 400px) {
  .tap-call-mobile {
    width: 300px;
  }
}
.tap-call-mobile:hover {
  color: #030919;
  background: #45C7E7;
}

.tap-call-mobile:hover a {
  color: #030919;
}

.tap-call-mobile a {
  color: var(--accent-color);
  text-align: center;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-left: 6px;
}

.tap-call-mobile a:hover {
  color: #030919;
}

@media screen and (min-width: 768px) {
  .tap-call-mobile {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .mobile-section {
    display: flex;
  }
}
@media screen and (min-width: 1200px) {
  .mobile-section {
    display: none;
  }
}
.mobile-section .tap-call-desk {
  display: none;
}

@media screen and (min-width: 768px) {
  .mobile-section .tap-call-desk {
    display: initial;
  }
}
.mobile-section .tap-call-desk {
  border-radius: 300px;
  padding: 13px 26px;
  border: 2px solid #fff;
  color: #fff;
  text-align: center;
  font-family: var(--main-font);
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 18px;
  margin-right: 31px;
}

.mobile-section .tap-call-desk:hover {
  color: #030919;
  background: #45C7E7;
}

.mobile-section .tap-call-desk:hover a {
  color: #030919;
}

.mobile-section .tap-call-desk a {
  color: var(--accent-color);
  text-align: center;
  font-family: var(--main-font);
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 18px;
  margin-left: 6px;
}

.mobile-section .tap-call-desk a:hover {
  color: #030919;
}

@media screen and (min-width: 1200px) {
  .mobile-section .tap-call-desk {
    display: none;
  }
}
#nav-mobile {
  display: flex;
}

@media screen and (min-width: 1200px) {
  #nav-mobile {
    display: none;
  }
}
#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
*/
.menu-container {
  max-width: 1170px;
  padding: 0 15px 0 0;
  width: 100%;
  margin: 0 auto;
}

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

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

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

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

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

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

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

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item {
    margin-right: 16px;
  }
}
#nav-desktop .nav-item.active .nav-link {
  color: var(--accent-color);
}

#nav-desktop .nav-item:last-child {
  margin-right: 0px;
}

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

#nav-desktop .nav-item .nav-link {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: var(--main-font);
  font-size: 14px;
  font-weight: 600;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
}

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

#nav-desktop .nav-item .nav-link:hover.dropdown-toggle:after, #nav-desktop .nav-item .nav-link:focus.dropdown-toggle:after {
  content: url(../images/toggle-open.svg);
}

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

@media screen and (min-width: 1200px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 13px;
  }
}
@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 16px;
  }
}
#nav-desktop .nav-item .nav-link.dropdown-toggle:after {
  content: url(../images/toggle.svg);
  border: 0px;
  margin-left: 6px;
  vertical-align: initial;
  position: relative;
  top: -2px;
}

#nav-desktop .nav-item .nav-link.dropdown-toggle:hover:before {
  content: "";
  position: absolute;
  height: 8px;
  width: 90%;
  border-radius: 8px 8px 0 0;
  background: #28A8C8;
  bottom: -15px;
  /*bottom: -17px;*/
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 123%;
  left: 7px;
  z-index: 1000;
  float: left;
  min-width: 256px;
  padding: 0;
  margin: 0;
  font-size: 1rem;
  color: #454545;
  text-align: left;
  list-style: none;
  border-radius: 0 0 24px 24px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  background: rgba(3, 9, 25, 0.7);
  backdrop-filter: blur(16.5px);
  border-top: 0px;
  padding-top: 16px;
  padding-bottom: 10px;
}

#nav-desktop .nav-item .dropdown-menu:before {
  content: "";
  background: transparent;
  width: 100%;
  height: 19px;
  position: absolute;
  top: -20px;
}

#nav-desktop .nav-item .dropdown-menu li {
  padding-left: 16px;
  padding-right: 16px;
  margin-right: 0px;
}

#nav-desktop .nav-item .dropdown-menu li a {
  color: #fff !important;
  padding-left: 20px;
  font-family: "Libre Caslon Text";
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  padding-top: 13px;
  padding-bottom: 13px;
  margin-bottom: 4px;
}

@media screen and (min-width: 1400px) {
  #nav-desktop .nav-item .dropdown-menu li a {
    font-size: 15px;
  }
}
@media screen and (min-width: 1440px) {
  #nav-desktop .nav-item .dropdown-menu li a {
    font-size: 16px;
  }
}
#nav-desktop .nav-item .dropdown-menu li a:hover {
  color: #fff;
  border-radius: 8px;
  background: rgba(3, 9, 25, 0.2);
  backdrop-filter: blur(16.5px);
}

#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-spn.mm-spn--navbar:after {
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar.mm-spn--main {
  background: radial-gradient(52.26% 41.41% at 48.8% 52.09%, #030919 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919;
}

.mm-spn li:after {
  color: #fff;
  opacity: 0.5 !important;
}

.mm-spn li:before {
  color: #fff;
  opacity: 1 !important;
}

.mm-spn.mm-spn--navbar:after {
  opacity: 1 !important;
}

.mm-spn a:not(:last-child):after {
  opacity: 0.5 !important;
}

.mm-spn.mm-spn--light {
  background: radial-gradient(52.26% 41.41% at 48.8% 52.09%, #030919 0%, rgba(8, 21, 55, 0) 100%), linear-gradient(180deg, rgba(3, 9, 25, 0) 57.62%, #030919 100%), #030919 !important;
}

.mm-spn.mm-spn--navbar:before {
  opacity: 0.6 !important;
}

@media screen and (max-width: 420px) {
  .mm-ocd--open .mm-ocd__content {
    width: 76%;
  }
}
.mm-spn li.current-menu-item a {
  color: white !important;
  font-weight: 600 !important;
}

.mm-spn a:hover,
.mm-spn a:focus {
  color: white !important;
  font-weight: 600 !important;
}

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