.product-hero-block {
  padding-top: 4rem;
}
@media screen and (min-width: 768px) {
  .product-hero-block {
    padding-top: 7.6rem;
  }
}
.product-hero-block .product-hero-content {
  text-align: center;
}
.product-hero-block .product-hero-content .product-hero-icon {
  margin-bottom: 1.2rem;
}
.product-hero-block .product-hero-content .product-hero-subheading h1 {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 768px) {
  .product-hero-block .product-hero-content .product-hero-subheading h1 {
    margin-bottom: 6.4rem;
  }
}
.product-hero-block .product-hero-content .product-hero-description h2 {
  font-family: var(--font-montserrat);
  font-size: var(--heading-h1);
  font-weight: 700;
  line-height: 125%;
  letter-spacing: -1.44px;
  max-width: 90%;
  margin: auto auto 2.4rem;
}
.product-hero-block .product-hero-content .product-hero-description h2 br {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-hero-block .product-hero-content .product-hero-description h2 br {
    display: block;
  }
}
.product-hero-block .product-hero-content .product-hero-description h2 strong {
  background: linear-gradient(131deg, #4948DD 3.6%, #4BBBA4 96.4%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  font-weight: 700;
  padding-right: 2px;
}
.product-hero-block .product-hero-content .product-hero-description p {
  margin-bottom: 2.4rem;
  font-size: 1.6rem;
  line-height: 150%;
}
@media screen and (min-width: 768px) {
  .product-hero-block .product-hero-content .product-hero-description p {
    font-size: 2.1rem;
  }
}
.product-hero-block .product-hero-content .product-hero-description p br {
  display: none;
}
@media screen and (min-width: 768px) {
  .product-hero-block .product-hero-content .product-hero-description p br {
    display: block;
  }
}
.product-hero-block .product-hero-cta {
  margin-bottom: 4.4rem;
}
@media screen and (min-width: 768px) {
  .product-hero-block .product-hero-cta {
    margin-bottom: 6rem;
  }
}

.gradient-heading {
  background: linear-gradient(128deg, rgb(71, 7, 253), rgb(76, 222, 147));
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  color: transparent;
}/*# sourceMappingURL=style.css.map */