.ti-thanks-page {
  width: 100%;
  background: #07233d;
  padding: 0 !important;
}
.ti-thanks-page__hero {
  position: relative;
  width: 100%;
  height: auto;
  min-height: clamp(34rem, 80vh, 48rem);
  padding: calc(var(--header-h, 0px) + 4.5rem) 0 7.5rem;
  overflow: hidden;
  background-color: #07233d;
  background-size: cover !important;
  background-position: center center !important;
  background-repeat: no-repeat !important;
  isolation: isolate;
}
.ti-thanks-page__hero::before, .ti-thanks-page__hero::after {
  content: "";
  position: absolute;
  inset: 0;
  pointer-events: none;
}
.ti-thanks-page__hero::before {
  z-index: 0;
  background: linear-gradient(to bottom, rgba(0, 27, 51, 0.8) 0%, rgba(0, 27, 51, 0.8) 38%, rgba(0, 27, 51, 0.8) 100%);
}
.ti-thanks-page__hero::after {
  z-index: 0;
  background: linear-gradient(0deg, rgba(7, 35, 61, 0.92) 0%, rgba(7, 35, 61, 0) 28%);
}
.ti-thanks-page__inner {
  position: relative;
  z-index: 1;
  min-height: clamp(26rem, 56vh, 34rem);
  display: flex;
  align-items: center;
  justify-content: center;
}
.ti-thanks-page__content {
  max-width: 42rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  text-align: center;
}
.ti-thanks-page__title {
  margin: 0;
  color: #29e2bb;
  font-family: "Montserrat", sans-serif;
  font-size: clamp(2.4rem, 4.8vw, 4rem);
  font-weight: 800;
  line-height: 1.02;
  letter-spacing: -0.02em;
  text-wrap: balance;
}
.ti-thanks-page__description {
  margin-top: 0.95rem;
}
.ti-thanks-page__description p {
  margin: 0;
  color: rgba(230, 239, 247, 0.92);
  font-family: "Montserrat", sans-serif;
  font-size: clamp(1rem, 1.45vw, 1.14rem);
  font-weight: 400;
  line-height: 1.55;
}
.ti-thanks-page__cta {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  min-height: 2.85rem;
  margin-top: 1.5rem;
  padding: 0.8rem 1.5rem;
  border-radius: 999px;
  background: #ffffff;
  color: #193a73;
  font-family: "Montserrat", sans-serif;
  font-size: 0.95rem;
  font-weight: 800;
  line-height: 1.1;
}
@media (max-width: 780px) {
  .ti-thanks-page__hero {
    min-height: 31rem;
    padding-top: calc(var(--header-h, 0px) + 3.6rem);
    padding-bottom: 5.5rem;
    background-position: 56% center !important;
  }
  .ti-thanks-page__inner {
    min-height: 22rem;
  }
}
@media (max-width: 560px) {
  .ti-thanks-page__hero {
    min-height: 28rem;
    padding-top: calc(var(--header-h, 0px) + 3rem);
    padding-bottom: 4.25rem;
    background-position: 60% center !important;
  }
  .ti-thanks-page__inner {
    min-height: 18rem;
  }
  .ti-thanks-page__title {
    font-size: clamp(2rem, 9vw, 2.6rem);
  }
  .ti-thanks-page__description p {
    font-size: 0.95rem;
  }
  .ti-thanks-page__cta {
    min-height: 2.7rem;
    padding: 0.75rem 1.35rem;
    font-size: 0.9rem;
  }
}/*# sourceMappingURL=index.css.map */