.hero {
  position: relative;
}
.hero__media {
  position: relative;
  height: 640px;
}
@media (max-width: 767.98px) {
  .hero__media {
    height: 460px;
  }
}
.hero__image {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.hero__scrim {
  position: absolute;
  inset: 0;
  background: linear-gradient(0deg, rgba(16, 20, 49, 0.9) 0%, rgba(16, 20, 49, 0.48) 90%, rgba(16, 20, 49, 0.12) 100%);
}
.hero__content {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  padding-bottom: 4rem;
}
@media (max-width: 767.98px) {
  .hero__content {
    padding: 2rem 0;
  }
}
.hero__copy {
  max-width: 660px;
}
.hero__eyebrow {
  display: inline-block;
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 700;
  font-size: 0.78rem;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  color: #f57921;
  text-shadow: 0 1px 2px rgba(16, 20, 49, 0.48);
  margin-bottom: 0.75rem;
}
.hero__heading {
  font-family: "Manrope", "Open Sans", system-ui, -apple-system, "Segoe UI", Roboto, sans-serif;
  font-weight: 800;
  font-size: clamp(2rem, 1.55rem + 2vw, 2.875rem);
  line-height: 1.18;
  color: #fff;
  margin: 0 0 1.125rem;
}
.hero__body {
  font-size: 1.09375rem;
  line-height: 1.6;
  color: rgba(255, 255, 255, 0.88);
  margin: 0 0 2rem;
  max-width: 540px;
}
.hero__actions {
  display: flex;
  flex-wrap: wrap;
  gap: 1rem;
}

/*# sourceMappingURL=hero.css.map*/