html {
  scroll-behavior: smooth;
}
@media screen and (prefers-reduced-motion: reduce) {
  html {
    scroll-behavior: auto;
  }
}

body {
  margin: 0;
  padding: 0;
  font-family: "Noto Sans SC", sans-serif;
  font-weight: 400;
  scroll-behavior: smooth;
}

body.dark p, body.dark h1, body.dark h2, body.dark span, body.dark li::marker {
  color: #fff !important;
}

.faq-deposit {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (max-width: 480px) {
  .faq-deposit {
    padding: 0 20px;
  }
}
.faq-deposit h1 {
  display: none;
  font-size: 24px;
  color: #37435c;
  margin-bottom: 40px;
  margin-top: 0px;
}
@media screen and (max-width: 480px) {
  .faq-deposit h1 {
    font-size: 20px;
  }
}
.faq-deposit .info {
  color: #ff0000;
}
.faq-deposit .info-small {
  font-size: 14px;
}
.faq-deposit .info-strong {
  font-weight: bold;
}
.faq-deposit .info-header {
  font-weight: bold;
  font-style: italic;
}
.faq-deposit .info-content {
  margin-left: 5px;
}
.faq-deposit section {
  margin-bottom: 80px;
}
@media screen and (max-width: 480px) {
  .faq-deposit section {
    margin-bottom: 60px;
  }
}
.faq-deposit section h2 {
  font-size: 16px;
  color: #37435c;
  margin-top: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 480px) {
  .faq-deposit section h2 {
    margin-bottom: 16px;
  }
}
.faq-deposit section p {
  line-height: 1.5;
  font-size: 16px;
  color: #333;
}
.faq-deposit .image-wrapper {
  width: 100%;
}
.faq-deposit .image-wrapper img {
  width: 100%;
}
@media screen and (max-width: 480px) {
  .faq-deposit .desktop {
    display: none;
  }
}
.faq-deposit .mobile {
  display: none;
}
@media screen and (max-width: 480px) {
  .faq-deposit .mobile {
    display: block;
  }
}
/*# sourceMappingURL=../maps/faqDepositWithdrawal.css.map */
