.faq-question,
.faq-toggle:before {
  margin: 0;
  font-weight: 400;
  font-family: Source Sans Pro, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen-Sans, Ubuntu, Cantarell, Helvetica Neue, sans-serif;
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
@media (min-width: 1024px) and (max-width: 1279px) {
}
@media (min-width: 768px) and (max-width: 1023px) {
}
@media (max-width: 767px) {
}
.faq-toggle:before {
  font-size: 24px;
  line-height: 1.4;
  font-weight: 600;
}
@media (min-width: 1024px) and (max-width: 1279px) {
  .faq-toggle:before {
    font-size: 22px;
  }
}
@media (min-width: 768px) and (max-width: 1023px) {
  .faq-toggle:before {
    font-size: 22px;
  }
}
@media (max-width: 767px) {
  .faq-toggle:before {
    font-size: 20px;
  }
}
.faq-question {
  font-size: 15px;
  line-height: 1.7;
}
.faq {
  border-bottom: 2px solid #a4afb7;
  position: relative;
}
.faq:not(.open) .faq-toggle:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}
.faq:not(.open) .faq-answer {
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 0;
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.faq:not(.open) .faq-answer * {
  visibility: hidden !important;
  opacity: 0 !important;
  max-height: 0;
}
.faq:not(.open) .faq-answer * {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0 !important;
}
.faq.open .faq-toggle:before {
  content: '-';
}
.faq.open .faq-answer {
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 3000px;
}
.faq.open .faq-answer * {
  visibility: visible !important;
  opacity: 1 !important;
  max-height: 3000px;
}
.faq-question {
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  padding: 20px 30px 20px 0;
  cursor: pointer;
}
.faq-answer {
  padding-bottom: 30px;
  padding-left: 40px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq-toggle {
  position: absolute;
  right: 3px;
  top: 12px;
  pointer-events: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.faq-toggle:before {
  content: '+';
  color: #2a394a;
  font-size: 22px;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
