.faqSite__header {
  width: 100%;
  display: flex;
  justify-content: center;
  margin-bottom: 0.9375rem;
  margin-top: 0.9375rem;
}

.faqSite {
  padding-left: clamp(80px, 9.900990099vw, 200px);
  padding-right: clamp(80px, 9.900990099vw, 200px);
  padding-bottom: clamp(50px, 5.198019802vw, 105px);
}

.faqSite__content, .faqSite__element, .faqSite__question {
  width: 100%;
}

.faqSite__question {
  font-size: 1.125rem;
  font-weight: 700;
  justify-content: space-between;
  flex-wrap: nowrap;
  align-items: center;
  line-height: 1.1;
  border-bottom: 1px solid var(--color-border);
  padding-bottom: clamp(13px, 0.9900990099vw, 20px);
  padding-top: clamp(13px, 0.9900990099vw, 20px);
}
.faqSite__question::after {
  content: "\ea9f";
  font-family: "core-core_01" !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 1.375rem;
  color: var(--color-tertiary);
  padding-left: 0.9375rem;
}

.faqSite__element.-active .faqSite__question::after {
  content: "\eaaa";
  font-family: "core-core_01" !important;
  display: inline-block;
  font-style: normal;
  font-weight: normal !important;
  font-variant: normal;
  line-height: 1;
  speak: none;
  text-transform: none;
  font-size: 1.375rem;
  padding-left: 0.9375rem;
}

.faqSite__answer p {
  width: 100%;
  padding-top: clamp(10px, 0.9900990099vw, 20px);
  padding-bottom: clamp(5px, 0.495049505vw, 10px);
}

@media (max-width: 767px) {
  .faqSite {
    padding-left: 10px;
    padding-right: 10px;
  }
  .faqSite__question {
    font-size: 0.875rem;
  }
  .faqSite__question::after, .faqSite__element.-active .faqSite__question::after {
    font-size: 1.0625rem;
  }
}
/*# sourceMappingURL=faq.css.map */