{% extends '@theme/base.html.twig' %}{% block metatitle %}{{page.metatitle}}{% endblock %}{% block metadescription %}{{page.metadescription|striptags|slice(0, 160)}}{% endblock %}{% block body %}{% if page.image %}<div class="banner-image banner-image--gradient lazyBackgroundImage" data-mobile="{{ imageCache('/'~ page.getFullImagePath, 'zoomCrop', 1566, 822) }}" data-desktop="{{ imageCache('/'~ page.getFullImagePath, 'zoomCrop', 3200, 1680) }}"></div>{% endif %}<section class="page-content{% if page.image == null %} pt-[148px] md:pt-[163px]{% endif %}"><div class="container"><div class="bg-primary text-center text-white px-10 py-12 relative z-20 mb-12 {% if page.image != null %} -mt-12 sm:-mt-24 md:-mt-52{% else %}mt-12{% endif %}"><h1 class="text-white">{{ replaceIfComponentDataExists(pageComponents, "title", page.title) }}</h1>{% if page.subtitle %}<h3 class="text-white">{{ allowInlineEditor(page, 'subtitle')|striptags }}</h3>{% endif %}{% if page.kicker %}{{ allowInlineEditor(page, 'kicker')|raw }}{% endif %}</div>{% if page.content %}<div class="row cms-area mb-12"><div class="md:col-10 md:offset-1 green-title">{{ allowInlineEditor(page, 'content')|raw }}{% if page.file %}<video src="{{ page.getFileUrl }}" controls></video>{% endif %}</div></div>{% endif %}{% if page.image2 or page.image3 %}<div class="row mb-12">{% if page.image2 %}<div class="sm:col-6 mb-8 sm:mb-0"><img src="{{ imageCache('/'~ page.getFullImage2Path, 'zoomCrop', 1140, 1040) }}" width="670" height="612" alt="{{ page.title }}" loading="lazy" /></div>{% endif %}{% if page.image3 %}<div class="sm:col-6"><img src="{{ imageCache('/'~ page.getFullImage3Path, 'zoomCrop', 1140, 1040) }}" width="670" height="612" alt="{{ page.title }}" loading="lazy" /></div>{% endif %}</div>{% endif %}{% if page.content2 %}<div class="row cms-area mb-12 green-title"><div class="md:col-10 md:offset-1">{{ allowInlineEditor(page, 'content2')|raw }}</div></div>{% endif %}</div></section>{{ renderComponents('Block 1', pageComponents)|raw }}{{ renderComponents('Block 2', pageComponents)|raw }}{{ renderComponents('Block 3', pageComponents)|raw }}{% if page.id == 19 %}{% include '@theme/common/company-info.html.twig' %}{% endif %}{% endblock %}{% block stylesheets %}{% endblock %}