{% capture image_loc %} pages/{{ page.about_body.i_story_image }} {% endcapture %} {% picture hero_3_img {{ image_loc }} alt="{{ image_loc | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-responsive" style="width:100%;" %}
{{ page.about_body.t_story_description}}

{{ page.about_body.t_founder_story_headline }}

{% capture image_loc %} pages/{{ page.about_body.i_founder_story_image_top }} {% endcapture %} {% picture hero_3_img {{ image_loc }} alt="{{ image_loc | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-responsive" style="width:100%;" %}
{{ page.about_body.t_founder_story_para1 }}

{{ page.about_body.t_founder_story_para2 }}

{{ page.about_body.t_founder_story_para3 }}

{{ page.about_body.t_founder_story_para4 }}

{{ page.about_body.t_founder_story_para5 }}
{% capture image_loc %} pages/{{ page.about_body.i_founder_story_image_mid }} {% endcapture %} {% picture hero_3_img {{ image_loc }} alt="{{ image_loc | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-responsive" style="width:100%;" %}

{{ page.about_body.t_founder_story_para6}}

{{ page.about_body.t_founder_story_para7}}

{{ page.about_body.t_founder_story_para8}}

{{ page.about_body.t_culture_headline }}

{% capture image_loc %} pages/{{ page.about_body.i_culture_image }} {% endcapture %} {% picture hero_3_img {{ image_loc }} alt="{{ image_loc | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" class="img-responsive" style="width:100%;" %}
{{ page.about_body.t_culture_para1}}

{{ page.about_body.t_culture_para2}}

{{ page.about_body.t_culture_para3}}

{{ page.about_body.t_culture_para4}}

{{ page.about_body.t_aboutmore_text }}

{{ page.about_body.t_stats_headline }}

{% for item in page.about_body.t_stats %}

{{ item.t_stat_value }}

{{ item.t_stat_label }}

{% endfor %}

{{ page.about_body.t_disclaimer_date }}

{{ page.about_body.t_disclaimer }}

{{ page.about_body.t_nav_headline_two }}
{% assign featureCount = 0 %} {% for item in page.about_body.brand_assets %} {% assign featureCount = forloop.index %}

{{ item.t_heading }}

{% for subitem in item.assets %}
{% if subitem.i_name %} {% assign image_alt = subitem.i_name | split: '/' | last | remove: '.webp' | remove: '.png' | remove: '.jpg' | replace: '-', ' ' | replace: '_', ' ' %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ image_alt }}" %} {% endif %}
{% endfor %}
{% endfor %}