{% if realReason.sectionBanner.showSectionBanner and realReason.sectionBanner.showSectionBanner == 'true' %} {% from "../_sectionBanner/_sectionBanner.html" import sectionBanner %} {{ sectionBanner( componentName = 'sectionBanner', componentVariant = '', styleVariantion = '', content = realReason.sectionBanner.title, showCta = realReason.sectionBanner.showCta, mainBtnText = '' ) }} {% endif %}
{% from "../_colSection/_colSection.html" import colSection %} {{ colSection( sectionName = 'realReason-main', sectionType = '', numberOfColumns = realReason.numberOfColumns.numberOfColumns_options.selected, leftCol = realReason.leftColumnContent.leftColumnContent_options.selected, assetType= 'Image', hasBg = realReason.styleBackgroundColor.hasBg, title = realReason.mainContent.main_title, subTitle = '', content = realReason.mainContent.main_content, showCta = 'false', mainBtnText = '', path = global.path, imgMobile = realReason.main_image.image_mobile, imgDesktop = realReason.main_image.image_desktop, imgAlt = realReason.main_image.image_alt ) }} {% if realReason.displaySecondarySection == 'true' %}

{{realReason.secondaryTitle.secondary_title}}

{% if realReason.secondaryTitle.secondary_subtitle and realReason.secondaryTitle.secondary_subtitle != '' %}
{{realReason.secondaryTitle.secondary_subtitle}}
{% endif %} {% if realReason.secondary_content[0] and realReason.secondary_content[0] != '' %} {% for content in realReason.secondary_content %}

{{content.content}}

{% endfor %} {% endif %} {% if realReason.secondary_content_layout_options.selected == "Infographics" %}
    {% for item in realReason.infographics_content.items %}
  • {% if item.icon and item.icon != '' %}
    {% from "../_icon/_icon.html" import icon %} {{ icon( iconID = item.icon, className = 'icon', modifierClass = 'infographic' ) }}
    {% endif %} {% if item.title and item.title != '' %}
    {{item.title}}
    {% endif %} {% if item.content and item.content != '' %}

    {{item.content}}

    {% endif %}
  • {% endfor %}
{{realReason.infographics_content.image.image_alt}}
{% endif %}
{% endif %}