.faq_module{column-count:2;column-gap:20px;margin-bottom:32px;margin-top:32px}.faq_module .faq{break-inside:avoid;margin-bottom:20px}.faq_module .faq.active{box-shadow:0 3px 6px 0 rgba(0,0,0,.25)}.faq_module .faq_vraag{align-items:center;background-color:var(--so-color-green);border-radius:5px;color:var(--so-color-white);cursor:pointer;display:flex;font-size:22px;gap:16px;justify-content:space-between;letter-spacing:0;line-height:1.2;padding:24px 32px}.faq_module .faq.active .faq_vraag{border-radius:5px 5px 0 0}.faq_module .faq_vraag:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16.25 16.25'%3E%3Cpath fill='%23fcc00c' d='M9.063.938v6.25h6.25a.95.95 0 0 1 .937.937c0 .547-.43.938-.937.938h-6.25v6.25c0 .546-.43.937-.938.937-.547 0-.937-.39-.937-.937v-6.25H.938C.39 9.063 0 8.672 0 8.124c0-.508.39-.937.938-.937h6.25V.938c0-.508.39-.938.937-.938a.95.95 0 0 1 .938.938'/%3E%3C/svg%3E");background-position:50%;background-repeat:no-repeat;background-size:contain;content:"";display:inline-block;flex:0 0 24px;height:24px;transition:all .3s ease;width:24px}.faq_module .faq.active .faq_vraag:after{background-image:url("data:image/svg+xml;charset=utf-8,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 16.25 1.88'%3E%3Cpath fill='%23fcc00c' d='M16.25.938c0 .546-.43.937-.937.937H.938C.39 1.875 0 1.485 0 .938 0 .43.39 0 .938 0h14.375a.95.95 0 0 1 .937.938'/%3E%3C/svg%3E")}.faq_module .faq_antwoord{background-color:var(--so-color-gray);border-radius:0 0 5px 5px;height:0;overflow:hidden;padding:0 32px;transition:all .3s ease}.faq_module .faq.active .faq_antwoord{height:auto;padding:24px 32px}.faq_module .faq_antwoord :is(p,span){color:var(--so-color-charcoal)!important;font-size:16px;letter-spacing:0;line-height:1.5;margin-bottom:0!important}@media (max-width:950px){.faq_module{column-count:1}}@media (max-width:480px){.faq_module .faq{margin-bottom:12px}.faq_module .faq_vraag{font-size:18px;padding:16px 24px}.faq_module .faq_antwoord{padding:0 24px}.faq_module .faq.active .faq_antwoord{padding:16px 24px}}