top of page
landing page v4.jpg
Challector Final Version  (1).png

We Are Coming in
December 2025!

bottom of page
document.addEventListener("mousemove", function (e) { if (e.clientY <= 5 && !window.exitPopupShown) { window.exitPopupShown = true; try { $w('#subscribePopup').show(); // ← This works with legacy popups } catch(err) { console.error("Popup could not open:", err); } } });