<section class="content-block template-free-form bg-pink">
    <div class="grid-container">
        <div class="grid-x align-justify">
            <div class="cell medium-5">
                <div class="cell__inner">
                    <header class="module header">
                        <p class=" p-tag">So what?</p>
                        <h2>why we do it this way</h2>
                    </header>
                    <div class="module buttons hide-for-small-only">
                        <a href="/nto#" class="button button--primary">Lets Grow</a>
                    </div>
                </div>
            </div>
            <div class="cell medium-6">
                <div class="cell__inner">
                    <div class="module accordion">
                        <div class="accordion__item">
                            <header class="accordion__header">
                                <div class="accordion__icon"><img src="/nto/assets/images/cms/icon-speaker.svg" alt=""></div>
                                <h3 class="accordion__title">Brand Amplification</h3>
                                <button class="accordion__button"></button>
                            </header>
                            <article class="accordion__content">
                            Transcend traditional marketplace strategies, with compelling narratives and engaging content that resonates with your audience, to go beyond mere visibility, and make your brand the star of the digital shelf and beyond.</article>
                        </div>
                        <div class="accordion__item">
                            <header class="accordion__header">
                                <div class="accordion__icon"><img src="/nto/assets/images/cms/icon-interests.svg" alt=""></div>
                                <h3 class="accordion__title">Unified and Aligned Interests</h3>
                                <button class="accordion__button"></button>
                            </header>
                            <article class="accordion__content">
                            Neato is not just a service provider; we're your full-service marketplace partner, and the most complete, vertically integrated commerce solution for brand amplification on marketplaces. Our approach is comprehensive, with our warehouse in the same building as our creative studios, encompassing everything from purchasing your inventory and managing marketplaces to creative content development and data-driven marketing strategies. We invest in your success because it's directly tied to ours.</article>
                        </div>
                        <div class="accordion__item">
                            <header class="accordion__header">
                                <div class="accordion__icon"><img src="/nto/assets/images/cms/icon-key.svg" alt=""></div>
                                <h3 class="accordion__title">Complete Control Over Brand Experience</h3>
                                <button class="accordion__button"></button>
                            </header>
                            <article class="accordion__content">
                            Neato is not just a service provider; we're your full-service marketplace partner, and the most complete, vertically integrated commerce solution for brand amplification on marketplaces. Our approach is comprehensive, with our warehouse in the same building as our creative studios, encompassing everything from purchasing your inventory and managing marketplaces to creative content development and data-driven marketing strategies. We invest in your success because it's directly tied to ours.</article>
                        </div>
                        <div class="accordion__item">
                            <header class="accordion__header">
                                <div class="accordion__icon"><img src="/nto/assets/images/cms/icon-purse.svg" alt=""></div>
                                <h3 class="accordion__title">Cost-Effective Long-Term Sustainability</h3>
                                <button class="accordion__button"></button>
                            </header>
                            <article class="accordion__content">
                            Neato is not just a service provider; we're your full-service marketplace partner, and the most complete, vertically integrated commerce solution for brand amplification on marketplaces. Our approach is comprehensive, with our warehouse in the same building as our creative studios, encompassing everything from purchasing your inventory and managing marketplaces to creative content development and data-driven marketing strategies. We invest in your success because it's directly tied to ours.</article>
                        </div>
                    </div>
                    <div class="module buttons show-for-small-only">
                        <a href="/nto#" class="button button--primary">Lets Grow</a>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
{{ template("free-form", {
  "bg": {
    "color": "pink"
  },
  "innerContent": "templates/free-form/context/col-2-why-we-do-it.njk"
}) }}