.faq{width:100%}.faq .item{width:100%;margin-bottom:10px;padding:12px 20px;border-radius:14px;background:linear-gradient(145deg,#3c443e,#353c36);color:#e9f0eb;box-sizing:border-box}.faq .item .title{display:flex;align-items:center;gap:12px;width:100%;min-height:44px;padding:0;border:0;background:transparent;color:inherit;font:600 16px/1.5 Quicksand,sans-serif;text-align:left;cursor:pointer}.faq .item .title>span:first-child{flex:1;min-width:0;overflow-wrap:anywhere}.faq .item .title .spacer{display:none}.faq .item .title .chevron_down{position:static;width:14px;height:14px;flex:0 0 14px;margin:0;color:#80e7d6;transition:transform .16s ease}.faq .item .title[aria-expanded=true] .chevron_down{transform:rotate(180deg)}.faq .item .title:focus-visible{outline:2px solid #80e7d6;outline-offset:5px;border-radius:6px}.faq .item .text{margin-top:12px;padding:14px 0 0;border-top:1px solid hsla(0,0%,100%,.12);background:transparent;color:#d9e1db;font:400 15px/1.75 Quicksand,sans-serif;text-align:left}.faq .item .answer a{color:#80e7d6;overflow-wrap:anywhere}.faq .item .answer ol{counter-reset:answer-counter;margin:0;padding:0;list-style:none}.faq .item .answer ol li{display:flex;align-items:flex-start;gap:16px;width:100%;padding:16px 0;counter-increment:answer-counter;list-style:none;line-height:1.75;text-align:left}.faq .item .answer ol li>div{flex:1;min-width:0}.faq .item .answer ol li:before{content:counter(answer-counter);width:32px;height:32px;flex-shrink:0;border-radius:50%;background:#2fc2ad29;color:#80e7d6;font:700 16px/32px Quicksand,sans-serif;text-align:center}.faq .item img{max-width:100%;margin-top:10px;padding:4px;border-radius:8px;background:#303230;box-sizing:border-box}@media(max-width:600px){.faq .item{padding:10px 16px}}@media(prefers-reduced-motion:reduce){.faq .item .title .chevron_down{transition:none}}
