.mcd-home-hero {
  position: relative;
  display: flex;
  align-items: center;
  min-height: clamp(480px, 480px + (935px - 480px) * (100vw - 320px) / (1920px - 320px), 935px);
  padding-block: 110px;
  overflow: hidden;
  background-color: #14151c;
  color: #ffffff;
  isolation: isolate;
}
@media (max-width: 767px) {
  .mcd-home-hero {
    padding-block: 70px;
  }
}
.editor-styles-wrapper .mcd-home-hero {
  min-height: 400px;
}
.mcd-home-hero__bg {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  z-index: -2;
}
.mcd-home-hero__overlay {
  position: absolute;
  inset: 0;
  z-index: -1;
  background-color: #14151c;
}
.mcd-home-hero__inner {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
}
.mcd-home-hero__title {
  max-width: 12ch;
  margin: 0;
  color: #ffffff;
}
.mcd-home-hero__eyebrow {
  display: flex;
  align-items: center;
  gap: 20px;
  margin: 0;
}
.mcd-home-hero__eyebrow-line {
  flex-shrink: 0;
  width: 32px;
  height: 2px;
  background-color: #f1563f;
}
.mcd-home-hero__body {
  max-width: 723px;
}
.mcd-home-hero__body p {
  margin: 0 0 0.75em;
}
.mcd-home-hero__body :last-child {
  margin-bottom: 0;
}
.mcd-home-hero__body strong,
.mcd-home-hero__body b {
  font-weight: 900;
}
.mcd-home-hero__cta {
  margin-top: 20px;
}
.editor-styles-wrapper .mcd-home-hero__cta {
  pointer-events: none;
}

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