{% if page.hero.i_bg_image %} {% assign main_hero_bg = '' %} {% capture main_hero_bg %}{% picture open_graph_2000 pages/{{ page.hero.i_bg_image}} %}{% endcapture %} {% endif %}

{{page.hero.t_headline}}

{{page.hero.t_subheadline}}

{% if page.hero.i_floting_image_left %} {% assign image_alt = page.hero.i_floting_image_left | remove: '.webp' | remove: '.png' | remove: '.jpg' | remove: '.jpeg' | replace: '-',' ' | replace: '_',' ' %} {% picture width_220 pages/{{ page.hero.i_floting_image_left }} alt="{{ image_alt }}" class="onboarding-hero_image" loading="eager" %} {% endif %}
{% if page.hero.i_image %} {% assign image_alt = page.hero.i_image | remove: '.webp' | remove: '.png' | remove: '.jpg' | remove: '.jpeg' | replace: '-',' ' | replace: '_',' ' %} {% picture open_graph_cta pages/{{ page.hero.i_image }} alt="{{ image_alt }}" class="onboarding-hero_image" loading="eager" fetchpriority="high" %} {% endif %}
{% if page.hero.i_floting_image_right %} {% assign image_alt = page.hero.i_floting_image_right | remove: '.webp' | remove: '.png' | remove: '.jpg' | remove: '.jpeg' | replace: '-',' ' | replace: '_',' ' %} {% picture width_220 pages/{{ page.hero.i_floting_image_right }} alt="{{ image_alt }}" class="onboarding-hero_image" loading="eager" %} {% endif %}