*,
*::before,
*::after {
  box-sizing: border-box;
}
html,
body {
  margin: 0;
  min-height: 100%;
}
body.thanks {
  min-height: 100dvh;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 2.5rem 1.25rem 1.5rem;
  background-color: #f4f4f6;
  background-image:
    radial-gradient(rgba(10, 10, 10, 0.11) 1.25px, transparent 1.3px),
    linear-gradient(165deg, #f7f7f9 0%, #f4f4f6 48%, #f1f1f3 100%);
  background-size: 16px 16px, auto;
  color: #0a0a0a;
  font-family: "General Sans", sans-serif;
}
.thanks__main {
  display: flex;
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 40rem;
  margin: auto;
  text-align: center;
}
.thanks__brand {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 0.55rem;
  margin-bottom: 1.75rem;
  color: inherit;
  text-decoration: none;
}
.thanks__mark {
  display: block;
  width: 3.35rem;
  height: auto;
}
.thanks__word {
  font-size: 0.92rem;
  font-weight: 700;
  letter-spacing: 0.08em;
}
.thanks__title {
  margin: 0;
  max-width: 22ch;
  font-family: "General Sans", sans-serif;
  font-size: clamp(1.85rem, 3.6vw, 2.75rem);
  font-weight: 700;
  letter-spacing: -0.03em;
  line-height: 1.12;
  color: #0a0a0a;
}
.thanks__hl {
  display: inline;
  background-image: linear-gradient(#ffdd2d, #ffdd2d);
  background-repeat: no-repeat;
  background-size: 100% 0.38em;
  background-position: 0 86%;
  font-weight: 700;
  white-space: nowrap;
  box-decoration-break: clone;
  -webkit-box-decoration-break: clone;
}
.thanks__dot {
  display: inline-block;
  width: 0.28em;
  height: 0.28em;
  margin-left: 0.12em;
  border-radius: 50%;
  background: #ffdd2d;
  vertical-align: 0.08em;
}
.thanks__lead,
.thanks__note {
  margin: 1.05rem 0 0;
  max-width: 34rem;
  font-size: clamp(0.92rem, 1.5vw, 1.02rem);
  font-weight: 500;
  line-height: 1.45;
  color: #3a3a3a;
}
.thanks__note {
  margin-top: 0.7rem;
}
.thanks__note strong {
  font-weight: 700;
  color: #0a0a0a;
}
.thanks__hey {
  display: inline-flex;
  align-items: center;
  gap: 0.42em;
  margin: 1.15rem 0 0;
  padding: 0.45em 0.8em 0.48em 0.62em;
  border-radius: 999px;
  background: #0a0a0a;
  color: #fff;
  font-size: calc(0.72rem + 1pt);
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
}
.thanks__hey-dots {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 1.15em;
  height: 1.15em;
  flex-shrink: 0;
  color: #fff;
}
.dot-grid-loader {
  --dot-grid-off-opacity: 0.12;
  --dot-grid-animation-duration: 1400ms;
  display: block;
  width: 100%;
  height: 100%;
  fill: currentColor;
}
.dot-grid-loader circle {
  animation-duration: var(--dot-grid-animation-duration);
  animation-iteration-count: infinite;
  animation-timing-function: steps(1);
}
@keyframes hero-dot-1 {
  0%, 62.5% { opacity: var(--dot-grid-off-opacity); }
  62.5%, 100% { opacity: 1; }
}
@keyframes hero-dot-2 {
  0%, 25% { opacity: 1; }
  25%, 87.5% { opacity: var(--dot-grid-off-opacity); }
  87.5%, 100% { opacity: 1; }
}
@keyframes hero-dot-3 {
  0%, 12.5% { opacity: var(--dot-grid-off-opacity); }
  12.5%, 50% { opacity: 1; }
  50%, 100% { opacity: var(--dot-grid-off-opacity); }
}
@keyframes hero-dot-4 {
  0%, 12.5% { opacity: 1; }
  12.5%, 50% { opacity: var(--dot-grid-off-opacity); }
  50%, 100% { opacity: 1; }
}
@keyframes hero-dot-5 {
  0%, 37.5% { opacity: 1; }
  37.5%, 75% { opacity: var(--dot-grid-off-opacity); }
  75%, 100% { opacity: 1; }
}
@keyframes hero-dot-6 {
  0%, 62.5% { opacity: 1; }
  62.5%, 100% { opacity: var(--dot-grid-off-opacity); }
}
@keyframes hero-dot-7 {
  0%, 25% { opacity: 1; }
  25%, 37.5% { opacity: var(--dot-grid-off-opacity); }
  37.5%, 62.5% { opacity: 1; }
  62.5%, 100% { opacity: var(--dot-grid-off-opacity); }
}
@keyframes hero-dot-8 {
  0%, 25% { opacity: var(--dot-grid-off-opacity); }
  25%, 50% { opacity: 1; }
  50%, 62.5% { opacity: var(--dot-grid-off-opacity); }
  62.5%, 87.5% { opacity: 1; }
  87.5%, 100% { opacity: var(--dot-grid-off-opacity); }
}
@keyframes hero-dot-9 {
  0%, 12.5% { opacity: 1; }
  12.5%, 50% { opacity: var(--dot-grid-off-opacity); }
  50%, 75% { opacity: 1; }
  75%, 87.5% { opacity: var(--dot-grid-off-opacity); }
  87.5%, 100% { opacity: 1; }
}
@media (prefers-reduced-motion: reduce) {
  .dot-grid-loader circle {
    animation: none;
    opacity: 1;
  }
}
.thanks__video {
  display: block;
  width: 100%;
  max-width: 28.5rem;
  height: auto;
  margin: 2rem auto 0;
  border: 1.5px solid #0a0a0a;
  border-radius: 1.05rem;
  background: #111;
}
.thanks__foot {
  margin-top: 2.75rem;
  font-size: 0.78rem;
  font-weight: 500;
  color: #9a9a9a;
  text-align: center;
}
@media (max-width: 640px) {
  body.thanks {
    padding: 1.75rem 1.1rem 1.25rem;
  }
  .thanks__title {
    max-width: 20ch;
  }
  .thanks__video {
    border-radius: 0.85rem;
  }
}
