.hero-002 {
  position: relative;
  min-height: 100vh
}

.hero-002::before {
  position: absolute;
  inset: 0px;
  z-index: 0;
  background-image: linear-gradient(180deg, #17281D00 0%, #17281D 100%);
  --tw-content: '';
  content: var(--tw-content)
}

.hero-002::after {
  position: absolute;
  top: 0px;
  height: 50%;
  width: 100%;
  background-image: linear-gradient(180deg, #17281D 0%, #17281D00 100%);
  --tw-content: '';
  content: var(--tw-content)
}

.hero-002__container {
  position: relative;
  z-index: 1;
  display: flex;
  max-width: 1024px;
  flex-direction: column;
  align-items: center;
  justify-content: flex-end
}

.hero-002__subheading {
  font-size: 14px;
  line-height: 110%;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
  .hero-002__subheading {
    font-size: 16px;
    line-height: 110%
  }
}

.hero-002__heading {
  margin-top: 1.25rem;
  font-size: 36px;
  line-height: 100%;
  text-transform: uppercase;
  --tw-text-opacity: 1;
  color: rgb(245 201 201 / var(--tw-text-opacity, 1))
}

@media (min-width: 1024px) {
  .hero-002__heading {
    font-size: 64px;
    line-height: 100%
  }
}

@media (min-width: 1280px) {
  .hero-002__heading {
    font-size: 90px;
    line-height: 100%
  }
}

.hero-002__heading + .hero-002__content {
  padding-top: 0.5rem
}

.hero-002__content {
  width: 100%;
  text-align: center;
  font-family: Ramidots, sans-serif;
  font-weight: 300 !important
}

.hero-002__content--white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity, 1))
}

.hero-002__content--primary {
  --tw-text-opacity: 1;
  color: rgb(244 255 0 / var(--tw-text-opacity, 1))
}

.hero-002__content--large {
  font-size: 36px;
  line-height: 100%
}

@media (min-width: 1024px) {
  .hero-002__content--large {
    font-size: 48px;
    line-height: 100%
  }
}

.hero-002__content--medium {
  font-size: 28px;
  line-height: 100%
}

@media (min-width: 1024px) {
  .hero-002__content--medium {
    font-size: 40px;
    line-height: 100%
  }
}

.hero-002__content--small {
  font-size: 24px;
  line-height: 100%
}

@media (min-width: 1024px) {
  .hero-002__content--small {
    font-size: 36px;
    line-height: 100%
  }
}