.faq {
  padding: 98px 200px 0 200px;
  color: #fff;
  font-family: "Artlist Sans";
}
@media (max-width: 1440px) {
  .faq {
    padding: 193px 100px 0 100px;
  }
}
@media (max-width: 1028px) {
  .faq {
    padding: 193px 40px 0 40px;
  }
}
@media (max-width: 768px) {
  .faq {
    padding: 0 20px 140px;
  }
}
@media (max-width: 460px) {
  .faq {
    padding: 0 16px 52px;
  }
}
.faq-header {
  margin-bottom: 56px;
}
.faq-header-title {
  color: #fff;
  font-family: "Publico Banner";
  font-size: 56px;
  font-style: normal;
  font-weight: 600;
  line-height: 110%; /* 61.6px */
  letter-spacing: 0.56px;
}
@media (max-width: 460px) {
  .faq-header-title {
    font-size: 32px;
    line-height: 100%; /* 32px */
    letter-spacing: 0.32px;
  }
}
.faq-header h2 {
  margin-bottom: 0;
}
.faq-questions {
  display: flex;
  flex-direction: column;
  row-gap: 40px;
  width: 100%;
  max-width: 1520px;
  margin-bottom: 64px;
}
.faq-question {
  width: 100%;
  padding-bottom: 40px;
  border-bottom: 1px solid #fff;
  display: flex;
  flex-direction: column;
  row-gap: 0;
}
.faq-question-title {
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -0.24px;
  display: flex;
  justify-content: space-between;
  margin-bottom: 0;
  position: relative;
  cursor: pointer;
}
@media (max-width: 768px) {
  .faq-question-title {
    font-size: 20px;
    font-style: normal;
    letter-spacing: -0.2px;
  }
}
@media (max-width: 460px) {
  .faq-question-title {
    display: flex;
    justify-content: space-between;
    font-size: 16px;
  }
}
@media (max-width: 460px) {
  .faq-question-title span {
    flex: 1;
  }
}
.faq-question-title::after {
  top: 0;
  right: 0;
  content: "";
  display: inline-block;
  width: 24px;
  height: 24px;
  background-image: url("../svg/chevron-right.svg");
  background-size: cover;
  margin-left: 10px;
  transform: rotate(0deg);
  transition: transform 0.3s ease-in-out;
}
.faq-question.active .faq-question-title::after {
  transform: rotate(-180deg);
}
.faq-question.active .faq-question-answer {
  height: auto;
  opacity: 1;
  margin-top: 24px;
}
@media (max-width: 460px) {
  .faq-question.active .faq-question-answer {
    margin-top: 16px;
  }
}
.faq-question.active .faq-question-answer a {
  color: #fff;
  text-decoration: underline;
}
.faq-question-answer {
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 130%; /* 20.8px */
  letter-spacing: -0.32px;
  max-width: 741px;
  height: 0;
  overflow: hidden;
  transition: height 0.3s ease-in-out, opacity 0.3s ease-in-out, margin-top 0.3s ease-in-out;
  opacity: 0;
  margin-bottom: 0;
  margin-top: 0;
}
.faq-note-text, .faq-note-text a {
  margin-bottom: 0;
  font-family: "Artlist Sans";
  color: #fff;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 100%; /* 24px */
  letter-spacing: -0.24px;
}
@media (max-width: 768px) {
  .faq-note-text, .faq-note-text a {
    font-size: 20px;
    letter-spacing: -0.2px;
  }
}
.faq-note a {
  text-decoration: underline;
}

/*# sourceMappingURL=faq.css.map */
