@import url(https://fonts.googleapis.com/css2?family=Open+Sans:ital,wdth,wght@0,75..100,300..800;1,75..100,300..800&display=swap);
@font-face {
  font-family: "Futura LT Pro";
  font-style: light;
  font-weight: 200;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Light.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: normal;
  font-weight: 400;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Medium.ttf") format("truetype");
}
@font-face {
  font-family: "Futura LT Pro";
  font-style: bold;
  font-weight: 600;
  src: local("Futura LT Pro"), url("../fonts/futura/FuturaLTPro-Heavy.ttf") format("truetype");
}
.background-image-banner-container::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000;
  opacity: var(--opacityContainer, 0);
  z-index: 1;
}
.background-image-banner-container .background-image-banner-content {
  padding: 4rem 1.5rem;
  width: 100%;
  height: 100%;
  top: 0;
  z-index: 2;
}
.background-image-banner-container .background-image-banner-content.background-cover {
  background: var(--background-image-mobile, var(--background-image-desktop)) no-repeat center center/cover;
}
@media (min-width: 992px) {
  .background-image-banner-container .background-image-banner-content.background-cover {
    background: var(--background-image-desktop) no-repeat center center/cover;
  }
}
@media (min-width: 769px) {
  .background-image-banner-container .background-image-banner-content {
    padding: 8rem 1.5rem;
  }
}
@media (min-width: 992px) {
  .background-image-banner-container .background-image-banner-content {
    padding: 8rem 1.5rem;
  }
}
@media (min-width: 1200px) {
  .background-image-banner-container .background-image-banner-content {
    padding: 8rem 5.5rem;
  }
}
@media (min-width: 992px) {
  .background-image-banner-container .background-image-banner-wrapper {
    max-width: 51.4375rem;
  }
}
.background-image-banner-container .background-image-title {
  color: #fff;
  font-family: "Futura LT Pro", -apple-system, sans-serif;
  font-size: 2rem;
  font-weight: 800;
  line-height: 2.4rem;
  letter-spacing: 0.04rem;
}
@media (min-width: 769px) {
  .background-image-banner-container .background-image-title {
    font-size: 2.5rem;
    line-height: 3rem;
    letter-spacing: 0.05rem;
  }
}
.background-image-banner-container .background-image-title.line-through-text {
  text-decoration: line-through;
}
.background-image-banner-container .background-image-text {
  color: #fff;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.4rem;
  letter-spacing: -0.015rem;
  position: relative;
  z-index: 2;
}
@media (min-width: 769px) {
  .background-image-banner-container .background-image-text {
    font-size: 1.25rem;
    line-height: 1.75rem;
    letter-spacing: -0.01875rem;
  }
}
.background-image-banner-container .background-image-text > :is(p, h1, h2, h3, h4, h5, h6) {
  margin: 0;
}
.background-image-banner-container .background-image-text.line-through-text {
  text-decoration: line-through;
}
.background-image-banner-container .background-image-cta-link {
  padding: 1.15625rem 1.5rem;
  background: #fff;
  gap: 0.5rem;
  border: #fff;
  position: relative;
  z-index: 2;
}
.background-image-banner-container .background-image-cta-link:hover {
  background: #526371;
}
.background-image-banner-container .background-image-cta-link:hover .background-image-cta-text {
  color: #fff;
}
.background-image-banner-container .background-image-cta-link .lucide-arrow-right {
  width: 1rem;
  height: 1rem;
  stroke: #222930;
}
.background-image-banner-container .background-image-cta-link.custom-programs-cta {
  padding: 1.15625rem 3rem;
  background: #a31f34;
  border: #a31f34;
}
.background-image-banner-container .background-image-cta-link.custom-programs-cta:hover {
  background: #d03a50;
}
.background-image-banner-container .background-image-cta-link:focus-visible {
  outline: 2px solid #fff;
}
.background-image-banner-container .background-image-cta-text {
  color: #222930;
  font-family: "Open Sans", -apple-system, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1rem;
  letter-spacing: -0.015rem;
}
.background-image-banner-container .background-image-cta-text.custom-programs-cta-text {
  color: #fff;
}
