{% if reasons.showStickyCTA.enable == "true" %} {% from "../stickyCTA/_stickyCTA.html" import stickyCTA with context %} {{ stickyCTA( stickyCTAID = 'stickyCTA', ctaLink = global.mainBTN_link, ctaText = global.mainBtn, enableSkin = skin.use_custom_skin, style = skin.CTAStyle_options.selected ) }} {% endif %}
{% for item in reasons.reasons %}

{{item.title}}

{% if item.image.image_desktop and item.image.image_desktop != '' %} {% if 'svg' in item.image.image_desktop or 'gif' in item.image.image_desktop %} {{item.image.image_alt}} {% else %} {{item.image.image_alt}} {% endif %} {% endif %}
{{item.content}}
{% endfor %} {% if reasons.showHighlight == "true" %} {% include "../highlight/highlight.html" %} {% endif %} {% if reasons.disclaimer != '' %}
{{reasons.disclaimer}}
{% endif %}