.logo {
  max-width: 105px;
  margin: auto;
  margin-bottom: 0;
}

/* .stage {
  position: relative;
  width: 100%;
  height: 70vh;
  display: flex;
  justify-content: center;
  align-items: center;
} */
.stage {
  position: relative;
  width: 100%;
  height: auto;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
/* #bike {
  position: absolute;
  width: 260px;
  transform: translateX(-120%);
} */

#bike {
  position: static;
  width: 100%;
  transform: translateX(-100%);
}

#bike img {
  width: 100%;
}

#money-bloom {
  position: absolute;
  top: 10px;
  right: 40px;
  display: flex;
  opacity: 0;
  transform: none !important;
}
.cta-btn {
  margin-bottom: 24px;
  padding: 16px 16px;
  font-size: 19px;
  border: none;
  border-radius: 24px;
  background: #b5e61d;
  font-weight: bold;
  cursor: pointer;
  opacity: 0;
  cursor: pointer;
  border: 3px solid #000;
  letter-spacing: 0.4px;
  /* display: block; */
}
.p20 {
  padding: 20px;
}

header {
  padding: 20px;
  background: #ebf0ff;
  margin-bottom: 25px;
}
p.tagline,
p.pre-qualifier-message,
p.pre-approval-message {
  color: #000;
  font-style: italic;
  margin-top: 0px;
  font-weight: 600;
}
#approved-message {
  opacity: 0;
  margin: 0 auto 20px auto;
}

p.pre-qualifier-message,
p.pre-approval-message {
  font-style: normal;
  line-height: 1.2;
  margin-bottom: 15px;
}
p.pre-qualifier-message {
  font-size: clamp(18px, 5vw, 24px);
}
p.pre-qualifier-message em {
  text-decoration-line: underline;
  text-decoration-thickness: 2px; /* thickness */
  text-underline-offset: 2px; /* distance from text */
  text-decoration-color: #000;
}
p.pre-qualifier-message + ul {
  text-align: left;
  list-style: none;
  margin-bottom: 15px;
  width: clamp(280px, 80vw, 360px);
  margin-left: auto;
  margin-right: auto;
}
p.pre-qualifier-message + ul li {
  margin-bottom: 10px;
  color: #000;
  font-weight: 500;
  position: relative;
  padding-left: 12px;
  margin-left: 20px;
}

p.pre-qualifier-message + ul li::before {
  content: "";
  position: absolute;
  left: -16px;
  top: 4px;
  width: 16px;
  height: 16px;
  background-color: #000;
  border-radius: 50%;
}
.terms-limit {
  font-size: clamp(13px, 3.5vw, 16px);
  line-height: 1;
  width: clamp(280px, 80vw, 360px);
  text-align: left;
  margin: 0 auto;
  color: #555555;
}
.terms-limit a {
  color: #555555;
  text-decoration-line: underline;
  text-decoration-thickness: 1px; /* thickness */
  text-underline-offset: 1px; /* distance from text */
  text-decoration-color: #555;
}
/* .fs,
.ls,
.ls1 {
  filter: contrast(1.2);
} */
.ls,.lsa,.ls1 {
  display: none;
}
.act .fs,
.act .lsa,
.act .ls1 {
  display: none;
}
.act .ls {
  display: block;
}
.act.dlr-mv .ls {
  display: none;
}
.act.dlr-mv .lsa {
  display: block;
}
.act.act1 .ls,.act.act1 .lsa {
  display: none;
}

.act.act1 .ls1 {
  display: block;
}

.act + #money-bloom {
  display: none;
}

@media (max-width: 575px) {
  h1 {
    font-size: 10vw;
    max-width: 80vw;
    margin-left: auto;
    margin-right: auto;
  }
  .h1 {
    font-size: 8vw;
  }
}

/* Loader Wrapper */
#page-loader {
  position: fixed;
  inset: 0;
  background: #0b0b0b;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 9999;
  color: #fff;
  font-family: Roboto, sans-serif;
}

/* Rotating Wheel */
.wheel-loader {
  width: 64px;
  height: 64px;
  border: 4px solid rgba(255, 255, 255, 0.2);
  border-top: 4px solid #fff;
  border-radius: 50%;
  animation: spin 0.8s linear infinite;
  margin-bottom: 12px;
}

@keyframes spin {
  to {
    transform: rotate(360deg);
  }
}

#page-loader p {
  font-size: 14px;
  opacity: 0.8;
}
.stopwatch {
  margin-bottom: 15px;
}
.stopwatch-inner {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  gap: 4px;
  font-weight: 600;
  color: #fff;
  background: rgba(0, 0, 0, 0.4);
  max-width: 100px;
  padding: 4px 8px;
  border-radius: 4px;
}
.stopwatch svg {
  width: 15px;
}
#stopwatch {
  font-size: 16px;
  font-weight: 600;
  color: #fff;
  line-height: 1.6;
}
