.faq-module .titles-content .desc{color:#656869}.faq-module .titles-content .title{color:#16181b}.faq-section{border:1px solid #cfd4d9;border-radius:12px;display:flex;flex-direction:column;margin-top:40px;overflow:hidden;position:relative}.faq-item{background:#fff;border-bottom:1px solid #cfd4d9;position:relative}.faq-item:last-child{border-bottom:none}.faq-question{align-items:center;background:none;background:#f6f8f9;border:none;color:var(--black,#16181b);cursor:pointer;display:flex;font-size:20px;font-weight:600;justify-content:space-between;line-height:28px;padding:20px 24px;text-align:left;width:100%}.faq-question:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' fill='none' viewBox='0 0 24 24'%3E%3Cpath fill='%2316181B' d='M12.3 8.5a1 1 0 0 0-.64.23l-6 5a1.001 1.001 0 0 0 1.28 1.54l5.36-4.48 5.36 4.32a1 1 0 0 0 1.41-.15 1 1 0 0 0-.14-1.46l-6-4.83a1 1 0 0 0-.63-.17'/%3E%3C/svg%3E");content:"";height:24px;transform:rotate(180deg);transition:.3s ease;width:24px}.faq-item.active .faq-question:after{transform:rotate(0deg)}.faq-answer{max-height:0;overflow:hidden;padding:0 24px;transition:max-height .3s ease,padding .3s ease}.faq-answer p{color:var(--grey,#656869);font-size:16px;font-weight:400;line-height:24px}.faq-item.active .faq-answer{border-top:1px solid #cfd4d9;max-height:500px;padding:20px 24px}@media screen and (max-width:820px){.faq-question{font-size:16px;line-height:24px;padding-right:57px;position:relative}.faq-question:after{position:absolute;right:20px}}