.cta-banner {
  position: relative;
  isolation: isolate;
  overflow: hidden;
  margin: 90px 0;
  padding: 72px 0;
  color: #ffffff;
}
.cta-banner:last-child {
  margin-bottom: 0;
}
@media (max-width: 900px) {
  .cta-banner {
    padding: 56px 0;
  }
}
.cta-banner__bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -2;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.cta-banner__bg--fallback {
  background: linear-gradient(135deg, #0b1f4a 0%, #14336d 100%);
}
.cta-banner__overlay {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: -1;
  background: rgba(0, 0, 0, 0.45);
}
.cta-banner__inner {
  display: flex;
  align-items: center;
  justify-content: space-between;
  gap: 32px;
}
@media (max-width: 900px) {
  .cta-banner__inner {
    flex-direction: column;
    align-items: flex-start;
    gap: 24px;
  }
}
.cta-banner__icon {
  flex-shrink: 0;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 72px;
  height: 72px;
}
.cta-banner__icon img {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
     object-fit: contain;
}
.cta-banner__text {
  flex: 1;
  min-width: 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.cta-banner__eyebrow {
  color: #ff8c00;
}
.cta-banner__heading {
  margin: 0;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 700;
  font-size: 32px;
  line-height: 1.2;
  color: #ffffff;
}
@media (max-width: 900px) {
  .cta-banner__heading {
    font-size: 26px;
  }
}
.cta-banner__desc {
  margin: 0;
  max-width: 640px;
  font-family: "Play",system-ui,-apple-system,Segoe UI,Roboto,Ubuntu,Cantarell,Noto Sans, sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 26px;
  color: rgba(255, 255, 255, 0.85);
}
.cta-banner__cta {
  flex-shrink: 0;
  align-self: center;
}
@media (max-width: 900px) {
  .cta-banner__cta {
    align-self: flex-start;
  }
}
/*# sourceMappingURL=styles.css.map */
