@php $spacingType = $block->color_scheme ? 'block-padding' : 'block-margin'; @endphp
@if ($block->anchor_id )
@endif
video && $block->video_embed) data-video="{{ base64_encode($block->video_embed) }}" @if($block->image1) data-action="play" @endif @endif > @if($block->video_embed || $block->video)
@if($block->video_embed) {!! $block->video_embed !!} @else @endif
@if($block->image1) @endif @endif @if($block->image1) @if ($block->image1->extension == 'gif') {!! getMediaImg($block->image1, null, htmlentities($block->block_title)) !!} @else @if($block->image1Mobile) @else @endif {!! getMediaImg($block->image1, '1145x700', htmlentities($block->block_title)) !!} @endif @endif
@if($block->block_title)

@title($block->block_title)

@endif @if($block->content)
{!! $block->content !!}
@endif @if (!empty($block->cta1))
{!! generateLink($block->cta1, 'std-button std-button--large') !!}
@endif