.neon-blue {
  color: #0055FF;
  background: #D6EBFF;
}

.sorbus {
  color: #CC5702;
  background: #FFF3D3;
}

.coral-red {
  color: #ED1527;
  background: #FFF1F2;
}

.hero-simple {
  text-align: center;
  padding-top: 70px;
}
@media only screen and (min-width: 992px) {
  .hero-simple {
    padding-top: calc(70px + 40 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple {
    padding-top: 110px;
  }
}
.hero-simple {
  padding-bottom: 72px;
}
@media only screen and (min-width: 992px) {
  .hero-simple {
    padding-bottom: calc(72px + 28 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple {
    padding-bottom: 100px;
  }
}
@media only screen and (max-width: 767px) {
  .hero-simple {
    padding-top: 40px;
    padding-bottom: 40px;
  }
}
@media only screen and (max-width: 991px) {
  .hero-simple br {
    display: none;
  }
}
.hero-simple__inner {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
}
.hero-simple__eyebrow {
  font-size: 12px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__eyebrow {
    font-size: calc(12px + 4 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__eyebrow {
    font-size: 16px;
  }
}
.hero-simple__eyebrow {
  margin-bottom: 12px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__eyebrow {
    margin-bottom: calc(12px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__eyebrow {
    margin-bottom: 18px;
  }
}
.hero-simple__eyebrow {
  margin-top: 0;
  font-weight: 600;
  line-height: 1.4;
  color: #0055FF;
}
.hero-simple__heading {
  width: 100%;
  margin-bottom: 17px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__heading {
    margin-bottom: calc(17px + 10 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__heading {
    margin-bottom: 27px;
  }
}
.hero-simple__heading h1 {
  font-size: 50px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__heading h1 {
    font-size: calc(50px + 22 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__heading h1 {
    font-size: 72px;
  }
}
.hero-simple__heading h1 {
  line-height: 1.25;
}
@media only screen and (max-width: 767px) {
  .hero-simple__heading h1 {
    line-height: 1.25;
    font-size: 36px;
    margin-bottom: 24px;
  }
}
.hero-simple__heading h1 {
  margin: 0;
}
.hero-simple__heading .yellow-underline::after {
  background: #D2FF00;
  bottom: -0.06em;
  height: 0.55em;
}
.hero-simple__description {
  margin-left: auto;
  margin-right: auto;
  max-width: 640px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__description {
    max-width: calc(640px + 260 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__description {
    max-width: 900px;
  }
}
.hero-simple__description {
  margin-bottom: 33px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__description {
    margin-bottom: calc(33px + 20 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__description {
    margin-bottom: 53px;
  }
}
.hero-simple__description p {
  font-size: 14px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__description p {
    font-size: calc(14px + 6 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__description p {
    font-size: 20px;
  }
}
.hero-simple__description p {
  color: #697586;
  line-height: 1.55;
}
@media only screen and (max-width: 767px) {
  .hero-simple__description p {
    font-size: 18px;
  }
}
.hero-simple__description p {
  margin: 0;
  color: #202939;
}
.hero-simple__buttons {
  display: flex;
  justify-content: center;
  gap: 8px;
}
@media only screen and (min-width: 992px) {
  .hero-simple__buttons {
    gap: calc(8px + 5 * (100vw - 992px) / 608);
  }
}
@media only screen and (min-width: 1600px) {
  .hero-simple__buttons {
    gap: 13px;
  }
}