.paragraph--type--hero-banner .paragraph-wrapper {
  position: relative;
}
.paragraph--type--hero-banner .paragraph-wrapper .hero-banner img {
  height: calc(80vh - 80px);
  left: 0;
  object-fit: cover;
  object-position: center center;
  position: absolute;
  top: 0;
  width: 100%;
  min-height: 100%;
}
.paragraph--type--hero-banner .paragraph-wrapper .hero-content {
  margin: 0 auto;
  max-width: 1400px;
  padding: 2rem 1.25rem;
  position: relative;
  align-items: start;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: calc(80vh - 80px);
}
.paragraph--type--hero-banner .paragraph-wrapper .hero-content .hero-slogan {
  color: #9c006b;
  font-weight: 500;
  text-transform: uppercase;
}
.paragraph--type--hero-banner .paragraph-wrapper .hero-content .hero-slogan::after {
  background: #9c006b;
  content: "";
  display: block;
  height: 3px;
  width: 100px;
}
.paragraph--type--hero-banner .paragraph-wrapper .hero-content .quote {
  color: #fff;
  font-weight: 900;
  max-width: 75%;
  margin: 0.1em 0;
}
.paragraph--type--hero-banner .paragraph-wrapper .hero-content .quote-source {
  color: #fff;
  font-size: 1.25em;
  font-style: italic;
}
@media (min-width: 992px) {
  .paragraph--type--hero-banner .paragraph-wrapper .hero-banner img {
    height: calc(100vh - 135px);
  }
  .paragraph--type--hero-banner .paragraph-wrapper .hero-content {
    min-height: calc(100vh - 135px);
  }
  .paragraph--type--hero-banner .paragraph-wrapper .hero-content .hero-slogan {
    font-size: 1.875em;
  }
  .paragraph--type--hero-banner .paragraph-wrapper .hero-content .hero-slogan::after {
    height: 3px;
    margin-top: 2rem;
    width: 100px;
  }
  .paragraph--type--hero-banner .paragraph-wrapper .hero-content .quote {
    font-size: 5.625em;
    line-height: 1.25em;
    max-width: 65%;
  }
  .paragraph--type--hero-banner .paragraph-wrapper .hero-content .quote-source {
    line-height: 1.25em;
  }
}

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