Aquatic Achievers Has Joined Carlile Swim - Learn More

Swims Better Guarantee

Join Carlile Swim for 30 days. We’re confident your child will feel safer, more assured and well supported in the water in their first four weeks. If not, we’ll refund the cost of your lessons.

Welcome To Carlile Swim

jQuery(function($) { var popupShown = false; var targetSection = document.querySelector('#pricing'); if (!targetSection) return; var observer = new IntersectionObserver(function(entries) { entries.forEach(function(entry) { if (entry.isIntersecting && !popupShown) { popupShown = true; observer.unobserve(targetSection); setTimeout(function() { if ( typeof elementorProFrontend !== 'undefined' && elementorProFrontend.modules && elementorProFrontend.modules.popup ) { elementorProFrontend.modules.popup.showPopup({ id: 21836 }); } }, 2000); } }); }, { threshold: 0.4 }); observer.observe(targetSection); });