--- layout: default --- {% assign strap = page.title %}
{% picture {{ page.hero.file | prepend: 'content/' }} --img class="hero__image hero__image--fixed hero-65" --alt {{ page.hero.alt }} %}

{% assign n = strap.size | minus: 1 %} {%- for char in (0..n ) -%} {{ strap | slice: char }} {%- endfor -%}

{% for faq in site.data.faq %} {% if faq.display == 'all' or faq.display == page.env %}

{{ faq.question }}

{{ faq.answer }}

{% endif %} {% endfor %}

Not found the answer?

Get in touch using the form below

{% include forms/kwes-contact.html %}