{% from "../_colSection/_colSection.html" import colSection %}
{{
colSection(
sectionName = 'hero',
sectionType = 'hero',
numberOfColumns = hero.numberOfColumns.numberOfColumns_options.selected,
leftCol = hero.leftColumnContent.leftColumnContent_options.selected,
assetType= hero.columnAssetType.columnAssetType_options.selected,
hasBg = 'false',
hasColorMode = hero.solidBackgroundMode.solidBackground_options.selected,
displayContent = hero.heroContent_options.selected,
showRatingUnderTitle = hero.heroRating.showUnderTitle,
ratingContent = hero.heroRating.content,
ratingImage = hero.heroRating.image,
ratingImgAlt = hero.heroRating.image_alt,
title = hero.heroContentForTitle.title,
subTitle = hero.heroCommonContent.subTitle,
content = hero.heroCommonContent.content,
quote = hero.heroContentForQuote.quote,
quoteAuthor = hero.heroContentForQuote.quote_author,
authorImage = hero.heroContentForQuote.author_image,
showCta = hero.heroCta.showCta,
mainBtnText = global.mainBtn,
path = global.path,
imgMobile = hero.heroImage.image_mobile,
imgDesktop = hero.heroImage.image_desktop,
imgAlt = hero.heroImage.image_alt,
logoID = '',
showDecline = 'false',
declineButtonContent = '',
disclaimer = '',
brightcoveVideoStorage = hero.heroVideo.brightcoveVideoStorage,
brightcoveVideoID = hero.heroVideo.video_desktop.brightcoveVideoID,
brightcoveVideoID_mobile = hero.heroVideo.video_mobile.brightcoveVideoID,
displayPlayButton = hero.heroVideo.displayPlayButton,
customPlay = hero.heroVideo.customPlay,
transparentPoster = hero.heroVideo.transparentPoster,
alt = hero.heroVideo.alt,
ID = hero.heroVideo.ID,
video_src_desktop = hero.heroVideo.video_desktop.video_src,
video_src_mobile = hero.heroVideo.video_mobile.video_src,
hasControls = hero.heroVideo.hasControls,
isMutedAndAutoplay = hero.heroVideo.isMutedAndAutoplay,
playInLoop = hero.heroVideo.playInLoop,
carouselItems = hero.heroCarousel_items,
carouselSetupInfinite = hero.heroCarousel_setup.infinite,
carouselSetupSlidesToShow = hero.heroCarousel_setup.slidesToShow,
carouselSetupSlidesToScroll = hero.heroCarousel_setup.slidesToScroll,
carouselSetupAutoPlay = hero.heroCarousel_setup.autoPlay,
carouselSetupAutoPlaySpeed = hero.heroCarousel_setup.autoPlaySpeed,
carouselSetupChangeSlideSpeed = hero.heroCarousel_setup.changeSlideSpeed,
carouselSetupShowArrows = hero.heroCarousel_setup.showArrows,
carouselSetupPaginationDots = hero.heroCarousel_setup.pagination_dots,
carouselSetupCustomPagination = hero.heroCarousel_setup.custom_pagination,
carouselImageMobile = '',
carouselImageDesktop = '',
carouselImageAlt = '',
carouselImageTitle = '',
carouselImageSubtitle = ''
)
}}