{% if vslSection.highlight and vslSection.highlight != "" %}
{{vslSection.highlight}}
{% endif %}
{% if (vslSection.title.bold and vslSection.title.bold != "") or (vslSection.title.content and vslSection.title.content != "") %}
{% if vslSection.title.bold and vslSection.title.bold != "" %}
{{vslSection.title.bold}}
{% endif %}
{% if vslSection.title.content and vslSection.title.content != "" %}
{{vslSection.title.content}}
{% endif %}
{% endif %}
{% if vslSection.vsl.video_src %}
{% from "../_vsl/_vsl.html" import vsl %}
{{ vsl(
brightcoveVideoStorage = vslSection.vsl.brightcoveVideoStorage,
brightcoveAccountID = "6415681346001",
brightcoveVideoID = vslSection.vsl.brightcoveVideoID,
brightcoveVideoID_mobile = vslSection.vsl.brightcoveVideoID_mobile,
customPlay = vslSection.vsl.customPlay,
ID = 'vslSectionVsl',
isFullScreenInlineDesktop = vslSection.vsl.isFullScreenInline.desktop,
isFullScreenInlineMobile = vslSection.vsl.isFullScreenInline.mobile,
path = global.path,
placeholder = vslSection.vsl.placeholder,
placeholder_desktop = vslSection.vsl.placeholder_desktop,
alt = vslSection.vsl.alt,
src = vslSection.vsl.video_src,
hasControls = vslSection.vsl.hasControls,
hidePlay = vslSection.vsl.hidePlay,
isMutedAndAutoplay = vslSection.vsl.isMutedAndAutoplay,
customProgressBar = vslSection.vsl.customProgressBar )
}}
{% endif %}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA(
wrapCTA= 'true',
ctaID= vslSection.cta.id,
ctaLink= vslSection.cta.link,
ctaTarget= '_blank',
dataParam= 'true',
ctaParam= 'false',
ctaText = global.mainBtn,
ctaClass= 'invisible',
ctaText= global.mainBtn,
hasIcon = global.mainBtn_hasIcon,
hideCta = vslSection.cta.hide)
}}
{% if vslSection.vsl.isFullScreenInline.desktop == 'true' or vslSection.vsl.isFullScreenInline.mobile == 'true' or vslSection.vsl.personalizedContent == 'true' %}
{% endif %}