/**
* Base Colors
*/
/**************************
  Media Queries
***************************/
/*************************
  Fonts
**************************/
/*************************
  Button colours
**************************/
/*************************
  Location page colours
**************************/
/*************************
  Form colours
**************************/
/*************************
  Sidebar variables
**************************/
/*************************
  404 button background
**************************/
/*************************
  Results Partial
**************************/
/*************************
  Swiper
**************************/
/*************************
  Footer Top
**************************/
/* Additional Mixins */
.hero-video-library .searchform {
  display: block;
  zoom: 1;
}

.hero-video-library .searchform:after {
  content: " ";
  display: block;
  font-size: 0;
  height: 0;
  clear: both;
  visibility: hidden;
}

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

.rev-row {
  flex-direction: row-reverse;
}

/**
 * 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 
 */
:root {
  --header-height: auto;
}

.header {
  position: relative;
  padding: 9px 0 0;
  background-color: var(--header-bg-color);
  box-shadow: 0px 4px 35px 0px rgba(52, 73, 113, 0.1);
  transition: all 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  z-index: 1030;
  will-change: transform;
  transform: translateZ(0);
  backface-visibility: hidden;
}

.header.header--sticky {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background-color: #fff;
  backdrop-filter: blur(10px);
  box-shadow: 0px 4px 20px 0px rgba(52, 73, 113, 0.15);
  animation: slideDown 0.4s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

@media (max-width: 767px) {
  .header.header--sticky {
    animation: slideDown 0.35s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  }
}
.header.header--sticky.header--scroll-up {
  transform: translateY(0) translateZ(0);
}

.header .phone-label {
  font-family: var(--main-font), sans-serif;
  font-weight: 600;
  font-size: 16px;
  line-height: 23px;
  letter-spacing: 3.14px;
  text-transform: uppercase;
  margin-right: 20px;
  color: rgb(53, 82, 149);
}

@media (min-width: 768px) and (max-width: 1199px) {
  .header .phone-label {
    display: none;
  }
}
@media (max-width: 767px) {
  .header .phone-label {
    font-size: 14px;
    line-height: 100%;
    letter-spacing: 1.5px;
    width: 100%;
    text-align: center;
    position: absolute;
    bottom: -33px;
    left: 50%;
    transform: translateX(-50%);
  }
}
@media (min-width: 768px) and (max-width: 1199px) {
  .header {
    padding: 11px 10px 12px;
  }
}
@media (max-width: 767px) {
  .header {
    padding: 10px 3px 75px;
    padding-bottom: 100px;
  }
}
@media (max-width: 1199px) {
  .header .row {
    align-items: center;
  }
}
@media screen and (min-width: 1200px) {
  .header .container {
    max-width: 1576px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .container {
    max-width: 100%;
  }
}
.header .site-logo-wrap,
.header .header-right {
  width: auto;
}

@media (min-width: 1200px) and (max-width: 1399px) {
  .header .site-logo-wrap {
    padding-right: 0;
  }
}
@media (max-width: 767px) {
  .header .site-logo-wrap {
    padding-right: 0;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .header .site-logo-wrap .logo {
    max-width: 240px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .site-logo-wrap .logo {
    width: 170px;
  }
}
@media (max-width: 767px) {
  .header .site-logo-wrap .logo {
    width: 141px;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .lang-es .header .site-logo-wrap .logo {
    max-width: 240px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .lang-es .header .site-logo-wrap .logo {
    max-width: 230px;
  }
}
.header .header-right {
  margin-top: 9px;
  margin-left: auto;
}

@media (max-width: 1199px) {
  .header .header-right {
    margin-top: 0;
  }
}
.header .header-top-right {
  display: flex;
  align-items: center;
  justify-content: end;
  margin-bottom: 17px;
}

@media (max-width: 1199px) {
  .header .header-top-right {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .header .header-top-right .btn.btn-secondary.btn-phone {
    margin-right: 15px;
  }
}
@media screen and (min-width: 992px) {
  .header .header-top-right .btn.btn-secondary.btn-phone {
    margin-right: 20px;
  }
}
@media (max-width: 991px) {
  .header .header-top-right .btn.btn-secondary.btn-phone {
    width: 100%;
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .btn.btn-secondary.btn-phone {
    position: absolute;
    bottom: -85px;
    left: 50%;
    transform: translateX(-50%);
    font-size: 17px;
  }
}
@media (max-width: 991px) {
  .header .header-top-right .btn.btn-secondary.btn-phone .text {
    display: flex;
    padding: 8px 19px 8px 29px;
  }
  .lang-es .header .header-top-right .btn.btn-secondary.btn-phone .text {
    padding: 8px 11px 8px 13px;
  }
}
.header .header-top-right .btn.btn-secondary.btn-phone .tap-text {
  margin-right: 8px;
  font-size: 14px;
  font-weight: 400;
  letter-spacing: 0.42px;
  text-transform: none;
}

.lang-es .header .header-top-right .btn.btn-secondary.btn-phone .tap-text {
  margin-right: 5px;
  font-size: 12px;
  letter-spacing: 0;
}

.header .header-top-right .language-switcher {
  margin-right: 52px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E2E6ED;
  box-shadow: 0px 4px 20px 0px rgba(52, 73, 113, 0.1);
}

@media screen and (min-width: 768px) {
  .header .header-top-right .language-switcher {
    margin-right: 58px;
  }
}
@media screen and (min-width: 1200px) {
  .header .header-top-right .language-switcher {
    margin-right: 20px;
  }
}
.header .header-top-right .language-switcher .wpml-ls-legacy-list-horizontal {
  padding: 0;
  border: none;
}

.header .header-top-right .language-switcher .wpml-ls-legacy-list-horizontal li {
  display: block;
}

.header .header-top-right .language-switcher .wpml-ls-legacy-list-horizontal a {
  padding: 6px 11px 7px;
  color: #353535;
  font-size: 14px;
  font-weight: 400;
  line-height: 27px;
}

@media screen and (min-width: 992px) {
  .header .header-top-right .language-switcher .wpml-ls-legacy-list-horizontal a {
    padding: 7px 20px 6px;
    font-size: 16px;
  }
}
.header .header-top-right .language-switcher .wpml-ls-legacy-list-horizontal a span {
  vertical-align: unset;
}

@media screen and (min-width: 992px) {
  .lang-en .header .header-top-right .language-switcher .wpml-ls-legacy-list-horizontal a span:before {
    content: "En ";
  }
}
.header .header-top-right .header-search {
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #fff;
  border-radius: 4px;
  border: 1px solid #E2E6ED;
  box-shadow: 0px 4px 20px 0px rgba(52, 73, 113, 0.1);
}

@media (max-width: 1199px) {
  .header .header-top-right .header-search {
    position: absolute;
    top: 14px;
    right: 54px;
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-top-right .header-search {
    top: 33px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-search {
    top: 8px;
    transition: right 0.3s ease-in-out, border-top-right-radius 0.3s ease-in-out, border-bottom-right-radius 0.3s ease-in-out;
  }
}
.header .header-top-right .header-search .icon-search {
  position: relative;
  width: 40px;
  height: 40px;
  cursor: pointer;
}

.header .header-top-right .header-search .icon-search svg {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  transition: opacity 0.3s ease-in-out;
}

.header .header-top-right .header-search .icon-search svg.close {
  opacity: 0;
}

.header .header-top-right .header-search form {
  width: 0;
  overflow: hidden;
  transition: width 0.3s ease-in-out;
}

.header .header-top-right .header-search form input {
  padding: 8px 0 8px 8px;
  width: 100%;
  color: #353535;
  font-size: 14px;
}

@media screen and (min-width: 992px) {
  .header .header-top-right .header-search form input {
    font-size: 16px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-search.search-open {
    right: 11px;
    border-top-right-radius: 4px;
    border-bottom-right-radius: 4px;
  }
}
.header .header-top-right .header-search.search-open .icon-search svg.search {
  opacity: 0;
}

.header .header-top-right .header-search.search-open .icon-search svg.close {
  opacity: 1;
}

.header .header-top-right .header-search.search-open form {
  width: 300px;
}

@media (min-width: 992px) and (max-width: 1199px) {
  .header .header-top-right .header-search.search-open form {
    width: 382px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .header .header-top-right .header-search.search-open form {
    width: 438px;
  }
}
@media (max-width: 767px) {
  .header .header-top-right .header-search.search-open form {
    width: 130px;
  }
}
.headlines-wrapper {
  padding: 9px 0 7px;
  background-color: var(--color-secondary);
  min-height: 32px;
}

@media screen and (min-width: 992px) {
  .headlines-wrapper {
    min-height: 45px;
  }
}
@media screen and (min-width: 992px) {
  .headlines-wrapper {
    padding: 15px 0 14px;
  }
}
.headlines-wrapper .swiper-wrapper {
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
}

.headlines-wrapper .swiper-slide {
  width: auto;
}

.headlines-wrapper .headline {
  color: #fff;
  font-size: 11.75px;
  font-weight: 400;
  line-height: 16px;
  letter-spacing: 1.763px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .headlines-wrapper .headline {
    font-size: 16px;
    line-height: 16px;
    letter-spacing: 2.4px;
  }
}
.headlines-wrapper .headline a {
  color: #fff;
}

.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: 35px;
  padding-bottom: 30px;
  background-position: top center;
  background-repeat: no-repeat;
  background-size: contain;
}

@media (min-width: 1681px) {
  .hero-home {
    background-size: cover;
  }
}
@media screen and (min-width: 768px) {
  .hero-home {
    padding-top: 55px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home {
    padding-top: 66px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home {
    padding-bottom: 41px;
  }
}
.hero-home h1 {
  padding: 0;
  margin-bottom: 4px;
  color: #081A13;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 25px;
  letter-spacing: 3.14px;
  text-align: center;
  text-transform: uppercase;
}

.hero-home h1:after {
  display: none;
}

@media screen and (min-width: 768px) {
  .hero-home h1 {
    margin-bottom: 29px;
  }
}
@media (max-width: 767px) {
  .hero-home h1 {
    margin-left: auto;
    margin-right: auto;
    max-width: 330px;
  }
}
.hero-home .banner-title {
  margin-bottom: 27px;
  color: #081A13;
  font-family: var(--secondary-font), sans-serif;
  font-size: 47px;
}

@media screen and (min-width: 768px) {
  .hero-home .banner-title {
    font-size: 46px;
  }
}
@media screen and (min-width: 992px) {
  .hero-home .banner-title {
    margin-bottom: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 60px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .banner-title {
    margin-bottom: 59px;
    font-size: 81px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .banner-title {
    font-size: 72px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-title {
    text-align: center;
  }
}
.hero-home .banner-title .plus {
  content: url(../images/icons/icon-plus-mobile.svg);
  margin: 1px auto -4px;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-title .plus {
    margin: 0 13px;
    content: url(../images/icons/icon-plus.svg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-title .plus {
    width: 76px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-title .plus {
    display: block;
  }
}
.hero-home .banner-title .equals {
  content: url(../images/icons/icon-equals-mobile.svg);
  margin: 8px auto 0;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-title .equals {
    margin: 6px 15px 0;
    content: url(../images/icons/icon-equals.svg);
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-title .equals {
    width: 51px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-title .equals {
    display: block;
  }
}
.hero-home .banner-title .underline {
  position: relative;
}

.hero-home .banner-title .underline:before {
  content: "";
  position: absolute;
  right: 1px;
  bottom: -6px;
  left: 2px;
  height: 13px;
  background: url(../images/icons/icon-underline.svg) no-repeat center;
  background-size: contain;
}

@media screen and (min-width: 992px) {
  .hero-home .banner-title .underline:before {
    right: 3px;
    bottom: -3px;
    left: 4px;
  }
}
.hero-home .attorney-image-holder {
  display: flex;
  align-items: end;
  height: 100%;
}

@media (max-width: 991px) {
  .hero-home .attorney-image-holder .attorney-image {
    margin: 0 auto;
    max-width: 260px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder {
    max-width: 330px;
  }
}
@media (max-width: 767px) {
  .hero-home .banner-content-holder {
    margin: 0 auto;
  }
}
.hero-home .video-holder {
  position: relative;
  margin: 0 auto 30px;
}

@media screen and (min-width: 992px) {
  .hero-home .video-holder {
    margin-bottom: 52px;
    max-width: 924px;
  }
}
.hero-home .video-holder a {
  margin: 0;
}

.hero-home .video-holder .video-thumbnail {
  border-radius: 12px;
}

@media screen and (min-width: 992px) {
  .hero-home .video-holder .video-thumbnail {
    border-radius: 22px;
  }
}
.hero-home .video-holder .btn-play {
  position: absolute;
  bottom: 14px;
  left: 50%;
  display: flex;
  align-items: center;
}

@media screen and (min-width: 992px) {
  .hero-home .video-holder .btn-play {
    bottom: 29px;
    left: 29px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .video-holder .btn-play {
    left: 15px;
  }
}
@media (max-width: 991px) {
  .hero-home .video-holder .btn-play {
    max-width: 232px;
    width: 100%;
    transform: translateX(-50%);
  }
}
@media (max-width: 991px) {
  .hero-home .video-holder .btn-play img {
    width: 53px;
  }
}
.hero-home .video-holder .btn-play span {
  margin-left: 6px;
  color: #fff;
  font-size: 15px;
  font-style: normal;
  font-weight: 400;
  line-height: 23px;
  letter-spacing: 1.95px;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .hero-home .video-holder .btn-play span {
    margin-left: 19px;
    max-width: 137px;
    font-size: 18.866px;
    line-height: 27.12px;
    letter-spacing: 2.453px;
  }
}
.hero-home .video-holder #video-container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.hero-home .video-holder #video-container iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
  border-radius: 12px;
}

@media screen and (min-width: 992px) {
  .hero-home .video-holder #video-container iframe {
    border-radius: 22px;
  }
}
.hero-home .banner-content {
  position: relative;
  z-index: 1;
  margin: 0 auto 25px;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-home .banner-content {
    max-width: 936px;
  }
}
@media (min-width: 992px) and (max-width: 1199px) {
  .hero-home .banner-content {
    margin-bottom: 15px;
  }
}
@media (max-width: 991px) {
  .hero-home .banner-content {
    margin-bottom: 28px;
  }
}
.hero-home .banner-content p {
  font-weight: 400;
}

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

@media (min-width: 768px) and (max-width: 991px) {
  .hero-home .banner-content p {
    font-size: 16px;
    line-height: 28px;
  }
}
.hero-home .btn-wrapper {
  position: relative;
  text-align: center;
}

.hero-home .btn-wrapper .btn-secondary {
  letter-spacing: 0.3px;
}

@media screen and (min-width: 992px) {
  .hero-home .btn-wrapper .btn-secondary {
    letter-spacing: 1.05px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .btn-wrapper .btn-secondary .text {
    padding: 13px 4px 14px 14px;
  }
}
@media (max-width: 991px) {
  .hero-home .btn-wrapper .btn-secondary .text {
    padding: 9px 4px 10px 14px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .btn-wrapper .btn-secondary.with-icon:after {
    width: 50px;
  }
}
@media (max-width: 991px) {
  .hero-home .btn-wrapper .btn-secondary.with-icon:after {
    width: 50px;
  }
}
.hero-home .as-seen-on-wrapper {
  margin-top: 32px;
}

.hero-home .as-seen-on-wrapper .as-seen-on-heading {
  margin-bottom: 14px;
  color: #8D9299;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.92px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .hero-home .as-seen-on-wrapper .as-seen-on-heading {
    margin-bottom: 16px;
  }
}
.hero-home .as-seen-on-wrapper .as-seen-on-logos {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .hero-home .as-seen-on-wrapper .as-seen-on-logos {
    max-width: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-home .as-seen-on-wrapper .as-seen-on-logos {
    max-width: 1298px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .hero-home .as-seen-on-wrapper .as-seen-on-logos {
    margin: 0 -20px;
  }
}
.hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(1) {
    width: 25px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(2) {
    width: 50px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(3) {
    width: 20px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(4) {
    width: 25px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(5) {
    width: 50px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(6) {
    width: 51px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(7) {
    width: 36px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(8) {
    width: 80px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(9) {
    width: 54px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(10) {
    width: 56px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(11) {
    width: 42px;
  }
  .hero-home .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(12) {
    width: 48px;
  }
}
.hero-home.home-hero-section {
  padding: 0;
  padding-bottom: 50px;
}

@media (max-width: 767px) {
  .hero-home.home-hero-section {
    padding-bottom: 0;
  }
}
.hero-home.home-hero-section .heading-wrapper {
  display: flex;
  flex-wrap: wrap;
  column-gap: 6%;
  row-gap: 30px;
}

@media (max-width: 1439px) {
  .hero-home.home-hero-section .heading-wrapper {
    column-gap: 2.8%;
  }
}
@media (max-width: 1199px) {
  .hero-home.home-hero-section .heading-wrapper {
    justify-content: center;
  }
}
.hero-home.home-hero-section .banner-heading {
  max-width: 495px;
  text-align: center;
}

.hero-home.home-hero-section .banner-heading .subtitle {
  font-size: 64px;
  text-transform: uppercase;
  margin-bottom: 0;
  line-height: 1;
}

@media (max-width: 1399px) {
  .hero-home.home-hero-section .banner-heading .subtitle {
    font-size: 60px;
  }
}
@media (max-width: 767px) {
  .hero-home.home-hero-section .banner-heading .subtitle {
    font-size: 42px;
  }
}
.hero-home.home-hero-section .banner-heading .page-title {
  font-family: Tinos;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
  text-transform: none;
  letter-spacing: normal;
  margin-bottom: 25px;
}

@media (max-width: 1399px) {
  .hero-home.home-hero-section .banner-heading .page-title {
    font-size: 38px;
    line-height: 42px;
  }
}
@media (max-width: 767px) {
  .hero-home.home-hero-section .banner-heading .page-title {
    font-size: 26px;
    line-height: 32px;
  }
}
.hero-home.home-hero-section .banner-heading .banner-top-content p {
  margin-bottom: 30px;
  font-size: 16px;
  line-height: 26px;
}

.hero-home.home-hero-section .hero-image {
  max-width: 823px;
  width: 59%;
}

@media (max-width: 1399px) {
  .hero-home.home-hero-section .hero-image {
    width: 52%;
  }
}
@media (max-width: 1199px) {
  .hero-home.home-hero-section .hero-image {
    max-width: 495px;
    width: 100%;
  }
}
.hero-home.home-hero-section .banner-content-holder {
  margin-top: -370px;
}

@media (max-width: 1439px) {
  .hero-home.home-hero-section .banner-content-holder {
    margin-top: -315px;
  }
}
@media (max-width: 1399px) {
  .hero-home.home-hero-section .banner-content-holder {
    margin-top: -130px;
  }
}
@media (max-width: 767px) {
  .hero-home.home-hero-section .banner-content-holder {
    max-width: 100%;
  }
}
@media (max-width: 767px) {
  .hero-home.home-hero-section .banner-content-holder .as-seen-on-wrapper {
    max-width: 330px;
    margin: 0 auto;
  }
}
@media screen and (min-width: 992px) {
  .lang-es .hero-home.home-hero-section .banner-content-holder {
    margin-top: -275px !important;
  }
}
@media (max-width: 1439px) {
  .lang-es .hero-home.home-hero-section .banner-content-holder {
    margin-top: -275px !important;
  }
}
@media (max-width: 1399px) {
  .lang-es .hero-home.home-hero-section .banner-content-holder {
    margin-top: -275px !important;
  }
}
@media (max-width: 1399px) {
  .lang-es .hero-home.home-hero-section .banner-content-holder {
    margin-top: -20px !important;
  }
}
.hero-bio {
  position: relative;
  padding-top: 40px;
  background-image: url(../images/bg-main-content.webp);
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-bio {
    padding-top: 65px;
  }
}
@media screen and (min-width: 992px) {
  .hero-bio {
    display: flex;
    align-items: center;
    padding-top: 35px;
    height: 530px;
    background-color: #f3f3f3;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio {
    align-items: end;
    height: 678px;
  }
}
.hero-bio .attorney-image {
  text-align: center;
}

@media (max-width: 767px) {
  .hero-bio .attorney-image img {
    max-width: 250px;
  }
}
.hero-bio .attorney-info {
  position: relative;
  padding: 32px 15px 35px;
  width: 100%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  box-shadow: 0px 0px 50px 0px rgba(0, 0, 0, 0.15);
  backdrop-filter: blur(5px);
  overflow: hidden;
}

@media screen and (min-width: 992px) {
  .hero-bio .attorney-info {
    max-width: 550px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-bio .attorney-info {
    margin-bottom: 92px;
    max-width: 594px;
  }
}
.hero-bio .attorney-info .name {
  padding: 0;
  margin-bottom: 15px;
}

.hero-bio .attorney-info .name:after {
  display: none;
}

.hero-bio .attorney-info .position {
  position: relative;
  color: #081A13;
  font-size: 16px;
  font-weight: 600;
  line-height: 23px;
  letter-spacing: 3.2px;
  text-transform: uppercase;
}

@media (max-width: 1199px) {
  .hero-bio .attorney-info .position {
    margin-top: 8px;
  }
}
.hero-bio .attorney-info .position span {
  position: relative;
  padding: 0 27px;
}

.hero-bio .attorney-info .position span:before, .hero-bio .attorney-info .position span:after {
  content: "";
  position: absolute;
  top: 11px;
  width: 100vw;
  height: 3px;
  background-color: var(--color-secondary);
}

.hero-bio .attorney-info .position span:before {
  right: 100%;
}

.hero-bio .attorney-info .position span:after {
  left: 100%;
}

.hero-bio .attorney-info .video-holder {
  margin-top: 19px;
}

.hero-bio .attorney-info .video-holder a {
  position: relative;
  margin: 0;
}

.hero-bio .attorney-info .video-holder .video-thumbnail {
  max-width: 364px;
  width: 100%;
  border-radius: 28px;
}

.hero-bio .attorney-info .video-holder .btn-play {
  position: absolute;
  display: flex;
  align-items: end;
  bottom: 15px;
  left: 15px;
}

@media screen and (min-width: 768px) {
  .hero-bio .attorney-info .video-holder .btn-play {
    bottom: 20px;
    left: 19px;
  }
}
@media (max-width: 767px) {
  .hero-bio .attorney-info .video-holder .btn-play img {
    width: 50px;
  }
}
.hero-bio .attorney-info .video-holder .video-text {
  margin-left: 10px;
  color: #FFF;
  font-size: 13px;
  font-weight: 600;
  line-height: 27.12px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

@media screen and (min-width: 768px) {
  .hero-bio .attorney-info .video-holder .video-text {
    margin-left: 16px;
    letter-spacing: 1.69px;
  }
}
.hero-bio .bio-excerpt {
  color: var(--text-color);
  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;
  }
}
.hero-podcast {
  position: relative;
  padding-top: 40px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 768px) {
  .hero-podcast {
    padding-top: 66px;
  }
}
.hero-podcast .banner-title {
  margin-bottom: 30px;
  color: #fff;
  text-align: center;
  font-family: var(--secondary-font), sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

@media screen and (min-width: 768px) {
  .hero-podcast .banner-title {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 992px) {
  .hero-podcast .banner-title {
    margin-bottom: 40px;
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-podcast .banner-title {
    margin-bottom: 54px;
    font-size: 60px;
    line-height: 68px;
  }
}
.hero-podcast .banner-image-holder {
  position: relative;
  z-index: 1;
  text-align: center;
}

@media screen and (min-width: 1200px) {
  .hero-podcast .banner-image-holder {
    padding-right: 42px;
    margin-bottom: -118px;
    text-align: right;
  }
}
@media (max-width: 1199px) {
  .hero-podcast .banner-image-holder {
    margin-top: 40px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-podcast .banner-image-holder img {
    max-width: 350px;
  }
}
@media (max-width: 767px) {
  .hero-podcast .banner-image-holder img {
    max-width: 250px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-podcast .banner-content-holder {
    padding-left: 30px;
  }
}
@media (min-width: 1400px) {
  .hero-podcast .banner-content-holder {
    padding-top: 70px;
  }
}
.hero-podcast .banner-content {
  padding: 15px 5px;
  margin: 0 auto 30px;
  max-width: 610px;
  background: linear-gradient(270deg, #081A13 0%, rgba(8, 26, 19, 0) 100%);
  backdrop-filter: blur(23.5px);
}

@media screen and (min-width: 768px) {
  .hero-podcast .banner-content {
    padding: 21px 15px 38px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-podcast .banner-content {
    margin-bottom: 44px;
  }
}
.hero-podcast .banner-content .page-title {
  padding-bottom: 0;
  margin-bottom: 22px;
  color: #fff;
  text-align: center;
  font-size: 47px;
  font-weight: 700;
  line-height: 55px;
}

@media screen and (min-width: 992px) {
  .hero-podcast .banner-content .page-title {
    font-size: 60px;
    line-height: 70px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-podcast .banner-content .page-title {
    font-size: 81px;
    line-height: 105.662px;
  }
}
.hero-podcast .banner-content .page-title span {
  display: block;
  font-size: 24px;
  line-height: 34px;
}

@media screen and (min-width: 768px) {
  .hero-podcast .banner-content .page-title span {
    font-size: 30px;
    line-height: 38px;
  }
}
@media screen and (min-width: 992px) {
  .hero-podcast .banner-content .page-title span {
    font-size: 40px;
    line-height: 48px;
  }
}
@media screen and (min-width: 1200px) {
  .hero-podcast .banner-content .page-title span {
    margin-top: -6px;
  }
}
.hero-podcast .banner-content .page-title:after {
  display: none;
}

.hero-podcast .banner-content .platforms {
  margin: 0 auto;
  max-width: 535px;
}

.hero-podcast .banner-content .platforms .row {
  justify-content: center;
  margin: 0;
}

@media screen and (min-width: 768px) {
  .hero-podcast .banner-content .platforms .row {
    justify-content: space-between;
  }
}
.hero-podcast .banner-content .platforms .col-item {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .hero-podcast .banner-content .platforms .col-item {
    width: auto;
  }
}
@media (max-width: 767px) {
  .hero-podcast .banner-content .platforms .col-item {
    margin-bottom: 15px;
    text-align: center;
  }
  .hero-podcast .banner-content .platforms .col-item:last-child {
    margin-bottom: 0;
  }
}
.hero-podcast .banner-content .platforms .item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 15px;
  margin: auto;
  max-width: 230px;
  height: 50px;
  background-color: #fff;
  border-radius: 5px;
}

.hero-podcast .banner-content .platforms .item.image-only {
  background-color: transparent;
  padding: 0;
}

@media (max-width: 767px) {
  .hero-podcast .banner-content .platforms .item.image-only {
    justify-content: center;
  }
}
.hero-podcast .banner-content .platforms .item .text {
  color: #2B5540;
  font-size: 16px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.hero-podcast .banner-desc {
  padding-bottom: 0;
  margin-bottom: 18px;
  color: #fff;
  text-align: center;
}

.hero-podcast .banner-desc:after {
  display: none;
}

@media screen and (min-width: 992px) {
  .hero-podcast .banner-desc {
    font-size: 34px;
    line-height: 42px;
  }
}
.hero-podcast .banner-audio-player {
  display: flex;
  align-items: center;
  padding-left: 17px;
  padding-right: 10px;
  margin: 0 auto;
  max-width: 618px;
  background-color: var(--color-neutral);
  border-radius: 30px;
}

.hero-podcast .banner-audio-player .text {
  color: #081A13;
  font-size: 12px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 2.4px;
  text-transform: uppercase;
}

.hero-podcast .banner-audio-player .audio-player {
  max-width: 100%;
  width: 100%;
}

.hero-video-library {
  position: relative;
  display: flex;
  align-items: flex-end;
  text-align: center;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}

@media screen and (min-width: 992px) {
  .hero-video-library {
    height: 615px;
    padding-bottom: 168px;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .hero-video-library {
    padding: 100px 0 80px;
  }
}
@media (max-width: 767px) {
  .hero-video-library {
    padding: 40px 0;
  }
}
@media (max-width: 767px) {
  .hero-video-library:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.2);
  }
}
.hero-video-library .page-title {
  padding-bottom: 0;
  margin-bottom: 19px;
  color: #fff;
}

.hero-video-library .page-title:after {
  display: none;
}

.hero-video-library .banner-desc {
  margin: 0 auto 24px;
  max-width: 454px;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
  line-height: 33px;
}

.hero-video-library .searchform {
  margin: 0 auto;
  max-width: 355px;
  overflow: hidden;
}

.hero-video-library .searchform #s {
  float: left;
  padding: 0 15px;
  width: calc(100% - 44px);
  height: 44px;
  color: var(--text-color);
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  background-color: #fff;
  border: 1px solid #E8E8E8;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
}

.hero-video-library .searchform #s::-webkit-input-placeholder {
  color: #2C2C2C;
  opacity: 1;
}

.hero-video-library .searchform #s::-moz-placeholder {
  opacity: 1;
  color: #2C2C2C;
  opacity: 1;
}

.hero-video-library .searchform #s:-moz-placeholder {
  color: #2C2C2C;
  opacity: 1;
}

.hero-video-library .searchform #s:-ms-input-placeholder {
  color: #2C2C2C;
  opacity: 1;
}

.hero-video-library .searchform #s.placeholder {
  color: #2C2C2C;
  opacity: 1;
}

.hero-video-library .searchform #searchsubmit {
  float: left;
  width: 44px;
  height: 44px;
  background-color: #fff;
  background-image: url(../images/icons/icon-search-green.svg);
  background-repeat: no-repeat;
  background-position: center;
  border: 1px solid #E8E8E8;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  cursor: pointer;
}

.navbar-toggle-wrapper {
  background-color: #227353;
  height: 42px;
  width: 42px;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
}

#mobile-menu {
  display: none;
}

.close__mobileMenu {
  display: none;
  padding: 0;
  width: 100%;
  height: 100%;
  border: none;
  background: none;
}

.close__mobileMenu .x {
  display: block;
  margin: 0 auto;
  width: 20px;
  height: 3px;
  background-color: #fff;
  transition: all ease-in 0.5s;
}

.close__mobileMenu .x:first-child {
  transform: translate(0px, 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 4px;
  width: 20px;
  height: 3px;
  background-color: #fff;
}

.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 .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 .navbar-nav {
  justify-content: flex-end;
}

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

@media (min-width: 1400px) and (max-width: 1509px) {
  #nav-desktop .nav-item {
    margin-right: 20px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  #nav-desktop .nav-item {
    margin-right: 10px;
  }
}
.lang-es #nav-desktop .nav-item {
  margin-right: 15px;
}

@media (min-width: 1300px) and (max-width: 1539px) {
  .lang-es #nav-desktop .nav-item {
    margin-right: 9px;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .lang-es #nav-desktop .nav-item {
    margin-right: 6px;
  }
}
#nav-desktop .nav-item:last-child {
  margin-right: 0;
}

#nav-desktop .nav-item.two-column .dropdown-menu {
  column-count: 2;
  column-gap: 43px;
  min-width: 443px;
}

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

#nav-desktop .nav-item:hover .nav-link {
  border-color: var(--color-secondary);
}

#nav-desktop .nav-item.nav-link-bold .nav-link {
  font-weight: 600;
}

#nav-desktop .nav-item .nav-link {
  color: var(--header-main-m-color);
  padding: 0 0 17px;
  font-family: var(--main-font), sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 26px;
  letter-spacing: 0.16px;
  text-transform: var(--header-main-m-format);
  display: block;
  position: relative;
  border-bottom: 5px solid transparent;
}

@media (min-width: 1200px) and (max-width: 1299px) {
  #nav-desktop .nav-item .nav-link {
    font-size: 15px;
    letter-spacing: normal;
  }
}
@media (min-width: 1400px) and (max-width: 1539px) {
  .lang-es #nav-desktop .nav-item .nav-link {
    font-size: 15px;
    letter-spacing: normal;
  }
}
@media (min-width: 1300px) and (max-width: 1399px) {
  .lang-es #nav-desktop .nav-item .nav-link {
    font-size: 14px;
    letter-spacing: normal;
  }
}
@media (min-width: 1200px) and (max-width: 1299px) {
  .lang-es #nav-desktop .nav-item .nav-link {
    font-size: 13px;
    letter-spacing: normal;
  }
}
#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: 8px;
  height: 8px;
  vertical-align: 2px;
  background: url(../images/icons/icon-plus-nav-link.svg) no-repeat center;
  background-size: contain;
  border: none;
}

#nav-desktop .nav-item .dropdown-menu {
  position: absolute;
  top: 100%;
  left: 0;
  z-index: 1000;
  float: left;
  min-width: 250px;
  padding: 38px 40px 26px;
  margin: 0;
  font-size: 1rem;
  color: var(--text-color);
  text-align: left;
  list-style: none;
  background-color: var(--header-sub-m-bg);
  border: none;
  border-radius: 0;
  box-shadow: 0px 11px 30px 0px rgba(0, 0, 0, 0.15);
}

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

#nav-desktop .nav-item .dropdown-menu .nav-item .nav-link {
  padding: 0;
  color: var(--header-sub-link);
  letter-spacing: normal;
  border: none;
}

#nav-desktop .nav-item .dropdown-menu .nav-item .nav-link:hover, #nav-desktop .nav-item .dropdown-menu .nav-item .nav-link:focus {
  color: var(--header-sub-link-hover);
  text-decoration: underline;
}

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

.post-type-archive-in_news #nav-desktop .nav-item .dropdown-menu .nav-item.menu-item-2627436 .nav-link {
  color: var(--header-sub-link-active);
  text-decoration: underline;
}

.post-type-archive-press_release #nav-desktop .nav-item .dropdown-menu .nav-item.menu-item-2666776 .nav-link {
  color: var(--header-sub-link-active);
  text-decoration: underline;
}

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

.sby_player_outer_wrap .sby_video_thumbnail_wrap {
  display: block !important;
  width: 600px !important;
  margin: 0 auto !important;
  position: relative !important;
  height: 337px !important;
  float: none !important;
  border: 4px solid #0a5540;
}

@media (max-width: 768px) {
  .sby_player_outer_wrap .sby_video_thumbnail_wrap {
    width: 100% !important;
    height: 100% !important;
  }
}
@keyframes slideDown {
  0% {
    transform: translateY(-100%) translateZ(0);
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    transform: translateY(0) translateZ(0);
    opacity: 1;
  }
}
.as-seen-on-wrapper {
  margin-top: 32px;
}

.as-seen-on-wrapper .as-seen-on-heading {
  margin-bottom: 14px;
  color: #8D9299;
  font-size: 16px;
  font-weight: 600;
  line-height: 30px;
  letter-spacing: 1.92px;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (min-width: 992px) {
  .as-seen-on-wrapper .as-seen-on-heading {
    margin-bottom: 16px;
  }
}
.as-seen-on-wrapper .as-seen-on-logos {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  .as-seen-on-wrapper .as-seen-on-logos {
    max-width: 620px;
  }
}
@media screen and (min-width: 1200px) {
  .as-seen-on-wrapper .as-seen-on-logos {
    max-width: 1298px;
  }
}
@media (min-width: 1200px) and (max-width: 1399px) {
  .as-seen-on-wrapper .as-seen-on-logos {
    margin: 0 -20px;
  }
}
.as-seen-on-wrapper .as-seen-on-logos .logo-holder {
  margin-bottom: 10px;
}

@media screen and (min-width: 1200px) {
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder {
    margin-bottom: 0;
  }
}
@media (max-width: 767px) {
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(1) {
    width: 25px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(2) {
    width: 50px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(3) {
    width: 20px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(4) {
    width: 25px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(5) {
    width: 50px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(6) {
    width: 51px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(7) {
    width: 36px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(8) {
    width: 80px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(9) {
    width: 54px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(10) {
    width: 56px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(11) {
    width: 42px;
  }
  .as-seen-on-wrapper .as-seen-on-logos .logo-holder:nth-child(12) {
    width: 48px;
  }
}

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