{{ page.ai_timeline_section.t_headline }}

{{ page.ai_timeline_section.t_subheadline }}

{{ page.ai_timeline_section.t_description }}

{% for item in page.ai_timeline_section.timeline_section_items limit:1 %}
{% 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.t_tag_top and item.t_tag_top != empty %}
{{ item.t_tag_top }}
{% 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.i_main_image | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% else %} Workforce Management {% endif %}
{% if item.t_tag_bottom and item.t_tag_bottom != empty %}
{{ item.t_tag_bottom }}
{% endif %}
{{ item.t_headline }}

{{ item.t_subheadline }}

{{ item.t_description }}

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

  • {% endfor %}
{% endfor %}