.hero {
  width: 100%;
  padding-top: min(400px, calc(400 / 1800 * 100% - (58px + 12%)));
  padding-bottom: 7%;
  background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=1800,f=auto,q=85/medias/AB-Web-LP-ECC-Hero-Desktop-girl-in-pink-1800px.jpg?context=bWFzdGVyfHJvb3R8MTE1MDcyfGltYWdlL2pwZWd8YURJMEwyZzJZUzh4TURBMk1Ua3lNemswTWpRek1DOUJRbDlYWldKZlRGQXRSVU5ETFVobGNtOHRSR1Z6YTNSdmNGOW5hWEpzTFdsdUxYQnBibXRmTVRnd01IQjRMbXB3Wnd8MGU2YTg4ZTEwMDk2YzI4ZTg3YjU2MTMwZTIwMTc5OWVjOTBiZWU4NWQ1YWY5NTFiNDU3MGI5YTNmZGEwNDIxMw")
    center top/ auto 100% no-repeat no-repeat #ebf4fb;
  margin: 0px auto;
}
.hero-content {
  max-width: 1340px;
  width: 95%;
  display: flex;
  margin: auto;
}
.ecc-hero-text {
  width: 45%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-align: center;
  margin-left: 5%;
}
.ecc-hero-text h1 {
  font-size: 2.25rem;
  line-height: 1.3;
  margin-bottom: 25px;
  font-weight: 900;
  color: #0b2572;
}
.ecc-hero-text h2 {
  font-size: 1.7rem;
  margin: 5px 0 20px;
  line-height: 1.4;
}
.btn-cta a.a-btn--primary {
  background-color: #0b2572;
  border: 2px solid #0b2572;
}
.btn-cta a.a-btn--primary:hover {
  color: #0b2572;
  background-color: #fff;
}
.learn-cta a.a-btn--primary {
  background-color: #0b2572;
  border: 2px solid #0b2572;
}
.learn-cta a.a-btn--primary:hover {
  color: #0b2572;
  background-color: #fff;
}
.ecc-info-middle {
  max-width: 1400px;
  margin: 0 auto;
}
.ecc-info-block {
  padding: 10px;
  background: #F4F1EC;
  margin: 30px auto;
  max-width: 1340px;
  width: 100%;
}
.ecc-info-block p {
  margin: 16px 0;
  font-size: 1.8rem;
  text-align: center;
  font-weight: bold;
  color: #0b2572;
}
.ecc-info-row {
  margin: 25px auto;
  display: flex;
  justify-content: space-around;
  flex-wrap: wrap;
}
h2.ecc-info-row {
  margin: 25px auto;
  font-size: 2.1em;
  text-align: center;
}
.ecc-info-row h3 {
  width: 70%;
  color: black;
  margin: 25px auto;
  font-size: 1.2em;
  line-height: 1.3;
}
.ecc-info-img {
  width: 25%;
  text-align: center;
}
.ecc-info-img img {
  display: block;
  height: 132px;
  max-width: 100%;
  width: 40%;
  margin: auto;
}
.ecc-info-img-subtext {
  margin: 16px auto;
  width: 80%;
  display: block;
  font-size: 1.1rem;
  line-height: 24px;
}
.offer-info-row {
  margin: 35px auto 50px;
  display: flex;
  justify-content: space-between;
  max-width: 1340px;
}
.offer-info-row h3 {
  margin: 25px auto 0;
  font-size: 2em;
  line-height: 1.3;
  font-weight: 700;
  color: #0b2572;
}
.offer-info-row p {
  margin: 10px auto 20px;
  font-size: 1.3em;
  line-height: 1.3;
}
.offer-info-img {
  width: 48%;
  margin-top: 25px;
  text-align: center;
}
.offer-info-img img {
  display: block;
  height: auto;
  max-width: 100%;
  width: 100%;
  border-radius: 8px 8px 0 0;
}
.offer-info-img-text {
  margin: auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  background: #F4F1EC;
  padding: 0 20px 25px;
  border-radius: 0 0 8px 8px;
}
.ecc-info-subcopy {
  width: 90%;
  font-size: 1.2em;
  line-height: 1.4;
  margin: 0 auto;
  padding: 20px 0;
}
.ecc-ca-text {
  margin: 20px auto;
  max-width: 1400px;
  padding-bottom: 20px;
}
.ecc-ca-text h3 {
  color: #000;
  font-size: 1rem;
}
.ecc-ca-text p {
  margin-bottom: 0;
  font-size: 14px;
}
.offer-cta {
  width: 100%;
}
.offer-cta a.a-btn--primary {
  background-color: #0b2572;
  border: 2px solid #0b2572;
  width: 100%;
}
.offer-cta a.a-btn--primary:hover {
  color: #0b2572;
  background-color: #fff;
}
h2.terms-modal {
  font-size: 1.35em;
  margin: 0 auto;
  line-height: 2rem;
}
.modal-body p {
  margin-bottom: 5px;
}
hr.hr-modal {
  margin: 10px 0;
}
.sup-icon-warning {
  font-size: 55%;
  margin-left: 3px;
  top: -0.5em;
  position: relative;
  vertical-align: baseline;
}
.c-ecc__product-form {
  display: block;
}
@media (max-width: 1339px) {
  .offer-info-row {
    width: 98%;
  }
}
@media (max-width: 840px) {
  .offer-info-row {
    flex-direction: column;
    justify-content: center;
    margin: auto;
  }
  .offer-info-img {
    width: 90%;
    margin: 25px auto;
  }
}
@media (max-width: 540px) {
  .offer-info-img-text {
    width: 100%;
    margin: 25px auto;
  }
}
@media (max-width: 1399px) {
    .ecc-info-copy {
    padding: 10px;
  }
    .ecc-ca-text {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 1199px) {
  .hero {
padding-top: min(400px, calc(400 / 1800 * 100% - (58px + 10%)));
  }
  .ecc-hero-text {
    width: 50%;
  }
  .ecc-info-img img {
  height: 105px;
}
  .ecc-hero-text h1 {
    font-size: 2rem;
  }
  .ecc-hero-text h2 {
    font-size: 1.05rem;
  }
}
@media (max-width: 991px) {
    .ecc-info-img img {
  height: 90px;
}
  .ecc-hero-text h1 {
    font-size: 1.75rem;
  }
  .ecc-info-copy {
    padding: 10px;
  }
  .ecc-ca-text {
    padding: 10px;
    margin: 0;
  }
}
@media (max-width: 850px) {
    .ecc-hero-text {
    width: 55%;
  }
}
@media (max-width: 767px) {
  .hero {
    padding-bottom: calc(600 / 767 * 100% - (1px + 15%));
    padding-top: 6%;
    background: url("https://www.americasbest.com/cdn-cgi/image/fit=scale-down,width=767,f=auto,q=85/medias/AB-Web-LP-ECC-Hero-Mobile-girl-in-pink-767px.jpg?context=bWFzdGVyfHJvb3R8MTE1OTM3fGltYWdlL2pwZWd8YURaakwyZ3daQzh4TURBMk1Ua3lORFU1TnpjNU1DOUJRbDlYWldKZlRGQXRSVU5ETFVobGNtOHRUVzlpYVd4bFgyZHBjbXd0YVc0dGNHbHVhMTgzTmpkd2VDNXFjR2N8YTIxMjU2NDJmZDBkYjVlMDUwYmYyYWQ0M2NjODNiYmUwMDFkNDcyYzJmOThlYTJkYzk5MTUzYjc4MTk2ZmZiZA")
      center bottom/contain no-repeat no-repeat #f0ede8;
  }
  .hero-content {
    width: 100%;
  }
  .ecc-hero-text {
    width: 85%;
    margin: auto;
    align-items: center;
    text-align: center;
  }
  .ecc-hero-text h1 {
    font-size: 2rem;
  }
  .ecc-hero-text h2 {
    font-size: 1.2rem;
    margin-top: 0;
  }
  .ecc-info-row {
    flex-direction: column;
  }
  .ecc-info-row h3 {
    margin: 0 auto;
  }
  .ecc-info-img {
    width: 90%;
    margin: 25px auto;
  }
  .ecc-info-img img {
  height: auto;
    width: 30%;
}
}
@media (max-width: 480px) {
  .ecc-hero-text h1 {
    font-size: 1.75em;
  }
  .ecc-hero-text h2 {
    font-size: 1.05rem;
  }
  .ecc-info-block p {
    font-size: 1.75em;
  }
}
@media (min-width: 768px) {
  .c-ecc__add-to-cart-section__submit {
    width: 50%;
  }
}
.faq-content-block {
  margin: -35px auto 25px;
  background-color: #F4F1EC;
  padding: 5px 25px 25px;
  max-width: 1340px;
  width: 90%;
}
.faq-content-block h2 {
  font-size: 1.5rem;
  margin: 25px auto 0;
}
.faq-content-block p {
  font-size: 1.25em;
  line-height: 1.3;
}
@media (max-width: 414px) {
  .faq-content-block h2 {
    font-size: 1.25rem;
  }
  .faq-content-block p {
    font-size: 1.1em;
  }
}