.hero-banner {
  background-repeat: no-repeat;
  overflow: hidden;
  padding: 3rem 0;
  display: flex;
  align-items: center;
}
@media (min-width: 1200px) {
  .hero-banner {
    min-height: calc(100vh - 72px);
  }
}
@media (max-width: 767px) {
  .hero-banner {
    position: relative;
  }
}
@media (max-width: 767px) {
  .hero-banner {
    background: #fff !important;
    color: #000 !important;
    color: currentColor;
  }
}
.hero-banner__content {
  max-width: 45%;
}
@media (max-width: 1199px) {
  .hero-banner__content {
    max-width: 100%;
    position: relative;
    z-index: 9;
  }
}
.hero-banner__content h1 {
  font-size: clamp(1.625rem, 1.501vw + 0.906rem, 2.5rem);
  color: currentColor;
  margin-bottom: 1rem;
}
.hero-banner__content .p--large {
  font-size: calc(104.5% + 0.24vw);
  margin-bottom: 1rem;
}
.hero-banner__content .cta {
  padding-top: 3rem;
}
.hero-banner__button {
  margin: 2rem 0px 0px;
}
.hero-banner__button h5 {
  font-weight: 600;
  margin-bottom: 1rem;
}

.row .hero-banner__content {
  max-width: 100%;
}

/*# sourceMappingURL=first-fold.css.map */
