{% embed "molecules-tile" with {
  tile: {
    classes: "u-padding-none t-salesOnboarding"
  }
} %}

  {% block tile_content %}
  
    {% grid "o-grid--large o-grid--rev o-grid--flex" %}
      {% cell "u-1/1 u-1/3@small u-2/5@medium" %}
        {% include "atoms-image" with {
          image: {
            src: "https://www.pega.com/sites/pega.com/files/hero-sales_0.png",
            classes: "u-1/1"
          }
        } %}
      {% endcell %}
      
      {% cell "o-grid__item--center u-1/1 u-2/3@small u-3/5@medium" %}
        <div class="u-padding-large">
          {% embed "@molecules/flags/flag-block.twig" with {
            icon: {
              name: "product-sales",
              classes: "c-icon--huge c-icon--border"
            },
            flag_block: {
              image_classes: "u-1/4 u-1/1@small",
              body_classes: "u-3/4 u-1/1@small"
            }
          } %}
          
            {% block body %}
              {% include "atoms-heading" with {
                heading: {
                  text: "Intelligently guide B2B or B2C sales professionals and optimize your sales force automation system",
                  classes: "c-heading--large"
                }
              } only %}
            {% endblock %}
          {% endembed %}
          
          {% include "atoms-h1" with {
            heading: {
              text: "Pega Sales &amp; Onboarding",
              classes: "c-heading--xxxxlarge c-heading--uppercase"
            }
          } %}
          
          {% grid "o-grid--small" %}
            {% cell %}
              {% include "atoms-button" with {
                button: {
                  text: "Watch the video",
                  classes: "u-margin-bottom-small"
                }
              } %}
            {% endcell %}
            
            {% cell %}
              {% include "atoms-button" with {
                button: {
                  text: "Request a demo",
                  classes: "u-margin-bottom-small"
                }
              } %}
            {% endcell %}
          </div>
        {% endgrid %}
        
      {% endcell %}
    {% endgrid %}
  
    
  
  {% endblock %}

{% endembed %}  