<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">&lt;style&gt;.custom-banner-image{background-image:url('{% if module.image_field.src %}	{% set sizeAttrs = 'width="" height=""' %}	{% if module.image_field.size_type == 'auto' %}		{% set sizeAttrs = 'style="max-width: 100%; height: 100%;"' %}	{% elif module.image_field.size_type == 'auto_custom_max' %}		{% set sizeAttrs = 'width="100%" height="100%" style="max-width: px; max-height: px"' %}	{% endif %}	&lt;img src="" alt="" &gt;{% endif %}')}&lt;/style&gt;.custom-banner-image{background-repeat:no-repeat !important;background-size:cover;background-position:50% 50%;position:relative;width:100%;height:auto;display:block}.custom-banner-image .banner-text{padding:150px 0;color:#eee;text-align:center;position:relative;z-index:1;width:100%;font-family:poppins}.custom-banner-image .banner-text{color:#fff}@media(max-width:767px){.header-container.container-fluid .row-fluid .page-center{padding:0}.custom-banner-image .banner-text{padding:50px 15px}}</pre></body></html>