.faq-heading{text-align:center;margin-bottom:var(--medium-gap-size)}.faq-heading span{display:inline-block;color:var(--secondary-color);font-size:var(--link-font-size);font-family:var(--medium-font-family);margin-bottom:.75rem;letter-spacing:1px;text-transform:uppercase}.faq-heading h2{font-size:var(--section-title-font-size);font-family:var(--canela-semibold-font-family);color:var(--primary-color);margin-bottom:1rem;line-height:1.2}.faq-heading p{max-width:750px;margin:auto;font-size:var(--content-font-size);color:var(--section-paregraph-color);line-height:1.8;font-family:var(--regular-font-family)}.faq-wrapper{display:flex;flex-direction:column;gap:1rem}.faq-item{background:var(--white-color);border-radius:var(--web-border-radius);overflow:hidden;border:1px solid rgba(0,0,0,.06);transition:var(--common-transition)}.faq-item.active{border-color:var(--secondary-color);box-shadow:0 10px 30px rgba(0,0,0,.04)}.faq-question{width:100%;border:none;background:transparent;padding:1.5rem;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem}.faq-question h3{margin:0;text-align:left;color:var(--primary-color);font-size:var(--section-subtitle-font-size);line-height:1.5;font-family:var(--bold-font-family)}.faq-icon{min-width:3rem;min-height:3rem;display:flex;align-items:center;justify-content:center;border-radius:50%;background:var(--background-smoke);transition:var(--common-transition)}.faq-item.active .faq-icon{background:var(--secondary-color)}.faq-icon span{font-size:2rem;line-height:1;color:var(--primary-color);transition:var(--common-transition)}.faq-item.active .faq-icon span{color:var(--white-color)}.faq-answer{overflow:hidden;transition:max-height .5s ease}.faq-answer-content{padding:0 1.5rem 1.5rem}.faq-answer li,.faq-answer p,.faq-answer p strong{margin:0;color:var(--gray-color);font-size:var(--small-content-font-size);line-height:1.9;font-family:var(--regular-font-family)}.faq-answer-html ul{list-style-type:disc}.faq-answer-html{color:var(--gray-color);font-size:var(--small-content-font-size);line-height:1.9;font-family:var(--regular-font-family)}.faq-answer-html p{margin-bottom:1rem}.faq-answer-html ul{padding-left:1.2rem;margin-bottom:1rem}.faq-answer-html li{margin-bottom:.75rem}.faq-answer-html blockquote{margin:1rem 0;padding-left:1rem;border-left:3px solid var(--secondary-color);color:var(--primary-color);font-family:var(--medium-font-family)}@media (max-width:991px){.faq-section{padding:1rem 0}.faq-heading h2{font-size:2.2rem}.faq-question{padding:1.25rem}.faq-question h3{font-size:1.5rem}.faq-icon{min-width:2.5rem;min-height:2.5rem}.faq-answer li,.faq-answer p,.faq-answer p strong{font-size:1.15rem}.faq-icon span{font-size:1.5rem}.faq-answer-content{padding:0 1.25rem 1.25rem}}