/* Media Start*/
/* Media End*/
.md-faq {
  list-style: none;
}
.md-faq .faq-item {
  position: relative;
  cursor: pointer;
}
.md-faq .faq-item::after {
  content: "";
  display: block;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  height: 1px;
  background: #ebecf1;
}
.md-faq .faq-item.open .faq-question {
  font-weight: 700;
  font-style: Bold;
}
.md-faq .faq-item.open .faq-operator .add {
  display: none;
}
.md-faq .faq-item.open .faq-operator .minus {
  display: block;
}
.md-faq .faq-item.open .faq-answer {
  max-height: 500px;
  padding: 0 0 25px;
}
.md-faq .faq-question-wrap {
  display: flex;
}
.md-faq .faq-question-wrap .faq-operator {
  flex-shrink: 0;
  flex-grow: 0;
  cursor: pointer;
  color: #202437;
  width: 34px;
  height: 34px;
  margin-top: 18px;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 24px;
  transform: translateY(-2px);
  -webkit-tap-highlight-color: #f6f7fb;
}
.md-faq .faq-question-wrap .faq-operator:hover {
  background: #f6f7fb;
  color: #3b5cde;
}
.md-faq .faq-question-wrap .faq-operator .minus {
  display: none;
  transform: translate(1px, -1px);
}
.md-faq .faq-question {
  flex-grow: 1;
  flex-shrink: 0;
  width: 0;
  font-size: 16px;
  height: 70px;
  line-height: 70px;
  color: #202437;
  margin-right: 30px;
  font-family: SF Pro;
  font-weight: 510;
  font-style: Medium;
  font-size: 16px;
}
.md-faq .faq-answer {
  font-size: 15px;
  line-height: 23px;
  font-weight: 400;
  color: #515666;
  margin-right: 30px;
  padding: 0px;
  max-height: 0px;
  transition: all 0.5s ease;
  overflow: hidden;
}
.md-faq .faq-answer li {
  list-style-type: disc;
  margin-left: 30px;
}
.md-faq .faq-question {
  font-size: 18px;
  margin-right: 0px;
}
@media (max-width: 800px) {
  .md-faq .faq-item {
    padding: 15px 0px;
    -webkit-tap-highlight-color: transparent;
  }
  .md-faq .faq-item:first-of-type {
    padding-top: 15px;
  }
  .md-faq .faq-item .faq-question {
    font-size: 16px;
    margin-right: 0px;
    height: auto;
    line-height: 20px;
    padding-right: 8px;
  }
  .md-faq .faq-item .faq-operator {
    margin-top: 0;
  }
  .md-faq .faq-item.open .faq-question {
    margin-bottom: 15px;
  }
}

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