/** Shopify CDN: Minification failed

Line 137:1 Expected "}" to go with "{"

**/
@media(max-width:767px){
  .banner-slideshow .container{
    padding-inline:0;
  }

.banner-slideshow_col{
  --top-radius:0;
  --bottom-radius:0;
  border-radius:0!important;
}

.banner-slideshow_col img,
.banner-slideshow_col picture{
  border-radius:0!important;
}

  .banner-slideshow_scroll-wrap{
    --max-width:48%;
    max-width:48%!important;
    margin-left:0!important;
    text-align:left!important;
  }

  .banner-slideshow h1{
    font-size:clamp(24px,7vw,30px)!important;
    line-height:1.02!important;
  }

  .banner-slideshow p{
    font-size:13px!important;
    line-height:1.3!important;
  }

  .banner-slideshow .buttons-wrap{
    justify-content:flex-start!important;
  }

  .banner-slideshow .buttons-wrap .button{
    width:auto!important;
    min-width:0!important;
    padding:12px 18px!important;
    font-size:13px!important;
    line-height:1.2!important;
    white-space:nowrap!important;
  }

  .banner-slideshow .splide-controls{
    margin:0;
    min-height:40px;
  }

  .banner-slideshow .splide__pagination{
    gap:6px;
  }


/* VALUE PROP / TRUST BAR */
@media(max-width:749px){

  [class^="ai-trust-bar-grid"]{
    display:grid!important;
    grid-template-columns:repeat(2,minmax(0,1fr))!important;
    gap:18px 14px!important;
    padding:14px 8px!important;
    width:100%!important;
    box-sizing:border-box!important;
  }

[class^="ai-trust-bar-item"]{
  display:grid!important;
  grid-template-columns:28px minmax(0,1fr)!important;
  align-items:start!important;
  column-gap:10px!important;
width:min(100%,174px)!important;
  margin-inline:auto!important;
  padding:0!important;
  box-sizing:border-box!important;
}

  [class^="ai-trust-bar-item"]:after{
    display:none!important;
  }

  [class^="ai-trust-bar-icon-wrapper"]{
    width:27px!important;
    height:26px!important;
    min-width:27px!important;
    margin:0!important;
  }

[class^="ai-trust-bar-text"]{
  width:100%!important;
  min-width:0!important;
  text-align:left!important;
}

  [class^="ai-trust-bar-heading"]{
    margin:0 0 2px!important;
    font-size:12px!important;
    line-height:1.15!important;
    white-space:nowrap!important;
  }

  [class^="ai-trust-bar-subtitle"]{
    margin:0!important;
    min-height:2.6em!important;
    font-size:11px!important;
    line-height:1.3!important;
  }
  @media(max-width:749px){
  [class^="ai-trust-bar-item"]{
    transform:translateX(7px)!important;
  }
@media(min-width:390px) and (max-width:749px){

  [class^="ai-trust-bar-item"]:nth-child(-n+2)
  [class^="ai-trust-bar-subtitle"]{
    white-space:nowrap!important;
  }

  [class^="ai-trust-bar-item"]:nth-child(n+3)
  [class^="ai-trust-bar-subtitle"]{
    white-space:normal!important;
    max-width:120px!important;
  }
  [class^="ai-trust-bar-item"]{
    position:relative!important;
    left:6px!important;
  }
}

}