<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>
{{ module("accordion", {
  "items": [
    {
      "icon": "/assets/images/cms/icon-speaker.svg",
      "title": "Brand Amplification",
      "description": "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."
    },
    {
      "icon": "/assets/images/cms/icon-interests.svg",
      "title": "Unified and Aligned Interests",
      "description": "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."
    },
    {
      "icon": "/assets/images/cms/icon-key.svg",
      "title": "Complete Control Over Brand Experience",
      "description": "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."
    },
    {
      "icon": "/assets/images/cms/icon-purse.svg",
      "title": "Cost-Effective Long-Term Sustainability",
      "description": "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."
    }
  ]
}) }}