File: //var/www/quadcode-jobs/storage/framework/views/b1fa6e4fb92f49424ac7138e00d47f3d630ed2ea.php
<?php if(false): ?>
<section class="welcome" style="--welcome-bg: url(<?php echo e($block->image('image')); ?>); --header-font-size: var(--typo-headline1);">
<div class="locations__video-wrap">
<video class="location-video" src="<?php echo e($block->file('video')); ?>" autoplay="true" loop="true" muted="muted" poster="<?php echo e($block->image('image')); ?>"></video>
</div>
<div class="container">
<div class="welcome__inner">
<header class="welcome__header fw-600" style="margin-bottom: 1rem;">
<h1><?php echo $block->translatedInput('title'); ?></h1>
</header>
<?php echo $block->translatedInput('description'); ?>
</div>
<div class="welcome__call-to-scroll">
<a href="#" class="action-marker js-scroll-down">
<svg viewBox="0 0 14 9" fill="none" xmlns="http://www.w3.org/2000/svg">
<path d="M1 1L7 7L13 1" stroke="white" stroke-width="2"/>
</svg>
</a>
</div>
</div>
</section>
<?php else: ?>
<section class="welcome welcome_small" style="--welcome-bg: url(<?php echo e($block->image('image')); ?>); --header-font-size: var(--typo-headline1);">
<div class="locations__video-wrap">
<video class="location-video" src="<?php echo e($block->file('video')); ?>" autoplay="true" loop="true" muted="muted" poster="<?php echo e($block->image('image')); ?>"></video>
</div>
<div class="container">
<div class="welcome__inner">
<header class="welcome__header fw-600" style="margin-bottom: 1rem;">
<h1><?php echo $block->translatedInput('title'); ?></h1>
</header>
</div>
</div>
</section>
<?php endif; ?>
<?php /**PATH /var/www/quadcode-jobs/resources/views/site/blocks/hero.blade.php ENDPATH**/ ?>