{% 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 %}
{% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% for item in reasons.reasons %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% include "./reasonsItem.html" %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %} {% endfor %} {% if reasons.layoutOptions.showExpandableContentOnMobile == 'true' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' or reasons.layoutOptions.showExpandableContentOnMobile == 'false' and reasons.layoutOptions.showCarouselContentOnMobile == 'true' %}
{% endif %}
{{reasons.disclaimer}}
{% if highlight.highlightPosition_options.selected == 'Above Sticky CTA' %} {% from "../highlight/_highlight.html" import highlightedContent %} {{ highlightedContent( highlightedContent = highlight.text, showCTA = highlight.show_mainBtn, skin = skin.use_custom_skin, ctaLink = global.mainBTN_link, ctaText = global.mainBtn, style = skin.CTAStyle_options.selected ) }} {% endif %}