{{ page.timeline_section.t_headline }}

{{ page.timeline_section.t_subheadline }}

{% for item in page.timeline_section.timeline_section_items %}

{{ item.t_subheadline }}

{{ item.t_description }}

    {% for sub in item.timeline_section_items_subitems %}
  • {{ sub.i_icon }}

    {{ sub.t_headline }}

  • {% endfor %}
{{ item.t_btn }}
{% if item.i_bg_image and item.i_bg_image != empty %} {% capture env_bg_img %}pages/{{ item.i_bg_image }}{% endcapture %} {% picture preset_hero {{ env_bg_img }} class="bottom_bg" alt="Background Shape" %} {% endif %}
{% if item.i_video and item.i_video != empty %} {% elsif item.i_main_image and item.i_main_image != empty %} {% capture env_main_img %}pages/{{ item.i_main_image }}{% endcapture %} {% picture preset_hero {{ env_main_img }} alt="{{ item.t_subheadline }}" %} {% endif %}
{% if item.i_float_image and item.i_float_image != empty %} {% capture env_bg_img %}pages/{{ item.i_float_image }}{% endcapture %} {% picture preset_hero {{ env_bg_img }} class="bottom_bg" alt="Background Shape" %} {% endif %}
{% endfor %}