<script type="application/ld+json">{"@context": "https://schema.org","@type": "FAQPage","mainEntity": [{% for faq in faqsEmployer %}{"@type": "Question","name": "{{ faq.title }}","acceptedAnswer": {"@type": "Answer","text": "{{ faq.content|striptags|replace({' ':' '}) }}"}},{% endfor %}{% for faq in faqsEmployee %}{"@type": "Question","name": "{{ faq.title }}","acceptedAnswer": {"@type": "Answer","text": "{{ faq.content|striptags|replace({' ':' '}) }}"}}{% if loop.last == false %},{% endif %}{% endfor %}]}</script><section class="faqs-list-block"><div class="container"><div>{% if faqsEmployer|length > 0 %}<h2 class="mb-4">Employer FAQs</h2><twig:FAQsList :faqs="faqsEmployer" />{% endif %}</div><div class="mt-12 lg:mt-0">{% if faqsEmployee|length > 0 %}<h2 class="mb-4">Employee FAQs</h2><twig:FAQsList :faqs="faqsEmployee" />{% endif %}</div></div></section>