/* html {
  scroll-behavior: smooth;
} */

.privacy-page-heading {
  margin-top: 120px !important;
}

.terms-section {
  font-family: "Roboto", "Helvetica", "Arial", sans-serif;
  color: #404040;
  line-height: 28px;
}

.terms-section h2 {
  font-size: 18px;
  font-weight: 600;
  color: #404040;
  margin: 1rem 0 0.75rem;
}

.terms-section ul {
  margin: 1.25rem 0 1.25rem 0;
  padding-left: 35px;
}

.terms-section ul li {
  list-style: disc;
  margin-bottom: 1rem;
}

.terms-section ol {
  margin: 1.5rem 0 1.5rem 0;
  padding-left: 18px;
}

.terms-section ol li {
  list-style: decimal;
  margin: 2rem 0;
}

.terms-section ol.alpha {
  margin: 1rem 0 1rem 0;
}

.terms-section ol.alpha li {
  list-style: lower-alpha;
  margin: 1rem 0;
}

.terms-section ol.roman {
  margin: 1rem 0 1rem 0;
}

.terms-section ol.roman li {
  list-style: lower-roman;
  margin: 1rem 0;
}

.faq-terms-privacy-links {
  color: #848484;
  text-decoration: underline;
}

.faq-terms-privacy-links:hover {
  color: #3d3d3d;
}

.cus-container {
  margin: auto;
  border-radius: 8px;
  padding-bottom: 40px !important;
  max-width: 960px !important;
}

@media (min-width: 768px) and (max-width: 970px) {
  .cus-container {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media (max-width: 600px) {
  .terms-section {
    padding: 0 15px;
  }
}

.prohibited-access-view {
  min-height: 60vh;
}

.prohibited-access-view .content-container {
  border-radius: 16px;
  background-color: var(--bgcolor-1);
  padding: 32px;
  row-gap: 16px;
  margin-top: 48px;
}

.prohibited-access-view .page-heading {
  color: #a93226;
  font-weight: 900;
  font-size: 28px;
}

.prohibited-access-view .block-icon {
  color: #a93226;
  font-size: 48px;
}

.prohibited-access-view .info-container {
  row-gap: 8px;
}

.prohibited-access-view .error-description {
    color: #2c3e50;
    font-size: 18px;
}

.prohibited-access-view .action-button {
  background-color: var(--primary-color);
  padding-inline: 32px;
  margin-top: 8px;
  width: -webkit-fit-content;
  width: fit-content;
}

@media screen and (min-width: 641px) {
  .prohibited-access-view {
    min-height: 50vh;
    padding-block: 24px;
  }

  .prohibited-access-view .block-icon {
    font-size: 72px;
  }
}

.splash-view {
  height: 60vh;
}

.splash-view .content-container {
  width: auto;
}

.splash-view .splash-view-img {
  width: 80%;
}

.splash-view .MuiCircularProgress-root {
  color: var(--primary-color);
}

@media screen and (min-width: 641px) {
  

  .splash-view .splash-view-img {
    width: 256px;
  }
}

@media screen and (max-width: 640px) {
  .splash-view .content-container {
    margin-inline: 16px;
  }
}

.button.button-primary,
.button.button-primary:hover {
  background-color: var(--primary-color);
}

.button.button.capitalize .MuiButton-label {
  text-transform: capitalize;
}


/*# sourceMappingURL=6505.06f1d5d4.chunk.css.map*/