.hero-block {
  min-height: unset;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
}
.hero-block::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.4) 0%, rgba(0, 0, 0, 0.4) 100%);
}
@media (min-width: 992px) {
  .hero-block {
    min-height: 100vh;
  }
}
.hero-block .content {
  max-width: 84.4rem;
  background: rgba(0, 0, 0, 0.16);
  padding: 4rem 2rem;
  z-index: 1;
  border-radius: 0.4rem;
  position: relative;
  margin: 0 auto;
}
@media screen and (min-width: 992px) {
  .hero-block .content {
    padding: 8rem 0;
    margin-top: 15rem;
  }
}
.hero-block .content h1 {
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  color: white;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 992px) {
  .hero-block .content h1 {
    margin-bottom: 3.3rem;
  }
}
.hero-block .content p {
  color: #fff;
  text-align: center;
  text-shadow: 0px 4px 4px rgba(0, 0, 0, 0.1);
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: -0.48px;
  max-width: 64rem;
  margin: auto;
}
@media screen and (min-width: 992px) {
  .hero-block .content p {
    font-size: 2.4rem;
    line-height: 120%;
    letter-spacing: 0;
  }
}
.hero-block .content .buttons {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 2rem;
  margin-top: 6.4rem;
  flex-direction: column;
}
@media screen and (min-width: 767px) {
  .hero-block .content .buttons {
    gap: 4rem;
    margin-top: 5.6rem;
    flex-direction: row;
  }
}
.hero-block.donate-hero {
  min-height: unset;
}
.hero-block.donate-hero::before {
  background: linear-gradient(0deg, rgba(0, 0, 0, 0.67) 0%, rgba(0, 0, 0, 0.5) 100%);
}
.hero-block.donate-hero .content {
  max-width: 84.4rem;
  background: unset;
  padding: 0;
  z-index: 1;
  position: relative;
  margin: 0 auto;
}
.hero-block.donate-hero .content h1 {
  text-shadow: unset;
  color: white;
  margin-bottom: 3.6rem;
}
@media screen and (min-width: 992px) {
  .hero-block.donate-hero .content h1 {
    margin-bottom: 3.2rem;
  }
}
.hero-block.donate-hero .content p {
  color: White;
  font-size: 1.8rem;
  font-weight: 400;
  line-height: 160%;
  letter-spacing: 0;
}
@media screen and (min-width: 992px) {
  .hero-block.donate-hero .content p {
    font-size: 2.4rem;
    line-height: 120%;
    letter-spacing: -0.48px;
  }
}

.hero-block.expansion {
  min-height: 47.6rem;
  background-position: 50% 25% !important;
}
@media screen and (min-width: 992px) {
  .hero-block.expansion {
    min-height: 65.5rem;
  }
}
.hero-block.expansion .content {
  max-width: 70.8rem;
}
.hero-block.expansion .content .hero-buttons {
  margin-top: 0;
}

.hero-buttons .earlyon-btn,
.hero-buttons .youth-btn,
.hero-buttons .register-btn {
  display: none;
}/*# sourceMappingURL=style.css.map */