.faq-section{position:relative;padding-top:12rem;padding-bottom:12rem;padding-left:16.2rem;}.faq-section .geometric-circles{position:absolute;top:5rem;left:-10rem;}.faq-section .faq-wrapper{border-bottom:1px solid #949494;transition:all .6s ease;cursor:pointer;}.faq-section .faq-wrapper .question-wrapper{display:flex;justify-content:space-between;align-items:center;padding-bottom:2rem;height:fit-content;}.faq-section .faq-wrapper .question-wrapper svg{transition:all .3s ease-in-out;}.faq-section .faq-wrapper .answer{max-height:0;overflow:hidden;transition:slidedown .6s ease;}.faq-section .faq-wrapper.active svg{transform:rotate(45deg);transform-origin:center;}.faq-section .faq-wrapper.active .answer{max-height:fit-content;}.faq-section .faq-wrapper.active{padding-bottom:2rem;}@keyframes slidedown{from{transform:translatey(0)}to{transform:translatey(2rem)}}@media only screen and (max-width:992px){.faq-section{margin-left:0!important;padding-left:3.6rem}.faq-section .faq-wrapper{width:100%}}@media only screen and (max-width:768px){.faq-section{width:90%}.faq-section h2{font-size:3.5rem}.faq-section .faq-wrapper{cursor:pointer}.faq-section .faq-wrapper .question-wrapper{display:flex;justify-content:space-between;align-items:center}.faq-section .faq-wrapper .question-wrapper svg{transition:all .3s ease-in-out}.faq-section .faq-wrapper .answer{display:none}.faq-section .faq-wrapper.active svg{transform:rotate(45deg);transform-origin:center}.faq-section .faq-wrapper.active .answer{display:block}}@media only screen and (max-width:576px){.faq-section{width:90%;padding-top:4rem;padding-bottom:8rem}.faq-section h2{font-size:3.5rem;margin-bottom:2rem!important}.faq-section .faq-wrapper{cursor:pointer}.faq-section .faq-wrapper .question-wrapper{display:flex;justify-content:space-between;align-items:center}.faq-section .faq-wrapper .question-wrapper h4{font-size:1.8rem}.faq-section .faq-wrapper .question-wrapper svg{transition:all .3s ease-in-out}.faq-section .faq-wrapper .answer{display:none}.faq-section .faq-wrapper.active svg{transform:rotate(45deg);transform-origin:center}.faq-section .faq-wrapper.active .answer{display:block}}