{% if editmode %}
{{ include('_includes/editables_tooltipps.html.twig') }}
{% endif %}
{% set vSpace = '' %}
{% if pimcore_select("set-vspace").getData != '' %}
{% set vSpace = 'style="margin-top: ' ~ pimcore_select("set-vspace").getData ~ '"' %}
{% endif %}
{% if pimcore_checkbox("set-as-section").isChecked %}
<section class=" {{ pimcore_select('set-bg-color').getData ? pimcore_select('set-bg-color').getData : '' }}">
{% endif %}
{% if pimcore_select("panel-container-status").getData != '' %}
<div class="{{ pimcore_select("panel-container-status").getData == 'container-fluid' ? 'container-fluid' : 'container' }}" {{ vSpace | raw }}>
{% endif %}
<div class="page-header scroll-animated" data-animation="slideInUp">
<h3>{{ pimcore_input('panel_section_header3') }}</h3>
<p class="grey">{{ pimcore_input('home_section1_text1') }}</p>
</div>
<div class="page-introduction scroll-animated" data-animation="slideInUp">
{{ pimcore_wysiwyg('panel_section_text2') }}
</div>
</div>
{% if pimcore_checkbox("set-as-section").isChecked %}
</section>
{% endif %}