{% if highlight.title != '' %}

{{highlight.title}}

{% endif %}

{{highlight.text}}

{% if highlight.show_cta == 'true' %} {% from "../_CTABtn/_CTABtn.html" import CTA %} {{ CTA( wrapCTA = 'false', ctaID = 'mainCTA', ctaLink = global.mainBTN_link, ctaTarget = "_blank", dataParam = 'true', ctaParam = 'false', ctaText = global.mainBtn, hasIcon = 'false' ) }} {% endif %} {% if highlight.show_global_disclaimer == 'true' and global.disclaimer != '' %}
{{global.disclaimer}}
{% endif %}