@import url('https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;600;700;800;900&display=swap');

html,
body {
    margin: 0;
    padding: 0;
    font-family: 'Open Sans', sans-serif;
    color: #000;
}
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: 0;
    text-decoration: none;
}
.landing-wrap {
    width: 100%;
    max-width: 1440px;
    margin: 0 auto;
}
.blue-button {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding: 0 26px;
    background-color: #00B1E1;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 40px;
    box-sizing: border-box;
    transition: color 0.5s ease, background-color 0.5s ease;
    border: 2px solid #00B1E1;
}
.blue-button:hover {
    background-color: #000;
    color: #00B1E1;
}
.black-button {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding: 0 26px;
    background-color: #000;
    color: #fff;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 40px;
    box-sizing: border-box;
    transition: color 0.5s ease, background-color 0.5s ease;
    border: 2px solid #000;
}
.black-button:hover {
    background-color: #fff;
    color: #000;
}
.white-button {
    display: inline-block;
    height: 50px;
    margin: 0 auto;
    padding: 0 26px;
    background-color: #fff;
    color: #000;
    font-size: 18px;
    font-weight: 700;
    line-height: 50px;
    text-transform: uppercase;
    text-decoration: none;
    border-radius: 40px;
    box-sizing: border-box;
    transition: color 0.5s ease, background-color 0.5s ease;
    border: 2px solid #fff;
}
.white-button:hover {
    background-color: #000;
    color: #fff;
}


/* BREADCRUMBS */
.breadcrumb {
    position: absolute;
    left: 0;
    right: 0;
    margin-top: -18px;
    min-height: 12px;
    font-size: 12px;
    font-weight: 600;
    line-height: 12px;
}
.breadcrumb > div {
    height: 100%;
    align-items: center;
}
.breadcrumb a {
    padding: 0 7px;
    text-decoration: none;
    color: #000;
}
.breadcrumb a:hover {
    text-decoration: underline;
}
.breadcrumb a:first-child {
    padding-left: 0;
}
.breadcrumb span {
    padding: 0 0 0 10px;
}

/* SIGN UP */
.signup-start {
    background-color: #FDDA13;
}

.signup-start > div {
    display: block;
    padding: 24px 0;
    text-align: center;
}
.signup-start .heading-text {
    margin: 0 0 4px;
    padding: 0;
    font-family: league_gothicregular;
    font-size: 48px;
    font-weight: 500;
    line-height: 37px;
    color: #000;
    text-transform: uppercase;
}
.signup-start p {
    margin: 0 0 8px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    color: #000;
}
.signup-start a {
    margin: unset;
    font-size: 16px;
    height: unset;
    line-height: 18px;
    padding: 9px 26px;
}

/* BANNER */
.banner {
    position: relative;
    height: 680px;
    background-color: gray;
}
.banner > div {
    display: flex;
    align-items: center;
    height: 100%;
}
.banner .banner-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 100%;
    z-index: 0;
    overflow: hidden;
}
.banner .banner-img img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.banner .address-block {
    position: relative;
    z-index: 1;
    width: 488px;
    padding: 32px;
    background-color: #fff;
    border-radius: 8px;
    box-sizing: border-box;
}
.banner .address-block #about {
    margin: 0 0 16px;
    padding: 0;
    font-size: 20px;
    font-weight: 800;
    line-height: 20px;
    color: #00B1E1;
    text-transform: uppercase;
}
.banner .address-block h1 {
    margin: 0 0 16px;
    padding: 0;
    line-height: 72px;
    font-size: 80px;
    font-family: league_gothicregular;
    text-transform: uppercase;
    font-weight: 500;
    color: #000;
}
.banner .address-block .reviews {
    display: flex;
    align-items: center;
    margin-bottom: 32px;
    font-size: 16px;
    font-weight: 600;
    line-height: 20px;
    color: #000;
}
.banner .address-block .reviews .score {
    margin: 0 14px 0 0;
    padding: 0;
    font-weight: 400;
    font-size: 16px;
    line-height: 20px;
}
.banner .address-block .reviews .rating {
    margin: 0 14px 0 0;
}
.banner .address-block .reviews .rating svg {
    margin-bottom: -1px;
    margin-right: 4px;
}
.banner .address-block .reviews .rating svg:last-child {
    margin-right: 0;
}
.banner .address-block .reviews .totals {
    margin: 0;
    padding: 0;
    font-weight: 600;
    font-size: 16px;
    line-height: 20px;
}
.banner .address-block .iconize {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 17px;
    text-decoration: none;
    color: #000;
}
.banner .address-block .iconize .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: auto;
}
.banner .address-block .iconize p {
    margin: 0;
    padding: 0 0 0 8px;
    width: -webkit-fill-available;
    font-size: 16px;
    font-weight: 400;
    line-height: 20px;
    width: -moz-available;
}
.banner .address-block .iconize p a {
    text-decoration: none;
    color: #000;
}
.banner .address-block .iconize p span.closed {
    color: red;
}
.banner .address-block .iconize img.address {
    margin-top: -4px;
}
.banner .address-block .iconize img.time {
    margin-top: -5px;
}
.iconize-mobile {
    display: none;
}
.banner .address-block .trial {
    margin-top: 32px;
}
.banner .address-block .trial h2 {
    margin: 0 0 24px;
    font-family: league_gothicregular;
    font-size: 40px;
    font-weight: 500;
    line-height: 36px;
    text-transform: uppercase;
    color: #000;
}
.banner .address-block .trial h2 img {
    max-width: 100%;
}
.banner .address-block .trial > div {
    display: flex;
    justify-content: space-between;
    width: 100%;
}
.banner .address-block .trial .button-signup {
    margin: unset;
    height: unset;
    line-height: 18px;
    padding: 14px 31px;
    text-align: center;
}
.banner .address-block .trial .button-contact {
    background-color: #000;
    color: #fff;
    transition: color 0.5s ease;
}
.banner .address-block .trial .button-contact:hover {
    color: #00B1E1;
}

/* Navigation */
.navigation {
    height: 96px;
    background-color: #fff;
    box-shadow: 0px 3px 3px 0px #58585842;
    position: sticky;
    top: 0;
    z-index: 999;
}
.navigation > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    height: 100%;
}
.navigation h3 {
    margin: 0;
    font-family: league_gothicregular;
    font-size: 48px;
    font-weight: 500;
    line-height: 42px;
    text-transform: uppercase;
    color: #000;
}
.navigation .navigations {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 30px;
    list-style: none;
    margin: 0 15px 0 8px;
    padding: 0;
}
.navigation .navigations li {
    font-size: 16px;
    font-weight: 700;
    text-align: center;
}
.navigation .navigations li:last-child {
    margin-right: 0;
}
.navigation ul li a {
    text-decoration: none;
    color: #000;
    text-transform: uppercase;
}
.navigation .socials {
    display: flex;
    align-items: center;
    list-style: none;
    margin: 0;
    padding: 0;
}
.navigation .socials li {
    margin-right: 14px;
    margin-top: 2px;
}
.navigation .socials li:last-child {
    margin-right: 0;
}
.navigation-mobile {
    display: none;
    position: sticky;
    top: 0;
    padding: 24px;
    background-color: #fff;
    text-align: center;
    z-index: 999;
    box-shadow: 0px 0px 5px 4px #58585842;
}
.navigation-mobile h3 {
    margin: 0 0 16px;
    padding: 0;
    font-family: league_gothicregular;
    font-size: 36px;
    font-weight: 500;
    text-transform: uppercase;
    line-height: 30px;
}
.navigation-mobile select {
    position: relative;
    width: 100%;
    border-radius: 20px;
    padding: 9px 33px;
    padding-left: 83px;
    font-size: 16px;
    border: 1px solid #000;
    appearance: none;
    background-image: url('../images/arrow-down-icon.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 16px);
    color: #000;
    text-transform: capitalize;
}
.navigation-mobile select:focus {
    outline: none;
    border-color: #000;
}
.navigation-mobile  .jumpto {
    position: relative;
    &::before {
        content: 'Jump to: ';
        display: block;
        position: absolute;
        left: 17px;
        top: 7px;
        z-index: 1;
    }
}

/* AMENITIES */
.amenities {
    background-color: #00B1E1;
    padding: 84px 0 79px;
}
.amenities h2 {
    margin: 0 0 14px;
    padding: 0;
    font-family: league_gothicregular;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    line-height: 56px;
    text-transform: uppercase;
}
.amenities .description {
    max-width: 708px;
    margin: 0 auto 29px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 1.4;
}
.amenities .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    margin: 0 0 28px;
    padding: 0;
    list-style: none;
}
.amenities .blocks .block {
    width: calc((100% / 3) - 16px);
}
.amenities .blocks .block .thumbnail {
    max-height: 240px;
    height: 20vw;
    display: flex;
    align-items: center;
    justify-content: center;
    margin: 0 0 16px;
    border-radius: 8px;
    overflow: hidden;
}
.amenities .blocks .block .thumbnail img {
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.amenities .blocks .block h3 {
    margin: 0 0 8px;
    font-size: 20px;
    font-weight: 800;
    text-align: center;
    text-transform: uppercase;
}
.amenities .blocks .block p {
    margin: 0 0 6px;
    padding: 0;
    font-size: 16px;
    font-weight: 400;
    line-height: 21.79px;
    text-align: center;
}
.amenities .more {
    text-align: center;
}

/* MEMBERSHIP */
.membership {
    padding: 80px 0 25px;
    color: #000;
}
.membership > div > h3 {
    margin: 0 0 17px;
    text-align: center;
    color: #00B1E1;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
    text-transform: uppercase;
}
.membership h2 {
    margin: 0 0 8px;
    padding: 0;
    font-family: league_gothicregular;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    line-height: 48px;
    text-transform: uppercase;
}
.membership .description {
    max-width: 708px;
    margin: 0 auto 15px;
    font-size: 16px;
    font-weight: 500;
    text-align: center;
    line-height: 21.79px;
}
.membership .button {
    margin: 0 0 40px;
    text-align: center;
}
.membership .blocks {
    display: flex;
    flex-wrap: wrap;
    gap: 24px;
    width: 100%;
    padding: 0;
    list-style: none;
}
.membership .blocks > .block {
    position: relative;
    width: calc((100% / 3) - 16px);
    padding: 0 40px;
    border-radius: 8px;
    box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    box-sizing: border-box;
}
.membership .blocks .block p {
    margin: 0;
    padding: 0;
}
.membership .blocks .block .tag {
    width: 100%;
    max-width: 220px;
    margin: 0 auto 28px;
    padding: 11px 0;
    background-color: #FDDA13;
    color: #000;
    font-size: 16px;
    font-weight: 800;
    text-align: center;
    box-sizing: border-box;
    border-bottom-left-radius: 8px;
    border-bottom-right-radius: 8px;
    text-transform: uppercase;
}
.membership .blocks .block h3 {
    margin: 28px 0 6px;
    font-family: league_gothicregular;
    font-size: 40px;
    font-weight: 500;
    text-align: center;
    line-height: 38px;
    text-transform: uppercase;
}
.membership .blocks .block .subscription {
    margin-bottom: 16px;
    /* padding-bottom: 16px; */
    font-size: 14px;
    font-weight: 600;
    text-align: center;
    /* border-bottom: 2px solid #000; */
}
.membership .blocks .block .label-start {
    margin-bottom: 8px;
    font-size: 12px;
    text-align: center;
    text-transform: uppercase;
}
.membership .blocks .block .amount {
    position: relative;
    text-align: center;
    font-family: league_gothicregular;
}
.membership .blocks .block .amount .currency,
.membership .blocks .block .amount .asterisk {
    display: inline-block;
    font-size: 50px;
    position: relative;
    top: -25px;
}
.membership .blocks .block .amount .value {
    font-size: 80px;
    line-height: 79px;
}
.membership .blocks .block .amount .break {
    position: absolute;
    top: 35px;
    left: 0;
    right: 0;
    width: 120px;
    height: 8px;
    margin: 0 auto;
    background-color: #00B1E1;
}
.membership .blocks .block .label-month {
    margin: 0 0 16px;
    text-align: center;
    font-size: 12px;
    text-transform: uppercase;
}
.membership .blocks .block .button {
    margin-bottom: 24px;
}
.membership .blocks .block .button a {
    width: 100%;
    height: unset;
    line-height: 18px;
    padding: 14px 31px;
}
.membership .blocks .block .benifits {
    margin-bottom: 103px;
    padding: 22px 0 0;
    border-top: 1px solid #000
}
.membership .blocks .block .benifits h4 {
    margin: 0 0 10px;
    font-size: 20px;
    font-weight: 800;
    line-height: 25px;
}
.membership .blocks .block .benifits ul {
    margin: 0;
    padding: 0 0 0 24px;
    list-style-type: disc;
}
.membership .blocks .block .benifits ul li {
    margin-bottom: 6.4px;
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
}
.membership .blocks .block .label-note {
    position: absolute;
    bottom: 38px;
    left: 40px;
    right: 40px;
    font-size: 12px;
    font-weight: 600;
    color: #000;
    opacity: 0.5;
}
.membership .blocks > .block:nth-child(1),
.membership .blocks > .block:nth-child(3) {
    margin-top: 40px;
}
.membership ul.slick-dots {
    position: relative;
    bottom: unset;
    margin-bottom: 32px;
}
.membership ul.slick-dots li {
    width: 16px;
    height: 16px;
}
.membership ul.slick-dots li button {
    width: 16px;
    height: 16px;
    background-color: #000;
    border-radius: 100%;
}
.membership ul.slick-dots li button::before {
    display: none;
}
.membership ul.slick-dots li.slick-active button {
    background-color: #00B1E1;
}


/* MEMBERSHIP OTHER OFFERS */
.membership-other {
    margin-bottom: 80px;
}
.membership-other > div {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 40px;
    padding: 40px;
    box-sizing: border-box;
    border-radius: 8px;
    box-shadow: 0px 0px 9px 0px rgba(0, 0, 0, 0.1);
}
.membership-other h2 {
    margin: 0 0 5px;
    padding: 0;
    font-size: 40px;
    font-weight: 500;
    font-family: league_gothicregular;
    line-height: 36px;
    text-transform: uppercase;
}
.membership-other a {
    margin: unset;
    height: 40px;
    padding: 0 20px;
    font-size: 16px;
    line-height: 37px;
    white-space: nowrap;
}


/* WORKOUT */
.workout {
    height: 100%;
    max-height: 822px;
    overflow: hidden;
}
.workout .container {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.workout .landing-wrap {
    position: absolute;
    z-index: 2;
}
.workout h3 {
    margin: 0 0 16px;
    text-align: center;
    color: #00B1E1;
    font-size: 20px;
    font-weight: 800;
    text-transform: uppercase;
}
.workout h2 {
    margin: 0 0 16px;
    padding: 0;
    font-family: league_gothicregular;
    font-size: 64px;
    font-weight: 500;
    text-align: center;
    line-height: 56px;
    text-transform: uppercase;
    color: #fff;
}
.workout p {
    max-width: 750px;
    margin: 0 auto 16px;
    font-size: 18px;
    font-weight: 600;
    text-align: center;
    line-height: 1.4;
    color: #fff;
}
.workout .buttons {
    display: flex;
    gap: 32px;
    align-items: center;
    justify-content: center;
}
.workout .buttons a {
    margin: unset;
    padding: 0px 22px;
}
.workout .banner-img {
    position: relative;
    max-height: 822px;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.workout .banner-img img {
    width: 100%;
    filter: brightness(0.5);
}
.workout .banner-img iframe {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 0;
    transform: scale(1.3);
}
.workout .banner-img video {
    position: absolute;
    width: 100%;
    z-index: 0;
}
.workout .banner-img .overlay {
    width: 100vw;
    aspect-ratio: 1340 / 681;
    z-index: 1;
    background-color: #00000075;
}


/* MEMBERS FEEDBACK */
.members-feedback {
    margin: 0;
    padding: 122px 0 80px;
    background-color: #00B1E1;
    text-align: center;
}
.members-feedback h3 {
    margin: 0 0 24px;
    padding: 0;
    font-size: 20px;
    font-weight: 800;
}
.members-feedback .slider-feedbacks > div {
    text-align: center;
}
.members-feedback .slider-feedbacks > div h2 {
    max-width: 947px;
    width: 100%;
    margin: 0 auto 24px;
    padding: 0 16px;
    box-sizing: border-box;
    font-size: 40px;
    font-weight: 600;
}
.members-feedback .slider-feedbacks > div h2:before {
    content: '“';
}
.members-feedback .slider-feedbacks > div h2:after {
    content: '”';
}
.members-feedback .slider-feedbacks > div p {
    margin: 0 0 32px;
    padding: 0;
    font-size: 20px;
    font-weight: 600;
    font-style: italic;
    text-transform: capitalize;
}
.members-feedback .slick-dots li button {
    width: 10px;
    height: 10px;
    background-color: #fff;
    border-radius: 100%;
}
.members-feedback .slick-dots li button:before {
    display: none;
}
.members-feedback .slick-dots li.slick-active button {
    background-color: #000;
}
.members-feedback .button {
    text-align: center;
    padding-top: 30px;
}

/* DIRECTORY MAP */
.directory-map {
    padding-top: 80px;
}
.directory-map .mapping {
    margin-bottom: 80px;
}
.directory-map .mapping > div {
    display: flex;
    gap: 60px;
}
.directory-map .mapping-block {
    display: flex;
    align-items: center;
    justify-content: center;
    width: -webkit-fill-available;
    overflow: hidden;
}
.directory-map .mapping-block #map {
    height: 400px;
}
.directory-map .address-block {
    width: 464px;
    min-width: 464px;
    padding-top: 54px;
}
.directory-map .address-block h2 {
    margin: 0 0 22px;
    padding: 0;
    font-size: 64px;
    font-weight: 500;
    line-height: 56px;
    font-family: league_gothicregular;
    text-transform: uppercase;
}
.directory-map  .address-block .details {
    margin: 0 0 22px; 
}
.directory-map .address-block .socials {
    display: none;
}
.directory-map .address-block h3 {
    margin: 0 0 16px;
    padding: 0;
    font-size: 40px;
    font-weight: 500;
    font-family: league_gothicregular;
    text-transform: uppercase;
}
.directory-map .address-block .iconize {
    display: flex;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 14px;
    text-decoration: none;
    color: #000;
}
.directory-map .address-block .iconize .icon {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 24px;
    height: 24px;
    margin: auto;
}
.directory-map .address-block .iconize p {
    margin: 0;
    padding: 0 0 0 8px;
    width: -webkit-fill-available;
    width: -moz-available;
    font-size: 16px;
    font-weight: 600;
}
.directory-map .address-block .iconize p a {
    text-decoration: none;
    color: #000;
}
.directory-map .address-block .iconize p span.closed {
    color: red;
}
.directory-map .address-block .iconize img.address {
    margin-top: 0;
}
.directory-map .address-block .iconize img.message {
    margin-top: -2px;
}
.directory-map .address-block .iconize img.time {
    margin-top: -6px;
}
.directory-map .address-block .trial > div {
    display: flex;
    gap: 32px;
}
.directory-map .address-block .trial a {
    margin: 0;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    line-height: 39px;
    padding: 0 22px;
    text-align: center;
    white-space: nowrap;
}
.directory-map .address-block .trial a.button-signup:hover {
    background-color: #000;
    color: #00B1E1;
}
.directory-map .address-block .trial a.button-contact {
    background-color: #000;
    color: #fff;
}
.directory-map .address-block .trial a.button-contact:hover {
    color: #00B1E1;
}


.directory-map .card {
    margin-bottom: 80px;
}
.directory-map .card > div {
    display: flex;
    gap: 24px;
}
.directory-map .card .card-block {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.directory-map .card .card-block .thumbnail {
    display: flex;
    align-items: center;
    justify-content: center;
    max-height: 400px;
    border-radius: 8px;
    overflow: hidden;
}
.directory-map .card .card-block .thumbnail img {
    max-width: 100%;
    width: 100%;
    height: auto;
    filter: brightness(0.5);
}
.directory-map .card .card-block .details {
    position: absolute;
    max-width: 463px;
    text-align: center;
    padding: 32px;
}
.directory-map .card .card-block .details h3 {
    margin: 0 0 16px;
    padding: 0;
    color: #fff;
    font-size: 64px;
    font-weight: 500;
    line-height: 55px;
    font-family: league_gothicregular;
    text-transform: uppercase;
}
.directory-map .card .card-block .details a {
    margin: unset;
    height: 40px;
    font-size: 16px;
    font-weight: 700;
    padding: 0 22px;
    line-height: 39px;
}

.directory-map .footer-note {
    padding: 31px 0;
    font-size: 14px;
    background-color: rgba(0, 0, 0, 0.03);
}

.footer-note {
    font-size: 14px;
    font-weight: 600;
}
.footer-note > div {
    color: #000;
    font-weight: 400;
    font-size: 14px;
    opacity: 0.5;
}


/* CONTACT US MODAL */
.form-modal {
    position: fixed;
    z-index: 999;
    left: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgb(0 0 0 / 65%);
    backdrop-filter: blur(4px);
}
.form-modal .modal-content {
    position: relative;
    width: 100%;
    max-width: 708px;
    padding: 40px 38px 45px;
    background-color: #fff;
    border-radius: 8px;
    transition: transform 0.2s ease;
}
.form-modal .modal-content .close {
    position: absolute;
    top: 16px;
    right: 16px;
    font-size: 36px;
    line-height: 19px;
    cursor: pointer;
}
.form-modal .modal-content h2 {
    margin: 0 0 8px;
    font-family: 'league_gothicregular';
    font-size: 48px;
    font-weight: 500;
    line-height: 43.2px;
    text-transform: uppercase;
}
.form-modal .modal-content > p {
    font-size: 16px;
    font-weight: 600;
    line-height: 21.6px;
    word-wrap: break-word;
    overflow-wrap: break-word;
}
.form-modal .modal-content form {
    margin: 24px 0 0;
}
.form-modal .modal-content form input,
.form-modal .modal-content form select {
    width: 100%;
    padding: 13px 16px;
    box-sizing: border-box;
    font-size: 16px;
    line-height: 16px;
    border-radius: 30px;
    border: 1px solid #000;
}
.form-modal .modal-content form input::placeholder,
.form-modal .modal-content form select::placeholder {
    color: #ccc;
}
.form-modal .modal-content form select {
    appearance: none;
    background-image: url('../images/arrow-down-icon.png');
    background-repeat: no-repeat;
    background-position-y: center;
    background-position-x: calc(100% - 16px);
}
.form-modal .modal-content form .lead-form-inputs {
    display: flex;
    gap: 24px;
    width: 100%;
    margin: 0 0 16px;
}
.form-modal .modal-content form .lead-form-inputs > div {
    width: 50%;
}
.form-modal .modal-content form .col-span-2 {
    margin: 0 0 16px;
}
.form-modal .modal-content form .col-span-2 label {
    display: block;
    margin: 0 0 8px;
    font-size: 16px;
    font-weight: 600;
    line-height: 22.4px;
}
.form-modal .modal-content form .opt-in-container {
    margin: 0 0 24px;
}
.form-modal .modal-content form .validation-error {
    color: red;
    font-size: 12px;
    line-height: 12px;
    padding: 4px 0 0 16px;
}
.form-modal .modal-content form .optin-box {
    display: flex;
    align-items: center;
    gap: 4px;
    margin: 0 0 4px;
}
.form-modal .modal-content form .optin-box label {
    font-size: 16px;
    line-height: 21.79px;
    margin-top: -3px;
    font-weight: 600;
}
.form-modal .modal-content form .consent-message {
    padding-left: 32px;
    font-size: 12px;
    line-height: 16.34px;
}
.form-modal .modal-content form .consent-message a {
    color: #000;
    text-decoration: underline;
}
.form-modal .modal-content form .lead-submit {
    position: relative;
    width: 127.33px;
    height: 40px;
    margin: 0 0 24px;
    font-size: 16px;
    line-height: 38px;
    padding: 0 31px;
    cursor: pointer;
}
.form-modal .modal-content form .lead-submit:disabled {
    background-color: #dadada;
    color: #bababa;
    border-color: #dadada;
    cursor: default;
}
.form-modal .modal-content form .lead-submit .loader {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 18px;
    height: 18px;
    border: 2px solid #FFF;
    border-bottom-color: transparent;
    border-radius: 50%;
    display: inline-block;
    box-sizing: border-box;
    animation: rotation 1s linear infinite;
}
.form-modal .modal-content .success {
    display: none;
    margin-bottom: 20px;
    padding: 10px 20px;
    font-size: 16px;
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 5px;
}
@keyframes rotation {
    0% {
        transform: rotate(0deg);
    }
    100% {
        transform: rotate(360deg);
    }
} 
.form-modal .modal-content form .note {
    font-size: 12px;
    line-height: 16.2px;
    color: #8d8d8d;
}
.form-modal .optin-box input[type="checkbox"] {
    -webkit-appearance: none;
    width: 20px;
    height: 20px;
    background-color: #f0f0f0;
    border: 2px solid #ccc;
    cursor: pointer;
    position: relative;
    outline: none;
    transition: background-color 0.3s, border-color 0.3s;
    border-radius: 20px;
    padding: 0;
}
.form-modal .optin-box input[type="checkbox"]:checked {
    border: none;
    background-color: transparent;
    background-image: url('../images/checked.png'); /* Replace with the image URL */
    background-size: cover;
}
.form-modal .success {
    text-align: center;
}
.form-modal .success .mobile-promotion {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 33px;
    margin-top: 33px;
}
.hidden-important {
    display: none !important;
}
.address-choices {
    display: none;
    position: absolute;
    border: 1px solid;
    padding: 5px 10px;
    background-color: #fff;
    z-index: 3;
}
.address-choices ul {
    list-style: none;
    padding: 0;
    margin: 0;
}
.address-choices ul li a {
    font-size: 16px;
    font-weight: 500;
    color: #000;
}

@media only screen and (max-width: 1440px) {
    .landing-wrap {
        padding: 0 24px;
        box-sizing: border-box;
    }
    .navigation .navigations {
        gap: 12px;
    }
    .membership-other {
        padding: 0 24px;
    }
    .membership-other > div {
        padding: 24px;
    }
    .directory-map .mapping-block,
    .directory-map .address-block {
        width: calc(50% - 12px);
        min-width: calc(50% - 12px);
    }
    .directory-map .mapping > div {
        gap: 24px;
    }
}
@media only screen and (max-width: 1194px) {
    .navigation .navigations li {
        margin-right: 11px;
    }
    .navigation .socials li {
        margin-right: 6px;
    }
}
@media only screen and (max-width: 1024px) {
    .banner {
        height: 600px;
    }
    .navigation {
        display: none;
    }
    .navigation-mobile {
        display: block;
    }
    .navigation-mobile .landing-wrap {
        padding: 0;
    }
    .membership .blocks > .block {
        padding: 1px 24px
    }
    .form-modal {
        padding: 24px;
        box-sizing: border-box;
    }
    .membership .blocks .block .benifits {
        margin-bottom: 135px;
    }
}
@media only screen and (max-width: 768px) {
    .breadcrumb {
        position: relative;
        margin-top: 0;
        padding: 4px 0 8px;
        background-color: #fff;
    }
    .signup-start .heading-text {
        font-size: 36px;
    }
    .banner .address-block .iconize .icon,
    .directory-map .address-block .iconize .icon {
        height: 31px;
    }
    .signup-start {
        height: auto;
    }
    .signup-start > div {
        padding: 24px;
    }
    .signup-start a {
        width: 100%;
    }
    .banner {
        display: flex;
        flex-direction: column-reverse;
        height: unset;
        background-color: #fff;
    }
    .banner > div {
        display: block;
    }
    .banner .address-block {
        width: 100%;
        padding: 24px 0;
        border-radius: unset;
        text-align: center;
    }
    .banner .address-block #about {
        font-size: 16px;
    }
    .banner .address-block h1 {
        font-size: 48px;
        line-height: 40px;
    }
    .banner .address-block .reviews {
        min-height: 20px;
        margin-bottom: 16px;
        justify-content: center;
    }
    .banner .address-block .details {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    .banner .address-block .iconize {
        display: block;
        width: 75px;
        text-align: center;
        margin-bottom: 0;
    }
    .banner .address-block .iconize p,
    .banner .address-block .iconize:first-child {
        display: none;
    }
    .banner .address-block .iconize img {
        transform: scale(1.5);
    }
    .banner .address-block .iconize.time-clock,
    .directory-map .address-block .iconize.time-clock  {
        display: none;
    }
    .iconize-mobile {
        display: block;
        margin-bottom: 18px;
    }
    .iconize-mobile .iconize {
        display: flex !important;
        width: unset !important;
        justify-content: center;
    }
    .iconize-mobile .iconize.hidden-important {
        display: none !important;
    }
    .iconize-mobile .iconize .icon {
        margin: unset !important;
        width: 18px !important;
        height: 18px !important;
    }
    .iconize-mobile .iconize p {
        display: inline-block !important;
        width: unset !important;
    }
    .iconize-mobile .iconize img.time {
        margin-top: 1px !important;
    }
    .banner .address-block .trial {
        margin-top: 16px;
    }
    .banner .address-block .trial h2 {
        margin: 0 0 16px;
        font-size: 36px;
    }
    .banner .address-block .trial > div {
        display: block;
    }
    .banner .address-block .trial > div a {
        width: 100%;
        height: 40px;
        font-size: 16px;
    }
    .banner .address-block .trial .button-signup {
        margin-bottom: 16px;
        padding: 9px 0px;
        line-height: 18px;
    }
    .banner .banner-img {
        position: relative;
        top: unset;
        left: unset;
        right: unset;
        display: flex;
        align-items: center;
        justify-content: center;
        height: 412px;
    }
    .banner .banner-img img {
        min-width: 390px;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .amenities h2 {
        margin: 0 0 8px;
        font-size: 44px;
    }
    .amenities .more a {
        width: 100%;
        height: unset;
        line-height: 18px;
        padding: 9px 16px;
        font-size: 16px;
        white-space: normal;
    }
    .membership .blocks {
        display: block;
    }
    .membership .blocks > .block:nth-child(1),
    .membership .blocks > .block:nth-child(3) {
        margin-top: 0;
    }
    .membership .blocks > .block {
        width: 100%;
        margin-bottom: 16px;
    }
    .membership .blocks .block .benifits {
        margin-bottom: 24px;
    }
    .membership .blocks .block .label-note {
        position: relative;
        left: unset;
        right: unset;
        bottom: unset;
        padding-bottom: 24px;
    }
    .membership {
        padding: 32px 0 32px;
    }
    .membership h2 {
        font-size: 44px;
    }
    .membership .description {
        font-weight: 600;
    }
    .membership .button a {
        width: 100%;
    }
    .membership-other {
        margin-bottom: 40px;
        padding: 0 24px;
    }
    .membership-other > div {
        display: block;
    }
    .membership-other p {
        margin-bottom: 14px;
    }
    .membership-other h2 {
        font-size: 32px;
    }
    .membership-other a {
        width: 100%;
        font-size: 16px;
        text-align: center;
        min-height: 40px;
        height: unset;
        line-height: 18px;
        padding: 9px 16px;
        font-size: 16px;
        white-space: normal;
    }
    .membership-other .details {
        max-width: unset;
        margin-bottom: 24px;
    }
    .membership-other .blocks .block {
        background-color: #fff;
    }
    .members-feedback {
        margin-top: 0;
        padding: 64px 0 63px;
    }
    .members-feedback .button a {
        width: 100%;
    }
    .directory-map {
        padding-top: 0;
    }
    .directory-map .mapping {
        margin-bottom: 19px;
    }
    .directory-map .mapping > div {
        display: block;
        padding: 0;
    }
    .directory-map .mapping-block,
    .directory-map .address-block {
        width: 100%;
    }
    .directory-map .address-block {
        padding: 24px;
        text-align: center;
        box-sizing: border-box;
    }
    .directory-map .address-block .details {
        display: flex;
        align-items: center;
        justify-content: center;
        margin-bottom: 16px;
    }
    .directory-map .address-block .iconize {
        display: block;
        width: 75px;
        text-align: center;
        margin-bottom: 0;
    }
    .directory-map .address-block .iconize:first-child,
    .directory-map .address-block .iconize p {
        display: none;
    }
    .directory-map .address-block .iconize img {
        transform: scale(1.5);
    }
    .directory-map .address-block .trial > div {
        gap: 16px;
        flex-direction: column;
    }
    .directory-map .address-block .trial a {
        height: 40px;
        margin: 0;
        padding: 0;
        line-height: 39px;
    }
    .directory-map .address-block .socials {
        display: flex;
        align-items: center;
        margin: 0;
        padding-top: 16px;
        list-style: none;
        justify-content: center;
    }
    .directory-map .address-block .socials li {
        margin: 0 16px;
    }
    .directory-map .card {
        margin-bottom: 0;
    }
    .directory-map .card > div {
        display: block;
    }
    .directory-map .card .card-block {
        height: 304px;
        margin-bottom: 34px;
        background-color: #00B1E1;
        border-radius: 8px;
    }
    .directory-map .card .card-block .thumbnail {
        width: 100%;
        height: 100%;
    }
    .directory-map .card .card-block .thumbnail img {
        max-width: 100%;
        width: 100%;
        height: 100%;
        object-fit: cover;
    }
    .directory-map .card .card-block .details {
        max-width: unset;
        width: 100%;
        height: 100%;
        box-sizing: border-box;
        display: flex;
        flex-direction: column;
        align-items: center;
        justify-content: flex-end;
        padding: 24px;
    }
    .directory-map .card .card-block .details h3 {
        font-size: 44px;
    }
    .directory-map .card .card-block .details a {
        width: 100%;
    }
    .membership .blocks .block .benifits h4 {
        font-size: 16px;
    }
    .membership .blocks .block .button a {
        min-height: 40px;
        line-height: 18px;
        padding: 9px 16px;
        font-size: 16px;
    }
    .membership .blocks .block .benifits .button-mobile.mobile-hide {
        display: none;
    }
    .membership .blocks .block .benifits ul.mobile-show {
        display: block;
    }
    .membership .blocks .block .benifits ul.active {
        display: block;
    }
    .amenities {
        padding: 40px 0;
        background-color: #00B1E1;
    }
    .amenities .blocks .block {
        width: calc((100% / 2) - 12px);
    }
    .directory-map .footer-note {
        padding: 16px 0;
    }
    .workout p {
        font-weight: 500;
    }
}
@media only screen and (max-width: 640px) {
    .form-modal {
        align-items: flex-start;
    }
    .breadcrumb a {
        padding: 0 6px;
    }
    .amenities {
        margin: 0;
    }
    .amenities h2 {
        margin-bottom: 8px;
        font-size: 44px;
        line-height: 37px;
    }
    .amenities .blocks {
        display: block;
    }
    .amenities .blocks .block .thumbnail {
        height: 188px;
    }
    .amenities .blocks .block h3 {
        font-size: 20px;
    }
    .amenities ul.slick-dots {
        position: relative;
        bottom: unset;
        margin-bottom: 24px;
    }
    .amenities ul.slick-dots li {
        width: 16px;
        height: 16px;
    }
    .amenities ul.slick-dots li button {
        width: 16px;
        height: 16px;
        background-color: #fff;
        border-radius: 100%;
    }
    .amenities ul.slick-dots li button::before {
        display: none;
    }
    .amenities ul.slick-dots li.slick-active button {
        background-color: #000;
    }
    .amenities .more a {
        background-color: #000;
        color: #fff;
    }
    .membership {
        padding: 32px 0 0;
    }
    .membership h2 {
        margin: 0 0 8px;
        font-size: 44px;
    }
    .membership .description {
        margin: 0 auto 32px;
    }
    .membership .button {
        margin: 0 0 32px;
    }
    .membership .button {
        width: 100%;
        font-size: 18px;
    }
    .membership .blocks .block .tag {
        margin-bottom: 20px;
    }
    .membership .blocks .block h3 {
        font-size: 32px;
    }
    .membership .blocks .block .benifits h4 {
        font-size: 16px;
    }
    .membership .blocks {
        width: calc(100% + 48px);
        margin-left: -24px;
        margin-bottom: 0;
    }
    .membership .slick-slide {
        margin: 8px 24px 24px;
        padding: 0 24px 24px;
        box-shadow: 0px 0px 8px 0px rgba(0, 0, 0, 0.1);
    }
    .membership-other .details h2 {
        font-size: 32px;
    }
    .membership-other .blocks {
        flex-direction: column;
        gap: 24px;
    }
    .membership-other .blocks .block h3 {
        font-size: 32px;
    }
    .workout {
        height: unset;
        max-height: unset;
    }
    .workout .banner-img {
        height: 640px;
        max-height: unset;
        box-sizing: border-box;
    }
    .workout .banner-img img {
        height: 150%;
        width: unset;
    }
    .workout h2 {
        margin-bottom: 8px;
        font-size: 44px;
        line-height: 39px;
    }
    .workout .buttons {
        flex-direction: column;
    }
    .workout .buttons a {
        width: 100%;
        text-align: center;
        box-sizing: border-box;
    }
    .members-feedback .slider-feedbacks > div h2 {
        font-size: 28px;
    }
    .directory-map .address-block h2 {
        margin: 0 0 15px;
        font-size: 48px;
        line-height: 43px;
    }
    .directory-map .address-block h3 {
        font-size: 36px;
    }
    .directory-map .address-block .details {
        margin: 0 0 16px;
    }
    .directory-map .address-block {
        padding: 24px 24px 0;
    }
    .amenities ul.slick-dots li button {
        width: 8px;
        height: 8px;
    }
    .form-modal .modal-content h2 {
        font-size: 36px;
        line-height: 32.4px;
    }
    .form-modal .modal-content > p {
        font-size: 16px;
        line-height: 21.6px;
    }
    .form-modal .modal-content form .lead-form-inputs {
        flex-direction: column;
    }
    .form-modal .modal-content form .lead-form-inputs > div {
        width: 100%;
    }
    .form-modal .modal-content form .lead-submit {
        width: 100%;
    }
    .workout .banner-img iframe {
        transform: scale(2);
    }
    .workout .banner-img .overlay {
        width: 100%;
        height: 100%;
        aspect-ratio: unset;
    }
    .workout .banner-img video {
        height: 100%;
        width: unset;
    }
    .form-modal .success .mobile-promotion {
        flex-direction: column;
    }
    .membership .slick-track {
        display: flex !important;
    }
    .membership .slick-slide:nth-child(2) {
        order: -1; /* Make the second div come first */
    }
    .hideMobile {
        display: none;
    }
    .workout .landing-wrap {
        padding: 0 22px;
    }
    .calendar .slider-contents .protocol .description a { 
        height: unset;
        line-height: 18px;
        padding: 9px 16px;
        font-size: 16px;
        white-space: normal;
    }
    .membership ul.slick-dots li button {
        width: 8px;
        height: 8px;
    }
}
@media only screen and (max-width: 575px) {
    .workout .banner-img iframe {
        transform: scale(3.5);
    }
}




/* customize for complicated request */
@media only screen and (max-width: 781px) {
    .workout p {
        max-width: 600px;
    }
}
@media only screen and (max-width: 597px) {
    .workout p {
        max-width: 465px;
    }
}
@media only screen and (max-width: 445px) {
    .workout p {
        max-width: 345px;
    }
}
@media only screen and (max-width: 402px) {
    .workout p {
        max-width: 320px;
    }
}
@media only screen and (max-width: 338px) {
    .workout p {
        max-width: 220px;
    }
}



/* chrome */
@supports (color: -webkit-link) {
    /* Targets Chrome, Edge (Blink-based) */
    .blue-button {
        line-height: 47px;
    }
    .black-button {
        line-height: 47px;
    }
    .white-button {
        line-height: 47px;
    }
  }