/* Colors */
/* Font */
/* Width & Height */
/* Mixins */
.faq__wrapper___c2gD3 {
  margin-bottom: 50px;
  background: var(--color-bg, #fff);
}

.faq__inner___a4qxl {
  max-width: 1200px;
  width: 98%;
  margin: 0 auto;
}

.faq__faq___mXvXh {
  background: #fff;
  margin-bottom: 10px;
  overflow: hidden;
  line-height: 160%;
  box-shadow: 0 2px 10px rgba(31, 45, 61, 0.16);
  -webkit-border-radius: 5px;
  -moz-border-radius: 5px;
  -ms-border-radius: 5px;
  -o-border-radius: 5px;
  border-radius: 5px;
}
.faq__faq-last-child___PBLus {
  margin-bottom: 0;
}
.faq__faq-question___zrsRO {
  padding: 16px 20px;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  display: flex;
  align-items: center;
  cursor: pointer;
}
.faq__faq-question___zrsRO h3 {
  flex: 1;
  padding-left: 12px;
}
.faq__faq-question___zrsRO .faq__expand-icon___wbBu3 {
  background: #f1f3f5;
  border-radius: 100%;
  width: 30px;
  height: 30px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  transition: 0.3s;
}
.faq__faq-question___zrsRO .faq__expand-icon___wbBu3:hover {
  background: var(--color-primary, #E5AA61);
  color: #fff;
}
.faq__faq-question___zrsRO:hover .faq__expand-icon___wbBu3 {
  background: var(--color-primary, #E5AA61);
  color: #fff;
}
.faq__faq-answer___sNf89 {
  background: #f9f9f9;
  border-top: 1px solid #E4E4E4;
  padding: 20px;
  display: none;
}
.faq__faq-expanded___eQR_G {
  display: block;
}

@media only screen and (max-width: 979px) {
  .faq__inner___a4qxl {
    max-width: 92%;
  }
}
/* Colors */
/* Font */
/* Width & Height */
.styles__title-wrapper___GWPDF {
  text-align: center;
  margin-bottom: 35px;
  position: relative;
}
.styles__title-wrapper___GWPDF:before {
  content: "";
  background: var(--color-primary, #E5AA61);
  height: 1px;
  width: 80px;
  display: block;
  margin: 0 auto 15px;
}
.styles__title-wrapper___GWPDF:after {
  content: "";
  background: var(--color-primary, #E5AA61);
  height: 1px;
  width: 80px;
  display: block;
  margin: 17px auto 0;
}

.styles__title___DvZrb {
  color: #45424E;
  display: inline-block;
  font-weight: bold;
  font-variation-settings: "wght" 700, "slnt" 0;
  font-size: 22px;
  line-height: 170%;
}

.styles__title-dark___p_76i .styles__title___DvZrb {
  color: #fff;
}
.styles__title-dark___p_76i .styles__description___Cua9q {
  color: rgba(255, 255, 255, 0.8);
}
.styles__title-dark___p_76i:before {
  background: #fff;
}
.styles__title-dark___p_76i:after {
  background: #fff;
}

.styles__description___Cua9q {
  margin-top: 12px;
  color: #6B7C93;
  font-size: 14px;
  line-height: 160%;
}
