:root{--purple:#713fff;--grey:#e3e6ec;--text:#222326;--radius:24px}.faq-wrapper{background:transparent;display:flex;gap:24px}.faq-col{display:flex;flex:1 1 0;flex-direction:column;gap:24px}.faq-item{background:#fff;border-radius:var(--radius);box-shadow:0 16px 32px rgba(34,35,38,.05),0 8px 16px rgba(34,35,38,.05);overflow:hidden}.faq-toggle{display:none}.faq-question{align-items:center;background:transparent;color:var(--text);cursor:pointer;display:flex;font:20px/28px "DM Serif Display",serif;justify-content:space-between;padding:32px}.faq-icon{background:var(--grey);border-radius:50%;flex:0 0 44px;height:44px;position:relative;width:44px}.faq-icon:after,.faq-icon:before{background:var(--text);content:"";left:50%;position:absolute;top:50%;transform:translate(-50%,-50%)}.faq-icon:before{height:2px;width:16px}.faq-icon:after{height:16px;width:2px}.faq-answer{background:transparent;color:var(--text);font:18px/28px Inter,sans-serif;max-height:0;overflow:hidden;padding:0 32px;transition:max-height .35s ease,padding .35s ease}.faq-toggle:checked+.faq-question .faq-icon{background:var(--purple)}.faq-toggle:checked+.faq-question .faq-icon:after{opacity:0}.faq-toggle:checked+.faq-question .faq-icon:before{background:#fff}.faq-toggle:checked+.faq-question+.faq-answer{max-height:900px;padding:8px 32px 32px}@media(max-width:900px){.faq-wrapper{flex-direction:column}}