.paragraph--type--hero {
  position: relative;
}
.paragraph--type--hero .hero-image {
  z-index: 0;
  height: 700px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position-y: 75%;
}
.paragraph--type--hero .hero-wave-crop {
  position: absolute;
  bottom: 0;
  z-index: 1;
}
.paragraph--type--hero .hero-text {
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  top: 90px;
  width: 690px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  z-index: 9;
}
.paragraph--type--hero .hero-text .headline {
  font-size: 60px;
  font-weight: 700;
  line-height: 65px;
  letter-spacing: -2px;
  color: #F7F8F8;
}
@media (max-width: 1024px) {
  .paragraph--type--hero .hero-text .headline {
    font-size: 54px;
  }
}
.paragraph--type--hero .hero-text .subline {
  margin-top: 10px;
  font-size: 19px;
  font-weight: 600;
  line-height: 32px;
  letter-spacing: -0.2px;
  color: #F7F8F8;
  opacity: 0.7;
}
@media (max-width: 1024px) {
  .paragraph--type--hero .hero-text .subline {
    font-size: 15px;
    line-height: 29px;
    letter-spacing: -0.18px;
  }
}
.paragraph--type--hero .hero-text .button a {
  display: -webkit-inline-box !important;
  display: -ms-inline-flexbox !important;
  display: inline-flex !important;
  padding: 10px 36px !important;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
  background-color: #AC0C22 !important;
  font-size: 18px !important;
  font-weight: 700 !important;
  line-height: 32px !important;
  letter-spacing: -0.6px !important;
  text-align: center !important;
  text-decoration: none !important;
  color: #ffffff !important;
  border-radius: 8px !important;
  border: none !important;
  text-transform: none !important;
  -webkit-transition: all 0.3s ease !important;
  transition: all 0.3s ease !important;
  margin-top: 100px;
  width: 230px;
}
.paragraph--type--hero .hero-text .button a:hover {
  background-color: #8a0a1b !important;
  -webkit-box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
          box-shadow: 0 4px 12px rgba(0, 0, 0, 0.15) !important;
  -webkit-transform: translateY(-1px) !important;
          transform: translateY(-1px) !important;
}
@media (max-width: 1024px) {
  .paragraph--type--hero .hero-text .button a {
    margin-top: 60px;
    font-size: 21px;
    font-style: normal;
    font-weight: 700;
    line-height: 29px;
    letter-spacing: -0.539px;
  }
}
@media (max-width: 1024px) {
  .paragraph--type--hero .hero-text {
    width: 90%;
    top: 55px;
  }
}
/*# sourceMappingURL=hero.css.map */
