{{ sections.pricing.title }}

{{ sections.pricing.subtitle }}

Monthly
{% for plan in sections.pricing.plans %}
{% if plan.highlighted %}
MOST POPULAR
{% endif %}

{{ plan.name }}

{{ plan.subtitle }}

{{ sections.pricing.currency }}{{ plan.price.monthly }} /month
    {% for feature in plan.features %}
  • {{ feature }}
  • {% endfor %}
{{ plan.cta.label }}
{% endfor %}
{% if sections.pricing.customSolution %}

{{ sections.pricing.customSolution.description }}

{{ sections.pricing.customSolution.label }}
{% endif %}