{% load wagtailimages_tags %}
{% if value.background_image %} {% image value.background_image fill-1920x1080 as bg_img %}
{% endif %}
{% if value.tag %}
{{ value.tag }}
{% endif %}

{{ value.title }}

{{ value.description }}
{% if value.action_type == 'video' and value.video_url %} {{ value.video_text|default:"VEJA O VÍDEO" }} {% elif value.action_type == 'button' and value.button_url %} {{ value.button_text|default:"SAIBA MAIS" }} {% endif %}
{% image value.hero_image original format-webp class="img-fluid" style="width: 100%; height: auto; border-radius: 8px; box-shadow: 0 5px 15px rgba(0, 0, 0, 0.3);" %}