@media only screen and (min-width: 992px) {
  .hero--full-height {
    height: 100vh;
    max-height: 1080px;
  }
}
.hero--full-height .hero__content h1 {
  font-weight: 400;
  color: #FFFFFF;
  margin: 0 0 20px;
  font-size: 32px;
  line-height: normal;
  letter-spacing: 0.64px;
}
@media only screen and (min-width: 768px) {
  .hero--full-height .hero__content h1 {
    font-size: 56px;
    letter-spacing: 1.12px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--full-height .hero__content h1 {
    font-size: 64px;
    letter-spacing: 1.28px;
  }
}
.hero--full-height .hero__content h1 strong,
.hero--full-height .hero__content h1 b {
  font-weight: 700;
}
.hero--full-height .hero__content h1:last-child {
  margin-bottom: 0;
}
.hero--full-height .hero__content p {
  color: #FFFFFF;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.48px;
}
@media only screen and (min-width: 768px) {
  .hero--full-height .hero__content p {
    font-size: 26px;
    letter-spacing: 0.52px;
  }
}
@media only screen and (min-width: 1200px) {
  .hero--full-height .hero__content p {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}

/*# sourceMappingURL=hero-full-height.css.map */
