FITNESS & BEAUTY
Group Fitness Classes
Classes Included in Your Membership:
Small Group/ Team Training
Unlock elite training in a group setting with added flexibility at a modest additional cost. Our team training program connects you with top trainers, offering classes tailored to fit your schedule and interests. Elevate your fitness journey by complementing it with personalized training for extra perks. Reach your goals with ease, seizing the opportunity for expert guidance and a bespoke approach to fitness on your terms.
Class Schedule
Dec 21
-
27
< Prev. Week
Next Week >
Filter Results
Sunday, Dec 21
Monday, Dec 22
Tuesday, Dec 23
Wednesday, Dec 24
Thursday, Dec 25
Friday, Dec 26
Saturday, Dec 27
var category = “9”; // Define the category in one place
// Function to check if a specific query parameter and value exist in the URL
function hasQueryParam(param, value) {
return new URLSearchParams(window.location.search).get(param) === value;
}
// Check if the category is already in the URL
if (!hasQueryParam(“category”, category)) {
var urlParams = new URLSearchParams(window.location.search);
urlParams.append(“category”, category);
window.location.search = urlParams.toString();
}
})();
