/** Shopify CDN: Minification failed

Line 77:17 Expected ":"

**/
.new-image-text {
    display: inline-block;
    width: 100%;
}
.new-image-text .new-image-wrp {
    display: flex;
    width: 100%;
    align-items: flex-start;
    margin: 75px 0;
    gap: 59px;
}
.new-image-text .new-image-wrp .hero-content h2 {
    font-size: 34px;
    line-height: 1.15;
    letter-spacing: normal;
    font-weight: 700;
    margin-bottom: 24px;
    padding-right: 30px;
    color: #121623;
}
.hero-content {
  flex: 1 1 50%;
}
.hero-image {
  width: 100%;
  max-width: 703px;
}
.hero-image img {
  width: 100%;
  border-radius: 10px;
}
.new-image-text .new-image-wrp .hero-subheading {
  font-size: 16px;
  font-weight: 500;
  line-height: 100%;
  letter-spacing: normal;
  margin-bottom: 24px;
  max-width: 560px;
  color: #121623;
}
.new-image-text .new-image-wrp .hero-features {
    list-style: none;
    padding: 0;
    margin: 24px 0;
    display: flex;
    align-items: center;
    gap: 20px;
    justify-content: flex-start;
    flex-wrap: wrap;
}
.new-image-text .new-image-wrp .hero-features li {
    width: auto;
    font-size: 16px;
    text-transform: capitalize;
    line-height: 100%;
    letter-spacing: normal;
    font-weight: 400;
    display: flex;
    color: #2A2A2A;
}
.new-image-text .new-image-wrp .hero-features li svg {
  margin-right: 12px;
}
.new-image-text .new-image-wrp .hero-button {
  display: inline-block;
  width: 100%;
  font-size: 14px;
  font-weight: 700;
  letter-spacing: normal;
  line-height: normal;
  padding: 17px 0;
  text-transformL capitalize;
  background: #8077B7;
  color: white;
  border-radius: 15px;
  text-decoration: none;
  text-align: center;
  margin-bottom: 24px;
}

.as_seen_text_main {
    display: flex;
    align-items: center;
    gap: 16px;
}
.as_seen_text_main img {
    height: 40px;
    width: 100%;
    max-width: 162px;
    object-fit: cover;
}
.as_seen_text_main .hero-as-seen {
    margin: 0;
    color: #2A2A2A;
}
.new-image-text .new-image-wrp strong {
    font-weight: 700;
}
.new-image-text .trusted_by_over__block__main {
    padding: 10px 0;
}

.hero-button span {
  position: relative;
}

.hero-button span:before {
    content: "";
    display: block;
    width: 20px;
    height: 20px;
    background-image: url(/cdn/shop/files/foot-print.png?v=1746169062);
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    top: 50%;
    left: -35px;
    transform: translateY(-50%) rotate(-30deg);
    visibility: hidden;
    opacity: 0;
    transition: all .3s ease-in-out;
}

.hero-button:hover span:before {
    visibility: visible;
    opacity: 1;
}

.t4s-btn.hero-button .t4s-btn-atc_text {
  display: inline-block;
}

.as_seen_text_main.mobile-con {
  display: none;
}

@media(max-width: 1380px) {
.hero-image {
  flex: 1 1 50%;
}
}

@media(max-width: 768px) {
  .hero-content, .hero-image {
    flex: 1 1 100%;
    line-height: 0;
  }

.new-image-text .new-image-wrp {
    flex-direction: column;
    margin-top: 30px;
    gap: 24px;
}
.new-image-text .new-image-wrp .hero-content h2 {
    font-size: 28px;
    line-height:1.2;
    padding-right: 0;
    margin-bottom: 24px;
}
p.hero-as-seen {
    text-align: center;
}
.as_seen_text_main {
    justify-content: center;
}
.as_seen_text_main.desktop-con {
  display: none;
}
.as_seen_text_main.mobile-con {
  display: flex;
  width: 100%;
  justify-content: center;
}
.new-image-text .new-image-wrp .hero-button {
  margin-bottom: 0;
}
.hide_on_mobile {
  display: none !important;
}
}