.odometer.bd-19wt8ja.bd-19wt8ja {
  display: inline-flex;
  line-height: 1;
}
.digit.bd-19wt8ja.bd-19wt8ja {
  display: inline-block;
  height: 1em;
  overflow: hidden;
  vertical-align: top;
}
.reel.bd-19wt8ja.bd-19wt8ja {
  display: flex;
  flex-direction: column;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
  will-change: transform;
}
.reel.bd-19wt8ja > span.bd-19wt8ja {
  display: block;
  height: 1em;
}
@media (prefers-reduced-motion: reduce) {
  .reel.bd-19wt8ja.bd-19wt8ja {
    transition-duration: 0ms !important;
  }
}
.online-bump.bd-6z0tpu {
  animation: bd-6z0tpu-online-card-glow 0.9s ease-out;
}
.online-ping.bd-6z0tpu {
  animation: bd-6z0tpu-online-dot-ping 0.9s ease-out;
}
@keyframes bd-6z0tpu-online-card-glow {
  0% {
    border-color: #4ade8099;
    box-shadow: 0 0 22px #4ade8038;
  }
  to {
    border-color: #939db833;
    box-shadow: 0 0 #4ade8000;
  }
}
@keyframes bd-6z0tpu-online-dot-ping {
  0% {
    transform: scale(1);
  }
  50% {
    transform: scale(1.9);
  }
  to {
    transform: scale(1);
  }
}
@media (prefers-reduced-motion: reduce) {
  .online-bump.bd-6z0tpu,
  .online-ping.bd-6z0tpu {
    animation: none;
  }
}
.faq-content.bd-6z0tpu {
  display: grid;
  grid-template-rows: 0fr;
  transition: grid-template-rows 0.28s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-content-open.bd-6z0tpu {
  grid-template-rows: 1fr;
}
.faq-content-inner.bd-6z0tpu {
  overflow: hidden;
}
.faq-chevron.bd-6z0tpu {
  transition: transform 0.25s cubic-bezier(0.4, 0, 0.2, 1);
}
.faq-chevron-open.bd-6z0tpu {
  transform: rotate(180deg);
}
@media (prefers-reduced-motion: reduce) {
  .faq-content.bd-6z0tpu,
  .faq-chevron.bd-6z0tpu {
    transition: none;
  }
}
.hero-reveal {
  opacity: 0;
  transform: translateY(16px);
  transition:
    opacity 0.5s cubic-bezier(0.16, 1, 0.3, 1),
    transform 0.5s cubic-bezier(0.16, 1, 0.3, 1);
}
.blur-text.bd-6z0tpu {
  color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
  animation: bd-6z0tpu-shake-blur 8s ease-in-out infinite;
  will-change: transform, filter;
}
@keyframes bd-6z0tpu-shake-blur {
  0%,
  15%,
  19%,
  45%,
  49%,
  75%,
  79%,
  to {
    transform: translate(0);
    filter: blur(0);
  }
  16% {
    transform: translate(-2px, 2px);
    filter: blur(3px);
  }
  17% {
    transform: translate(2px, -2px);
    filter: blur(5px);
  }
  18% {
    transform: translate(-1px, 1px);
    filter: blur(2px);
  }
  46% {
    transform: translate(2px, 1px);
    filter: blur(4px);
  }
  47% {
    transform: translate(-2px, -2px);
    filter: blur(5px);
  }
  48% {
    transform: translate(1px, -1px);
    filter: blur(3px);
  }
  76% {
    transform: translate(-1px, -2px);
    filter: blur(3px);
  }
  77% {
    transform: translate(2px, 1px);
    filter: blur(5px);
  }
  78% {
    transform: translate(-2px, 2px);
    filter: blur(2px);
  }
}
