{% 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 = featureCount | plus: 1 %}

{{ item.t_heading }}

{% assign colcount = 0 %} {% for subitem in item.assets %}
{% assign colcount = colcount | plus: 1 %} {% if subitem.i_name %} {% if subitem.v_type == 'video' %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ item.i_name | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% else %} {% picture width_300 pages/{{ subitem.i_name }} alt="{{ item.i_name | remove: '.png' | replace: '-',' ' | replace: '_',' ' }}" %} {% endif %} {% endif %}
{% endfor %}
{% endfor %}