.faqs{max-width:720px;margin:0 auto}.faqs__expand-list{display:none}.faqs__view-all{margin-top:var(--space-6);text-align:center}.faqs>.faq:first-child{padding-top:0}.faqs .faq:nth-child(n+6){background:red}@media (max-width:991.98px){.faqs{margin-bottom:var(--space-6)}}.faq{padding:var(--space-4) 0;border-bottom:1px solid var(--border-color-1)}.faq>:last-child,.faq h3{margin-bottom:0}.faq h3{position:relative;padding-right:36px;padding-bottom:0;font-size:var(--font-size-4);cursor:pointer}.faq h3:after,.faq h3:before{content:"";position:absolute;right:10px;top:50%;display:inline-flex;width:2px;height:10px;transform:translateY(-50%);background:var(--icon-color);transition:all .5s ease-in-out}.faq h3:before{transform:translateY(-50%) rotate(90deg)}.faq h3:after{transform:translateY(-50%) rotate(180deg)}.faq p{overflow:hidden;max-height:0;padding-bottom:0;transition:.5s ease-in-out}.faq p:before{content:"";display:block;height:20px}.faq--open h3:after{transform:translateY(-50%) rotate(90deg);transition:all .5s ease-in-out}.faq--open p{max-height:500px;transition:.5s ease-in-out}

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