{{healthBenefits.title}}

{% if healthBenefits.subtitle %}

{{healthBenefits.subtitle}}

{% endif %}

{{healthBenefits.content}}

{% if healthBenefits.leadbox.content and healthBenefits.leadbox.content != '' %} {% from "../_leadBox/_leadBox.html" import leadBox %} {{ leadBox( modifierClass = 'cite', boxContent = healthBenefits.leadbox.content, path = global.path, authorPicture = healthBenefits.leadbox.author.image, authorName = healthBenefits.leadbox.author.name, hasClosingImage = healthBenefits.leadBox.hasClosingImage ) }} {% endif %} {% if healthBenefits.enableProductImageWithBullets == 'true' %}
    {% for item in healthBenefits.listItems %}
  • {{item.content}}
  • {% endfor %}
{{healthBenefits.productImage.image_alt}}
{% if healthBenefits.disclaimer != '' %}

{{healthBenefits.disclaimer}}

{% endif %} {% else %} {{healthBenefits.productImage.image_alt}} {% endif %} {% if healthBenefits.enableList == 'true' %} {% if healthBenefits.listHasBackground == 'true' %}
{% endif %}
{{healthBenefits.listTitle}}
{% for item in healthBenefits.listItems %}
{{item.content}}
{% endfor %}
{% if healthBenefits.disclaimer != '' %}

{{healthBenefits.disclaimer}}

{% endif %}
{% if healthBenefits.listHasBackground == 'true' %}
{% endif %} {% endif %} {% if healthBenefits.showCTA == 'true' %} {% if CTA.type_options.selected != 'sticky' %} {% include "../CTA/CTA.html" %} {% endif %} {% endif %}