{# v0.62 CSS refactor: CTA buttons use the .dz-button .dz-button-primary / -outline composition (components/button.css). #} {% from "site/sections/_helpers.html" import section_id_attr %}
{% if section.headline %}

{{ section.headline }}

{% endif %} {% if section.subhead %}

{{ section.subhead }}

{% endif %} {% if section.primary_cta or section.secondary_cta %}
{% if section.primary_cta %} {{ section.primary_cta.label | default("Get Started") }} {% endif %} {% if section.secondary_cta %} {{ section.secondary_cta.label | default("Learn More") }} {% endif %}
{% endif %}