{{page.hero_1.t_headline}}

{{page.hero_1.t_subheadline}}
{% for item in page.hero_1.features_data %} {% if item.t_headline %}

{% if item.i_image != null %} {% assign image_alt = item.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' %} {% picture tick_icon pages/{{ item.i_image }} alt="{{ image_alt }}" class="" %} {% endif %} {{ item.t_headline }}

{% endif %} {% if item.t_indicators %}
  • {{ item.t_indicators }}
  • {% endif %} {% endfor %}