.terms-of-service-page .nav-header {
  position: fixed;
}

.terms-of-service-page .hero-text {
  margin-top: -50px;
}

.terms-of-service-page #general {
  margin-top: -120px;
}

@media (max-width: 1399px) {
  .terms-of-service-page .hero-text {
    margin-top: 40px;
  }

  .terms-of-service-page #general {
    margin-top: -10px;
  }
}

@media (max-width: 768px) {
  .terms-of-service-page .hero-text {
    margin-top: 80px;
  }

  .terms-of-service-page #general {
    margin-top: 0;
  }
}

.terms-of-service-page #general .card.glass-box {
  padding: 32px;
}

@media (max-width: 768px) {
  .terms-of-service-page #general .card.glass-box {
    padding: 32px 24px;
  }
}

.terms-of-service-page #general .card-content h2,
.terms-of-service-page #general .card-content h3,
.terms-of-service-page #general .card-content h4,
.terms-of-service-page #general .card-content h5,
.terms-of-service-page #general .card-content h6 {
  color: var(--text);
  font-family: "Nexa Rust Sans", "Aptos", sans-serif;
  font-weight: 900;
  margin: 0 0 32px;
}

.terms-of-service-page #general .card-content h2:not(:first-child),
.terms-of-service-page #general .card-content h3:not(:first-child),
.terms-of-service-page #general .card-content h4:not(:first-child),
.terms-of-service-page #general .card-content h5:not(:first-child),
.terms-of-service-page #general .card-content h6:not(:first-child) {
  margin-top: 32px;
}

.terms-of-service-page #general .card-content h2 {
  font-family: "NexaRust Slab", "Aptos", sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
}

.terms-of-service-page #general .card-content h3 {
  font-family: "NexaRust Slab", "Aptos", sans-serif;
  font-size: 2rem;
  line-height: 1.2;
}

.terms-of-service-page #general .card-content h4 {
  font-size: 1.75rem;
  line-height: 1.2;
}

.terms-of-service-page #general .card-content h5 {
  font-size: 1.5rem;
  line-height: 1.2;
}

.terms-of-service-page #general .card-content h6 {
  font-size: 1.25rem;
  line-height: 1.2;
}

.terms-of-service-page #general .card-content p {
  color: var(--text);
  font-family: "Aptos", sans-serif;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.4;
  margin: 0 0 16px;
}

.terms-of-service-page #general .card-content p a {
  color: #F2C2C0;
  font-family: "Aptos", sans-serif;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.5;
  text-decoration-line: underline;
  transition: color 0.3s;
}

.terms-of-service-page #general .card-content p a:hover {
  color: var(--accent);
}

.terms-of-service-page #general .card-content blockquote {
  color: var(--text);
  font-family: "Aptos", sans-serif;
  font-size: 1.25rem;
  font-style: italic;
  font-weight: 400;
  line-height: 1.4;
  position: relative;
  padding: 16px 48px;
  margin: 0 0 16px;
}

.terms-of-service-page #general .card-content blockquote::before {
  content: "“";
  color: var(--text);
  font-family: "Aptos", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  top: 16px;
  left: 24px;
}

.terms-of-service-page #general .card-content blockquote::after {
  content: "”";
  color: var(--text);
  font-family: "Aptos", sans-serif;
  font-size: 1.25rem;
  font-weight: 900;
  line-height: 1;
  position: absolute;
  right: 24px;
  bottom: 16px;
}

.terms-of-service-page #general .card-content ul li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    list-style: disc;
    padding-left: 0;
    margin: 0 0 16px;
}

.terms-of-service-page #general .card-content ol li {
    font-size: 1.25rem;
    font-weight: 400;
    line-height: 1.25;
    list-style: decimal;
    padding-left: 0;
    margin: 0 0 16px;
}
