section.faq-module .faq__inner{margin:0 auto;max-width:800px}section.faq-module .faq__title{max-width:100%}section.faq-module .faq__title>:first-child{margin-top:0}section.faq-module .faq__title>:last-child{margin-bottom:0}section.faq-module .faq__accordions{display:flex;flex-direction:column;gap:1.5rem;margin-top:3rem}section.faq-module .faq__trigger{align-items:flex-start;background:0 0;border:0;border-bottom:1px solid #f1f4f7;display:flex;gap:1rem;justify-content:space-between;padding:0 0 1rem;text-align:left;width:100%}section.faq-module .faq__item-title{color:#0e1117}section.faq-module .faq__icon{align-items:center;color:#0e1117;display:inline-flex;flex-shrink:0;height:24px;justify-content:center;min-width:24px;width:24px}section.faq-module .faq__icon svg{display:block;height:24px;width:24px}section.faq-module .faq__icon path:last-child{transform-origin:center;transition:opacity .22s ease}section.faq-module .faq__item.is-active .faq__icon path:last-child{opacity:0}section.faq-module .faq__content{height:0;opacity:0;overflow:hidden;transition:height .28s ease,opacity .22s ease}section.faq-module .faq__content-inner{color:#5d6878;padding-top:1rem}section.faq-module .faq__content-inner>:first-child{margin-top:0}section.faq-module .faq__content-inner>:last-child{margin-bottom:0}section.faq-module .faq__content-inner *{color:inherit}section.faq-module .faq__item.is-active .faq__content{opacity:1}