.faq{padding:80px 0}.faq-list{display:flex;flex-direction:column;gap:14px;margin:0 auto;max-width:760px}.faq-item{border:1px solid #e7e9f0;border-radius:12px;overflow:hidden}.faq-q{align-items:center;color:#0b1f3f;cursor:pointer;display:flex;font-weight:600;justify-content:space-between;padding:18px 22px}.faq-q .plus{flex:none;height:20px;position:relative;width:20px}.faq-q .plus:after,.faq-q .plus:before{background:#ff4b2b;border-radius:2px;content:"";position:absolute;transition:transform .2s}.faq-q .plus:before{height:2px;left:3px;top:9px;width:14px}.faq-q .plus:after{height:14px;left:9px;top:3px;width:2px}.faq-item.open .plus:after{opacity:0;transform:rotate(90deg)}.faq-a{max-height:0;overflow:hidden;transition:max-height .25s ease}.faq-a p{padding:0 22px 20px}.faq-item.open .faq-a{max-height:220px}