.hero-thank-you {
  position: relative;
  min-height: calc(100vh - 160px);
  display: flex;
  align-items: center;
}

.hero-thank-you__container {
  position: relative;
}

.hero-thank-you__panel {
  max-width: 880px;
  margin: 0 auto;
}

.hero-thank-you__header {
  margin-bottom: var(--space-4);
}

.hero-thank-you__content p:last-of-type {
  margin-bottom: 0;
}

.hero-thank-you__notice {
  margin-top: var(--space-3);
}

.hero-thank-you__cta {
  justify-content: flex-start;
}

.hero-thank-you__orb-left {
  top: -40px;
  left: -40px;
}

.hero-thank-you__orb-right {
  bottom: -60px;
  right: -10px;
}

@media (max-width: 900px) {
  .hero-thank-you {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .hero-thank-you__panel {
    padding: var(--space-5) var(--space-4);
  }

  .hero-thank-you__cta {
    justify-content: center;
  }

  .hero-thank-you__orb-left,
  .hero-thank-you__orb-right {
    opacity: 0.16;
  }
}

@media (prefers-reduced-motion: reduce) {
  .fade-in-up {
    opacity: 1 !important;
    transform: none !important;
  }
}
