/** Shopify CDN: Minification failed

Line 1180:0 Unexpected "}"
Line 2474:4 "pointer-event" is not a known CSS property
Line 3211:0 Unexpected "}"
Line 3631:2 "margin-botton" is not a known CSS property

**/
.top-bar {
  background: transparent !important;
  display: flex;
  justify-content: flex-end;
  padding: 0px 0px !important;
}

.header__icon {
  width: auto;
  text-decoration: none;
  margin-right: 20px;
  color: white;
}

.header__menu-item {
  color: white;
  font-family: Archivo;
  font-size: 17px;
  font-style: normal;
  font-weight: 100;
  padding:0px 20px;
}

.header__inline-menu ul:not(.header__submenu) li:last-of-type .header__menu-item {
  background: #fee122;
  border-radius: 15px;
  padding: 0px 25px;
  color: #262525;
  /* margin-left: 15px; */
  font-weight: 400;
  margin: 15px 0px 15px 15px;
}
.header__inline-menu ul li:last-of-type .header__menu-item:hover span,
.header__inline-menu ul li:last-of-type .header__menu-item span.header__active-menu-item{
  text-decoration: none !important;
  color: black !important;
}
.header__inline-menu ul li:last-of-type .header__menu-item:after {
  content: "";
  background-image: url(/cdn/shop/files/arrow.svg?v=1712711121);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  left: 0;
  top: 1px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
   transition: all 0.3s ease;
}

.header__icon svg {
  margin-right: 5px;
  width: 2.5rem !important;
}

.header-wrapper {
  /* background: transparent !important; */
  background: linear-gradient(to top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 1) 100%);
  /* margin-bottom: -100%; */
  border-bottom: 0px solid white;
  /* display:inline; */
}
.header:not(.drawer-menu).page-width {
  display: flex;
  justify-content: space-between;
  padding-bottom:0px;
  padding-top:0px;
  padding-left: 30px;
  padding-right: 30px;
}
.header {
  border-radius: 15px !important;
  background: #454545 !important;
}

.header__heading-link {
  padding: 0px;
}

.content-for-layout {
  /* padding-top:142px; */
  margin-top: -142px;
  position: relative;
  overflow: hidden;
}

.content-for-layout .section:first-of-type .anner{
  padding-top:142px;
  /* margin-top: -142px; */
}



.footer {
  background: black !important;
  padding: 0px !important;
  z-index: 2;
  position: relative;
}

.footer__content-top {
  border-top-left-radius: 15px !important;
  border-top-right-radius: 15px !important;
  background: #454545 !important;
  padding: 50px !important;
  z-index: 2;
  position: relative;
}

.footer__content-top .grid {
  column-gap: 8px !important;
}
.footer__content-bottom {
  padding: 0px !important;
  z-index: 2;
  position: relative;
}
.footer__content-bottom-wrapper {
  background: #454545 !important;
  /* width: auto; */
}
.footer__copyright {
  margin: 20px 0px !important;
}

.footer-block {
  padding-left: 30px;
  padding-right: 30px;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
}

.footer-block:nth-of-type(1) {
  padding-right: 30px;
}
.footer-block:last-of-type {
  border-right: 0px solid rgba(255, 255, 255, 0.2);
}

.footer-block:nth-of-type(1) p {
  color: #c1c1c1;
  font-family: Roboto;
  font-size: 12px;
  font-style: normal;
  font-weight: 200;
  line-height: 16px;
}

.footer-block .footer-block__heading {
  color: #8b8b8b;
  font-family: Roboto;
  font-size: 16px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
}

.footer-block .list-menu__item {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.footer-block .list-menu__item ul li {
  color: #fff;
  font-family: Roboto;
  font-size: 14px;
  font-style: normal;
  font-weight: 300;
  line-height: 25px;
  text-decoration: none;
}

.footer-block .header__submenu.list-menu {
  padding: 0px;
}

.footer-block .header__submenu.list-menu a {
  padding-top: 0px;
  padding-bottom: 0px;
  padding-right: 0px;
}

.footer-block .header__submenu,
.footer-block .footer-block__details-content li {
  break-inside: avoid;
}

.footer-block:nth-of-type(2) {
  width: 37%;
  max-width: 37%;
  padding-right: 30px;
}
.footer-block:nth-of-type(1),
.footer-block:nth-of-type(3),
.footer-block:nth-of-type(4) {
  width: 20%;
  max-width: 20%;
}

.footer-block:nth-of-type(2) .footer-block__details-content {
  column-count: 2;
  column-gap: 0px;
}

.footer-block:nth-of-type(4) .footer-block__details-content p {
  color: #fff;
  font-family: Roboto;
  font-size: 15px;
  font-style: normal;
  font-weight: 300;
  line-height: 20px; /* 133.333% */
}

.footer__content-bottom {
  margin-top: -1px;
}

.footer-overlay {
  display: block !important;
  height: 800px;
  position: absolute;
  bottom: 0px;
  width: 100vw;
  pointer-events: none;
  z-index: 0;
}
.footer-overlay:after {
  z-index: 1;
  background: url(/cdn/shop/files/yellow-gradient.svg?v=1712811222);
  content: "";
  position: absolute;
  width: 100%;
  height: 650px;
  bottom: 0;
  left: 0;
  display: block !important;
  background-size: cover;
  background-position: top right;
}

.policies li a {
  text-decoration: underline;
}

.copyright__content {
  color: #fff;
  font-family: Roboto;
  font-size: 13px !important;
  font-style: normal;
  font-weight: 300;
  line-height: 26px;
}

.policies li:before {
  content: " | " !important;
  padding: 0 0.8rem;
  color: white;
}

.policies li:first-of-type:before {
  /* content: "  " !important;
    padding: 0 .8rem; */
}

.page-width {
  padding: 0 30px;
}

.button,
.shopify-challenge__button,
.customer button {
  background: #fee122;
  border-radius: 15px;
  padding: 20px 25px;
  color: #000;
  font-size: 17px;
  font-weight: normal;
  font-family: "Archivo";
  letter-spacing: 0px;
  border: 1px solid #fee122;
}

.button.button--link {
  background: transparent;
  border-radius: 15px;
  padding: 0px 25px 0px 0px;
  text-decoration: underline;
  font-weight: bold;
}

.button.button--white {
  background: white;
  border-radius: 15px;
  border: 1px solid black;
}

.button.button--outline {
  background: transparent;
  border-radius: 15px;
  border: 1px solid #fee122;
  color: #fee122;
}

.button:after,
.shopify-challenge__button:after,
.customer button:after,
.shopify-payment-button__button--unbranded:after {
  box-shadow: none;
  content: "";
  background-image: url(/cdn/shop/files/arrow.svg?v=1712711121);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
}


.button:hover:after,
.header__inline-menu ul li:last-of-type .header__menu-item:hover:after{
  left: 5px;
  width: 1em;
  height: 1em;
}

.button.button--outline:after {
 filter: brightness(0) saturate(100%) invert(86%) sepia(84%) saturate(899%) hue-rotate(332deg) brightness(100%) contrast(105%);
}


.button:focus:not(:focus-visible):not(.focused),
.shopify-payment-button__button--unbranded:focus:not(:focus-visible):not(
    .focused
  ),
.shopify-payment-button [role="button"]:focus:not(:focus-visible):not(.focused),
.button:not([disabled]):hover:after,
.shopify-challenge__button:hover:after,
.customer button:hover:after,
.shopify-payment-button__button--unbranded:hover:after {
  box-shadow: none !important;
}

p,
div,
body {
  font-family: "Roboto";
  font-size: 1.7rem;
  font-weight: 300;
  line-height: 1.5;
  color: #000;
}
p {
  margin-bottom: 20px;
  color: #000;
}
h1,
.h1 {
  font-family: "Archivo";
  font-size: 7rem;
  font-weight: 400;
  line-height: 7rem;
  margin-bottom: 28px;
}

h2,
.h2 {
  font-family: "Archivo";
  font-size: 5rem;
  font-weight: 400;
  line-height: 5.2rem;
  margin-bottom: 28px;
  margin-top: 0px;
}

h3,
.h3 {
  font-family: "Archivo";
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.7rem !important;
  margin-bottom: 28px !important;
  margin-top: 0px !important;
}

h4,
.h4 {
  font-family: "Roboto";
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 3rem;
  margin-bottom: 20px;
  margin-top: 0px;
}

h5,
.h5{
  font-family: Roboto;
font-size: 16px;
font-style: normal;
font-weight: 300;
line-height: 26px; /* 162.5% */
letter-spacing: 2.4px;
text-transform: uppercase;
}

i {
  font-style: italic;
  font-weight: 300;
}

.shopify-section .cta-tiles ul:not(.list-menu) {
  list-style: none;
  padding-left: 0px;
  margin-top: 5px !important;
}

.shopify-section .cta-tiles ul:not(.list-menu) li {
  margin-bottom: 10px;
}
.shopify-section .cta-tiles ul:not(.list-menu) li::before {
  content: "";
  background-image: url(/cdn/shop/files/arrow.svg?v=1712711121);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 3px;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.multicolumn-card__info ul {
  list-style: none;
  padding-left: 0px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.multicolumn-card__info ul li {
  padding-bottom: 20px;
  padding-top: 20px;
  padding-left: 20px;
  position: relative;
  border-top: 1px solid #878787;
}

.multicolumn-card__info ul li:last-of-type {
  border-bottom: 1px solid #878787;
}
.multicolumn-card__info ul li::before {
  content: "";
  background-image: url(/cdn/shop/files/yellow-bullet.svg?v=1712720679);
  background-size: contain;
  display: inline-block;
  width: 10px;
  height: 10px;
  position: absolute;
  top: 26px;
  left: 0;
  margin-right: 10px;
  background-position: center;
  background-repeat: no-repeat;
}

.rounded-corners {
  border-radius: 15px;
}

.rounded-top-corners {
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-top: -15px;
}

.image-with-text__content > * + * {
  margin-top: 0px;
}

.stats-row {
  background: #f6f6f6;
  border-radius: 15px;
  padding: 30px;
  position: relative;
  z-index: 2;
  margin-bottom: 60px;
}

.stats {
  display: flex;
  justify-content: center;
  align-content: center;
  gap: 0px;
}

.stat {
  flex: 1;
  border-right: 1px solid #000;
  text-align: center;
  padding: 0px 10px;
}

.stat:last-of-type {
  border-right: 0px solid #000;
}
.stat span {
  text-align: center;
  font-family: "Roboto";
  /* font-size: 3.5rem; */
  font-size: 4.9rem;
  font-weight: 400;
  color: #152023;
}

.overlap-block .stat span {
  font-size: 3.4rem;
  font-weight: 350;
}

.stat div {
  text-align: center;
  font-family: "Roboto";
  font-size: 14px;
  font-weight: 500;
  color: #152023;
}

.image-hover-text-cta {
  padding: 90px 0px;
  overflow: hidden;
}

.cta-tiles {
  display: flex;
  flex-wrap: wrap;
  margin: 0px -15px;
  gap: 30px;
  z-index: 2;
  position: relative;
}

.cta-tile {
  border-radius: 15px;
  flex-basis: calc(33.33% - 30px);
  flex-direction: column;
  display: flex;
  justify-content: flex-end;
  height: 550px;
  background-size: cover !important;
  background-position: left center !important;
  overflow: hidden;
}

.cta-tile-front {
  border-radius: 15px;
  padding: 40px 30px;
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  cursor: pointer;
  transition: all 0s ease-in;
  min-height: 186px;
   height: auto;
    opacity: 1;
}

.cta-tile-back {
  border-radius: 15px;
 
  background: rgba(255, 255, 255, 0.9);
  color: #000;
  display: block;
  transition: all 0.4s ease-in;
   height: 0px;
    opacity: 0;
  pointer-events:none;
}

.cta-tile-back-inner{
   padding: 40px 30px;
  cursor: pointer;
}

.cta-tile-back-inner a{
  color: #000;
}

.cta-tile:hover .cta-tile-back {
  display: block;
  height: auto;
    opacity: 1;
  animation: var(--animation-slide-in);
        animation-delay: calc(var(--animation-order)* 75ms);
   pointer-events: initial !important;
}

.cta-tile:hover .cta-tile-front {
  display: block;
  height: 0px;
    opacity: 0;
}

.benefits {
  background: #f6f6f6;
}

.benefits .title-wrapper-with-link {
  justify-content: center;
}

.multicolumn.benefits.background-primary .multicolumn-card {
  background: white;
  padding: 30px;
  border-radius: 15px;
}

.benefits .multicolumn-card__image-wrapper {
  width: 60px;
  height: 60px;
  padding: 0px;
  margin: auto;
}

.benefits .multicolumn-card__image-wrapper img {
  object-fit: contain;
}

.no-margin-bottom {
  margin-bottom: 0px !important;
}

.pf-slideCount2 {
  margin: 5px 0px 5px 5px;
  font-weight: normal;
  font-size: 14px;
}

.pf-slideCount2.pf-slideLast2 {
  margin: 5px 5px 5px 0px;
}

.owl-controls2 {
  width: 135px;
  display: flex;
  align-items: center;
  color: white !important;
}
.owl-controls2 div {
  color: white !important;
}

.pf-prev2,
.pf-next2 {
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: block;
  height: 50%;
  margin: 5px auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  width: 28px;
  border: 0px solid white;
  background: url(/cdn/shop/files/arrow-white.svg?v=1712724635);
  height: 28px;
  cursor: pointer;
  display: block !important;
  opacity: 1 !important;
}

.pf-prev2 {
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}
.pf-next2 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}

.pf-slideCount {
  margin: 5px 0px 5px 5px;
  font-weight: normal;
  font-size: 14px;
}

.pf-slideCount.pf-slideLast {
  margin: 5px 5px 5px 0px;
}

.owl-controls {
  width: 135px;
  display: flex;
  align-items: center;
  color: #454545 !important;
}
.owl-controls div {
  color: #454545;
}

.cs-prev,
.cs-next,
.pf-prev3,
.pf-next3{
  background: transparent;
  background-position: 50% !important;
  background-repeat: no-repeat !important;
  background-size: contain !important;
  display: block;
  height: 50%;
  margin: 5px auto;
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  width: 28px;
  border: 0px solid white;
  background: url(/cdn/shop/files/arrow.svg?v=1712711121);
  height: 28px;
  cursor: pointer;
  display: block !important;
  opacity: 1 !important;
}

.cs-prev,
.pf-prev3 {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
}
.cs-next,
.pf-next3{
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
}

.row {
  display: flex;
}

.row .col-6 {
  flex: 50%;
}

.article-template {
  padding: 50px 0px;
}

.placeholder_image {
  width: 100%;
  height: 300px;
  background: url(https://speedshieldtech.myshopify.com/cdn/shop/files/Speedshield_logo.svg?v=1712623252&width=320);
  display: block !important;
  background-color: #454545;
  background-repeat: no-repeat;
  background-size: 80%;
  background-position: center center;
}

.center-align,
.align-center {
  text-align: center;
}

.multicolumn .title-wrapper-with-link {
  width: 100%;
  display: block;
  margin-bottom: 50px;
}

.column-divider li {
  border-right: 1px solid #f6f6f6;
}

.column-divider li:last-of-type {
  border-right: 0px solid #f6f6f6;
}

.accordion .indicator-wrapper{
  display: inline !important;
}
.accordion .indicator {
  position: relative;
  width: 40px;
  height: 40px;
  border: 1px solid #454545;
  border-radius: 50%;
  display: block !important;
}

.accordion .indicator:before,
.accordion .indicator:after {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 1px;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%) rotate(0);
  background: #454545;
  transition: all 0.5s ease;
}

.accordion .indicator:after {
  transform: translate(-50%, -50%) rotate(90deg);
  transition: all 0.5s ease;
}

.accordion {
  display: flex;
  justify-content: space-between;
  cursor: pointer;
  width: 100%;
  border-top:1px solid #454545;
  border-bottom: 1px solid #454545;
  padding: 0px 20px;
}

.accordion[aria-expanded="true"] .indicator:after {
  transform: translate(-50%, -50%) rotate(360deg);
  transition: all 0.5s ease;
}

.accordion details{
  width: 100%;
}


.accordion summary{
 align-items: center;
  border: 0px;
}

.collapsible-content summary:hover .accordion__title{
   text-decoration: none !important;
}

.collapsible-content summary:hover{
 
  background: transparent !important;
}

 .image-content-block .image-with-text__media {
    border-radius: 15px;
      overflow:hidden !important;
      padding:45px;
  }
  .image-content-block .image-with-text__media img{
    border-radius: 15px;
    width: 100%;
      height: 100%;
      object-fit: cover;
  }

   .image-content-block{
      /* margin-bottom: 60px; */
     position: relative;
     z-index:2;
    }


   .image-content-block  .page-width{
      padding:0px !important;
     overflow:hidden !important;
    }

    .image-with-text__content{
      padding:45px 45px 45px 60px;

    }

.homepage-banner-image-content-block   .image-with-text__content{
      padding:45px 20px 45px 45px;

    }

    .image-with-text__grid--reverse{
      flex-direction: row-reverse;
      align-content: center;
    }

  .image-with-text__text-item{
    display:inline;
    align-content: center;
  }


.collapsible-content__media,
.product-media-container.media-fit-cover{
  border-radius: 15px;
  overflow: hidden !important;
}

.collapsible-content__media img{
  /* max-height:450px; */
}

.related-products {
  border-top: 1px solid #454545;
  margin-top: 60px;
}


.card:not(.ratio)>.card__content{
  background: #f6f6f6;
  padding: 20px;
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
}


.card.card--standard.card--media{
  border-radius: 15px;
  border: 1px solid #f6f6f6;
}

.card__heading{
  margin-bottom:20px !important;
}

.card--standard>.card__content .card__information{
  display: flex;
    flex-direction: column;
    justify-content: space-between;
    align-content: space-between !important;

}

.price--sold-out .price__availability, .price__regular {
    display: block;
    font-size: 25px;
    font-family: 'Archivo';
}
  .case-studies-grid-section{
          background: #F6F6F6;
          padding-bottom:50px;
        }
        .case-studies-grid {
          display: flex;
          flex-wrap: wrap;
          column-gap:20px;
          row-gap:20px;
        }
        .case-studies-grid .item{
          /* flex-basis: 33.3%; */
          flex-direction: column;
          max-width: 400px;
          padding: 0px;
          cursor: pointer;
          width: 33.33%;
          flex: 1 0 30%;
          display: flex;
        }
.case-studies-grid-content{
  display:flex;
  flex-direction: column;
}
    .case-studies-tile-image{
      margin-bottom:0px;
       border-radius: 15px;
      overflow: hidden;
    position: relative;
    }

   .case-studies-grid .case-studies-tile-image img{
      height: 300px;
     object-fit: cover;
    }

    .filters{
      margin-bottom: 30px;
    }
.case-studies-filters{
  display:flex;
}
.case-studies-filters div:first-of-type{
 width: 80px;
}
  #clear-filters{
    /* margin-left: 20px; */
    font-size: 14px;
    cursor: pointer;
    display:none;
  }

    .case-studies-tile-content{
      padding: 30px;
       background: white;
      border-bottom-left-radius: 15px;
       border-bottom-right-radius: 15px;
    }

    .case-studies-tile-company-name{
      margin-bottom: 20px;
      font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
    }

        .filters label span {
          color: var(--Black, #000);
          text-align: center;
          font-family: Archivo;
          font-size: 14px;
          font-style: normal;
          font-weight: 300;
          line-height: 21px;
          padding: 6px 23px;
          justify-content: center;
          align-items: center;
          border: 1px solid black;
          border-radius: 30px;
          margin-left: 10px;
          display: inline-block;
          margin-bottom: 20px;
          cursor: pointer;
          transition: all .3s ease;
        }
      .filters label span:hover {
        background: #D9D9D9;
        border-color: #D9D9D9;
      }

      .filters label input{
        display:none;
      }

      .filters input:checked + span {
        border-color:  #FEE122;
        background-color: #FEE122;
    }   

.card__heading a:after{
  pointer-events: none;
}

.button--download{
      background: transparent;
    border-radius: 15px;
    padding: 0 0px 0 0px;
    text-decoration: underline;
    font-weight: 700;
  justify-content:flex-start;
}

.button--download:after{
  display:none;
}
.button--download:before {
    box-shadow: none;
    content: "";
    background-image: url(/cdn/shop/files/download.svg?v=1712711121);
    background-size: contain;
    display: inline-block;
    width: 1em;
    height: 1em;
    position: relative;
    top: 0;
    margin-right: 5px;
    background-position: center;
    background-repeat: no-repeat;
    transition: all .4s ease-in;
  z-index:1;
}

.sub-menu{
  border: 2px solid #454545;
    width: calc(100% - 60px);
  margin-top:-50px;
  border-radius: 15px;
  display: flex;
    padding-top: 50px;
    align-items: center;
    color: white;
  font-weight: bold;
  background: black ;
    position: relative;
    z-index: 1;
  margin-left: 30px;
  margin-right: 30px;
  padding-left: 20px;
}

.sub-menu ul{
  display: flex;
  column-gap: 40px;
    list-style: none;
      font-weight: normal;
}

.sub-menu ul li a{
 color: white;
  text-decoration: none;
  font-weight: 300;
}

.buy-now-link{
  color: #fee122 !important;
}



.breadcrumb a,
.breadcrumb{
  color: white;

}

.breadcrumb .home{
  text-decoration: none;
}

.breadcrumbs{
  padding-top: 20px;
    padding-bottom: 20px
}

  .homepage-banner{
    /* background: black; */
    overflow:hidden !important;
    position: relative;
    z-index:2;
   }

.shopify-section.section:has(> .homepage-banner),
.shopify-section:has(> .overlap-block){
  background-color: black;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
}

@-moz-document url-prefix() {
  #shopify-section-template--16644481155253__homepage_banner_djYiTk{
  background-color: black;
  border-bottom-left-radius: 15px;
  border-bottom-right-radius: 15px;
     background-image: url(https://speedshieldtech.myshopify.com/cdn/shop/files/homepage-banner-gradient.png);
  background-size: cover;
  background-position: center;
}
}

.shopify-section.section:has(> .homepage-banner.home){
  /* border-bottom-left-radius: 0px;
  border-bottom-right-radius: 0px; */
  background-image: url(https://speedshieldtech.myshopify.com/cdn/shop/files/homepage-banner-gradient.png);
  background-size: cover;
  background-position: center;
}

.shopify-section.section:has(> .image-content-block)  {
  background: black;
}

.shopify-section.section:has(> .case-studies-parent-banner) {
  margin-bottom: -15px;
    z-index: 3;
    position: relative;
}
}


   .homepage-banner-overlay{
     /* background: linear-gradient(299deg, rgba(254, 225, 34, 1), rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%); */
     background-image: url('/cdn/shop/files/homepage-banner-gradient_1.png?v=1714355389');
     background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 105%;
    height: 1500px;
    bottom: -150%;
    right: 0;
    z-index: 1;
    display: block !important;
     pointer-events: none;
     background-color: #000;
   }

.hero-banner-overlay{
     background: linear-gradient(299deg, rgba(254, 225, 34, 1), rgba(0, 0, 0, 1) 51%, rgba(0, 0, 0, 1) 100%);
     /* background-image: url('/cdn/shop/files/homepage-banner-gradient_1.png?v=1714355389'); */
     background-size: contain;
    background-repeat: no-repeat;
    background-position: right bottom;
    content: "";
    position: absolute;
    width: 105%;
    height: 1500px;
    top: 0%;
    right: 0;
    z-index: 1;
    display: block !important;
     pointer-events: none;
     background-color: #000;
   }

    .homepage-banner__heading,
    .homepage-banner__subheading{
      color:white;
      margin-bottom:32px;
    }

.homepage-banner__subheading{
  max-width: 600px;
}

      .homepage-banner .banner__box{
      padding:100px 0px 150px 0px;
      max-width: 50% !important;
    }

    .homepage-banner .banner__media{
     overflow:hidden;
    }

    .homepage-banner .banner__media img{
     z-index: 1;
     display: block;
     position: absolute;
     object-fit: contain;
    height: 120%;
    width: 60%;
    left: 40%;
      top: 0px;
    object-position: center center;

    }

.homepage-banner .banner__media.full_width img{
    width: 100vw;
    left: 0;
    object-fit: cover;
    z-index: 1;
  height: 100%;
}

.homepage-banner .banner__media.full_width .hero-banner-overlay{
  opacity:0.8;
  z-index:2;
  height:100%;
}

  .homepage-banner .banner__content{
    z-index: 2;
    position:relative;
  }

  .hero-banner{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom:-15px;
  }

.collection-hero__title{
  margin-top:50px !important;
}

.facets-container{
  background: #454545;
    color: white;
  padding: 20px !important;
    border-radius: 15px;
}

.facet-filters__field,
.facets-container div{
  color:white !important;
  
}

.facets__heading--vertical,
.facets__heading{
  font-family: Roboto;
font-size: 25px !important;
font-style: normal;
font-weight: 500;
line-height: 32px;
  color:white !important;
}

.facets__disclosure-vertical{
  border-top: 1px solid white !important;
}

.card .card__inner .card__media{
  background: white !important;
  border-top-left-radius: 15px !important;
  border-top-right-radius:15px !important;
}

.card--card, .card--standard .card__inner{
   border-top-left-radius: 15px !important;
  border-top-right-radius:15px !important;
}

.card .card__inner .card__media img{
  object-fit: contain;
  /* border-radius:15px; */
}

.active-facets__button-wrapper *,
:is(.facets__label:hover,.facets__label.active,.facets__label:has(:focus-visible)){
  color: white !important;
}

.facets-vertical .facet-checkbox input[type=checkbox]{
      background: #454545;
    border: 1px solid white;
    border-radius: 2px;
}

.facet-checkbox>svg {
    background-color: transparent !important;
   
    color: white;
}

#product-grid{
  margin-top:0px;
}

.top-bar.page-width,
.header.page-width,
.footer__content-top.page-width,
.footer__content-bottom.page-width
{
  max-width: 100vw !important;
  margin-left: 30px;
  margin-right: 30px;
}
.footer__content-bottom-wrapper {
    padding-left: 30px;
  padding-right: 30px;
}
.shopify-section:has(> .logo-carousel-block){
  position: relative;
  z-index:2;
}

 .logo-carousel-block{
      background: #F6F6F6;
      padding:  90px 0px 50px 0px;
   
    }

    .logo-carousel-block h3{
     margin-bottom:-24px !important;
    }

    .logo-carousel-block .owl-stage-outer{
      padding:40px 0px;
    
    }

    .logo-carousel-block .item{
     border-radius: 15px;
  background: #FFF;
  box-shadow: 0px 4px 41.4px 0px rgba(0, 0, 0, 0.15);
      height: 200px;
      display: flex;
      align-items: center;
    
    }
    .logo-carousel-block .item img{
      height: 120px;
      object-fit: contain;
      width: 100%;
      padding: 20px;
      object-position: center;
      filter: grayscale(1);
    }


 .video-content-block .video-content-block-content {
     padding: 90px 100px 90px 0px;
    }
    .video-content-block{
     /* margin-bottom:100px; */
    }
   .video-content-block .video-section{
    /* position: relative;
     height: 100%; */
    }
  .video-content-block video{
      border-top-left-radius: 15px !important;
      border-bottom-left-radius: 15px !important;
        position: absolute;
    width: 50vw;
    top: 60px;
    height: 100%;
    object-fit: cover;
    }

  .video-content-block-content div p,
  .video-content-block-content div h4{
    color: inherit;
  }

  .cta-tiles-carousel,
  .cta-tiles-carouselr{
           width: 100vw;
            z-index:2;
     position:relative;
         }

   .cta-tiles-carousel.owl-carousel .owl-stage-outer,
 .cta-tiles-carouselr.owl-carousel .owl-stage-outer{
     margin-left: 20px;
   }

         .cta-tiles-carousel.owl-carousel .owl-stage,
  .cta-tiles-carouselr.owl-carousel .owl-stage{
           display: flex;
           gap: 0px;
       }


     .cta-tiles-nav.owl-nav,
.cta-tiles-navr.owl-nav{
          display:none;

     }



     .pf-prev2,
     .pf-next2,
.pf-prev2r,
     .pf-next2r{
        background: transparent;
       background-position: 50% !important;
         background-repeat: no-repeat !important;
         background-size: contain !important;
         display: block;
         height: 50%;
         margin: 5px auto;
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);
         width: 28px;
       border: 0px solid white;
     background: url(/cdn/shop/files/arrow-white.svg?v=1712724635);
           height: 28px;
       cursor: pointer;
       display:block !important;
     }

     .pf-prev2,
.pf-prev2r{
         -webkit-transform: rotate(0deg);
         -moz-transform: rotate(0deg);

     }
     .pf-next2,
.pf-next2r{
         -webkit-transform: rotate(180deg);
         -moz-transform: rotate(180deg);

     }

     .cta-tiles-dots,
.cta-tiles-dotsr,
.benefits-tiles-dots{
       display: flex;
         flex-direction: row;
       width: 100%;
       height: 3px;
       /* margin-left:20px; */
     }


     .cta-tiles-dots .owl-dot,
.cta-tiles-dotsr .owl-dot,
.benefits-tiles-dots .owl-dot{
       background: #fff;
       padding:2px;
       flex: 1;
       display:inline-flex
     }

 .cta-tiles-dots .owl-dot:first-of-type,
.cta-tiles-dotsr .owl-dot:first-of-type,
.benefits-tiles-dots .owl-dot:first-of-type{
border-top-left-radius: 5px;
   border-bottom-left-radius: 5px;
 }

 .cta-tiles-dots .owl-dot:last-of-type,
 .cta-tiles-dotsr .owl-dot:last-of-type,
.benefits-tiles-dots .owl-dot:last-of-type{
border-top-right-radius: 5px;
   border-bottom-right-radius: 5px;
 }

     .cta-tiles-dots .owl-dot.active,
 .cta-tiles-dotsr .owl-dot.active,
.benefits-tiles-dots .owl-dot.active{
       background: #fee122;
     }


     .cta-tiles-nav{
       /* opacity:0; */
     }
.benefits-tiles-nav{
  margin: 0px 20px !important;
  display:none;
}
      .cta-tiles-nav .owl-controls,
  .cta-tiles-nav .owl-controls-container,
 .cta-tiles-navr .owl-controls,
  .cta-tiles-navr .owl-controls-container,
 .benefits-tiles-nav .owl-controls,
  .benefits-tiles-nav .owl-controls-container{
      width: 100%;
     }

     .cta-tiles-nav .owl-controls .owl-controls-container,
.cta-tiles-navr .owl-controls .owl-controls-container,
.benefits-tiles-nav .owl-controls .owl-controls-container{
          display: flex;
     flex-direction: row-reverse;
        align-items: center;
       margin-top:20px;
        z-index:2;
     position:relative;
     }
   .cta-tiles-nav .owl-controls .cta-tiles-nav{
      /* flex-basis: 200px; */
     }



     .cta-tiles-nav,
.cta-tiles-navr,
.benefits-tiles-nav{
       text-align: center;
     }

     .pf-slideCount2,
 .pf-slideCount2r,
.pf-slideCount3{
      margin: 5px 0px 5px 5px;
       font-weight: normal;
       font-size: 14px;
     }

     .pf-slideCount2.pf-slideLast2,
.pf-slideCount2r.pf-slideLast2r,
.pf-slideCount3.pf-slideLast3{
        margin: 5px 5px 5px 0px;
     }

     .owl-controls2,
 .owl-controls2r,
.owl-controls3{
         width: 135px;
         display: flex;
         align-items: center;
       color: white;
     }

.multicolumn-list{
  justify-content: center;
}
.multicolumn.background-none .multicolumn-card{
  padding-right: 20px;
}

.background-none .multicolumn-list:not(.slider) .center .multicolumn-card__info{
  padding-bottom:0px;
}

  .tick-overlay-wrapper{
     pointer-events: none;
   }
   .tick-overlay{
     position: absolute;
     left: 12vw;
   }

    .tick-overlay img{
     z-index: 1;
     height: 800px;
     width: 100vw;
     content: "";
     display: block;
     position: relative;

   }

@media screen and (max-width:990px){
h1,
.h1 {
  font-size: 5rem;
  line-height: 5rem;
}

h2,
.h2 {
  font-family: "Archivo";
  font-size: 3rem;
  line-height: 3rem;
  margin-bottom:20px;
}




  
  .homepage-banner .banner__box{
        padding: 0px 0 20px;
  }
   .tick-overlay-wrapper{
     /* display:none; */
   }

  
  .image-with-text__content{
    padding:0px;
  }

   .image-content-block .image-with-text__media{
       padding:0px 0px 20px;
   }

  .cta-section{
    padding: 30px 20px !important;
  }

  .cta-section:not(.cta-section-center) .banner__content{
   padding:30px;
  }

  .cta-section:not(.cta-section-center) .banner__box {
   
    flex-direction: column;
    row-gap: 30px;
}

  .benefits-tiles-nav{
 
  display:block;
}
}



.article-template__content h3{
  margin-bottom: 0px !important;
    margin-top: 30px !important;
}


.isotope-pager{
  text-align: center;
  margin-top: 30px;
}

.isotope-pager .pager{
  color: black;
  text-decoration: none;
  padding: 5px 10px;
  margin-right: 10px;
}

.isotope-pager .pager.active{
  background-color: #fee122;
  border-radius: 5px;
}

.collapsible-content__media{
  height: 100% ;
}

.collapsible-content__media .video-section,
.collapsible-content__media video{
  /* height: 100% ;
  max-height: 400px; */
}

.product-media-container .media,
.slider.slider--tablet-up .slider__slide{
  background: #f6f6f6;
  border-radius: 15px;
  border: 0px solid #f6f6f6;
}

blockquote{
  border-top: 1px solid #454545;
    border-bottom: 1px solid #454545;
    padding: 50px 0;
    font-style: normal;
    margin: 20px 0px;
    border-left: 0px;
    font-family: Archivo;
    font-size: 3rem;
    font-weight: 400;
    line-height: 3.2rem;
    color: black;
  display:block !important;
}

cite{
  color: var(--Black, #000);
font-family: Roboto;
font-size: 18px;
font-style: italic;
font-weight: 300;
line-height: 28px;
}

  .cta-form-header .tick-overlay{
      position: absolute;
      left: 30vw;
    width: 100%;
    height: 100%;
    pointer-events: none;
    }

  .cta-form-header    .tick-overlay img{
      z-index: 1;
      height: 800px;
      width: 100vw;
      content: "";
      display: block;
      position: relative;
       bottom:150px;
   margin-top: 0px;
       margin-left: 0px;
    }

 .cta-form-header .col-6{
   position: relative;
   z-index:2;
   align-content: center;
   margin: 0px 30px 30px 30px;
 }

 .product-tiles-carousel{
            width: 100vw;
             z-index:2;
      position:relative;
            margin-left: -20px;
          }

    .product-tiles-carousel.owl-carousel .owl-stage-outer{
      margin-left: 20px;
      padding-left: 5px;
    }

          .product-tiles-carousel.owl-carousel .owl-stage {
            display: flex;
            gap: 0px;
        }


      .product-tiles-nav.owl-nav,
.benefits-tiles-nav.owl-nav{
           display:none;

      }

  .product-tile{
    border-radius: 15px;
  background: #F6F6F6;
    padding: 30px;
    height: 100%;
    display: flex !important;
    flex-direction: column !important;
    justify-content: space-between;
  }


      .product-tiles-dots{
        display: flex;
          flex-direction: row;
        width: 100%;
        height: 3px;
        /* margin-left:20px; */
      }


      .product-tiles-dots .owl-dot{
        background: #fff;
        padding:2px;
        flex: 1;
        display:inline-flex
      }


      .product-tiles-dots .owl-dot.active{
        background: #FEE122;
      }


      .product-tiles-nav{
        /* opacity:0; */
      }

       .product-tiles-nav .owl-controls{
       display:block;
        width:100%;
      }

      .product-tiles-nav .owl-controls .owl-controls-container{
           display: flex;
      flex-direction: row-reverse;
         align-items: center;
        margin-top:20px;
         z-index:2;
      position:relative;
      }
    .product-tiles-nav .owl-controls .product-tiles-nav{
       /* flex-basis: 200px; */
      }



      .product-tiles-nav{
        text-align: center;
      }




   .product-tile-image img{
   object-fit: contain;
     object-position: center;
     width: 100%;
    height: 200px;
    margin-bottom: 20px;
  }

.header__active-menu-item{
  color: white;
}

details[open]>.header__submenu{
  background: #454545;
}

 .overview-section.image-content-block .image-with-text__media,
.overview-section.image-content-block .image-with-text__media .video-section,
.overview-section.image-content-block .image-with-text__media .video-section .video-container{
    height: 100%;
  }


video{
  width: 100%;
    height: 100%;
    object-fit: cover;
}
.no-rounded-edges{
  border-radius: 0px !important;
}

.mega-menu .mega-menu__content{
  margin-left: 30px;
    margin-right: 30px;
    background: #454545;
    margin-top: -15px;
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
   max-height: 0;
  transition: all .6s ease !important;
  overflow: hidden;
}

.mega-menu .mega-menu__content .mega-menu__link--level-2{
  color: white;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}

.mega-menu .mega-menu__content .mega-menu__link--level-2{
  color: white;
font-family: Roboto;
font-size: 20px;
font-style: normal;
font-weight: 500;
line-height: 32px;
}

.mega-menu__link{
color: #fff !important;
font-family: Roboto;
font-size: 18px;
font-style: normal;
font-weight: 300;
line-height: 26px;
}

.mega-menu__link:hover, .mega-menu__link--active {
    color: white;
    text-decoration: underline;
}

.mega-menu__list{
  gap:20px;
  display:flex !important;
   /* border-top: 1px solid #f5f5f5; */
  padding-top:30px;
}
.mega-menu__list>li{
  border-right: 1px solid #f5f5f5;
  padding-right:20px;
  flex: 1;
}

.mega-menu__list>li:last-of-type,
.mega-menu__list>li:first-of-type{
  border-right: 0px solid #f5f5f5;
}

.mega-menu-desc{
  border-radius: 15px;
background: #3D3D3D;
  padding:15px;
  color: #AEAEAE;
  max-width:230px;
}

.mega-menu-desc .h5{
  margin-top:0px;
   color: #AEAEAE;
  margin-bottom:10px;
}
.mega-menu-desc p{
  margin-bottom:0px;
   color: #AEAEAE;
}

details[open]>.header__menu-item{
   text-decoration: none;
  color: white;
}
.header__menu-item span
{
   
    border-bottom: 5px solid #454545;

}
.header__menu-item:hover span {
    text-decoration: none;
    border-bottom: 5px solid #FEE122;
    color: #fff;
}
.header__menu-item span {
    transition: border var(--duration-short) ease;
  padding: 30px 0px;
}

.header__active-menu-item {
    transition: border var(--duration-short) ease;
    color: white;
    text-decoration: none;
   
    border-bottom: 5px solid #FEE122;
    padding-bottom: 0px;
}

.header__menu-item:hover{
  text-decoration: none;
  color: white;
}
.mega-menu .mega-menu__content{
  margin-top:-30px;
}

.header__heading-logo{
  padding:5px 0px;
}

ul.list-menu--inline>li:last-of-type .header__menu-item span{
  padding: 12px 0px;
  border-bottom:0px solid white;
}

ul.list-menu--inline>li:last-of-type{
      align-items: center;
    display: flex;
}

.case-studies-tiles-carousel-section{
        background : #f6f6f6;
      }
    .case-studies-tiles-carousel{
      z-index: 2;
    }
             .case-studies-tiles-nav.owl-nav{
                  display:none;

             }

         .case-studies-tile .case-studies-grid-content{
           border-radius: 15px;
           background: #fff;
           overflow:hidden;
           display: flex ;
           flex-direction: column;
           justify-content: space-between;
           transition: all .5s;
           flex-grow: 1;
         }


             .case-studies-tiles-dots{
               display: flex !important;
                 flex-direction: row;
               width: 100%;
               height: 2px;

             }


             .case-studies-tiles-dots .owl-dot{
               background: #454545 !important;
               padding:2px;
               flex: 1;
               display:inline-flex
             }

.case-studies-tiles-dots .owl-dot:first-of-type{
  border-top-left-radius: 5px;
  border-bottom-left-radius: 5px
}

.case-studies-tiles-dots .owl-dot:last-of-type{
  border-top-right-radius: 5px;
  border-bottom-right-radius: 5px
}
             .case-studies-tiles-nav .owl-controls .owl-controls-container{
                  display: flex;
             flex-direction: row-reverse;
                align-items: center;
               margin-top:10px;
                z-index:2;
             position:relative;
             }

             .case-studies-tiles-nav{
                  text-align: center;
        width: calc(50% - 170px);
        margin-left: 40px;
        margin-top: -70px;
        left: 50%;
        position: absolute;
               max-width: 545px;
             }

      .owl-theme.case-studies-tiles-nav > .owl-controls{
        width: 100%;
        display: block;
      }

      .case-studies-tile-logo{
        margin-bottom:20px;
        width: 200px;
      }

.case-studies-tiles-carousel .case-studies-tile{
  display:flex;
  background: white;
}
          .case-studies-tile-image img{
          object-fit: cover;
            object-position: center;
            width: 100%;
           height: 100%;
            border-radius: 15px;
            display:flex;
            transition: all .5s;
         }

         .case-studies-tile-image,
         .case-studies-tile-content{
           width: 50%;
           height: 100%;
         }
.case-studies-grid .case-studies-tile-image {
  max-height: 300px;
}
.case-studies-grid .case-studies-tile-image,
        .case-studies-grid .case-studies-tile-content{
           width: 100%;
         }

          .case-studies-tile-content{
          padding: 50px 50px 80px 50px;
                align-content: center;
            border-top-right-radius: 15px;
            border-top-left-radius: 0px;
            border-bottom-left-radius: 0px;
            border-bottom-right-radius: 15px;
            
         }

 .case-studies-grid .case-studies-tile-content {
    padding: 30px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
     flex: 1;
 }
.case-studies-grid .case-studies-tile-content .case-studies-heading-wrapper {
   flex-grow: 1;
}

        .case-studies-tile-content .article-content{
           margin-bottom: 30px;
         }

      .case-studies-tiles-dots .owl-dot.active {
        background: #FEE122 !important;
    }

    .case-studies-tiles  .owl-stage,
    .case-studies-tiles  .owl-item{
      display: flex;
    }

 .cta-form-section{

        padding: 90px 0px 90px 0px;
        border-top-left-radius: 15px;
  border-top-right-radius: 15px;
          /* z-index:2;
        position:relative; */
       }

  .cta-form-section .page-width{
    z-index:2;
        position:relative;
  }

      .cta-form-section-center{
         text-align: center;
      }

      .cta-form-section .cta-form-section-content{

         z-index:2;
        position:relative;
      }



    .cta-form-section .cta-form-section-content{
     padding: 0px 50px;

    }

    .cta-form-section h2{

      margin-bottom:0px;
    }

    .cta-form-section .cta-form-section-form{

      text-align: center;
    }

 .case-studies-parent-banner{
              background: black;
              overflow:hidden !important;
              position: relative;
             }

              .case-studies-parent-banner h1,
     .case-studies-parent-banner p{
                color:white;
              }

              .case-studies-parent-banner .banner__box{
                padding:50px 0px 60px 0px;

              }


            .case-studies-parent-banner .banner__content{
              z-index: 2;
              position:relative;
            }
    .case-studies-parent-banner   .tick-overlay-wrapper{
         pointer-events: none;
       }
     .case-studies-parent-banner   .tick-overlay{
         position: absolute;
         left: 12vw;
       }

     .case-studies-parent-banner    .tick-overlay img{
         z-index: 1;
         height: 800px;
         width: 100vw;
         content: "";
         display: block;
         position: relative;
          top:-300px;
      margin-top: 0px;
          margin-left: 0px;
       }

     .case-studies-featured-tile{
            border-radius: 15px;
          background: #fff;
            display: flex !important;
            flex-direction: row !important;
            justify-content: space-between;
        z-index: 2;
              position:relative;
       /* align-items: center; */
          }

     .case-studies-featured-tile .case-studies-tile-logo{
         margin-bottom:20px;
         width: 200px;
       }
  .case-studies-featured-tile  .case-studies-tile-image {
        margin-bottom:0px;
    height:auto;
          }

      .case-studies-featured-tile  .case-studies-tile-image img{
           object-fit: cover;
             object-position: center;
             width: 100%;
            height: 100%;
             border-radius: 15px;
        display:block;
          }

      .case-studies-featured-tile    .case-studies-tile-image,
      .case-studies-featured-tile    .case-studies-tile-content{
            width: 50%;
          }

       .case-studies-featured-tile    .case-studies-tile-content{
           padding: 45px;
                 align-content: center;
          }

       .case-studies-featured-tile  .case-studies-tile-content .article-content{
            margin-bottom: 30px;
          }

     .case-studies-tile-featured-tag{
       font-family: Roboto;
   font-size: 16px;
   font-style: normal;
   font-weight: 300;
   line-height: 26px;
   letter-spacing: 2.4px;
   text-transform: uppercase;
       color: #454545;
       margin-bottom: 20px;
     }

.product-page-banner{
    background: black;
    overflow:hidden !important;
    position: relative;
   }

   .product-page-banner-overlay{
     background: linear-gradient(299deg, #FEE122 0%, rgba(0, 0, 0, 0.00) 46.35%);
     content:"";
     position: absolute;
     width: 100%;
     height: 100%;
     top:0;
     left:0;
     display:block !important;
     pointer-events: none;
   }

    .product-page-banner__heading,
    .product-page-banner__subheading{
      color:white;
      margin-bottom:32px;
    }

      .product-page-banner .banner__box{
      padding:40px 0px 100px 0px;
      max-width: 600px !important;
    }

    .product-page-banner .banner__media{
     overflow:hidden;
    }

    .product-page-banner .banner__media img{
     z-index: 2;
     display: block;
     position: absolute;
     object-fit: contain;
    /* height: 100%;
   width: 40%;
    left: 53%;
    top: 270px; 
      object-position: top center;*/
       height: 400px;
   width: 40%;
    left: 50%;
    top: 250px;
    object-position: center left;

    }

  .product-page-banner .banner__content{
    z-index: 2;
    position:relative;
  }

  .hero-banner{
    border-bottom-left-radius: 15px;
    border-bottom-right-radius: 15px;
    margin-bottom:-15px;
  }

  .overview-section{
    background: #F6F6F6;
    position:relative;
    z-index:2;
    margin-bottom:60px;
  }


   .pdt-tick-overlay-wrapper{
     pointer-events: none;
      margin-top: 300px;
      margin-left: 400px;
     position: absolute;
   }
   .pdt-tick-overlay{
     position: absolute;
    left: -6%;
    bottom: -100px;
    z-index: 1;
    height: 800px;
    width: 100vw;
    content: "";
    display: block;
    position: relative;
    top: -900px;
    margin-top: 0px;
    margin-left: 0px;
   }

    .pdt-tick-overlay img{
     z-index: 1;
     height: 800px;
     width: 100vw;
     content: "";
     display: block;
     position: relative;

   }

  /* .product-page-banner__buttons a{
    margin-right: 20px;
  } */

  .video-section{
    border-radius: 15px;
    overflow: hidden;
  }

  .overview-section.image-content-block .image-with-text__media{
    padding: 30px 0px;
  }


@media screen and (max-width: 990px){

  .homepage-banner .banner__box{
    max-width: 100% !important;
  }
  .homepage-banner .banner__media img {
    display: block;
    position: relative;
    height: auto;
    width: 100%;
    left: 0px;
}
.homepage-banner .banner__media{
  height: 300px;
}
  .homepage-banner {
    display: flex;
    flex-direction: column-reverse;

  }
 

  .hidden-mob{
    display:none;
  }
  .image-content-block .page-width{
    margin: 0px 20px;
    padding: 10px 0px !important;
  }

  .stats {
   flex-direction: column;
    gap: 30px;
  }

  .stat{
    border-right: 0px solid white;
    border-bottom: 1px solid black;
    display: flex;
    padding:0px;
    padding-bottom: 20px;
        gap: 10px;
    flex-wrap: wrap;
  }

  .stat:last-of-type{
    border-bottom: 0px solid black;
  }

  .stat div{
    text-align: left;
    width: 100%;
    align-items: center;
    display: flex;
}

  .logo-carousel-block{
    padding: 45px 0px 0px 0px;
  }
  .cta-tile{
    flex-basis: 100%;
  }

  .cta-tile-front{
    background-image: url(/cdn/shop/files/Plus.svg?v=1714715404);
    background-repeat: no-repeat;
    background-position: 97% 7%;
    cursor: pointer;
  }
  .cta-tile-back{
    background-image: url(/cdn/shop/files/Minus.svg?v=1714715404);
    background-repeat: no-repeat;
    background-position: 97% 7%;
    cursor: pointer;
    pointer-event: none;
  }

  .image-hover-text-cta,
  .video-content-block .video-content-block-content{
    padding: 45px 0px;
  }

  .video-content-block .grid,
  .video-content-block .grid__item{
    display: flex;
    position:relative;
            flex-direction: column-reverse;
  }

   .video-content-block video{
     height: 300px;
     display: block;
        position: relative;
        width: 100vw;
     top: 20px;
   }

  .multicolumn-card__image-wrapper{
    /* display:none; */
  }
.benefits .multicolumn-card__image-wrapper{
  padding:20px 0px;
}
 

  .cta-tile,
  .product-tile{
    width: 275px;
  }

  .footer__content-top{
    padding: 20px !important;
    margin-left: 20px !important;
    margin-right: 20px !important;
  }

   .footer__content-bottom.page-width{
      margin-left: 20px !important;
    margin-right: 20px !important;
   }

  .footer-block:nth-of-type(1), .footer-block:nth-of-type(3), .footer-block:nth-of-type(4),
  .footer-block:nth-of-type(2){
    width: 100%;
    max-width: 100%;
    border-right:0px solid black;
  }

  .visible-mob{
    display:block;
  }
.footer-block__image-wrapper{margin-bottom:0px}
  .footer-block-accordion  h2 { cursor: pointer; }
.footer-block-accordion ul { max-height: 0; overflow:hidden; transition: max-height 1s ease-out; }
.footer-block-accordion h2:after { content: "+"; float: right;border: 1px solid #8B8B8B; border-radius: 50px; width: 30px;height:30px; text-align:center; }
.footer-block-accordion.open h2:after { content: "-";border: 1px solid #8B8B8B; border-radius: 50px; width: 30px;height:30px; text-align:center; }
.footer-block-accordion.open ul { height:auto; max-height: 500px; transition: max-height 1s ease-in !important; }
  .footer-block__details-content{ margin-bottom:20px !important}
  .footer-block.grid__item{margin:0px 0px !important;}
  .footer-block__heading{margin-bottom:0px !important; border-top: 1px solid #8B8B8B;padding-top:20px;}
/* .footer-block__details-content:last-of-type{border-top: 1px solid #8B8B8B} */
  .footer-block:nth-of-type(2) .footer-block__details-content {
    column-count: 1;
  }

  .footer-block__details-content:nt-of-type(2){text-align: center;}
      .footer__content-bottom-wrapper {
       
        padding: 0px 20px !important;
    }
  .footer__copyright{ text-align:left !important;}
  .policies li a {
    padding: 0px 10px!important;
    border-right: 1px solid white;
  }
   .policies li:first-of-type a {
    padding-left:0px !important;
  }
  .policies li:last-of-type a {
    border-right: 0px solid white
  }

  .policies li:before{
    display:none;
  }

  .multicolumn-list:not(.slider){
    padding-left: 30px !important;
    padding-right:30px !important;
  }

  .top-bar.page-width{
    display:none !important;
  }
 
  .header:not(.drawer-menu).page-width {
    padding:15px;
    flex-direction: row-reverse;
    margin: 0 20px 20px !important;
}
  .header-wrapper {
    padding-top: 20px;
  }
  .header__heading-logo{
    width: 120px;
  }

  .menu-drawer{
    background: black;
    border-radius:15px;
    margin: 0px 20px 0px 20px;
    width: calc(100% - 40px) !important;
  }

  .menu-drawer__inner-container{
    background: black;
  }

  .menu-drawer__inner-container .link--text{
    color: white;
    padding: 15px;
        border-bottom: 1px solid #8B8B8B;
  }

  .menu-drawer__inner-submenu,
  .js .menu-drawer__submenu{
    background-color: black !important;
  }
  .menu-drawer__close-button{
    font-size: 20px !important;
  }
  .menu-drawer__menu-item--active, .menu-drawer__menu-item:focus, .menu-drawer__close-button:focus, .menu-drawer__menu-item:hover, .menu-drawer__close-button:hover{
    color: white !important;
  }

  .hero-banner .banner__media {
    order: 1 !important;
  }

  .hero-banner .banner__content {
    order: 2 !important;
  }

  .stats-row{
    margin:0px 20px 45px 20px;
  }

  .multicolumn.benefits.background-primary .multicolumn-card{
    padding:0px;
  }

  .cta-section:not(.cta-section-center) .banner__content {
   text-align: center;
    padding: 30px 30px !important;
}

  .case-studies-tile {
   justify-content: flex-start !important;
    flex-direction: column !important;
  }
  .case-studies-tile-logo {
   
    width: 100px;
}

    .case-studies-tile-image, .case-studies-tile-content,
  .case-studies-featured-tile .case-studies-tile-image, .case-studies-featured-tile .case-studies-tile-content{
      width: 100% !important;
    }

 .case-studies-tile-image{
   /* max-height:300px; */
 }

    .case-studies-tile-content{
      padding: 30px 30px 50px 30px;
    }
  .case-studies-tiles-nav {
    text-align: center;
    width: calc(100% - 85px);
    margin-left: 40px;
    margin-top: -70px;
    left: 0%;
    position: absolute;
    max-width: 545px;
}

  .cta-form-section{
    padding: 45px 0px;
  }

  .cta-form-section .page-width,
  .case-studies-featured-tile{
  
    flex-direction: column !important;
  }

  .cta-form-section .cta-form-section-content{
    padding: 0px;
  }

  .homepage-banner .banner__media.full_width img{
    position: absolute;
  }

  .homepage-banner .banner__content.full_width{
   padding-bottom:45px;
  }

  .column-divider li{
    border-right: none;
    border-bottom: 1px solid #f6f6f6;
    padding-bottom: 20px;
  }

   .column-divider li:last-of-type{
    border-right: none;
    border-bottom: 0px solid #f6f6f6;
   
  }

  .overlap-block .image-with-text__content{
    padding:20px;
  }

  .case-studies-parent-banner{
    padding:45px 20px;
  }

  .case-studies-parent-banner .banner__box{
    padding:0px;
  }
  .case-studies-featured-tile .case-studies-tile-content{
    padding:20px;
  }

  .case-studies-grid .item{
    width:100%;
    max-width: 100%;
  }

  .case-studies-banner__logo img{
    width:100px;

  }
  .case-studies-banner__logo{
    margin-bottom: 0px !important;
  }
  .case-studies-banner .banner__box {
    padding: 195px 0px 45px 0px !important;
}

  .sub-menu{
    display:none;
  }

  .product-page-banner .banner__media img {
    z-index: 2;
    display: block;
    position: relative;
    object-fit: contain;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

 .product-page-banner {
  display: flex;
    flex-direction: column;
  }

      .product-page-banner .banner__content {
        order: 0 !important;
    }

  .overview-section {
   margin: 20px 20px 45px 20px;
    order: 4 !important;
    padding: 20px !important;
}

  .breadcrumbs{
    margin-left: 0px;
  }

  .product-page-banner .banner__box {
    padding: 0px 0 40px;
}
  .overview-section.image-content-block .image-with-text__media {
    padding: 0px 0px;
}
  .cta-tile-front{
    height: auto;
  }
  .cta-tiles-nav .owl-controls, .cta-tiles-nav .owl-controls-container {
   
    gap: 10px;
}

  .case-studies-filters {
    flex-direction: column;
    gap: 20px;
}
  .filters label span{
    margin-left:0px;
    margin-right: 10px;
  }
  .filters{
    margin-bottom:0px;
  }

  #clear-filters{
    display:none;
  }

  blockquote {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  .article-template{
    padding: 20px 0px;
  }

  .cta-form-header{
    display:block;
  }
  .cta-form-header .col-6{
    padding:0px;
  }
}

.header__icon--menu[aria-expanded=true]:before{
  background: transparent;
}

.case-studies-banner__shortdesc{
  color:white;
}

.multicolumn-card__info h4{
  margin-bottom:0px;
}

.tick-background{
  background-image: url(/cdn/shop/files/Tick.svg?v=1712753568);
    background-repeat: no-repeat;
    background-position: right -35px;
    background-size: 32%;
}

.cta-form-section.tick-background{
  background-image: url(/cdn/shop/files/Tick.svg?v=1712753568);
    background-repeat: no-repeat;
    background-position: right -35px;
    background-size: 46%;
}

.homepage-banner-image-content-block {
  padding-bottom:90px;
  border-bottom-right-radius:15px;
  border-bottom-left-radius: 15px;
}

.homepage-banner-image-content-block .video-section{
  padding: 30px;
}

.homepage-banner-image-content-block .video-section video{
  border-radius: 15px;
}

.header__icon--account,
.header__icon--cart{
  display:none !important;
}

  .case-studies-featured-tile .case-studies-tile-image{
    /* padding: 30px; */
  }

.case-studies-parent-banner{
  background: linear-gradient(299deg, #fee122, #000 51% 100%);
    border-bottom-right-radius: 15px;
    border-bottom-left-radius: 15px;
  margin-bottom:0px;
}
.yellow-bullet-wrapper{
  display:inline-block !important;
}
.yellow-bullet{
  display: inline-block !important;
    background: #FEE122;
    width: 9px;
    height: 9px;
    border-radius: 50%;
      /* margin-right: 43px; */
}

div.accordion{
  border-bottom: 0.5px solid #454545 !important;

}

div.accordion:first-of-type{
  border-top: 0.5px solid #454545 !important;
}

.accordion summary {
   padding: 25px 0px;
    gap: 43px;
    justify-content: space-between;
    width: 100%;
}

.accordion__content {
  
    padding: 0 52px !important;
}

.product--thumbnail_slider .slider-mobile-gutter .slider-button{
  background: #ffd914;
    border: none;
    color: #262525;
    border-radius: 50px;
}

.slider-button .icon {
    color: #454545 !important;
    width: 20px;
    height: 10px !important;
}
.thumbnail,
.product-media-container.constrain-height.media-fit-contain{
   border-radius: 15px;
}
.thumbnail[aria-current] {
    box-shadow: none !important;
    border-color: #ffd914 !important;
 
}

.product-media-container.constrain-height.media-fit-contain{
  --ratio: 1 !important;
    --preview-ratio: 1 !important;
}

.media>*:not(.zoom):not(.deferred-media__poster-button), .media model-viewer {
    object-position: center;
    object-fit: contain;
}

.section-header.shopify-section-group-header-group{
  z-index:4;
}

.product-page-banner .sub-menu{
  position: fixed;
    background: #000;
    z-index: 3;


}

.cta-form-section-form.col-6 .form-all{
    margin-top:0px;
    margin-bottom: 0px;
  }

.contact-footer-top{

  display: block !important;
  background: black !important;
  padding-top: 45px !important;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}

.footer:not(.color-scheme-1) {
    
    overflow: hidden;
}

.accordion__title {
    display: flex !important;
    flex-direction: row;
    gap: 43px;
    align-items: center;
}

.add-padding{
  padding: 60px 0px 90px 0px;
}

.slider-button[disabled] .icon{
  opacity: 0.2 !important;
}
.slider-button[disabled]{
  background-color: #E0E1DD !important;
}


.popup__overlay {
    position: fixed;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    
    transition: opacity 500ms ease-in-out;
    visibility: hidden;
    opacity: 0;
  }

.popup__overlay:before{
  background: rgba(0,0,0,0.8);
  position: fixed;
  width: 200vw;
  left: -100vw;
  height: 1000%;
  top:0px;
  content:"";
  display:block;
  z-index:98;
}

  .popup__overlay:target {
    visibility: visible;
    opacity: 1;
    z-index: 99;
  }

  .popup__box {
    padding: 24px;
    background: #fff;
    border-radius: 8px;
    width: 80%;
    max-width: 500px;
    position: relative;
    z-index: 99;
  }




  .popup__close {
    position: absolute;
    top: 5px;
    right: 13px;
    transition: all 200ms ease-out;
    color: #333;
    font-size: 30px;
    font-weight: bold;
    line-height: 1.25;
    text-decoration: none;
  }

  .popup__close:hover {
    color: #660000;
  }

  .popup__content {
    /* max-height: 30%; */
    overflow: auto;
  }

  @media screen and (max-width: 1280px) {
    .popup__box {
      width: 60%;
    }
  }

  @media screen and (max-width: 720px) {
    .popup__box {
      width: 80%;
    }
  }

.video-popup-link{
display: flex;
    align-items: center;
    color: black;
    font-weight: 500;
    margin-left: 0px;
    justify-content: left;
  gap:10px;
  text-decoration: none !important;
}

.collapsible-content__media{
  border: 0px solid white;
}

.search-modal{
  top: 15%;
    background: transparent;
}

.search-modal__content{
  background: #454545;
    margin-left: 30px;
    margin-right: 30px;
    border-radius: 15px;
    padding: 15px;
   justify-content: space-between;
  height: auto;
}

.search-logo{
  background-image: url(https://speedshieldtech.myshopify.com/cdn/shop/files/Speedshield_logo.svg?v=1712623252&width=600);
  background-size: contain;
    background-repeat: no-repeat;
    background-position: left center;
  width: 160px;
  height: 60px;
    display: block !important;
}

.modal__close-button .icon{
  color: white;
}

.search__input.field__input{
  border-radius:15px !important;
}

.field__input:focus, .select__select:focus, .customer .field input:focus, .customer select:focus, .localization-form__select:focus.localization-form__select:after {
    box-shadow: 0 0 0 calc(.1rem + var(--inputs-border-width)) #ffd914;
    
}
.predictive-search {
        border: 0px !important;
    margin-top: -21px;
    margin-left: 1px;
    width: 100% !important;
    background: transparent !important;
    }
#predictive-search-results{
  background: #454545;
    border-radius: 15px;
    border: 0px solid white !important;
    padding-top: 25px;
}

.predictive-search__heading,
.predictive-search__item-heading,
.predictive-search__item--term,
.predictive-search__item--term .icon-arrow{
  color:white;
  text-transform: none;
}

.predictive-search__heading{
   color:white !important;
  font-size: 16px;
}

main-search #predictive-search-results {
   
    margin-top: 21px;
  padding-top:0px;
}

.predictive-search__list-item[aria-selected=true]>*, .predictive-search__list-item:hover>*, .predictive-search__item[aria-selected=true], .predictive-search__item:hover{
  color:white !important;
  text-decoration: underline;
}

.template-search__results .article-card__image img{
  object-fit: cover !important;
 
}

.template-search__results .placeholder_image{
 height: 398px;
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
  margin-bottom:20px;
}

.template-search__results  .media{
  border-top-left-radius: 15px;
  border-top-right-radius: 15px;
}


@media screen and (min-width: 990px) and (max-width: 1320px){
  .header__menu-item {
   
    padding: 0px 5px;
}
.stats-row,
  .cta-section:not(.cta-section-center) .banner__content,
  .overview-section,
  .case-studies-parent-banner .banner__content,
  .case-studies-featured-tile{
  margin-left: 30px;
  margin-right: 30px;
}
.footer-block:nth-of-type(1), .footer-block:nth-of-type(3), .footer-block:nth-of-type(4) {
    width: 20%;
    
}

  .header:not(.drawer-menu).page-width{
    padding-left:15px;
    padding-right: 10px;
  }

  .header__heading-logo-wrapper{
    max-width: 90px;
  }
  

}

iframe{
  border-radius: 15px;
}

.field:after, .select:after, .customer .field:after, .customer select:after, .localization-form__select:after{
  box-shadow: none;
}

summary .icon-caret{
  top:45%;
}
}

.case-studies-grid .case-studies-tile-image img {
 -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
.case-studies-tile:hover .case-studies-tile-image img{
  transform: scale(1.05);
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.case-studies-tile:hover  .case-studies-grid-content{
  box-shadow: 0px 0px 20px -6px #fee122;
  -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}

.dropdown {
  display: inline-block;
  position: relative;
}

.dd-button {
  display: inline-block;
  border: 0px solid gray;
  padding: 11px 0px 13px 0px;
  background-color: transparent;
  cursor: pointer;
  white-space: nowrap;
  color: white;
  font-size: 14px;
}

.dd-button svg {
  width:10px;
  height: 10px;
}

.dd-button:hover {
  text-decoration: underline;
}


input[type=checkbox].dd-input {
  display: none;
}

.dd-menu {
  position: absolute;
  top: 100%;
  border: 0px solid #ccc;
  border-radius: 4px;
  padding: 0;
  margin: 2px 0 0 0;
  box-shadow: 0 0 6px 0 rgba(0,0,0,0.1);
  background-color: #fff;
  list-style-type: none;
  right: 0px;
    z-index: 2;
}

.dd-input + .dd-menu {
  display: none;
} 

.dd-input:checked + .dd-menu {
  display: block;
} 

.dd-menu li {
  padding: 10px 20px;
  cursor: pointer;
  white-space: nowrap;
  border-radius: 4px;
}

.dd-menu li:hover {
  background-color: #f6f6f6;
  border-radius: 4px;
}

.dd-menu li a {
  display: block;
  margin: -10px -20px;
  padding: 10px 20px;
  color: #454545;
  text-decoration: none;
  font-size: 14px;
}


.menu-drawer__account{
text-transform: none;
  color: white !important;
  letter-spacing: 0px;
  padding: 0px 10px !important;
}

.menu-drawer__account:first-of-type{
  border-right: 1px solid white;
  padding-left: 0px !important;
}

.header--has-account:where(:not(.header--has-social):not(.header--has-localizations)) .menu-drawer__utility-links{
padding: 15px !important;
}


.switch {
  position: relative;
  display: inline-block;
  margin: 7px 20px 0px 20px;
}

.switch > span {
  position: absolute;
  top: 7px;
  pointer-events: none;
  font-size: 12px;
  text-transform: uppercase;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .06);
  width: 50%;
  text-align: center;
}

input.check-toggle-round-flat:checked ~ .off {
  color: #121212;
}

input.check-toggle-round-flat:checked ~ .on {
  color: #fff;
}

.switch > span.on {
  left: 0;
  padding-left: 0px;
  color: #121212;
}

.switch > span.off {
  right: 0;
  padding-right: 0px;
  color: #fff;
}

.check-toggle {
  position: absolute;
  margin-left: -9999px;
  visibility: hidden;
}
.check-toggle + label {
  display: block;
  position: relative;
  cursor: pointer;
  outline: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

input.check-toggle-round-flat + label {
  padding: 2px;
  width: 84px;
  height: 30px;
  background-color: #f6f6f6;
  -webkit-border-radius: 60px;
  -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:before, input.check-toggle-round-flat + label:after {
  display: block;
  position: absolute;
  content: "";
}

input.check-toggle-round-flat + label:before {
  top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #454545;
  -webkit-border-radius: 60px;
 -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
}
input.check-toggle-round-flat + label:after {
   top: 1px;
  left: 1px;
  bottom: 1px;
  right: 1px;
  background-color: #fff;
  -webkit-border-radius: 60px;
 -moz-border-radius: 60px;
  -ms-border-radius: 60px;
  -o-border-radius: 60px;
  border-radius: 60px;
  width: 40px;
  -webkit-transition: margin 0.2s;
  -moz-transition: margin 0.2s;
  -o-transition: margin 0.2s;
  transition: margin 0.2s;
}

input.check-toggle-round-flat:checked + label {
}

input.check-toggle-round-flat:checked + label:after {
  margin-left: 44px;
}
.white_icons img{
 filter: brightness(0) invert(1);
}

#MegaMenu-Content-5 ul{
  max-width:800px;
}
#MegaMenu-Content-5 ul>li {
  border-right: 0px solid transparent !important;
  text-align: center;
}

li.no-border {
  border-right: 0px solid transparent !important;
}

.nav-post-wrapper {
  max-width: 295px;
  max-height: 302px;
  overflow: hidden;
  border-radius: 15px;
  padding: 0 !important;
  background: #ffffff;
}
.nav-post {
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 302px;
  padding: 0;
  text-decoration: none;
}
.nav-post-image {
  width: 100%;
  height: 152px;
  border-radius: 15px;
  overflow: hidden;
  padding: 0;
}
.nav-post-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: all .3s ease;
}
.nav-post:hover .nav-post-image img {
  transform: scale(1.1);
}
.nav-post-content {
  flex-grow: 1;
  padding: 25px;
  background: #ffffff;
}
.nav-post-tag {
  font-family: Archivo;
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 21px;
  color: #454545;
  padding: 0;
  margin-bottom: 12px;
}
.nav-post-title {
  color: #000000;
  font-size: 18px;
  font-style: normal;
  font-weight: 500;
  line-height: 28px;
  padding: 0;
  flex-grow: 1;
}

.case-studies-video-block .video-content-block-content{
  padding: 60px 60px 60px 40px;
  display: flex;
    flex-direction: column;
    gap: 20px;
}

.case-studies-video-block .video-content-block-content h5,
.case-studies-video-block .video-content-block-content h2{
  margin: 0px;
}

.case-studies-video-block .video-section {
  padding: 30px 0px;
  height: 100%;
   border-radius: 20px;
    
}


.case-studies-video-block .video-container,
.case-studies-video-block .video-preview{
  height: 100%;
}
.case-studies-video-block .video-section video{
 border-radius: 20px;
}

.case-studies-video-block .video-preview img{
     height: 100%;
    object-fit: cover;
    border-radius: 20px;
}
.button--play svg{
 width: 40px;
    height: 40px;
    margin-right: 10px;
}

.button--play{
text-decoration: none !important;
}

@media screen and (max-width: 796px){
  .case-studies-video-block .video-section {
    padding: 0px;
    min-height: 300px;
  }

  .case-studies-video-block .video-content-block-content{
  padding: 30px 20px;
  }

}

.case-study-has-video.case-studies-banner .banner__media img{
  height: auto !important;
}

.installation-guide-banner{
    background: black;
    overflow:hidden !important;
    position: relative;
   }

   .installation-guide-banner-overlay{
     background: linear-gradient(299deg, #FEE122 0%, rgba(0, 0, 0, 0.00) 46.35%);
     content:"";
     position: absolute;
     width: 100%;
     height: 100%;
     top:0;
     left:0;
     display:block !important;
     pointer-events: none;
   }

    .installation-guide-banner__heading,
    .installation-guide-banner__subheading{
      color:white;
      margin-bottom:32px;
    }

      .installation-guide-banner .banner__box{
      padding:40px 0px 100px 0px;
      max-width: 600px !important;
    }

    .installation-guide-banner .banner__media{
     overflow:hidden;
    }

    .installation-guide-banner .banner__media img{
     z-index: 2;
     display: block;
     position: absolute;
     object-fit: contain;
    /* height: 100%;
   width: 40%;
    left: 53%;
    top: 270px; 
      object-position: top center;*/
       height: 500px;
   width: 50%;
    left: 50%;
    top: 100px;
    object-position: center;

    }

  .installation-guide-banner .banner__content{
    z-index: 2;
    position:relative;
  }

.button--download{
 color:  #fee122;
  font-weight: normal;
}

.button--download:before{
 filter: brightness(0) saturate(100%) invert(93%) sepia(40%) saturate(6964%) hue-rotate(334deg) brightness(102%) contrast(100%);
}

.button.button--scrolldown {
  background: transparent;
  border-radius: 15px;
  border: 1px solid #fee122;
  color: #fee122;
  margin-botton: 20px;
}
.button--scrolldown:before{
  box-shadow: none;
  content: "";
  background-image: url(/cdn/shop/files/arrow.svg?v=1712711121);
  background-size: contain;
  display: inline-block;
  width: 1em;
  height: 1em;
  position: relative;
  top: 0px;
  margin-left: 5px;
  background-position: center;
  background-repeat: no-repeat;
  transition: all 0.3s ease;
  transform: rotate(90deg);
   filter: brightness(0) saturate(100%) invert(93%) sepia(40%) saturate(6964%) hue-rotate(334deg) brightness(102%) contrast(100%);
margin-right: 10px;
}

.button--scrolldown:after{
  display: none;
}

.whats-in-the-box-block{
  background: #f6f6f6;
  padding: 80px 0px;
}

.whats-in-the-box-content{
  flex-wrap: wrap;
    display: flex;
  /* gap: 30px; */
  padding-left: 50px;
  justify-content: space-between;
}

.whats-in-the-box-item{
  width: calc(33.3% - 30px);
}

.whats-in-the-box-item img{
  width: 100%;
  height: 100px;
  object-fit: contain;
  object-position: left top;
}

.whats-in-the-box-block .video-section>div,
.whats-in-the-box-block .video-section>div>div,
.whats-in-the-box-block .video-section img,
.whats-in-the-box-block .video-section{
  height: 100%;
}

.whats-in-the-box-notes{
width: calc(67% - 30px);
    border: 4px solid white !important;
    border-radius: 25px;
    padding: 10px 20px;
    text-align: center;
      align-items: center;
    justify-content: center;
    display: flex;
}

.whats-in-the-box-notes p{
margin:0px auto;
}

.installation-steps-block{
  padding: 80px 0px;
}
.installation-step{
  padding: 60px 0px;
}
.installation-step:nth-of-type(2n+1){
   background: #f6f6f6;
}

.installation-step .installation-step-content img{
   width: 100%;
  height: 225px;
  object-fit: contain;
  object-position: left top;
 
}

.installation-step .installation-step-content h2{
 margin-bottom: 10px;
  margin-top:20px;
}

.installation-step .installation-step-content ul{
 padding-left: 20px;
}

.installation-step .installation-step-content{
  padding: 20px 70px;
}

.installation-step .video-section>div,
.installation-step .video-section>div>div,
.installation-step .video-section img,
.installation-step .video-section{
  height: 100%;
  object-fit: cover;
}

.installation-step .video-section video,
.whats-in-the-box-block .video-section video{
  object-fit: contain;
}

.faqs-block{
  padding: 0px 0px 80px 0px;
}

.faq.grid{
  max-width: 800px;
  margin: auto;
}


.faq h4{
  margin-bottom:0px;
}

.faq .accordion__content{
  padding: 20px 0px !important;
}

.installation-step3 .installation-step-content img{
 height: 150px;
}

.installation-step4 .installation-step-content img{
  height: 300px;
}

.installation-step6 .installation-step-content img,
.installation-step7 .installation-step-content img{
 
  height: 150px;
}


@media screen and (max-width: 996px){
    .installation-guide-banner .banner__media img {
    z-index: 2;
    display: block;
    position: relative;
    object-fit: contain;
    height: 100%;
    width: 100%;
    left: 0;
    top: 0;
  }

  .installation-guide-banner {
  display: flex;
    flex-direction: column;
  }

   .installation-guide-banner .banner__content {
        order: 0 !important;
    }

  .whats-in-the-box-content{
    padding: 20px 0px;
  }

  .whats-in-the-box-item{
    width: calc(50% - 20px);
  }

  .whats-in-the-box-notes{
    width: 100%;
  }

  .whats-in-the-box-block,
  .installation-steps-block{
    padding: 50px 0px 30px 0px;
  }

  .whats-in-the-box-block .image-with-text__grid--reverse2{
    flex-direction: column-reverse;
  }
  
   
  .installation-step{
    padding: 30px 0px;
  }

  .installation-step .installation-step-content img{
    width: 100% !important;
    height: auto !important;
  }

  .installation-step .installation-step-content{
    padding: 30px 0px;
  }

   .faqs-block{
    padding: 30px 0px 80px 0px;
  }
}

.installation-step .video-preview img,
.whats-in-the-box-block .video-preview img{
   transition: all 0.3s ease;
}


.installation-step .video-preview:hover img,
.whats-in-the-box-block .video-preview:hover img{
  transform: scale(1.1);
}
.installation-step .image-container {
  overflow:hidden !important;
}
.installation-step .image-container img{
  transition: all 0.3s ease;
}

.installation-step .installation-step-content .image-container:hover img{
  /* width: 105% !important;
    height: auto !important;
    object-fit: cover !important;
    max-width: 105% !important;
    object-position: center; */
   /* transform: scale(1.1); */
}

.image-popup {
  display: none; /* Hidden by default */
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.8); /* Black overlay */
  z-index: 1000;
  justify-content: center;
  align-items: center;
}

/* Popup container */
.image-popup  .popup-container {
  background: #fff; /* White background */
  width: 90%; /* Takes up 90% of the screen width */
  max-width: 800px; /* Maximum width of 800px */
  max-height: 90%; /* Maximum height of 90% */
  border-radius: 8px;
  overflow: hidden;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 20px;
  box-shadow: 0 4px 15px rgba(0, 0, 0, 0.2);
  height: 100%;
}

/* Image inside the popup */
.image-popup  .popup-container img {
  width: 100%;
 height: auto;
    max-height: calc(90vh - 300px) !important;
  display: block;
  object-fit: contain;
}

/* Close button */
.image-popup  .close-button {
  position: absolute;
  top: 10px;
  right: 10px;
  background: #fff;
  border: none;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  font-size: 24px;
  color: #333;
  cursor: pointer;
  box-shadow: 0 2px 4px rgba(0, 0, 0, 0.3);
  display: flex;
  justify-content: center;
  align-items: center;
}

.image-popup  .close-button:hover {
  background: #f0f0f0;
}

.image-popup  .popup-content{
  text-align: center;
  height: 100%;
  overflow: scroll;
}

.image-popup #popupDetails{
      text-align: left;
    max-width: 60%;
    margin: auto;
  margin-bottom: 20px;
}

.installation-step .image-container svg a{
    cursor: pointer !important;
}

@media screen and (max-width: 996px){
  .installation-step-content {
        display: flex;
        flex-direction: column;
    }

  .installation-step .image-container {
    order: 100;
}
  .installation-step .page-width.grid{
    flex-direction: column-reverse;
  }

  .installation-guide-banner .banner__box{
    padding-bottom: 0px;
  }

}

.trusted-by-row{
  display: flex;
 margin-top:20px;
    align-items: center;
    justify-content: space-between;
  gap: 20px;
}
.trusted-by-row div{
  margin: auto !important; 
  
  min-width: 100px;
  font-weight: bold;
}
.trusted-by-row img{
  width: 90%;
    object-fit: contain;
    object-position: center;
    /* margin: auto !important; */
    /* text-align: center; */
    max-height: 35px;
  filter: grayscale(1);
}


  
.product-page-banner-stats {
    position: relative;
    z-index: 2;
    margin-bottom: 60px;
  gap: 30px;
}

.product-page-banner-stats .stat  {
    padding-left: 30px;
  padding-right: 30px;
 }

 .product-page-banner-stats .stat div {
    font-size: 18px;
    font-weight: 300;
    color: #fff;
   margin-bottom: 10px;
 }

  .product-page-banner-stats .stat span {
   color: white;
    line-height: 48px;
    font-weight: 400;
    margin-bottom:10px;
  }

.multicolumn.benefits.background-primary .dark-tiles .multicolumn-list__item{
  background: linear-gradient(125deg, #FEE122 0%, black 50%, #FEE122 100%);
  border-radius: 15px;
    padding: 3px;
}

.multicolumn.benefits.background-primary .dark-tiles .multicolumn-card{
border-radius: 15px;
/* border: 2px solid #FEE122; */
background: #000;
text-align: center;
}

.multicolumn.benefits.background-primary .dark-tiles .multicolumn-card h3{
color: #FEE122;
  min-height: 74px;
}

.multicolumn.benefits.background-primary .dark-tiles .multicolumn-card div p{
color: #fff !important;
}

.benefits .dark-tiles .multicolumn-card__image-wrapper {
    width: 95px;
    height: 95px;
}

.benefits .dark-tiles .multicolumn-card__image-wrapper .media{
  width: 100%;
    height: 100%;
}

.alternate-text-media-row .grid{
    display: flex;
    flex-direction: row;
    align-items: center;
    position: relative;
}

/* Default layout: Video on Left, Text on Right */
.alternate-text-media-row:nth-child(odd) .grid {
    flex-direction: row;
}

.alternate-text-media-row .grid__item {
  position: relative;
    min-height: 400px !important;
  display: flex;
   
    align-items: center;
}

.alternate-text-media-row:nth-child(odd) .grid__item:first-of-type .video-section{
    position: absolute;
    right: 0;
    width: 50vw; /* Extends beyond the container */
    height: 100%;
    overflow: hidden;
}

.alternate-text-media-row:nth-child(odd) .video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

/* Alternate layout: Text on Left, Video on Right */
.alternate-text-media-row:nth-child(even) .grid{
    flex-direction: row-reverse;
}

.alternate-text-media-row:nth-child(even) .video-section {
    position: absolute;
    left: 0;
    width: 50vw; /* Extends beyond the container */
    height: 100%;
    overflow: hidden;
}

.alternate-text-media-row:nth-child(even) .video-section video {
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.alternate-text-media-block{
  background: black;
  padding: 70px 0px;
}

.alternate-text-media-block h5,
.alternate-text-media-block h2,
.alternate-text-media-block p{
  color: white;
}

.alternate-text-media-block h3{
  color: #fee122;
}

.alternate-text-media-row:nth-child(odd) .content-container{
  padding: 50px 0px 50px 120px;
}

.alternate-text-media-row:nth-child(even) .content-container{
  padding: 50px 120px 50px 0px;
}

.image-hover-text-cta.aiva-resource-center-block{
padding-top: 50px;
  padding-bottom: 70px;
}


.aiva-resource-center-block h5,
.aiva-resource-center-block h2{
  color: white;
}

.aiva-resource-center-block .resources-tile-image{
  height: 300px;
  border-radius: 15px;
  overflow: hidden;
}

.aiva-resource-center-block .resources-tile-image img{
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.aiva-resource-center-block .cta-tile{
background: white;
height: 100%;
  justify-content: flex-start;
  cursor: pointer;
}

.aiva-resource-center-block .resources-tile-content{
  padding: 5px 30px 25px 30px;
}

.aiva-resource-center-block .resources-type{
  color: #454545;;
}

.aiva-resource-center-block .overview-section{
 margin-bottom: 20px !important;
}

.aiva-resource-center-block .owl-controls div{
  color: white;
}

.aiva-resource-center-block  .video-content-block-content h5{
  color: #454545;
}

.aiva-resource-center-block  .video-content-block-content h3{
  margin-bottom:0px !important;
}

.tech-spec-tile{
  background: black !important;
  padding: 20px 40px;
 border: 2px solid #FEE122;
}


.tech-spec-tile h5,
.tech-spec-tile h3,
.tech-spec-tile h4,
.tech-spec-tile h6{
  color: white;
}

.tech-spec-list li:before{
  display:none !important;
}
.tech-spec-list li{
  border-top: 1px solid #F6F6F6;
  color: white;
  padding: 20px 0px;
}
.tech-spec-list li:last-of-type{
  border-bottom: 1px solid #F6F6F6;
}
.single-tech-spec{
      display: flex;
    justify-content: space-between;
  gap: 10px;
}

.single-tech-spec-icon{
    background: #454545;
  border-radius: 5px;
  padding: 5px;
  
      text-align: center;
    align-items: center;
    justify-content: center;
    display: flex;
}
.single-tech-spec-icon svg{
 width: 40px;
}

.single-tech-spec-text div:first-of-type{
   color: white;
  font-size: 19px;
font-style: normal;
font-weight: 500;
line-height: 27px;
}



.single-tech-spec-text div:last-of-type{
   color: #454545;
  font-size: 13px;
font-style: normal;
font-weight: 500;
line-height: 27px; 
  display: flex;
    align-items: center;
}

.single-tech-spec-text div:last-of-type svg{
  margin: 0px 10px;
}


.single-tech-spec-download{
  display: flex;
    justify-content: center;
    align-items: center;
}

.single-tech-spec-download svg{
  width: 40px;
}


.aiva-related-pdt{
  padding-top: 50px;
  padding-bottom: 70px;
}

.aiva-related-pdt .image-with-text__grid{
  display: flex;
    flex-direction: row;
  background: #f6f6f6;
  border-radius: 15px;
}

.aiva-related-pdt .image-with-text__grid .grid__item{
 width: 50%;
}

.aiva-related-pdt .image-with-text__grid .grid__item img{
 width: 100%;
  padding: 30px;
}

.aiva-related-pdt .image-with-text__grid .grid__item h3{
  margin-bottom: 20px !important;
}

.overview-section.image-content-block .image-with-text__media .video-section .video-container .video-preview{
  height: 100%;
}


.overview-section.image-content-block .image-with-text__media .video-section .video-container .video-preview .play-icon{
      display: flex;
    color: white;
    flex-direction: column;
    gap: 10px;
    font-weight: 400;
  justify-content: center;
    align-items: center;
}

.video-previewc .play-icon{
  display: flex;
    flex-direction: column;
    align-items: center;
    color: white;
    gap: 10px;
    font-weight: 400;
}


@media screen and (max-width: 796px){
  .product-page-banner-stats .stat span{
   text-align:left; 
  }

  .product-page-banner-stats .stat{
   padding:0px;
  }

  .trusted-by-row{
    flex-direction: column;
  }
.alternate-text-media-row .grid__item:first-of-type .video-section{
  width: 100% !important;
  
}

  .alternate-text-media-row .grid__item{
    min-height: 250px !important;
  }

  .alternate-text-media-row .content-container{
    padding: 0px 0px 30px 0px !important;
  }

  .aiva-resource-center-block .overview-section{
    margin: 0px 0px 30px 0px !important;
  }

  .aiva-related-pdt .image-with-text__grid{
    flex-direction: column;
  }

  .aiva-related-pdt .image-with-text__grid .grid__item{
    width: 100%;
  }

    .aiva-related-pdt .image-with-text__content{
    padding: 0px 20px 30px 20px;
  }
  
  
}

.product-page-banner .breadcrumbs{
padding-top: 80px;
}

.aiva-product-banner .banner__box{
padding-right: 65px;
  display: inline-block;
}

.aiva-product-banner .banner__media__gallery{
  padding: 40px 0px 40px 0px;
  display: inline-block;
  margin-top:-100px;
}


.sub-menu ul li a.active {
  border-bottom: 2px solid #FEE122; 
}

@media screen and (min-width: 1600px){
  .alternate-text-media-row .grid__item{
  min-height: 500px !important;
}
}


.optix-product-banner .banner__media.full_width .hero-banner-overlay {
    opacity: 0.8;
    z-index: 2;
  top:50%;
    height: 100%;
  background-image: url(https://speedshieldtech.myshopify.com/cdn/shop/files/homepage-banner-gradient.png);
    background-size: cover;
    background-position: center;
}

.optix-product-banner .banner__media.full_width img {
    width: 100vw;
    left: 0;
    object-fit: cover;
    z-index: 1;
    height: auto;
  top: 50px;
}

.optix-product-banner .product-page-banner__heading {
  margin-bottom:0px;
}

.optix-product-banner .product-page-banner__heading h3{
  color: white;
  margin-bottom: 0px;
}

.optix-product-banner .product-page-banner__heading div{
  color:#FEE122;

font-size: 25px;
font-style: normal;
font-weight: 500;
line-height: 32px;
text-transform: uppercase;
}

.optix-product-banner .image-with-text__text-item ul{
  list-style: none;
    display: flex;
    flex-wrap: wrap;
  gap:23px;
  padding-left: 0px;
}

.optix-product-banner .image-with-text__text-item ul li{
  width: 30%;
}
.optix-product-banner .image-with-text__text-item ul li div{
font-size: 15px;
font-style: normal;
font-weight: 500;
line-height: 19px; 
}

.optix-product-banner .breadcrumbs{
  z-index: 2;
}

.accordion__content img{
  height: 400px;
  object-fit: contain;
}

@media screen and (max-width: 796px){
  .optix-product-banner .banner__media.full_width img{
    height: 120vh;
    top: 50px;
    position: absolute;
  }

  .optix-product-banner .image-with-text__text-item ul li{
    width: 45%;
  }
  .accordion__content img{
    height: auto;
  }

  .accordion__content{
    padding:0px !important;
  }
}

.announcement-bar__message.h5{
  text-transform: none;
    letter-spacing: 0px;
}
.announcement-bar__link:hover{
  text-decoration:none;
}
.announcement-bar__link a{
  font-weight: bold;
  font-size: 16px;
  margin-left: 5px;
}

.overview-section.image-content-block .image-with-text__media .video-section .video-container video{
  object-fit: contain;
      height: auto;
    border-radius: 20px;
}

.overview-section.image-content-block .image-with-text__media .video-section .video-container {
align-items: center;
    display: flex;
}





/* BUTTONS STYLE ###### */
a.custom_btn:before, a.custom_btn:after {
    content: unset;
}
  a.custom_btn {
    width: max-content;
}
  /* OUTLINE STYLE ######### */
  a.custom_btn.button.outline {
    background: transparent;
    border: 1px solid #fee122;
    color: #fee122;
}
  a.custom_btn.button.outline.white-section-btn{
    color: #121212;
    border-color: #121212;
}
  /* UNDERLINE STYLE ########## */
  a.custom_btn.button.underline {
    background: transparent;
    border-top-color: transparent;
    border-right-color: transparent;
    border-left-color: transparent;
    border-radius: 0;
    padding: 0 0 4px 0;
    min-height: auto;
    color: #fee122;
    min-width: auto;
}

  /* Style with Icon ####### */
  span.custom_btn_icon {
    display: flex;
}
  a.custom_btn.button.outline-with-price-tag {
    align-items: center;
    gap: 8px;
    background: transparent;
    color: #fee122;
}
  
  /* BG style ##### */
  a.custom_btn.button.outline-with-bg {
    background: #fee12225;
    border: transparent;
    color: #fee122;
}
.product_banners__ben_wrapper {
    margin-top: 15px;
}
a.custom_btn.menu-drawer__menu-item.list-menu__item.link.link--text.focus-inset {
    width: 100%;
}


@media screen and (max-width: 480px){
  .homepage-banner__buttons a, .custom_btns_wrapper a {
      width: 100%;
  }
  .homepage-banner__buttons, .custom_btns_wrapper {
      display: flex;
      flex-direction: column;
      align-items: center;
      width: 100%;
      gap: 10px;
  }
  .cta-form-section-form {
    margin-top: 30px;
  }
}














