@charset "UTF-8";section.faq-module{background-position:50%;background-repeat:no-repeat;background-size:cover;color:#151515;overflow:hidden;position:relative;z-index:1}section.faq-module.black{background-color:#151515;color:#fdf6ed}section.faq-module.black .container .questions .question{background-color:hsla(34,80%,96%,.05);color:#fdf6ed}section.faq-module.black .container .questions .question:hover{background-color:#fdf6ed;color:#151515}section.faq-module.black .container .questions .question:hover .title:after{background-color:#151515}section.faq-module.black .container .questions .question.active{background-color:#fdf6ed;color:#151515}section.faq-module.black .container .questions .question.active .title:after{background-color:#151515}section.faq-module.black .container .questions .question .title:after,section.faq-module.white{background-color:#fdf6ed}section.faq-module.pink{background-color:#ffa8da}section.faq-module.orange{background-color:#ff6f40}section.faq-module.yellow{background-color:#eaff6e}section.faq-module.green{background-color:#2fe295}section.faq-module.blue{background-color:#789aff}section.faq-module .container{align-items:center;display:flex;flex-direction:column;gap:15px}section.faq-module .container>.title{margin-bottom:30px;text-align:center}section.faq-module .container .questions{display:flex;flex-direction:column;gap:15px;max-width:720px;width:100%}section.faq-module .container .questions .question{background-color:hsla(0,0%,8%,.05);border-radius:30px;color:#151515;cursor:pointer;padding:45px;transition:height .3s,background-color .3s,color .3s;width:100%}section.faq-module .container .questions .question:hover{background-color:#151515;color:#fdf6ed}section.faq-module .container .questions .question:hover .title:after{background-color:#fdf6ed}section.faq-module .container .questions .question.active{background-color:#151515;color:#fdf6ed}section.faq-module .container .questions .question.active .title:after{background-color:#fdf6ed;transform:rotateX(180deg)}section.faq-module .container .questions .question.active .richtext-content{opacity:1;pointer-events:all}section.faq-module .container .questions .question .title{align-items:center;display:flex;flex-direction:row;gap:15px;justify-content:space-between;width:100%}section.faq-module .container .questions .question .title:after{background-color:#151515;content:"";flex-shrink:0;height:11px;-webkit-mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.707' height='11.061'%3E%3Cg data-name='Groupe 528'%3E%3Cpath fill='none' stroke='%23fdf6ed' d='m.354.354 10 10 10-10' data-name='Tracé 307'/%3E%3C/g%3E%3C/svg%3E");mask-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.707' height='11.061'%3E%3Cg data-name='Groupe 528'%3E%3Cpath fill='none' stroke='%23fdf6ed' d='m.354.354 10 10 10-10' data-name='Tracé 307'/%3E%3C/g%3E%3C/svg%3E");-webkit-mask-position:50%;mask-position:50%;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat;-webkit-mask-size:contain;mask-size:contain;transition:transform .3s;width:21px}section.faq-module .container .questions .question .richtext-content{margin-top:30px;opacity:0;pointer-events:none;transition:opacity .3s;width:100%}