JOIN THE EASY SUCCESS TEAM

Open positions

At ESA, we’re always on the lookout for passionate, driven individuals who want to be part of fast growing agency. While we don't have any open positions right now, we're growing fast and new opportunities are always on the horizon!

If you’re interested in being a part of a the team we’d love to hear from you. Feel free to reach out to us at [email protected] tell us a bit about yourself. We’ll keep your details on file and reach out when the right opportunity comes up!

Stay tuned for future openings, and don’t hesitate to connect with us.

Ready to start scaling your agency?

Get started with a free strategy call—we’ll walk you through the exact systems we install to help agencies scale.

© Copyright 2025. Easy Success Agency. All Rights Reserved.

document.addEventListener("DOMContentLoaded", function () { const cards = document.querySelectorAll(".blur-effect-card"); cards.forEach((card) => { card.addEventListener("mouseenter", () => { document.body.classList.add("blur-active"); card.classList.add("hovered"); }); card.addEventListener("mouseleave", () => { card.classList.remove("hovered"); // Check if any card is still hovered if (![...cards].some((c) => c.matches(".hovered"))) { document.body.classList.remove("blur-active"); } }); }); }); html { scroll-behavior: smooth; } window.addEventListener('scroll', function () { document.body.classList.toggle('scrolled', window.scrollY > 200); });