#faq .ac-list .listin {
  text-align: left;
}
#faq .ac-list .listin:last-child {
  border-bottom: 1px solid #464646;
}
#faq .ac-list .listin .question-holder {
  display: flex;
  justify-content: space-between;
  align-items: center;
  transition: all 0.3s;
  padding: 2rem 1rem 2rem 0;
  position: relative;
  border-top: 1px solid #464646;
}
@media screen and (max-width: 767px) {
  #faq .ac-list .listin .question-holder {
    padding: 1.5rem 0;
  }
}
#faq .ac-list .listin .question-holder:hover {
  cursor: pointer;
}
#faq .ac-list .listin .question-holder button {
  flex: 1;
  font-size: 1.6rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.5;
  padding-right: 3.5rem;
  transition: all 0.3s;
  margin-left: 2.7rem;
  text-indent: -2.7rem;
  background: none;
  border: none;
  color: inherit;
  text-align: left;
  cursor: pointer;
  font-family: inherit;
}
@media screen and (max-width: 559px) {
  #faq .ac-list .listin .question-holder button {
    font-size: 1.5rem;
    margin-left: 2rem;
    text-indent: -2rem;
  }
}
#faq .ac-list .listin .question-holder button::before {
  content: "Q.";
  padding-right: 1rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: -1px;
  transition: all 0.3s;
}
@media screen and (max-width: 559px) {
  #faq .ac-list .listin .question-holder button::before {
    font-size: 1.7rem;
    padding-right: 0.5rem;
  }
}
#faq .ac-list .listin .question-holder .ac-icon {
  position: absolute;
  top: 50%;
  right: 14px;
  width: 10px;
  height: 10px;
  margin-top: -8px;
  border-right: 1px solid #fff;
  border-bottom: 1px solid #fff;
  transform: rotate(45deg);
  transition: transform 0.3s;
}
#faq .ac-list .listin .question-holder.newactive button {
  color: hsla(0, 0%, 100%, 0.4);
}
#faq .ac-list .listin .question-holder.newactive button::before {
  color: hsla(0, 0%, 100%, 0.4);
}
#faq .ac-list .listin .question-holder.newactive .ac-icon {
  transform-origin: center;
  transform: rotate(225deg) translate(-2px, -2px);
}
#faq .ac-list .listin .answer-holder {
  display: none;
  padding: 2rem 2rem 3.5rem 0;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 0;
  line-height: 1.7;
  border-top: 1px dotted #464646;
}
@media screen and (max-width: 559px) {
  #faq .ac-list .listin .answer-holder {
    padding: 2rem 2rem 3rem 0;
    font-size: 1.5rem;
  }
}
#faq .ac-list .listin .answer-holder .box {
  display: flex;
}
#faq .ac-list .listin .answer-holder .box > div {
  padding-right: 1rem;
  font-family: "Oswald", sans-serif;
  color: #fff;
  font-size: 2rem;
  font-weight: 700;
  letter-spacing: 0;
  line-height: 1;
  position: relative;
  top: -1px;
}
@media screen and (max-width: 559px) {
  #faq .ac-list .listin .answer-holder .box > div {
    font-size: 1.7rem;
    padding-right: 0.5rem;
  }
}
#faq .ac-list .listin .answer-holder .box p a {
  text-decoration: underline;
  transition: all 0.3s;
}
#faq .ac-list .listin .answer-holder .box p a:hover {
  opacity: 0.7;
}/*# sourceMappingURL=faq202601.css.map */