description = "Pricing 2 Section" [viewBag] ==
{% if data.section_pricing2_header %}

{{ data.section_pricing2_header }}

{% endif %} {% if data.section_pricing2_subheader %}
{{ data.section_pricing2_subheader }}
{% endif %} {% if data.section_pricing2_type == 'both' %}
MONTHLY
YEARLY
{% endif %}
{% set aos = ['flip-left', 'flip-up', 'flip-right', 'flip-left', 'flip-down', 'flip-right'] %} {% for fields in data.section_pricing2 %} {% if data.section_pricing2_type == 'both' %} {% set profit = (fields.section_pricing2_mprice * 12) - fields.section_pricing2_yprice %} {% endif %}
{{ fields.section_pricing2_title }}
{% if fields.section_pricing2_popular %}Popular{% endif %}
{{ fields.section_pricing2_title }}
{{ fields.section_pricing2_subtitle }}
    {% for features in fields.section_pricing2_features %}
  • {% if features.section_pricing2_features_icon %}{% endif %} {{ features.section_pricing2_features_title }}
  • {% endfor %}
{{ data.section_pricing2_currency }} {% if data.section_pricing2_type != 'year' %} {{ fields.section_pricing2_mprice }} /mo {% endif %} {% if data.section_pricing2_type != 'month' %} {{ fields.section_pricing2_yprice }} /yr {% endif %}
{% if fields.section_pricing2_btn_link is not empty %} {% endif %}
{% if data.section_pricing2_type == 'both' %} Save {{ data.section_pricing2_currency }}{{ profit }} a Year, choosing annual payment {% endif %}
{% endfor %}
{% if data.section_pricing2_type == 'both' %} {% put scripts %} {% endput %} {% endif %}