/** Shopify CDN: Minification failed

Line 159:2 Unexpected "{"
Line 159:3 Expected identifier but found "%"
Line 161:4 Unexpected "{"
Line 161:5 Expected identifier but found "%"

**/
.subheading {
    color: var(--000, #FFF);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 20.4px;
    letter-spacing: 0.6px;
    text-transform: uppercase;
}
.title_main_s {
    color: var(--000, #FFF);
    font-size: 80px;
    font-style: normal;
    font-weight: 400;
    line-height: 80px; /* 91.2px */
    text-transform: uppercase;
}
.presubheading {
    color: var(--000, #FFF);
    font-size: 18px;
    font-style: normal;
    font-weight: 400;
    line-height: 27px; /* 27px */
    margin: 0;
    max-width: 430px;
}
.slideshow__slide-content .button{
    font-size: 16px;
    font-style: normal;
    font-weight: 500;
    line-height: 20px; /* 125% */
    letter-spacing: 0.8px;
    text-transform: uppercase;
}
.star_rating {
    display: flex;
    padding: 6px 16px;
    align-items: center;
    gap: 8px;
    border-radius: 500px;
    background: var(--000, #FFF);
    max-width: max-content;
}
.starrating_text{
    color: var(--Brand-3, #040B26);
    font-size: 12px;
    font-style: normal;
    font-weight: 500;
    line-height: 12px;
    text-transform: uppercase;
}
.google_icon {
    width: 25px;
    height: 25px;
}
.star_icon {
    width: 75px;
    display: flex;
}
.star_icon img,
.google_icon img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}

@media screen and (max-width: 700px){
    .subheading{
        font-size: 14px;
        line-height: 20px;
    }
    .title_main_s {
        font-size: 52px;
        line-height: 52px;
    }
    .presubheading {
        font-size: 16px !important;
        line-height: 18px !important;
        max-width: max-content !important;
    }
    .content-over-media>picture img {
        min-height: 75vh;
        max-height: 75vh;
    }
    .content-over-media>:not(img,video,iframe,svg,video-media,picture,image-parallax) {
        padding-top: 20px;
    }
    .slideshow__slide-content {
      max-width: 278px !important;
    }
    .slideshow__slide-content .button {
        width: 100%;
    }
}

    .content-over-media::before {
      background: rgba(0,0,0,0.4);
    }


@media screen and (max-width: 700px) {
    .content-over-media>picture img {
        min-height: 100%;
        max-height: 100%;
        height: 480px;
    }
} 
/*------------------------------------------------HERO END-------------------------------------*/
/*------------------------------------------------Icon With Text-------------------------------------*/


  .benefits-section {
    text-align: center;
  }

  .benefits-heading {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
  }

  .benefits-subheading {
    text-align: center;
    font-style: normal;
    font-weight: 400;
    text-transform: capitalize;
  }

  .benefits-grid {
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-between;
    gap: 15px;
    overflow-x: auto;
    scrollbar-width: none;
  }

  .benefit-item {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    border-radius: 10px;
    padding: 12px 20px;
    gap: 10px;
    min-width: max-content;
    transition: transform 0.3s ease;
  }

  {% comment %} .benefit-item:hover {
    transform: translateY(-3px);
  } {% endcomment %}

  .benefit-icon {
    width: 28px;
    height: 28px;
    object-fit: contain;
    flex-shrink: 0;
  }

  .benefit-text{
    text-align: center;
    font-style: normal;
    font-weight: 400;
    line-height: 36px;
    text-transform: capitalize;
  }

  .top-bar-right .relative .localization-toggle {
    font-size: 14px;
  }