<section class="content-block template-free-form bg-image bg-dark pt-lg pb-lg">
    <div class="bg-container">
    <div class="overlay"></div>
        <img class="lazy-load" data-src="/nto/assets/images/cms/free-form-bg.jpg" alt="">
    </div>
    <div class="grid-container">
        <div class="grid-x align-middle align-center">
            <div class="cell medium-6">
                <div class="cell__inner">
                    <picture class="module image align-center">
                        <img src="/nto/assets/images/cms/icon-cup.svg" alt="" class="image__main">
                    </picture>
                    <header class="module header align-center">
                        <h2>Vegas, baby</h2>
                    </header>
                    <div class="module text-editor opacity-90 mt-xs ">
                        <p style="text-align: center;">We chose Las Vegas as the home for Neato because it’s so much more than casinos and entertainers – it’s an arena for transformation that vibrates with opportunity. Just like Neato, Vegas is built on hopes, dreams and endless innovation.</p>
                    </div>
                </div>
            </div>
        </div>
    </div>
</section>
{{ template("free-form", {
  "class": "bg-dark pt-lg pb-lg",
  "bg": {
    "image": "/assets/images/cms/free-form-bg.jpg"
  },
  "innerContent": "templates/free-form/context/col-1-vegas-baby.njk"
}) }}