@import url("https://use.typekit.net/rge1xkb.css");
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.hero__container {
  display: flex;
  align-items: flex-end;
  position: relative;
  height: 100vw;
  max-height: calc(1080px - (var(--headerHeight, clamp(8rem, 0.781vw + 7.75rem, 9rem)) + 16px));
  padding-bottom: clamp(1.5rem, 3.344vw + 0.747rem, 4rem);
  border-bottom-left-radius: clamp(1.875rem, 2.508vw + 1.311rem, 3.75rem);
  border-bottom-right-radius: clamp(1.875rem, 2.508vw + 1.311rem, 3.75rem);
}
@media screen and (min-width: 768px) {
  .hero__container {
    max-height: calc(70svh - (var(--headerHeight, clamp(8rem, 0.781vw + 7.75rem, 9rem)) + 16px));
  }
}
@media screen and (min-width: 1024px) {
  .hero__container {
    height: calc(100svh - (var(--headerHeight, clamp(8rem, 0.781vw + 7.75rem, 9rem)) + 16px));
    max-height: 863px;
  }
}
.hero__heading {
  position: relative;
  z-index: 5;
}
.hero__heading h1 {
  margin: 0;
  color: #FFF;
  font-size: clamp(2.5rem, 3.512vw + 1.71rem, 5.125rem);
  line-height: clamp(3rem, 4.181vw + 2.059rem, 6.125rem);
}
.hero__cta {
  position: relative;
  z-index: 5;
}
@media screen and (min-width: 768px) {
  .hero__cta {
    padding-bottom: clamp(0.5rem, 0.669vw + 0.349rem, 1rem);
  }
}
.hero__cta .jb-button {
  display: none;
}
@media screen and (min-width: 768px) {
  .hero__cta .jb-button {
    display: flex;
    background: #a40084;
    border-color: #a40084;
    color: #FFF;
    font-size: clamp(0.875rem, 0.167vw + 0.837rem, 1rem);
    bottom: 16px;
    height: 60px;
    overflow: hidden;
    padding-right: 60px;
    margin: 0;
    position: absolute;
    right: 0;
    z-index: 10;
    transition: 0.15s;
  }
  .hero__cta .jb-button .txt {
    vertical-align: text-top;
    opacity: 1;
  }
  .hero__cta .jb-button .icon {
    position: absolute;
    top: calc(50% - 10px);
    right: 25px;
    width: 20px;
    height: 20px;
  }
  .hero__cta .jb-button:hover {
    background: #FFF;
    color: #a40084;
  }
}
.scrolled .hero__cta .jb-button {
  right: 25px;
  bottom: 25px;
  width: 60px;
  padding: 1rem;
  position: fixed;
}
.scrolled .hero__cta .jb-button .txt {
  opacity: 0;
}
.scrolled .hero__cta .jb-button .icon {
  right: 17px;
}
.hero__cta-icon {
  margin-left: 8px;
  width: 18px;
  height: 18px;
}
.hero__cta-cell {
  display: flex;
  align-items: flex-end;
}
@media screen and (min-width: 768px) {
  .hero__cta-cell {
    justify-content: flex-end;
  }
}
.hero__image {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  overflow: hidden;
  z-index: 3;
}
.hero__image img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.hero__gradient {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  z-index: 4;
}
.hero__gradient--blue {
  background: linear-gradient(to bottom, rgba(0, 152, 195, 0) clamp(4rem, 60.914vw - 25.239rem, 34rem), #0098c3);
}
@media screen and (min-width: 768px) {
  .hero__gradient--blue {
    background: linear-gradient(to bottom, rgba(0, 152, 195, 0) clamp(16rem, 36.548vw - 1.543rem, 34rem), #0098c3);
  }
}
@media screen and (min-width: 1024px) {
  .hero__gradient--blue {
    background: linear-gradient(to bottom, rgba(0, 152, 195, 0) clamp(14rem, 36.09vw - 9.098rem, 26rem), #0098c3);
  }
}
.hero__gradient--magenta {
  background: linear-gradient(to bottom, rgba(164, 0, 132, 0) clamp(4rem, 60.914vw - 25.239rem, 34rem), #a40084);
}
@media screen and (min-width: 768px) {
  .hero__gradient--magenta {
    background: linear-gradient(to bottom, rgba(164, 0, 132, 0) clamp(16rem, 36.548vw - 1.543rem, 34rem), #a40084);
  }
}
@media screen and (min-width: 1024px) {
  .hero__gradient--magenta {
    background: linear-gradient(to bottom, rgba(164, 0, 132, 0) clamp(14rem, 36.09vw - 9.098rem, 26rem), #a40084);
  }
}
.hero__gradient--orange {
  background: linear-gradient(to bottom, rgba(210, 73, 42, 0) clamp(4rem, 60.914vw - 25.239rem, 34rem), #d2492a);
}
@media screen and (min-width: 768px) {
  .hero__gradient--orange {
    background: linear-gradient(to bottom, rgba(210, 73, 42, 0) clamp(16rem, 36.548vw - 1.543rem, 34rem), #d2492a);
  }
}
@media screen and (min-width: 1024px) {
  .hero__gradient--orange {
    background: linear-gradient(to bottom, rgba(210, 73, 42, 0) clamp(14rem, 36.09vw - 9.098rem, 26rem), #d2492a);
  }
}
.hero__gradient--green {
  background: linear-gradient(to bottom, rgba(110, 153, 52, 0) clamp(4rem, 60.914vw - 25.239rem, 34rem), #6e9934);
}
@media screen and (min-width: 768px) {
  .hero__gradient--green {
    background: linear-gradient(to bottom, rgba(110, 153, 52, 0) clamp(16rem, 36.548vw - 1.543rem, 34rem), #6e9934);
  }
}
@media screen and (min-width: 1024px) {
  .hero__gradient--green {
    background: linear-gradient(to bottom, rgba(110, 153, 52, 0) clamp(14rem, 36.09vw - 9.098rem, 26rem), #6e9934);
  }
}
