{% assign container_class = 'container' %} {% if feature.p_full_width_container %} {% assign container_class = 'container-fluid' %} {% endif %}

{{ feature.t_headline }}

{% if feature.t_subheadline %}

{{ feature.t_subheadline }}

{% endif %} {% if feature.buttons %}
{% for button in feature.buttons %} {{button.t_button_label}} {% endfor %}
{% endif %} {% if feature.t_description %}

{{ feature.t_description }}

{% endif %} {% if feature.hasExpandedDiv and feature.hasExpandedonecolumncenter %} {% if feature.i_image != null %} {% assign seo_image_path = "" %} {% capture seo_image_path %}{% picture features_777 pages/{{ feature.i_image }} %}{% endcapture %} {% endif %} {% endif %} {% if feature.resources %} {% for resource in feature.resources %} {{resource.t_button_label}} {% endfor %} {% endif %}
{% if feature.i_svg %}
{% if feature.i_svg %}
{% endif %} {% if feature.p_video_link_mp4 %} {% assign bg_image_path = site.baseurl | append: '/assets/background/' | append: feature.i_image %} {% assign video_link_mp4 = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_mp4 %} {% assign video_link_ogv = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_ogv %} {% assign video_link_webm = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_webm %}
{% endif %} {% if feature.t_image_text %}

{{ feature.t_image_text }}

{% endif %}
{% endif %}
{% if feature.t_img_back %}
{% endif %}
{% if feature.i_image != null andfeature.p_video_link_mp4 == null %} {% assign image_alt = feature.i_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' %}
{% picture features_center pages/{{ feature.i_image }} alt="{{ image_alt }}" class="height-img-cus height-img-cus img-fluid {{ feature.i_img_class }}" data-aos="slide-up" %}
{% endif %} {% if feature.p_video_link_mp4 %} {% assign bg_image_path = site.baseurl | append: '/assets/background/' | append: feature.i_image %} {% assign video_link_mp4 = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_mp4 %} {% assign video_link_ogv = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_ogv %} {% assign video_link_webm = site.baseurl | append: '/assets/videos/' | append: feature.p_video_link_webm %}
{% endif %} {% if feature.t_image_text %}

{{ feature.t_image_text }}

{% endif %}