{% if vslSection.background_image and vslSection.background_image != '' %}
{% endif %}
{% if vslSection.headlineSetup.hasFullWidthHeadline == 'true' %}
{{vslSection.title}}
{% if vslSection.subtitle and vslSection.subtitle != '' %}
{{vslSection.subtitle}}
{% endif %}
{% endif %}
{% if vslSection.headlineSetup.hasDynamicTitle == 'false' and vslSection.headlineSetup.hasFullWidthHeadline == 'false' %}
{{vslSection.title}}
{% if vslSection.subtitle and vslSection.subtitle != '' %}
{{vslSection.subtitle}}
{% endif %}
{% endif %}
{% if vslSection.headlineSetup.hasDynamicTitle == 'true' and vslSection.headlineSetup.hasFullWidthHeadline == 'false' %}
{{vslSection.title}}
{{vslSection.dynamicTitle[0].text}}
{% endif %}
{% from "../_vsl/_vsl.html" import vsl %}
{{ vsl(
brightcoveVideoStorage = vslSection.vsl.brightcoveVideoStorage,
brightcoveAccountID = vslSection.vsl.brightcoveAccountID,
brightcoveVideoID = vslSection.vsl.brightcoveVideoID,
brightcoveVideoID_mobile = vslSection.vsl.brightcoveVideoID_mobile,
ID = 'vslVideo',
isSquare = vslSection.videoSetup.videoRatioIsSquare,
path = global.path,
placeholder = vslSection.vsl.placeholder,
placeholderMobile = vslSection.vsl.placeholder_mobile,
placeholderAlt = vslSection.vsl.placeholderAlt,
src = vslSection.vsl.videoSrc,
srcMobile = vslSection.vsl.videoSrcMobile,
isFullScreen = vslSection.videoSetup.playInFullScreen,
isFullScreenInline = vslSection.videoSetup.playInFullScreenInline,
hasBigPlayWithText = vslSection.vsl.hasBigPlayWithText,
customPlay = vslSection.vsl.customPlay,
videoThumbnail = vslSection.vsl.videoThumbnail,
hasControls = vslSection.vsl.hasControls,
isMutedAndAutoplay = vslSection.vsl.isMutedAndAutoplay,
playInLoop = vslSection.vsl.playInLoop,
playsinline = vslSection.vsl.playsinline
)
}}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA(
wrapCTA = 'true',
ctaID = 'vslCTA',
ctaLink = global.mainBtn_link,
ctaTarget = '_blank',
dataParam = 'true',
ctaParam = 'false',
ctaText = global.mainBtn,
ctaClass = 'cta',
hasIcon = global.mainBtn_hasIcon,
hideCta = vslSection.cta.hide,
bgColor = vslSection.cta.bgColor_options.selected
)
}}
{% from "../_CTABtn/_CTABtn.html" import CTA %}
{{ CTA(
wrapCTA = 'true',
ctaID = 'readMore',
ctaLink = '',
ctaTarget = '',
dataParam = 'false',
ctaParam = 'false',
ctaText = vslSection.readMoreCta.text,
ctaClass = 'readMore',
hasIcon = 'false',
hideCta = vslSection.readMoreCta.hide,
bgColor = vslSection.readMoreCta.bgColor_options.selected
)
}}