.faq{transition:all 350ms ease-in-out}.faq__btn{min-height:60px;padding-right:60px}.faq__btn::after{content:"";position:absolute;right:20px;top:0;bottom:0;margin:auto;font-size:12px;color:#fff;-webkit-font-smoothing:antialiased;font-family:"Font Awesome 6 Free";font-weight:900;transition:all 500ms ease;background:var(--kf-color-1);width:26px;height:26px;line-height:26px;text-align:center;border-radius:100%}.faq:hover .faq__btn::after,.faq.active .faq__btn::after{color:#fff;background-color:#000}.faq.active .faq__btn::after{content:""}.faq__cnt{max-height:0;transition:max-height 300ms ease-in-out}.active>.faq__cnt{max-height:500px}