{% if topSection.showBackgroundImage and topSection.showBackgroundImage == 'true' %} {% endif %}
{% if topSection.title.text and topSection.title.text != '' or topSection.content.text and topSection.content.text != '' %}

{{topSection.title.text}}

{% if topSection.content.text and topSection.content.text != '' %}

{{topSection.content.text}}

{% endif %}
{% endif %} {% if topSection.ratingSection.showRating == 'true' %}

{{topSection.ratingSection.title}}

{{topSection.ratingSection.content}}
{{topSection.ratingSection.image_alt}}
{% endif %} {% if topSection.vsl.video_src and topSection.vsl.showVSL == 'true' %}
{% from "../_vsl/_vsl.html" import vsl %} {{ vsl( brightcoveVideoStorage = topSection.vsl.brightcoveVideoStorage, brightcoveAccountID = "6415681346001", brightcoveVideoID = topSection.vsl.brightcoveVideoID, customPlay = topSection.vsl.customPlay, ID = 'topSectionVsl', placeholder = topSection.vsl.image, alt = topSection.vsl.alt, src = topSection.vsl.video_src, path = global.path, hasControls = topSection.vsl.hasControls, isMutedAndAutoplay = topSection.vsl.isMutedAndAutoplay ) }}
{% endif %}