@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700&family=Sora:wght@500;600;700;800&display=swap";:root{--header-height: 72px;--font-display: "Sora", "Inter", sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Inter,system-ui,-apple-system,sans-serif;background-color:#000;color:#fff;line-height:1.6;font-weight:400;letter-spacing:-.011em;font-feature-settings:"cv11","ss01","liga" 1,"kern" 1;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;overflow-x:hidden;width:100%}#root{min-height:100vh;width:100%;overflow-x:hidden}.header{position:fixed;top:0;left:0;right:0;background-color:transparent;background-image:none;backdrop-filter:none;-webkit-backdrop-filter:none;z-index:1000;height:var(--header-height);display:flex;align-items:center;padding:0;margin:0;border-radius:0;border-bottom:none;transition:margin .45s cubic-bezier(.16,1,.3,1),border-radius .45s cubic-bezier(.16,1,.3,1),height .45s cubic-bezier(.16,1,.3,1),background-color .45s ease,box-shadow .45s ease,border-color .45s ease;will-change:margin,border-radius,height}.header-scrolled{margin:.9rem 1.25rem;height:calc(var(--header-height) - 8px);border-radius:14px;background-color:#08080ab8;background-image:none;backdrop-filter:blur(18px) saturate(140%);-webkit-backdrop-filter:blur(18px) saturate(140%);border:1px solid rgba(255,255,255,.09);box-shadow:0 14px 40px #00000073,0 0 0 1px #00e0ff0a}.header-nav{width:100%;max-width:1400px;margin:0 auto;padding:0 2rem;display:flex;align-items:center;justify-content:space-between}.header-logo{font-family:var(--font-display);font-size:1.45rem;font-weight:800;color:#fff;text-decoration:none;text-transform:uppercase;letter-spacing:.08em;transition:color .3s ease,text-shadow .4s ease;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.header-logo .header-logo-accent{color:#00e0ff;transition:color .3s ease}.header-logo:hover{color:#00e0ff;text-shadow:0 0 24px rgba(0,224,255,.45)}.header-logo:hover .header-logo-accent{color:#fff}.header-logo{flex:1 1 0;display:inline-flex;align-items:center}.header-logo-img{height:52px;width:auto;display:block;object-fit:contain;transition:opacity .3s ease,filter .3s ease}.header-logo:hover .header-logo-img{opacity:.88;filter:drop-shadow(0 0 14px rgba(0,224,255,.35))}.header-links{flex:0 1 auto;display:flex;align-items:center;justify-content:center;gap:1.6rem}.header-actions{flex:1 1 0;display:flex;align-items:center;justify-content:flex-end}.header-links a{position:relative;color:#f5f8ffc7;text-decoration:none;font-family:Inter,sans-serif;font-weight:500;text-transform:uppercase;font-size:.76rem;letter-spacing:.1em;padding:.35rem 0;white-space:nowrap;transition:color .3s ease}.header-links a:after{content:"";position:absolute;left:0;bottom:-2px;width:100%;height:1.5px;background:linear-gradient(90deg,#00e0ff,#7df9ff);border-radius:2px;transform:scaleX(0);transform-origin:right center;transition:transform .4s cubic-bezier(.16,1,.3,1)}.header-links a:hover{color:#fff}.header-links a:hover:after{transform:scaleX(1);transform-origin:left center}.header-links a.nav-active{color:#00e0ff}.header-links a.nav-active:after{transform:scaleX(1);box-shadow:0 0 12px #00e0ffb3}.header-cta{position:relative;overflow:hidden;background:transparent;color:#fff!important;padding:.65rem 1.35rem;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;line-height:1;text-transform:uppercase;font-size:.8rem;letter-spacing:.12em;border-radius:10px;border:1px solid rgba(0,224,255,.55);box-shadow:0 0 0 1px #00e0ff0d,0 4px 18px #00e0ff1f;display:inline-flex;align-items:center;justify-content:center;gap:.45rem;cursor:pointer;isolation:isolate;transition:color .35s ease,box-shadow .35s ease,border-color .35s ease,transform .2s ease}.header-cta svg{flex-shrink:0}.header-cta-ghost{border-color:#ffffff59;box-shadow:none}.header-cta-ghost:before{background:#fff}.header-cta-ghost:hover{color:#000!important;box-shadow:0 8px 24px #ffffff26}.header-cta-ghost:hover svg{color:#000!important}.header-cta:before{content:"";position:absolute;inset:0;z-index:-1;background:linear-gradient(120deg,#00e0ff,#57f0ff);transform:translate(-101%);transition:transform .4s cubic-bezier(.16,1,.3,1)}.header-cta:hover{color:#04161a!important;border-color:transparent;box-shadow:0 8px 28px #00e0ff52;transform:translateY(-1px)}.header-cta:hover:before{transform:translate(0)}.header-cta:active{transform:translateY(0)}.header-cta:hover svg{color:#04161a!important;transform:translate(3px)}.header-cta svg{transition:color .3s ease,transform .3s ease;color:inherit}.mobile-menu{display:none;position:relative;color:#fff;background:none;border:none;cursor:pointer;z-index:1001}.mobile-menu-overlay{position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#000000f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);z-index:999;opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;overflow-y:auto;display:none}.mobile-menu-overlay.mobile-menu-open{opacity:1;visibility:visible}.mobile-menu-nav{display:flex;flex-direction:column;align-items:flex-start;padding:6rem 2rem 2rem;max-width:1400px;margin:0 auto;gap:0;transform:translateY(-20px);transition:transform .3s ease}.mobile-menu-overlay.mobile-menu-open .mobile-menu-nav{transform:translateY(0)}.mobile-menu-link{color:#f5f8ffd9;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;text-transform:uppercase;font-size:1.35rem;letter-spacing:.08em;padding:1.4rem 0;display:block;width:100%;border-bottom:1px solid rgba(255,255,255,.08);transition:color .3s,padding-left .3s}.mobile-menu-link.nav-active{color:#00e0ff;padding-left:1rem}.mobile-menu-link:hover,.mobile-menu-link:focus{color:#00e0ff;padding-left:1rem}.mobile-menu-cta{color:#04161a;background-color:#00e0ff;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;text-transform:uppercase;font-size:1rem;letter-spacing:.12em;padding:1.1rem 2rem;display:inline-flex;align-items:center;justify-content:center;margin-top:2rem;border-radius:8px;border:1px solid #00E0FF;box-shadow:0 8px 28px #00e0ff47;transition:all .3s;width:auto}.mobile-menu-cta:hover,.mobile-menu-cta:focus{background-color:transparent;color:#00e0ff;border-color:#00e0ff}.hero-gymbox{position:relative;margin-top:calc(-1 * var(--header-height));min-height:100vh;min-height:100dvh;display:flex;align-items:center;justify-content:center;padding-top:var(--header-height);overflow:hidden;background-color:#000}.hero-background-video{position:absolute;inset:0;width:100%;height:100%;object-fit:cover;object-position:center;filter:brightness(.5);pointer-events:none}.hero-overlay-dark{position:absolute;inset:0;background-color:#00000080}.hero-content-gymbox{position:relative;z-index:10;text-align:center;padding:0 2rem}.hero-main-headline{font-family:var(--font-display);font-size:clamp(2.5rem,6vw,4.5rem);font-weight:800;color:#00e0ff;line-height:1.1;margin-bottom:3rem;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.hero-promo-text{font-family:var(--font-display);font-size:clamp(1.5rem,4vw,2.5rem);font-weight:700;color:#fff;margin-bottom:3rem;text-transform:uppercase;letter-spacing:.05em}.hero-ctas-gymbox{display:flex;gap:1.5rem;justify-content:center;flex-wrap:wrap}.btn-hero-white{background-color:#fff;color:#000;padding:.625rem 1.75rem;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;display:inline-flex;align-items:center;transition:all .3s;border:2px solid transparent}.btn-hero-white:hover{background-color:transparent;color:#fff;border-color:#fff}.btn-hero-blue{background-color:#00e0ff;color:#000;padding:.625rem 1.75rem;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;display:inline-flex;align-items:center;transition:all .3s;border:2px solid transparent}.btn-hero-blue:hover{background-color:transparent;color:#00e0ff;border-color:#00e0ff}.promo-section-blue{background-color:#00e0ff;padding:6rem 2rem;min-height:50vh;display:flex;align-items:center;justify-content:flex-start}.promo-content{text-align:left;max-width:1400px;margin:0 auto;padding:0 2rem}.promo-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#000;line-height:1.2;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:-.01em;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.btn-promo-white{background-color:#fff;color:#000;padding:1.25rem 3rem;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:1rem;letter-spacing:.1em;display:inline-flex;align-items:center;border:2px solid #000000;transition:all .3s}.btn-promo-white:hover{background-color:#000;color:#fff}.image-grid-section{background-color:#000;padding:0 2rem 2rem}.image-grid-container{display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;max-width:1400px;margin:0 auto}.image-card{position:relative;min-height:500px;display:flex;align-items:flex-end;padding:3rem 2rem;overflow:hidden;border-radius:8px;background-color:#000}.image-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(1);transition:transform .5s,filter .5s;border-radius:8px}.image-card:hover .image-card-bg{transform:scale(1.05);filter:brightness(1.1)}.image-card-title{font-family:var(--font-display);font-size:clamp(1.125rem,2.5vw,1.75rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;position:relative;z-index:2;line-height:1.2;text-shadow:2px 2px 8px rgba(0,0,0,.8),-1px -1px 4px rgba(0,0,0,.8)}.image-carousel-section{width:100%;background-color:#000;overflow:hidden;margin-top:4rem;margin-bottom:6rem}.carousel-wrapper{position:relative;width:100%;height:80vh;min-height:600px;overflow:hidden}.carousel-slides-container{display:flex;width:100%;height:100%;transition:transform .8s cubic-bezier(.4,0,.2,1);will-change:transform}.carousel-slide{width:100%;height:100%;flex-shrink:0;background-size:cover;background-position:center;position:relative;display:flex;align-items:flex-end;filter:brightness(1)}.carousel-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,.1) 50%,transparent 70%);z-index:1}.carousel-nav-arrow{position:absolute;top:50%;transform:translateY(-50%);background:none;border:none;color:#fff;cursor:pointer;z-index:3;padding:1.5rem;transition:color .3s ease,transform .3s ease;display:flex;align-items:center;justify-content:center}.carousel-nav-arrow svg{width:auto;height:auto}.carousel-nav-arrow:hover{color:#00e0ff;transform:translateY(-50%) scale(1.1)}.carousel-nav-arrow-left{left:2rem}.carousel-nav-arrow-right{right:2rem}.carousel-content{position:relative;z-index:2;width:100%;padding:3rem 4rem;display:flex;justify-content:space-between;align-items:flex-end;overflow:hidden}.carousel-text{font-family:var(--font-display);font-size:clamp(1.5rem,3.5vw,2.75rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;line-height:1.2;margin:0;max-width:70%;opacity:0;text-shadow:2px 2px 8px rgba(0,0,0,.8),-1px -1px 4px rgba(0,0,0,.8)}.carousel-text.active{opacity:1}.carousel-text.active.slide-next,.carousel-text.active.slide-prev{animation:slideInFromLeft .8s cubic-bezier(.4,0,.2,1) forwards}.carousel-pagination{font-family:Inter,sans-serif;font-size:1.125rem;font-weight:600;color:#fff;align-self:flex-end;opacity:0;text-shadow:2px 2px 8px rgba(0,0,0,.8),-1px -1px 4px rgba(0,0,0,.8)}.carousel-pagination.active{opacity:1}.carousel-heading{padding:0 2rem;margin-bottom:2.5rem}.carousel-review{flex-shrink:0;width:100%;max-width:400px;padding:1.6rem 1.75rem;border-radius:12px;background:#080a0e80;backdrop-filter:blur(16px) saturate(140%);-webkit-backdrop-filter:blur(16px) saturate(140%);border:1px solid rgba(255,255,255,.14);box-shadow:0 22px 55px #0000008c;opacity:0}.carousel-review.active{animation:carouselReviewIn .8s cubic-bezier(.16,1,.3,1) forwards;animation-delay:.15s}@keyframes carouselReviewIn{0%{opacity:0;transform:translateY(28px)}to{opacity:1;transform:translateY(0)}}.carousel-review-stars{display:flex;gap:3px;color:#00e0ff;margin-bottom:.85rem}.carousel-review-quote{color:#f5f8ff;font-family:Inter,sans-serif;font-size:1rem;line-height:1.6}.carousel-review-author{margin-top:1.1rem;display:flex;flex-direction:column;gap:.15rem}.carousel-review-name{font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;color:#fff}.carousel-review-gym{font-family:Inter,sans-serif;font-size:.75rem;letter-spacing:.08em;text-transform:uppercase;color:#00e0ff}.carousel-pagination-fixed{position:absolute;top:1.5rem;right:2rem;z-index:3;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;letter-spacing:.12em;color:#fffc;text-shadow:0 2px 8px rgba(0,0,0,.8)}.carousel-text{max-width:48%;white-space:normal}@media(max-width:1024px){.carousel-content{flex-direction:column;align-items:flex-start;gap:1.1rem}.carousel-text,.carousel-review{max-width:100%}}@keyframes slideInFromLeft{0%{opacity:0;transform:translate(-150px)}to{opacity:1;transform:translate(0)}}@keyframes slideInFromRight{0%{opacity:0;transform:translate(150px)}to{opacity:1;transform:translate(0)}}.find-club-section{background-color:#000;padding:6rem 2rem;min-height:80vh}.find-club-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.find-club-left{padding-right:2rem}.find-club-headline{font-family:var(--font-display);font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:800;color:#00e0ff;margin-bottom:3rem;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.club-list{display:flex;flex-direction:column}.club-list-item{color:#fff;text-decoration:none;font-family:var(--font-display);font-size:1.5rem;font-weight:800;text-transform:uppercase;padding:1.5rem 0;letter-spacing:.05em;display:flex;align-items:center;transition:color .3s}.club-list-item:hover{color:#00e0ff}.club-list-divider{height:1px;background-color:#fff3;width:100%}.find-club-right{position:relative;height:600px}.find-club-image{width:100%;height:100%;background-size:cover;background-position:center;filter:brightness(.8);border-radius:8px}.about-section{background-color:#000;padding:4rem 2rem}.about-container{max-width:1400px;margin:0 auto}.about-text-wrapper{display:grid;grid-template-columns:1fr 2fr;gap:4rem;margin-bottom:0;align-items:start}.about-heading{font-family:var(--font-display);font-size:clamp(2.25rem,4.5vw,3.75rem);font-weight:800;color:#00e0ff;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.about-text{color:#fff;font-size:1.125rem;line-height:1.8}.about-text p{margin:0}.about-image-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1rem}.about-image-item{aspect-ratio:1;background-size:cover;background-position:center;filter:brightness(.8);transition:filter .3s}.about-image-item:hover{filter:brightness(1)}.categories-carousel-section{background-color:#000;padding:4rem 2rem;max-width:1400px;margin:0 auto}.categories-header{text-align:left;margin-bottom:3rem}.categories-main-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#00e0ff;margin-bottom:.75rem;text-transform:uppercase;letter-spacing:-.02em;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.categories-description{color:#fff;font-size:1.125rem;line-height:1.8;max-width:none;margin:0}.categories-carousel{overflow:hidden;position:relative;margin-bottom:2rem}.categories-track{display:flex;gap:2rem;transition:transform .6s cubic-bezier(.4,0,.2,1);will-change:transform}.category-card-carousel{position:relative;min-height:350px;flex:0 0 calc(33.333% - 1.333rem)}.category-card-image{width:100%;height:100%;background-size:cover;background-position:center;position:relative;filter:brightness(1);transition:filter .3s;display:flex;align-items:flex-end}.category-card-carousel:hover .category-card-image{filter:brightness(1.1)}.category-card-overlay{position:absolute;inset:0;background:linear-gradient(to top,rgba(0,0,0,.4) 0%,rgba(0,0,0,.1) 50%,transparent 80%)}.category-card-overlay-content{position:relative;z-index:2;padding:2rem}.category-card-content{display:none}.category-card-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:#fff;margin-bottom:.5rem;text-transform:uppercase;letter-spacing:.05em;text-shadow:2px 2px 8px rgba(0,0,0,.9),0 0 12px rgba(0,0,0,.8)}.category-card-count{color:#ffffffe6;font-size:.9rem;margin-bottom:1.5rem;text-shadow:1px 1px 4px rgba(0,0,0,.8)}.category-card-cta{color:#fff;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;display:inline-flex;align-items:center;padding:.75rem 1.5rem;border:2px solid #FFFFFF;transition:all .3s}.category-card-cta:hover{background-color:#fff;color:#000}.categories-navigation{display:flex;justify-content:space-between;align-items:center;margin-bottom:1rem}.carousel-indicators{display:flex;align-items:center;gap:.75rem}.indicator{height:4px;width:60px;background-color:#ffffff4d}.indicator.active{background-color:#00e0ff;width:120px}.carousel-arrows{display:flex;gap:1rem}.carousel-arrow{background:none;border:2px solid #FFFFFF;color:#fff;width:48px;height:48px;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s}.carousel-arrow:hover{background-color:#fff;color:#000}.footer{background-color:#000;border-top:1px solid rgba(255,255,255,.1);padding:4rem 2rem 2rem}.footer-content{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:repeat(auto-fit,minmax(240px,1fr));gap:2.5rem 1.5rem;margin-bottom:3rem}.footer-column h4{font-family:var(--font-display);font-weight:800;color:#00e0ff;margin-bottom:1rem;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em}.footer-column ul{list-style:none}.footer-column ul li{margin-bottom:.75rem}.footer-column a{color:#ffffffb3;text-decoration:none;font-size:.9rem;transition:color .3s}.footer-column a:hover{color:#00e0ff}.footer-cta-btn{display:inline-flex;align-items:center;background-color:#000;color:#fff!important;padding:.75rem 1.5rem;text-decoration:none;font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.05em;transition:all .3s;font-family:var(--font-display);border:2px solid #FFFFFF}.footer-cta-btn:hover{background-color:#00e0ff!important;border-color:#000!important;color:#000!important}.footer-cta-btn:hover svg{color:#000!important}.footer-social{display:flex;gap:1rem;margin-bottom:1.5rem}.social-icon{display:flex;align-items:center;justify-content:center;width:40px;height:40px;background-color:#00e0ff1a;border-radius:8px;color:#00e0ff;transition:all .3s;text-decoration:none}.social-icon:hover{background-color:#00e0ff33;color:#26f0ff}.footer-bottom{max-width:1400px;margin:0 auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1);text-align:center;color:#ffffff80;font-size:.875rem}@media(max-width:1024px){.image-grid-container{grid-template-columns:repeat(2,1fr)}.find-club-container,.about-text-wrapper{grid-template-columns:1fr}.about-image-grid{grid-template-columns:repeat(2,1fr)}.categories-carousel{grid-template-columns:1fr}}@media(max-width:1100px){.header-links,.header-actions{display:none}.mobile-menu{display:block}}@media(max-width:768px){.header-scrolled{margin:.75rem;border-radius:10px}.image-grid-container{grid-template-columns:1fr}.hero-ctas-gymbox{flex-direction:column;width:100%;max-width:340px;margin:0 auto;gap:.85rem}.btn-hero-white,.btn-hero-blue{width:100%;text-align:center;justify-content:center;padding:1rem 1.5rem;font-size:.95rem;border-radius:8px}.footer-content{grid-template-columns:1fr;gap:2rem}.about-image-grid{grid-template-columns:1fr}.carousel-wrapper{height:60vh;min-height:500px}.carousel-content{padding:2rem;flex-direction:column;align-items:flex-start;gap:1rem}.carousel-text{max-width:100%;font-size:clamp(1.25rem,5vw,2rem);white-space:normal}.carousel-nav-arrow-left{left:.5rem}.carousel-nav-arrow-right{right:.5rem}.carousel-nav-arrow{padding:.75rem}.carousel-nav-arrow svg{width:64px;height:64px}}.contact-page{background-color:#000;padding:6rem 2rem}.contact-form-section{max-width:1400px;margin:0 auto}.contact-form-wrapper{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:flex-start}.contact-form-container{display:flex;flex-direction:column;width:100%}.contact-form-block{width:100%}.contact-form-heading{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.5rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-top:2rem;margin-bottom:1.5rem;text-align:left}.contact-form-heading-yellow{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#00e0ff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1.5rem;text-align:left}.contact-intro-text{color:#fff;font-size:1.125rem;line-height:1.8;margin-bottom:2rem;max-width:800px;text-align:left}.contact-sub-heading{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;text-align:left}.contact-select-wrapper{position:relative;margin-bottom:1.5rem}.contact-select-trigger{width:100%;background:none;border:none;border-bottom:1px solid #FFFFFF;padding:1rem 0;color:#fff;font-size:1rem;font-family:Inter,sans-serif;text-align:left;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:border-color .3s}.contact-select-trigger:hover{border-bottom-color:#00e0ff}.contact-select-trigger span{opacity:.7}.contact-select-icon{color:#fff;transition:transform .3s}.contact-select-wrapper:focus-within .contact-select-icon{transform:rotate(180deg)}.contact-select-dropdown{position:absolute;top:100%;left:0;right:0;background-color:#000;border:1px solid rgba(255,255,255,.2);z-index:10;margin-top:.5rem}.contact-select-option{width:100%;padding:1rem;background:none;border:none;color:#fff;font-size:1rem;font-family:Inter,sans-serif;text-align:left;cursor:pointer;transition:background-color .3s,color .3s}.contact-select-option:hover{background-color:#00e0ff1a;color:#00e0ff}.contact-checkbox-group{display:flex;align-items:flex-start;gap:1rem;margin-bottom:1.5rem}.contact-checkbox{width:20px;height:20px;min-width:20px;margin-top:2px;cursor:pointer;accent-color:#00E0FF}.contact-checkbox-label{color:#fff;font-size:.95rem;line-height:1.6;font-family:Inter,sans-serif;cursor:pointer;flex:1}.contact-submit-btn{background-color:#00e0ff;color:#000;padding:1rem 2.5rem;border:none;font-family:var(--font-display);font-weight:800;font-size:.875rem;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;display:inline-flex;align-items:center;justify-content:center;transition:all .3s;border-radius:4px}.contact-submit-btn:hover{background-color:#26f0ff}.contact-form{width:100%}.contact-form-row{display:grid;grid-template-columns:1fr 1fr;gap:2rem;margin-bottom:1.5rem}.contact-form-field{display:flex;flex-direction:column}.contact-form-field-full{grid-column:1 / -1}.contact-form-label{color:#fff;font-size:.95rem;font-family:Inter,sans-serif;margin-bottom:.75rem;text-align:left}.contact-form-input,.contact-form-textarea{background:none;border:none;border-bottom:1px solid #FFFFFF;padding:.75rem 0;color:#fff;font-size:1rem;font-family:Inter,sans-serif;outline:none;transition:border-color .3s}.contact-form-input:focus,.contact-form-textarea:focus{border-bottom-color:#00e0ff}.contact-form-input::placeholder,.contact-form-textarea::placeholder{color:#ffffff80}.contact-form-textarea{resize:none;min-height:auto;height:auto;line-height:1.6;overflow:hidden}.contact-image-container{width:100%;display:flex;justify-content:flex-end;align-items:flex-start;margin-top:1rem}.contact-image{width:100%;max-width:600px;height:auto;object-fit:cover;border-radius:8px;display:block;filter:brightness(.9);transition:filter .3s}.contact-image-container:hover .contact-image{filter:brightness(1)}.about-page{background-color:#000}.about-hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:flex-start;padding:8rem 2rem;background-color:#000;overflow:hidden}.about-hero-background-image{position:absolute;inset:0;background-image:url(/besttrainers.webp);background-size:cover;background-position:center;filter:brightness(.45) blur(2px)}.about-hero-overlay-dark{position:absolute;inset:0;background-color:#00000080}.about-hero-content{position:relative;z-index:10;max-width:1400px;margin:0 auto;width:100%}.about-hero-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,4.5rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;text-align:left}.about-content-section{padding:6rem 2rem;background-color:#000}.about-content-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:stretch}.about-content-reverse{grid-template-columns:1fr 1fr}.about-content-reverse .about-image-right{order:2}.about-content-reverse .about-text-left{order:1}.about-content-image{width:100%;height:100%;min-height:460px;object-fit:cover;border-radius:8px;display:block;filter:brightness(.9);transition:filter .3s}.about-image-left:hover .about-content-image,.about-image-right:hover .about-content-image{filter:brightness(1)}.about-section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#00e0ff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1.5rem;line-height:1.1}.about-subsection-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2.25rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;line-height:1.2}.about-body-text{color:#fff;font-size:1.125rem;line-height:1.8;margin-bottom:0}.about-cta-section{background-color:#00e0ff;padding:6rem 2rem;min-height:40vh;display:flex;align-items:center;justify-content:flex-start}.about-cta-content{text-align:left;max-width:1400px;margin:0 auto;padding:0 2rem;width:100%}.about-cta-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,3.5rem);font-weight:800;color:#000;line-height:1.2;margin-bottom:2.5rem;text-transform:uppercase;letter-spacing:-.01em}.about-cta-buttons{display:flex;gap:1.5rem;flex-wrap:wrap}.btn-about-cta{background-color:#fff;color:#000;padding:1.25rem 3rem;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:1rem;letter-spacing:.1em;display:inline-flex;align-items:center;border:2px solid #000000;transition:all .3s}.btn-about-cta:hover{background-color:#000;color:#fff}.btn-about-cta-outline{background-color:transparent;color:#000;border:2px solid #000000}.btn-about-cta-outline:hover{background-color:#000;color:#fff;border-color:#000}@media(max-width:1024px){.about-content-container{grid-template-columns:1fr;gap:3rem}.about-content-reverse{grid-template-columns:1fr}.about-content-reverse .about-image-right{order:1}.about-content-reverse .about-text-left{order:2}.about-content-image{height:400px;min-height:0}}@media(max-width:768px){.about-hero-section{padding:6rem 2rem 4rem;min-height:70vh}.about-content-section{padding:4rem 2rem}.about-content-image{height:300px;min-height:0}.about-cta-section{padding:4rem 2rem}}@media(prefers-reduced-motion:reduce){*{animation-duration:.01ms!important;animation-iteration-count:1!important;transition-duration:.01ms!important}}@media(max-width:768px){.contact-form-row{grid-template-columns:1fr;gap:2rem}.contact-page{padding:4rem 1.5rem}.contact-form-wrapper{grid-template-columns:1fr;gap:3rem}.contact-form-container{width:100%;gap:4rem}.contact-form-heading{margin-top:3rem}.contact-image-container{justify-content:center}.about-cta-buttons{flex-direction:column}.btn-about-cta{width:100%;justify-content:center}}.gyms-page{background-color:#000}.gyms-hero-section{padding:8rem 2rem 6rem;text-align:center;background-color:#000}.gyms-hero-headline{font-family:var(--font-display);font-size:clamp(3rem,8vw,6.5rem);font-weight:800;color:#00e0ff;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;margin-bottom:1.5rem}.gyms-hero-subtitle{color:#fff;font-size:1.5rem;font-weight:400;margin:0}.gyms-content-section{padding:4rem 2rem 6rem;background-color:#000}.gyms-container{max-width:1400px;margin:0 auto}.gyms-section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#00e0ff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:3rem;text-align:center}.gyms-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;max-width:1200px;margin:0 auto}.gym-card{background-color:#ffffff0d;border:2px solid rgba(255,255,255,.1);padding:3rem 2rem;border-radius:8px;transition:all .3s}.gym-card:hover{border-color:#00e0ff;background-color:#00e0ff0d;transform:translateY(-4px)}.gym-card-title{font-family:var(--font-display);font-size:2rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1rem;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.gym-card-location{color:#ffffffb3;font-size:1rem;margin-bottom:2rem;line-height:1.6}.gym-card-link{color:#00e0ff;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;display:inline-flex;align-items:center;transition:color .3s}.gym-card-link:hover{color:#fff}@media(max-width:768px){.gyms-hero-section{padding:6rem 2rem 4rem}.gyms-content-section{padding:3rem 1.5rem 4rem}.gyms-grid{grid-template-columns:1fr;gap:1.5rem}}.gyms-page{overflow:hidden;height:100vh}.gyms-map-section{background-color:#000;width:100%;height:calc(100vh - var(--header-height));margin-top:0;overflow:hidden;display:flex;flex-direction:column;position:relative}.gyms-map-container{display:grid;grid-template-columns:2fr 1fr;height:100%;overflow:hidden}.gyms-map-wrapper{position:relative;width:100%;height:100%;background-color:#000}.gym-map-container{width:100%;height:100%;position:relative;z-index:1;min-height:400px}.gym-map{width:100%;height:100%;z-index:1}.blue-pin-marker{background:transparent!important;border:none!important;opacity:1!important;visibility:visible!important}.blue-pin-marker-icon{filter:drop-shadow(0 0 4px rgba(0,224,255,.4));transition:filter .3s ease;display:flex;align-items:center;justify-content:center}.blue-pin-marker:hover .blue-pin-marker-icon,.leaflet-marker-icon:hover .blue-pin-marker-icon{filter:drop-shadow(0 0 8px rgba(0,224,255,.8))}.custom-div-icon{background:transparent!important;border:none!important;opacity:1!important;visibility:visible!important;z-index:500}.custom-div-icon-active{z-index:1000!important}.location-tag-marker{position:relative;width:100%;height:100%;display:flex;align-items:flex-end;justify-content:center;cursor:pointer}.location-tag-container{position:relative;display:flex;flex-direction:column;align-items:center;transition:transform .3s ease}.location-tag-marker.active .location-tag-container{transform:scale(1.1)}.location-tag-box{background-color:#000;color:#fff;padding:.5rem .875rem;border-radius:6px;position:relative;box-shadow:0 4px 12px #00000080;border:2px solid rgba(0,224,255,.3);transition:all .3s ease;white-space:nowrap}.location-tag-marker.active .location-tag-box{border-color:#00e0ff;box-shadow:0 0 20px #00e0ffcc,0 4px 12px #00000080}.location-tag-text{font-family:var(--font-display);font-size:.7rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;line-height:1.2}.location-tag-marker.active .location-tag-text{color:#00e0ff;text-shadow:0 0 10px rgba(0,224,255,.8)}.location-tag-pin{width:0;height:0;border-left:8px solid transparent;border-right:8px solid transparent;border-top:14px solid #00E0FF;margin-top:-2px;filter:drop-shadow(0 2px 4px rgba(0,0,0,.5));transition:all .3s ease}.location-tag-marker.active .location-tag-pin{border-top-width:18px;border-left-width:10px;border-right-width:10px;filter:drop-shadow(0 0 10px rgba(0,224,255,.8)) drop-shadow(0 2px 4px rgba(0,0,0,.5))}.leaflet-marker-icon{opacity:1!important;visibility:visible!important;pointer-events:auto!important;transition:opacity .3s ease,transform .3s ease}.leaflet-zoom-animated .leaflet-marker-icon{opacity:1!important;visibility:visible!important}.location-tag-marker.active{animation:locationTagPulse 2s ease-in-out infinite}@keyframes locationTagPulse{0%,to{filter:drop-shadow(0 0 10px rgba(0,224,255,.6))}50%{filter:drop-shadow(0 0 20px rgba(0,224,255,1)) drop-shadow(0 0 30px rgba(0,224,255,.8))}}.gym-map-popup{text-align:left;font-family:Inter,sans-serif}.gym-map-popup h3{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:#000;text-transform:uppercase;margin-bottom:.5rem}.gym-map-popup p{color:#000000b3;font-size:.875rem;margin:0}.leaflet-popup-content-wrapper{background-color:#fff;border-radius:8px;box-shadow:0 4px 12px #0000004d}.leaflet-popup-tip{background-color:#fff}.leaflet-control-zoom{border:none!important;border-radius:8px!important;overflow:hidden;box-shadow:0 2px 8px #00000080}.leaflet-control-zoom a{background-color:#000c!important;color:#fff!important;border:none!important;transition:all .3s}.leaflet-control-zoom a:hover{background-color:#00e0ff!important;color:#000!important}.leaflet-bar{border:none!important}.gyms-list-wrapper{background-color:#000;border-left:1px solid rgba(255,255,255,.1);padding:0;overflow-y:auto;height:100%;overflow-x:hidden;position:relative}.gyms-list-container{padding:2rem;height:100%;display:flex;flex-direction:column;overflow-y:auto}.gyms-list-title{font-family:var(--font-display);font-size:clamp(1.5rem,3vw,2rem);font-weight:800;color:#00e0ff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:2rem;text-align:left}.gyms-list{display:flex;flex-direction:column;gap:0}.gym-list-item{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);cursor:pointer;transition:all .3s cubic-bezier(.4,0,.2,1);background-color:transparent;border-left:3px solid transparent}.gym-list-item:hover,.gym-list-item-hovered{background-color:#00e0ff0d;border-left-color:#00e0ff;transform:translate(4px)}.gym-list-item-content{flex:1;display:flex;flex-direction:column;gap:.5rem}.gym-list-item-title{font-family:var(--font-display);font-size:1.25rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;transition:color .3s}.gym-list-item:hover .gym-list-item-title,.gym-list-item-hovered .gym-list-item-title{color:#00e0ff}.gym-list-item-location{color:#ffffffb3;font-size:.875rem;font-family:Inter,sans-serif;margin:0;transition:color .3s}.gym-list-item:hover .gym-list-item-location,.gym-list-item-hovered .gym-list-item-location{color:#00e0ffe6}.gym-list-item-arrow{color:#ffffff80;transition:all .3s;flex-shrink:0;margin-left:1rem}.gym-list-item:hover .gym-list-item-arrow,.gym-list-item-hovered .gym-list-item-arrow{color:#00e0ff;transform:translate(4px)}.gyms-instructions{margin-top:auto;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.gyms-instructions-text{color:#fff9;font-size:.8rem;font-family:Inter,sans-serif;line-height:1.6;text-align:center;margin:0}.gyms-locations-toggle{display:none}.gyms-locations-toggle-content{display:flex;align-items:center;gap:.75rem;flex:1}.gyms-locations-toggle-text{font-family:var(--font-display);font-weight:800;font-size:.875rem;text-transform:uppercase;letter-spacing:.05em;color:#fff}.gyms-locations-count{font-family:Inter,sans-serif;font-size:.875rem;color:#ffffffb3}.gyms-locations-toggle-icon{transition:transform .3s ease;color:#00e0ff}.gyms-locations-toggle-icon-open{transform:rotate(180deg)}.gyms-list-header-mobile,.gyms-list-close{display:none}@media(max-width:1024px){.gyms-map-container{grid-template-columns:1fr;height:auto;min-height:auto;position:relative}.gyms-map-wrapper{height:60vh;min-height:500px;order:2}.gyms-list-wrapper{border-left:none;border-bottom:none;order:1;max-height:40vh;position:relative}}@media(max-width:768px){.gyms-hero-section{padding:6rem 2rem 3rem}.gyms-map-section{min-height:auto;position:relative;height:calc(100vh - var(--header-height));display:flex;flex-direction:column}.gyms-map-container{grid-template-columns:1fr;display:block;height:100%;width:100%;position:relative}.gyms-map-wrapper{position:absolute;inset:0;width:100%;height:100%;min-height:400px;z-index:1;overflow:hidden;background-color:#000}.gyms-list-wrapper{max-height:none;border-bottom:none;order:2;position:fixed;bottom:0;left:0;right:0;z-index:1000;pointer-events:none;width:100%;height:auto}.gyms-locations-toggle{display:flex;align-items:center;justify-content:space-between;width:100%;background-color:#000000f2;backdrop-filter:blur(10px);-webkit-backdrop-filter:blur(10px);border:2px solid rgba(0,224,255,.3);border-bottom:none;border-radius:8px 16px 0 0;padding:1.25rem 1.5rem;cursor:pointer;transition:all .3s ease;position:relative;z-index:1001;box-shadow:0 -4px 20px #00000080;pointer-events:auto}.gyms-locations-toggle:hover,.gyms-locations-toggle:focus{background-color:#000;border-color:#00e0ff;box-shadow:0 -4px 30px #00e0ff4d}.gyms-locations-toggle-content{color:#fff}.gyms-locations-toggle-content svg{color:#00e0ff}.gyms-list-container{position:relative;bottom:0;left:0;right:0;background-color:#000;border-top:2px solid rgba(0,224,255,.3);max-height:0;overflow:hidden;transition:max-height .4s cubic-bezier(.4,0,.2,1);z-index:1000;box-shadow:0 -4px 30px #000c;padding:0;display:flex;flex-direction:column;pointer-events:auto}.gyms-list-container-open{max-height:70vh;overflow-y:auto;border-top-color:#00e0ff;pointer-events:auto}.gyms-list-header-mobile{display:flex;align-items:center;justify-content:space-between;padding:1.5rem 1.5rem 1rem;border-bottom:1px solid rgba(255,255,255,.1);position:sticky;top:0;background-color:#000;z-index:10}.gyms-list-title{margin-bottom:0}.gyms-list-close{display:flex;align-items:center;justify-content:center;background:none;border:2px solid rgba(255,255,255,.2);color:#fff;width:44px;height:44px;border-radius:8px;cursor:pointer;transition:all .3s;flex-shrink:0}.gyms-list-close:hover,.gyms-list-close:focus{border-color:#00e0ff;color:#00e0ff;background-color:#00e0ff1a}.gyms-list{padding:0 1.5rem;flex:1;overflow-y:auto}.gyms-instructions{padding:1.5rem;border-top:1px solid rgba(255,255,255,.1);margin-top:auto}.gym-list-item{padding:1.25rem .75rem;cursor:pointer;-webkit-tap-highlight-color:rgba(0,224,255,.2)}.gym-list-item-title{font-size:1.125rem}.gyms-list-container-open~.gyms-locations-toggle{display:none}}.plans-page{background-color:#000}.plans-hero-section{position:relative;min-height:90vh;display:flex;align-items:center;justify-content:flex-start;padding:8rem 2rem;background-color:#000;overflow:hidden}.plans-hero-background-image{position:absolute;inset:0;background-image:url(/bestloc.webp);background-size:cover;background-position:center;filter:brightness(.45) blur(2px)}.plans-hero-overlay-dark{position:absolute;inset:0;background-color:#00000080}.plans-hero-content{position:relative;z-index:10;max-width:1400px;margin:0 auto;width:100%}.plans-hero-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,4.5rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;text-align:left}.plans-cards-section{padding:6rem 2rem;background-color:#000}.plans-container{max-width:1400px;margin:0 auto}.plans-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;margin-bottom:4rem}.plan-card{background-color:#000;border:2px solid #FFFFFF;border-radius:0;display:flex;flex-direction:column;transition:all .3s;overflow:hidden}.plan-card:hover{border-color:#00e0ff;transform:translateY(-4px)}.plan-banner{background-color:#00e0ff;height:60px;width:100%;display:flex;align-items:center;justify-content:center;min-height:60px}.plan-banner-special{background-color:#00e0ff}.plan-banner-special span{font-family:var(--font-display);font-size:.875rem;font-weight:800;color:#000;text-transform:uppercase;letter-spacing:.1em;text-align:center;padding:0 1rem}.plan-card-content{padding:2.5rem 2rem;display:flex;flex-direction:column;flex-grow:1}.plan-title{font-family:var(--font-display);font-size:2.5rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;line-height:1.2;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.plan-description{color:#fff;font-size:1rem;line-height:1.7;margin-bottom:2rem;flex-grow:1;font-family:Inter,sans-serif}.plan-price{margin-bottom:2rem;display:flex;align-items:baseline;flex-wrap:wrap}.plan-price-amount{font-family:var(--font-display);font-size:3rem;font-weight:800;color:#fff;line-height:1;margin-right:.5rem}.plan-price-period{font-family:Inter,sans-serif;font-size:1rem;font-weight:400;color:#fff}.plan-cta-button{background-color:#00e0ff;color:#000;padding:1rem 2.5rem;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;display:inline-flex;align-items:center;justify-content:center;transition:all .3s;border:2px solid #00E0FF;width:100%;text-align:center}.plan-cta-button:hover{background-color:#000;color:#00e0ff;border-color:#00e0ff}.plan-cta-button:hover svg{color:#00e0ff}.plan-cta-button svg{transition:color .3s;color:inherit}@media(max-width:1024px){.plans-grid{grid-template-columns:repeat(2,1fr);gap:2rem}}@media(max-width:768px){.plans-hero-section{padding:6rem 2rem 4rem;min-height:70vh}.plans-cards-section{padding:4rem 1.5rem}.plans-grid{grid-template-columns:1fr;gap:2rem}.plan-card-content{padding:2rem 1.5rem}.plan-title{font-size:2rem}.plan-price-amount{font-size:2.5rem}}.gym-detail-page{background-color:#000}.gym-detail-hero-section{position:relative;margin-top:calc(-1 * var(--header-height));min-height:90vh;display:flex;align-items:center;justify-content:flex-start;padding:calc(8rem + var(--header-height)) 2rem 8rem 2rem;background-color:#000;overflow:hidden}.gym-detail-hero-background-image{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.45) blur(2px)}.gym-detail-hero-overlay-dark{position:absolute;inset:0;background-color:#00000080}.gym-detail-hero-content{position:relative;z-index:10;max-width:1400px;margin:0 auto;width:100%}.gym-detail-hero-headline{font-family:var(--font-display);font-size:clamp(2rem,5vw,4.5rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.02em;line-height:1.1;text-align:left;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.gym-detail-info-section{padding:6rem 2rem;background-color:#000}.gym-detail-info-container{max-width:1400px;margin:0 auto;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:start}.gym-detail-left{padding-right:2rem}.gym-detail-about-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:2rem;line-height:1.1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.gym-detail-about-text{color:#fff;font-size:1.125rem;line-height:1.8;margin-bottom:1.5rem;font-family:Inter,sans-serif;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-about-text:last-child{margin-bottom:0}.gym-detail-right{border:1px solid #FFFFFF;padding:3rem 2.5rem;display:flex;flex-direction:column;gap:3rem;background-color:#0000004d}.gym-detail-contact-section,.gym-detail-opening-section{width:100%}.gym-detail-section-title{font-family:var(--font-display);font-size:1.5rem;font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-contact-item{margin-bottom:1.5rem;display:flex;align-items:flex-start;gap:8px}.gym-detail-contact-item:last-child{margin-bottom:0}.gym-detail-contact-link{color:#fff;text-decoration:underline;font-size:1rem;line-height:1.6;font-family:Inter,sans-serif;transition:color .3s;flex:1;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-contact-link:hover{color:#00e0ff}.gym-detail-opening-grid{display:grid;grid-template-columns:auto 1fr;gap:1rem 2rem;align-items:start}.gym-detail-opening-item{display:contents}.gym-detail-opening-day{color:#fff;font-size:1rem;font-family:Inter,sans-serif;font-weight:500}.gym-detail-opening-hours{color:#fff;font-size:1rem;font-family:Inter,sans-serif;text-align:right}.gym-not-found{padding:6rem 2rem;text-align:center;color:#fff}.gym-not-found h1{font-family:var(--font-display);font-size:2rem;margin-bottom:2rem;color:#00e0ff}.gym-not-found a{color:#00e0ff;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;transition:color .3s}.gym-not-found a:hover{color:#fff}@media(max-width:1024px){.gym-detail-info-container{grid-template-columns:1fr;gap:3rem}.gym-detail-left{padding-right:0}.gym-detail-right{border-left:none;border-top:1px solid rgba(255,255,255,.2);padding-left:0;padding-top:3rem}}@media(max-width:768px){.gym-detail-hero-section{padding:6rem 1.5rem 4rem;min-height:60vh;display:flex;align-items:center;justify-content:center}.gym-detail-hero-content{width:100%;max-width:100%;padding:0}.gym-detail-hero-headline{font-size:clamp(1.75rem,6vw,3rem);text-align:center;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%;line-height:1.2}.gym-detail-info-section{padding:3rem 1.5rem;width:100%;box-sizing:border-box}.gym-detail-info-container{width:100%;max-width:100%;gap:2.5rem;display:flex;flex-direction:column}.gym-detail-left{width:100%;max-width:100%;padding-right:0;order:1}.gym-detail-about-title{font-size:clamp(1.75rem,4vw,2.5rem);margin-bottom:1.5rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-about-text{font-size:1rem;line-height:1.7;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-right{width:100%;max-width:100%;border:1px solid rgba(255,255,255,.2);border-left:none;border-right:none;border-top:1px solid rgba(255,255,255,.2);border-bottom:1px solid rgba(255,255,255,.2);padding:2rem 1.5rem;gap:2rem;order:2;box-sizing:border-box}.gym-detail-section-title{font-size:1.25rem;margin-bottom:1.25rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-contact-item{flex-direction:column;align-items:flex-start;gap:.5rem;margin-bottom:1.25rem}.gym-detail-contact-link{word-wrap:break-word;overflow-wrap:break-word;max-width:100%;display:inline-block}.gym-detail-opening-grid{grid-template-columns:1fr;gap:1rem}.gym-detail-opening-hours{text-align:left}.gym-detail-opening-day{font-weight:600}}.clubs{background-color:#000;padding:4rem 2rem}.section-header{text-align:center;margin-bottom:3rem;max-width:1400px;margin-left:auto;margin-right:auto}.section-title{font-family:var(--font-display);font-size:clamp(2rem,4vw,3.5rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:-.01em;margin-bottom:1rem;line-height:1.1;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.section-title .highlight{color:#00e0ff}.section-subtitle{color:#fffc;font-size:clamp(1rem,2vw,1.125rem);line-height:1.6;max-width:600px;margin:0 auto}.clubs-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:2rem;max-width:1400px;margin:0 auto}.club-card{background-color:#ffffff0d;border:2px solid rgba(255,255,255,.1);padding:2.5rem 2rem;border-radius:8px;transition:all .3s;display:flex;flex-direction:column;gap:1rem}.club-card:hover{border-color:#00e0ff;background-color:#00e0ff0d;transform:translateY(-4px)}.club-icon{margin-bottom:.5rem}.club-name{font-family:var(--font-display);font-size:clamp(1.25rem,2.5vw,1.75rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0;word-wrap:break-word;overflow-wrap:break-word;-webkit-hyphens:auto;hyphens:auto;max-width:100%}.club-address{color:#ffffffb3;font-size:.9rem;line-height:1.6;margin:0;font-family:Inter,sans-serif}.club-area{color:#ffffff80;font-size:.85rem;margin:0;font-family:Inter,sans-serif}.club-contact{display:flex;align-items:center;gap:.5rem;margin-top:.5rem}.club-phone{color:#00e0ff;text-decoration:none;font-size:.9rem;font-family:Inter,sans-serif;transition:color .3s}.club-phone:hover{color:#fff}.category-link{color:#00e0ff;text-decoration:none;font-family:var(--font-display);font-weight:800;text-transform:uppercase;font-size:.875rem;letter-spacing:.1em;display:inline-flex;align-items:center;gap:.5rem;transition:color .3s}.category-link:hover{color:#fff}.value-props{background-color:#000;padding:4rem 2rem}.value-props-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:2rem;max-width:1400px;margin:0 auto}.value-prop-card{text-align:center;display:flex;flex-direction:column;align-items:center;gap:1rem}.value-prop-icon{margin-bottom:.5rem}.value-prop-title{font-family:var(--font-display);font-size:clamp(1rem,2vw,1.25rem);font-weight:800;color:#fff;text-transform:uppercase;letter-spacing:.05em;margin:0}.value-prop-detail{color:#ffffffb3;font-size:.9rem;line-height:1.6;margin:0;font-family:Inter,sans-serif}@media(max-width:1024px){.clubs-grid{grid-template-columns:repeat(2,1fr);gap:1.5rem}.value-props-grid{grid-template-columns:repeat(2,1fr);gap:2rem}.category-card-carousel{flex:0 0 calc(50% - 1rem)}.promo-section-blue{padding:5rem 2rem}.promo-content{padding:0 1rem}.image-grid-section{padding:0 1.5rem 1.5rem}.find-club-section{padding:5rem 2rem}.find-club-right{height:500px}.club-list-item,.gyms-hero-subtitle{font-size:1.25rem}}@media(max-width:768px){html{overflow-x:hidden;width:100%;position:relative}body{overflow-x:hidden;width:100%;position:relative;max-width:100vw}main{width:100%;max-width:100%;overflow-x:hidden;box-sizing:border-box}section{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.header{padding:.75rem 0;width:100%;left:0;right:0;box-sizing:border-box}.header-scrolled{margin:.5rem;border-radius:10px;width:calc(100% - 1rem)}.header-nav{padding:0 1.5rem;width:100%;box-sizing:border-box;max-width:100%}.header-logo{font-size:1.25rem;word-break:keep-all;white-space:nowrap}.mobile-menu{padding:.5rem;min-width:44px;min-height:44px;display:flex;align-items:center;justify-content:center;flex-shrink:0;position:relative;z-index:1001}.mobile-menu-overlay{display:block}.mobile-menu-nav{padding:5rem 1.5rem 2rem}.mobile-menu-link{font-size:1.25rem;padding:1.25rem 0}.mobile-menu-cta{font-size:1rem;padding:1rem 1.5rem;margin-top:1.5rem;width:100%;text-align:center}.hero-gymbox{min-height:100vh;min-height:100dvh;width:100%;overflow:hidden;position:relative}.hero-content-gymbox{padding:0 1.5rem;width:100%;box-sizing:border-box;max-width:100%}.hero-main-headline{margin-bottom:1.75rem;font-size:clamp(2.25rem,8.5vw,3rem);line-height:1.06;text-shadow:0 2px 24px rgba(0,0,0,.55);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.hero-promo-text{margin-bottom:2rem;font-size:clamp(1.25rem,4vw,1.75rem);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.hero-ctas-gymbox{gap:.85rem;width:100%}.hero-locations{margin-top:2rem;gap:.9rem}.hero-locations-label{font-size:.68rem;letter-spacing:.18em;text-align:center}.hero-locations-list{gap:.55rem}.hero-location-chip{padding:.7rem 1.15rem;font-size:.85rem;gap:.4rem}.promo-section-blue{padding:4rem 1.5rem;min-height:auto;width:100%;box-sizing:border-box;overflow-x:hidden}.promo-content{padding:0;width:100%;max-width:100%;box-sizing:border-box}.promo-headline{margin-bottom:2rem;font-size:clamp(1.75rem,5vw,2.5rem);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.btn-promo-white{padding:1rem 2rem;width:100%;max-width:100%;justify-content:center;box-sizing:border-box}.image-grid-section{padding:0 1rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden}.image-grid-container{width:100%;max-width:100%;box-sizing:border-box}.image-card{min-height:400px;padding:2rem 1.5rem;width:100%;max-width:100%;box-sizing:border-box}.image-carousel-section{margin-top:3rem;margin-bottom:4rem}.find-club-section{padding:4rem 1.5rem;min-height:auto;width:100%;box-sizing:border-box;overflow-x:hidden}.find-club-container{width:100%;max-width:100%;box-sizing:border-box}.find-club-left{padding-right:0;width:100%;max-width:100%}.find-club-headline{margin-bottom:2rem;font-size:clamp(1.75rem,4.5vw,2.5rem);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.find-club-right{height:400px;margin-top:2rem;width:100%;max-width:100%}.club-list{width:100%;max-width:100%}.club-list-item{font-size:1.125rem;padding:1.25rem 0;width:100%;max-width:100%;word-wrap:break-word;overflow-wrap:break-word;box-sizing:border-box}.about-section{padding:3rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden}.about-container{width:100%;max-width:100%;box-sizing:border-box}.about-heading{margin-bottom:2rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.about-text{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.clubs{padding:3rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden}.section-header{margin-bottom:2rem;width:100%;max-width:100%;padding:0}.section-title{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.clubs-grid{grid-template-columns:1fr;gap:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.club-card{padding:2rem 1.5rem;width:100%;max-width:100%;box-sizing:border-box}.value-props{padding:3rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden}.value-props-grid{grid-template-columns:1fr;gap:2rem;width:100%;max-width:100%;box-sizing:border-box}.value-prop-card{width:100%;max-width:100%;box-sizing:border-box}.categories-carousel-section{padding:3rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden;max-width:100%}.categories-header{margin-bottom:2rem;width:100%;max-width:100%}.categories-main-title{font-size:clamp(1.75rem,4vw,2.5rem);word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.categories-description{font-size:1rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.categories-carousel{width:100%;max-width:100%;overflow:hidden}.categories-track{width:100%;max-width:100%;gap:0;margin:0}.category-card-carousel{flex:0 0 100%;min-height:300px;width:100%;max-width:100%;box-sizing:border-box;margin:0;padding:0}.category-card-image{width:100%;max-width:100%}.category-card-title{font-size:1.5rem;word-wrap:break-word;overflow-wrap:break-word}.category-card-overlay-content{padding:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.categories-navigation{width:100%;max-width:100%;flex-wrap:wrap;gap:1rem}.carousel-arrow{width:44px;height:44px;flex-shrink:0}.carousel-indicators{flex-wrap:wrap;gap:.5rem}.indicator{width:40px;height:3px;flex-shrink:0}.indicator.active{width:80px}.footer{padding:3rem 1.5rem 1.5rem;width:100%;box-sizing:border-box;overflow-x:hidden}.footer-content{gap:2rem;margin-bottom:2rem;width:100%;max-width:100%;box-sizing:border-box}.footer-column{width:100%;max-width:100%;box-sizing:border-box}.gyms-hero-subtitle{font-size:1.125rem;word-wrap:break-word;overflow-wrap:break-word;max-width:100%}.gym-detail-right{padding:2rem 1.5rem;width:100%;max-width:100%;box-sizing:border-box}.gym-detail-section-title{font-size:1.25rem;word-wrap:break-word;overflow-wrap:break-word}.carousel-content{width:100%;max-width:100%;box-sizing:border-box;padding:2rem 1.5rem}.carousel-text{max-width:100%;word-wrap:break-word;overflow-wrap:break-word}.promo-content{width:100%;max-width:100%;box-sizing:border-box}.contact-form-section{width:100%;max-width:100%;box-sizing:border-box;overflow-x:hidden}.contact-form-wrapper,.contact-form-container,.contact-form,.contact-form-row,.plans-container,.plans-grid,.plan-card,.gym-detail-info-container,.gym-detail-left{width:100%;max-width:100%;box-sizing:border-box}.gym-detail-about-text{word-wrap:break-word;overflow-wrap:break-word;max-width:100%}}@media(max-width:480px){.header-scrolled{margin:.25rem;width:calc(100% - .5rem)}.header-nav{padding:0 1rem;max-width:100%}.header-logo{font-size:1.125rem}.hero-content-gymbox{padding:0 1rem;max-width:100%}.promo-section-blue{padding:3rem 1rem;width:100%;box-sizing:border-box}.promo-headline{font-size:clamp(1.5rem,5vw,2rem);word-wrap:break-word;overflow-wrap:break-word}.find-club-section{padding:3rem 1rem;width:100%;box-sizing:border-box}.image-grid-section{padding:0 .5rem 1rem;width:100%;box-sizing:border-box}.image-card{min-height:350px;padding:1.5rem 1rem;width:100%;max-width:100%;box-sizing:border-box}.about-section,.clubs,.value-props,.categories-carousel-section{padding:2.5rem 1rem;width:100%;box-sizing:border-box}.contact-page,.gym-detail-info-section,.plans-cards-section{padding:3rem 1rem;width:100%;box-sizing:border-box}.plan-card-content{padding:1.5rem 1rem;width:100%;box-sizing:border-box}.plan-title{font-size:1.75rem;word-wrap:break-word;overflow-wrap:break-word}.plan-price-amount{font-size:2rem}.carousel-wrapper{height:50vh;min-height:400px;width:100%;max-width:100%;overflow:hidden}.carousel-content{padding:1.5rem;width:100%;max-width:100%;box-sizing:border-box}.category-card-carousel{min-height:280px;width:100%;max-width:100%}}.policy-page{background-color:#000;min-height:70vh}.policy-hero{position:relative;margin-top:calc(-1 * var(--header-height));padding:calc(7rem + var(--header-height)) 2rem 5rem;text-align:center;background:radial-gradient(circle at 50% 0%,rgba(0,224,255,.12),transparent 60%),#000;overflow:hidden}.policy-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,transparent,rgba(0,0,0,.6));pointer-events:none}.policy-hero-content{position:relative;z-index:2;max-width:800px;margin:0 auto}.policy-hero-headline{font-family:var(--font-display);font-weight:800;font-size:clamp(2.5rem,7vw,4.5rem);text-transform:uppercase;letter-spacing:.04em;color:#fff;line-height:1.05}.policy-hero-sub{margin-top:1rem;color:#f5f8ffa6;font-size:clamp(1rem,2vw,1.15rem);font-weight:400}.policy-section{padding:3rem 2rem 5rem}.policy-container{max-width:880px;margin:0 auto}.faq-list{display:flex;flex-direction:column;gap:1rem}.faq-item{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;transition:border-color .3s ease,background .3s ease}.faq-item[open]{border-color:#00e0ff66;background:#00e0ff08}.faq-question{list-style:none;cursor:pointer;display:flex;align-items:center;justify-content:space-between;gap:1rem;padding:1.4rem 1.6rem;font-family:Inter,sans-serif;font-weight:600;font-size:1.05rem;color:#fff}.faq-question::-webkit-details-marker{display:none}.faq-icon{flex-shrink:0;color:#00e0ff;transition:transform .3s cubic-bezier(.16,1,.3,1)}.faq-item[open] .faq-icon{transform:rotate(45deg)}.faq-answer{padding:0 1.6rem 1.5rem;color:#f5f8ffb3;font-size:1rem;line-height:1.7}.rules-grid{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.rule-card{position:relative;padding:2rem 1.75rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease}.rule-card:hover{transform:translateY(-4px);border-color:#00e0ff59;box-shadow:0 16px 40px #00000080}.rule-number{font-family:var(--font-display);font-size:1.5rem;color:#00e0ffd9;letter-spacing:.05em}.rule-title{font-family:Inter,sans-serif;font-weight:600;font-size:1.15rem;color:#fff;margin:.75rem 0 .5rem}.rule-body{color:#f5f8ffa6;font-size:.95rem;line-height:1.65}.policy-cta{padding:4rem 2rem 6rem;text-align:center}.policy-cta-headline{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,4vw,2.5rem);text-transform:uppercase;letter-spacing:.04em;color:#fff;margin-bottom:2rem}.notfound-page{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;text-align:center;padding:4rem 2rem;background:radial-gradient(circle at 50% 30%,rgba(0,224,255,.1),transparent 55%),#000}.notfound-content{max-width:640px}.notfound-code{display:block;font-family:var(--font-display);font-size:clamp(5rem,18vw,11rem);line-height:1;letter-spacing:.02em;background:linear-gradient(180deg,#fff,#00e0ff99);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.notfound-headline{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,4vw,2.25rem);text-transform:uppercase;letter-spacing:.06em;color:#fff;margin-top:.5rem}.notfound-text{color:#f5f8ffa6;font-size:1.05rem;margin:1rem auto 2.25rem;max-width:480px;line-height:1.7}.notfound-actions{display:flex;gap:1rem;justify-content:center;flex-wrap:wrap}@media(max-width:768px){.rules-grid{grid-template-columns:1fr}.notfound-actions .btn-about-cta{width:100%;justify-content:center}}.contact-form-status{display:flex;align-items:center;gap:.6rem;margin-top:1.25rem;font-family:Inter,sans-serif;font-size:.95rem;line-height:1.5}.contact-form-status-success{color:#00e0ff;padding:1rem 1.25rem;border:1px solid rgba(0,224,255,.4);border-radius:8px;background:#00e0ff0f}.contact-form-status-error{color:#ff6b6b}.contact-spin{animation:contactSpin .8s linear infinite}@keyframes contactSpin{to{transform:rotate(360deg)}}.hero-locations{margin-top:2.75rem;display:flex;flex-direction:column;align-items:center;gap:1rem}.hero-locations-label{display:inline-flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-size:.72rem;font-weight:500;letter-spacing:.22em;text-transform:uppercase;color:#f5f8ff99}.hero-locations-label svg{color:#00e0ff}.hero-locations-list{display:flex;gap:.85rem;flex-wrap:wrap;justify-content:center}.hero-location-chip{position:relative;overflow:hidden;display:inline-flex;align-items:center;gap:.55rem;padding:.85rem 1.6rem;border-radius:10px;border:1px solid rgba(255,255,255,.22);background:#0a0c1080;backdrop-filter:blur(12px) saturate(140%);-webkit-backdrop-filter:blur(12px) saturate(140%);box-shadow:0 6px 22px #00000059,inset 0 1px #ffffff14;text-decoration:none;font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;letter-spacing:.07em;text-transform:uppercase;color:#fff;transition:border-color .3s ease,background .3s ease,color .3s ease,transform .2s ease,box-shadow .3s ease}.hero-location-chip:before{content:"";position:absolute;top:0;left:-80%;width:55%;height:100%;pointer-events:none;background:linear-gradient(120deg,transparent,rgba(255,255,255,.28),transparent);transform:skew(-20deg);animation:chipShimmer 4s ease-in-out infinite}.hero-location-chip:nth-child(2):before{animation-delay:.5s}.hero-location-chip:nth-child(3):before{animation-delay:1s}@keyframes chipShimmer{0%{left:-80%}55%,to{left:130%}}.hero-location-chip:hover{border-color:#00e0ff;background:#00e0ff24;color:#00e0ff;transform:translateY(-2px);box-shadow:0 12px 32px #00e0ff40,inset 0 1px #ffffff1f}@media(prefers-reduced-motion:reduce){.hero-location-chip:before{animation:none;display:none}}.hero-location-arrow{transition:transform .3s ease}.hero-location-chip:hover .hero-location-arrow{transform:translate(3px)}.gym-classes-section{background-color:#000;padding:5rem 2rem}.gym-classes-container{max-width:1200px;margin:0 auto}.gym-classes-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,4vw,2.75rem);letter-spacing:.03em;text-transform:uppercase;color:#fff}.gym-classes-sub{margin-top:.75rem;color:#f5f8ff99;font-size:1.02rem;max-width:620px}.gym-classes-grid{margin-top:2.5rem;display:flex;flex-wrap:wrap;justify-content:center;gap:1.25rem}.gym-class-card{position:relative;display:flex;flex-direction:column;flex:0 0 calc((100% - 2.5rem) / 3);padding:1.75rem 1.5rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;overflow:hidden;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,box-shadow .35s ease,background .35s ease}.gym-class-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00E0FF,transparent);transform:scaleX(0);transform-origin:left;transition:transform .4s cubic-bezier(.16,1,.3,1)}.gym-class-card:hover{transform:translateY(-5px);border-color:#00e0ff59;background:#00e0ff08;box-shadow:0 18px 44px #00000080}.gym-class-card:hover:before{transform:scaleX(1)}.gym-class-index{font-family:var(--font-display);font-size:1.35rem;color:#00e0ffd9;letter-spacing:.05em}.gym-class-name{font-family:Inter,sans-serif;font-weight:600;font-size:1.15rem;color:#fff;margin:.7rem 0 .5rem}.gym-class-desc{color:#f5f8ff9e;font-size:.92rem;line-height:1.6;flex-grow:1}.gym-class-price{display:inline-block;margin-top:1.1rem;padding-top:1rem;border-top:1px solid rgba(255,255,255,.08);font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;color:#00e0ff}.faq-section{background-color:#000;padding:5.5rem 2rem 6rem;scroll-margin-top:var(--header-height)}.faq-section-inner{max-width:860px;margin:0 auto}.faq-section-header{text-align:center;margin-bottom:2.5rem}.faq-section-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.75rem,4vw,2.75rem);letter-spacing:.03em;text-transform:uppercase;color:#fff}.faq-section-sub{margin-top:.85rem;color:#f5f8ff99;font-size:1.05rem}.faq-section-footer{margin-top:2.5rem;text-align:center;color:#f5f8ff99;font-size:1rem}.faq-section-link{display:inline-block;margin-left:.5rem;color:#00e0ff;text-decoration:none;font-weight:600;transition:color .3s ease}.faq-section-link:hover{color:#5cf1ff}@media(max-width:1024px){.gym-class-card{flex-basis:calc((100% - 1.25rem)/2)}}@media(max-width:600px){.gym-class-card{flex-basis:100%}}.lead-modal-overlay{position:fixed;inset:0;z-index:2000;display:flex;align-items:center;justify-content:center;padding:1.25rem;background:#000000b8;backdrop-filter:blur(6px);-webkit-backdrop-filter:blur(6px);overflow-y:auto;animation:leadFade .3s ease}@keyframes leadFade{0%{opacity:0}to{opacity:1}}.lead-modal-card{position:relative;width:100%;max-width:440px;max-height:92vh;overflow-y:auto;padding:2.5rem 2rem 2rem;background:#101014;border:1px solid rgba(255,255,255,.1);border-top:3px solid #00E0FF;border-radius:8px;box-shadow:0 30px 80px #0009;animation:leadPop .4s cubic-bezier(.16,1,.3,1)}@keyframes leadPop{0%{opacity:0;transform:translateY(24px) scale(.97)}to{opacity:1;transform:translateY(0) scale(1)}}.lead-modal-close{position:absolute;top:.9rem;right:.9rem;display:inline-flex;align-items:center;justify-content:center;width:36px;height:36px;border-radius:50%;border:1px solid rgba(255,255,255,.12);background:#ffffff0a;color:#f5f8ffb3;cursor:pointer;transition:all .25s ease}.lead-modal-close:hover{color:#00e0ff;border-color:#00e0ff80;background:#00e0ff14;transform:rotate(90deg)}.lead-modal-badge{display:inline-block;padding:.35rem .85rem;border-radius:999px;border:1px solid rgba(0,224,255,.4);background:#00e0ff14;color:#00e0ff;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase}.lead-modal-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.5rem,5vw,1.9rem);letter-spacing:.01em;color:#fff;line-height:1.15;margin:.9rem 0 1.6rem}.lead-modal-sub{color:#f5f8ff99;font-size:.95rem;line-height:1.55;margin-bottom:1.5rem}.lead-modal-form{display:flex;flex-direction:column;gap:.85rem}.lead-modal-input,.lead-modal-select{width:100%;padding:.9rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:8px;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;outline:none;transition:border-color .25s ease,background .25s ease}.lead-modal-input::placeholder{color:#f5f8ff66}.lead-modal-input:focus,.lead-modal-select:focus{border-color:#00e0ff;background:#00e0ff0a}.lead-modal-select-wrap{position:relative}.lead-modal-select{display:flex;align-items:center;justify-content:space-between;cursor:pointer;color:#fff}.lead-modal-placeholder{color:#f5f8ff66}.lead-modal-select-menu{position:absolute;top:calc(100% + 6px);left:0;right:0;z-index:5;background:#16171c;border:1px solid rgba(255,255,255,.12);border-radius:8px;overflow:hidden;box-shadow:0 16px 40px #00000080}.lead-modal-select-option{display:block;width:100%;text-align:left;padding:.8rem 1rem;background:transparent;border:none;color:#f5f8ffd9;font-family:Inter,sans-serif;font-size:.92rem;cursor:pointer;transition:background .2s ease,color .2s ease}.lead-modal-select-option:hover{background:#00e0ff1a;color:#00e0ff}.lead-modal-consent{display:flex;gap:.6rem;align-items:flex-start;color:#f5f8ff99;font-size:.8rem;line-height:1.5;cursor:pointer}.lead-modal-consent input{margin-top:.15rem;width:16px;height:16px;accent-color:#00E0FF;flex-shrink:0;cursor:pointer}.lead-modal-error{color:#ff6b6b;font-size:.85rem}.lead-modal-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.35rem;padding:1rem;border:none;border-radius:8px;background:#00e0ff;color:#04161a;font-family:Inter,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 30px #00e0ff40;transition:background .25s ease,transform .2s ease}.lead-modal-submit:hover:not(:disabled){background:#5cf1ff;transform:translateY(-2px)}.lead-modal-submit:disabled{opacity:.7;cursor:wait}.lead-modal-success{text-align:center;padding:1.5rem .5rem .5rem}.lead-modal-success-icon{color:#00e0ff;margin-bottom:.5rem}@media(prefers-reduced-motion:reduce){.lead-modal-overlay,.lead-modal-card{animation:none}}.gf-loader-overlay{position:fixed;inset:0;z-index:3000;display:grid;place-items:center;background:#000;transition:opacity .7s ease}.gf-loader-overlay.gf-out{opacity:0;pointer-events:none}.gf-neon{width:min(88vw,640px);height:auto;overflow:visible}.gf-neon .nl{stroke-width:2.6;stroke-linejoin:round;stroke-linecap:round;stroke-dasharray:100;stroke-dashoffset:100;fill-opacity:0;opacity:0;animation:gfNeon 3.2s ease-in-out infinite;animation-delay:calc(var(--i) * .06s)}.gf-neon .nl-blue{fill:#2ee6ff;stroke:#7af2ff;filter:drop-shadow(0 0 2px #6ef1ff) drop-shadow(0 0 8px #22d3ff) drop-shadow(0 0 20px #0a86d8)}.gf-neon .nl-white{fill:#fff;stroke:#eafcff;filter:drop-shadow(0 0 2px #ffffff) drop-shadow(0 0 9px #ffffff) drop-shadow(0 0 22px rgba(255,255,255,.8))}@keyframes gfNeon{0%{stroke-dashoffset:100;fill-opacity:0;opacity:0}5%{opacity:1}40%{stroke-dashoffset:0;fill-opacity:0;opacity:1}55%{fill-opacity:1}80%{stroke-dashoffset:0;fill-opacity:1;opacity:1}95%{opacity:0;fill-opacity:1}to{stroke-dashoffset:100;fill-opacity:0;opacity:0}}.gf-neon.gf-fill .nl{animation:none;stroke-dashoffset:0;opacity:1;fill-opacity:1;transition:fill-opacity .45s ease}@media(prefers-reduced-motion:reduce){.gf-neon .nl{animation:none;stroke-dashoffset:0;fill-opacity:1;opacity:1}}.classes-section{background-color:#000;padding:5.5rem 2rem;scroll-margin-top:var(--header-height)}.classes-header{max-width:1200px;margin:0 auto 2.75rem;text-align:center}.classes-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#00e0ff;margin-bottom:.85rem}.classes-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.9rem,4.5vw,3rem);letter-spacing:.02em;text-transform:uppercase;color:#fff}.classes-sub{margin-top:.85rem;color:#f5f8ff99;font-size:1.05rem;max-width:620px;margin-left:auto;margin-right:auto}.classes-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.class-card{position:relative;min-height:340px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.08);transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.class-card-bg{position:absolute;inset:0;background-size:cover;background-position:center;transition:transform .6s cubic-bezier(.16,1,.3,1),filter .4s ease;filter:brightness(.72)}.class-card-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000001a,#00000059 45%,#000000e6)}.class-card-body{position:absolute;inset:auto 0 0;padding:1.5rem 1.4rem;z-index:2}.class-card-title{font-family:var(--font-display);font-weight:800;font-size:1.4rem;letter-spacing:.03em;text-transform:uppercase;color:#fff}.class-card-desc{margin-top:.45rem;color:#f5f8ffb8;font-size:.88rem;line-height:1.5;max-height:0;opacity:0;overflow:hidden;transition:max-height .45s ease,opacity .45s ease,margin-top .45s ease}.class-card:hover{transform:translateY(-6px);border-color:#00e0ff73;box-shadow:0 22px 50px #0000008c}.class-card:hover .class-card-bg{transform:scale(1.06);filter:brightness(.85)}.class-card:hover .class-card-desc{max-height:120px;opacity:1;margin-top:.6rem}.classes-cta{text-align:center;margin-top:2.75rem}.visit-section{background-color:#050506;padding:5.5rem 2rem;scroll-margin-top:var(--header-height);border-top:1px solid rgba(255,255,255,.05)}.visit-header{max-width:1200px;margin:0 auto 2.5rem;text-align:center}.visit-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#00e0ff;margin-bottom:.85rem}.visit-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.9rem,4.5vw,3rem);letter-spacing:.02em;text-transform:uppercase;color:#fff}.visit-sub{margin-top:.85rem;color:#f5f8ff99;font-size:1.05rem}.visit-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:1.4fr 1fr;gap:2.5rem;align-items:start}.visit-map-wrapper{height:440px;border-radius:8px;overflow:hidden;border:1px solid rgba(255,255,255,.1)}.visit-map-wrapper .gym-map-container,.visit-map-wrapper .gym-map{height:100%;width:100%}.visit-directions-btn{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.1rem;padding:.9rem 1.6rem;border-radius:8px;background:#00e0ff;color:#04161a;font-family:Inter,sans-serif;font-weight:600;font-size:.85rem;letter-spacing:.08em;text-transform:uppercase;text-decoration:none;box-shadow:0 10px 30px #00e0ff38;transition:background .25s ease,transform .2s ease}.visit-directions-btn:hover{background:#5cf1ff;transform:translateY(-2px)}.visit-info-col{display:flex;flex-direction:column;gap:1.75rem}.visit-info-block{border-bottom:1px solid rgba(255,255,255,.08);padding-bottom:1.5rem}.visit-info-block:last-child{border-bottom:none;padding-bottom:0}.visit-info-title{display:flex;align-items:center;gap:.5rem;font-family:Inter,sans-serif;font-weight:600;font-size:.8rem;letter-spacing:.14em;text-transform:uppercase;color:#00e0ff;margin-bottom:.85rem}.visit-info-text{display:block;color:#f5f8ffbf;font-size:.98rem;line-height:1.6}.visit-link{text-decoration:none;transition:color .25s ease}.visit-link:hover{color:#00e0ff}.visit-hours-row{display:flex;align-items:center;justify-content:space-between;padding:.45rem 0;border-bottom:1px dashed rgba(255,255,255,.06)}.visit-hours-row:last-child{border-bottom:none}.visit-hours-day{color:#f5f8ffc7;font-size:.92rem}.visit-hours-time{color:#f5f8ff8c;font-size:.9rem}@media(max-width:1024px){.classes-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:900px){.visit-grid{grid-template-columns:1fr}.visit-map-wrapper{height:340px}}@media(max-width:560px){.classes-grid{grid-template-columns:1fr}.class-card-desc{max-height:120px;opacity:1;margin-top:.6rem}}.footer-logo-img{width:auto;height:auto;max-width:200px;max-height:96px;display:block;object-fit:contain}.about-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#00e0ff;margin-bottom:.85rem}.about-section-title.about-center{text-align:center}.about-stats-section{background:linear-gradient(180deg,#050506,#000);padding:3.5rem 2rem;border-top:1px solid rgba(255,255,255,.05);border-bottom:1px solid rgba(255,255,255,.05)}.about-stats{max-width:1100px;margin:0 auto;display:grid;grid-template-columns:repeat(4,1fr);gap:1.5rem;text-align:center}.about-stat{display:flex;flex-direction:column;gap:.4rem;position:relative}.about-stat:not(:last-child):after{content:"";position:absolute;right:-.75rem;top:15%;height:70%;width:1px;background:#ffffff14}.about-stat-num{font-family:var(--font-display);font-weight:800;font-size:clamp(2rem,5vw,3.25rem);line-height:1;background:linear-gradient(180deg,#fff,#00e0ffbf);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.about-stat-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.14em;text-transform:uppercase;color:#f5f8ff99}.about-approach-section{background-color:#000;padding:5.5rem 2rem}.about-approach-inner,.about-modes-inner{max-width:1100px;margin:0 auto}.about-approach-header{text-align:center;max-width:720px;margin:0 auto 3rem}.about-approach-lead{margin-top:1rem;color:#f5f8ffa6;font-size:1.08rem;line-height:1.7}.about-approach-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.about-approach-card{padding:1.9rem 1.5rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,background .35s ease}.about-approach-card:hover{transform:translateY(-5px);border-color:#00e0ff59;background:#00e0ff08}.about-approach-icon{color:#00e0ff;margin-bottom:1rem}.about-approach-title{font-family:Inter,sans-serif;font-weight:600;font-size:1.08rem;color:#fff;margin-bottom:.5rem}.about-approach-text{color:#f5f8ff9e;font-size:.92rem;line-height:1.6}.about-modes-section{background-color:#050506;padding:5.5rem 2rem;border-top:1px solid rgba(255,255,255,.05)}.about-modes-grid{display:grid;grid-template-columns:repeat(3,1fr);gap:1.5rem}.about-mode-card{position:relative;padding:2.5rem 2rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;overflow:hidden;transition:transform .4s cubic-bezier(.16,1,.3,1),border-color .4s ease,box-shadow .4s ease}.about-mode-card:before{content:"";position:absolute;top:0;left:0;width:100%;height:3px;background:linear-gradient(90deg,#00E0FF,transparent);transform:scaleX(0);transform-origin:left;transition:transform .45s cubic-bezier(.16,1,.3,1)}.about-mode-card:hover{transform:translateY(-6px);border-color:#00e0ff66;box-shadow:0 20px 48px #00000080}.about-mode-card:hover:before{transform:scaleX(1)}.about-mode-icon{color:#00e0ff;margin-bottom:1.1rem}.about-mode-title{font-family:var(--font-display);font-weight:700;font-size:1.35rem;color:#fff;margin-bottom:.6rem;letter-spacing:.01em}.about-mode-text{color:#f5f8ffa6;font-size:.96rem;line-height:1.65}.about-mode-levels{list-style:none;margin:1.4rem 0 0;padding:1.4rem 0 0;border-top:1px solid rgba(255,255,255,.08);display:flex;flex-direction:column;gap:.75rem}.about-mode-level{display:flex;align-items:baseline;justify-content:space-between;gap:1rem}.about-mode-level-label{flex-shrink:0;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;color:#00e0ff}.about-mode-level-value{text-align:right;font-family:Inter,sans-serif;font-size:.95rem;color:#f5f8ffd9}.about-coach-signature{margin-top:1.6rem;font-family:var(--font-display);font-weight:800;font-size:1.1rem;color:#fff;letter-spacing:.02em}.about-coach-signature span{display:block;margin-top:.25rem;font-family:Inter,sans-serif;font-weight:500;font-size:.78rem;letter-spacing:.14em;text-transform:uppercase;color:#00e0ff}.reviews-section{background-color:#000;padding:5.5rem 2rem 6rem}.reviews-inner{max-width:1200px;margin:0 auto}.reviews-header{text-align:center;margin-bottom:2.75rem}.reviews-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:.72rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#00e0ff;margin-bottom:.85rem}.reviews-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.9rem,4.5vw,3rem);letter-spacing:.02em;text-transform:uppercase;color:#fff}.reviews-sub{margin-top:.85rem;color:#f5f8ff99;font-size:1.05rem}.reviews-grid{display:grid;grid-template-columns:repeat(4,1fr);gap:1.25rem}.review-card{display:flex;flex-direction:column;padding:1.9rem 1.6rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;transition:transform .35s cubic-bezier(.16,1,.3,1),border-color .35s ease,background .35s ease}.review-card:hover{transform:translateY(-5px);border-color:#00e0ff59;background:#00e0ff08}.review-stars{display:flex;gap:3px;color:#00e0ff;margin-bottom:1rem}.review-text{color:#f5f8ffd1;font-size:.96rem;line-height:1.65;flex-grow:1}.review-author{margin-top:1.5rem;display:flex;flex-direction:column;gap:.15rem}.review-name{font-family:Inter,sans-serif;font-weight:600;font-size:.95rem;color:#fff}.review-gym{font-family:Inter,sans-serif;font-size:.78rem;letter-spacing:.06em;text-transform:uppercase;color:#00e0ff}@media(max-width:1024px){.reviews-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:560px){.reviews-grid{grid-template-columns:1fr}}@media(max-width:1024px){.about-approach-grid{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.about-stats{grid-template-columns:repeat(2,1fr);gap:2rem 1.5rem}.about-stat:not(:last-child):after{display:none}.about-modes-grid{grid-template-columns:1fr}}@media(max-width:560px){.about-approach-grid{grid-template-columns:1fr}}.career-apply-section{background-color:#050506;padding:5rem 2rem 6rem;border-top:1px solid rgba(255,255,255,.05)}.career-apply-inner{max-width:760px;margin:0 auto}.career-apply-header{text-align:center;margin-bottom:2.5rem}.career-form-wrapper{padding:2.25rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05}.career-form{display:flex;flex-direction:column;gap:1.1rem}.career-form-row{display:grid;grid-template-columns:1fr 1fr;gap:1.1rem}.career-form-field{display:flex;flex-direction:column;gap:.5rem}.career-form-label{font-family:Inter,sans-serif;font-size:.78rem;font-weight:500;letter-spacing:.08em;text-transform:uppercase;color:#f5f8ffa6}.career-form-input{width:100%;padding:.85rem 1rem;background:#ffffff0a;border:1px solid rgba(255,255,255,.12);border-radius:10px;color:#fff;font-family:Inter,sans-serif;font-size:.95rem;outline:none;transition:border-color .25s ease,background .25s ease}.career-form-input::placeholder{color:#f5f8ff66}.career-form-input:focus{border-color:#00e0ff;background:#00e0ff0a}.career-form-textarea{resize:vertical;min-height:110px;line-height:1.55}.career-form-select{appearance:none;-webkit-appearance:none;cursor:pointer;background-image:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='14' height='14' viewBox='0 0 24 24' fill='none' stroke='%2300E0FF' stroke-width='2' stroke-linecap='round' stroke-linejoin='round'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E");background-repeat:no-repeat;background-position:right 1rem center;padding-right:2.5rem}.career-form-select option{background:#16171c;color:#fff}.career-form-consent{display:flex;gap:.6rem;align-items:flex-start;color:#f5f8ff99;font-size:.82rem;line-height:1.5;cursor:pointer;margin-top:.25rem}.career-form-consent input{margin-top:.15rem;width:16px;height:16px;accent-color:#00E0FF;flex-shrink:0;cursor:pointer}.career-form-error{color:#ff6b6b;font-size:.85rem}.career-form-submit{display:inline-flex;align-items:center;justify-content:center;gap:.5rem;margin-top:.35rem;padding:1rem;border:none;border-radius:10px;background:#00e0ff;color:#04161a;font-family:Inter,sans-serif;font-weight:700;font-size:.9rem;letter-spacing:.08em;text-transform:uppercase;cursor:pointer;box-shadow:0 10px 30px #00e0ff38;transition:background .25s ease,transform .2s ease}.career-form-submit:hover:not(:disabled){background:#5cf1ff;transform:translateY(-2px)}.career-form-submit:disabled{opacity:.7;cursor:wait}.career-form-success{text-align:center;padding:2.5rem 1.5rem;border:1px solid rgba(0,224,255,.35);border-radius:8px;background:#00e0ff0d}.career-form-success-icon{color:#00e0ff;margin-bottom:1rem}.career-form-success-title{font-family:var(--font-display);font-weight:700;font-size:1.5rem;color:#fff;margin-bottom:.6rem}.career-form-success-text{color:#f5f8ffa6;font-size:.98rem;line-height:1.6;max-width:440px;margin:0 auto}@media(max-width:560px){.career-form-row{grid-template-columns:1fr}.career-form-wrapper{padding:1.5rem}}.page-hero{position:relative;margin-top:calc(-1 * var(--header-height));min-height:100vh;min-height:100dvh;display:flex;align-items:flex-end;overflow:hidden;background-color:#000}.page-hero-bg{position:absolute;inset:0;background-size:cover;background-position:center;filter:brightness(.62);transform:scale(1.03)}.page-hero-overlay{position:absolute;inset:0;background:linear-gradient(180deg,#0000008c,#0000001a 35%,#000000e0)}.page-hero-content{position:relative;z-index:2;width:100%;max-width:1400px;margin:0 auto;padding:0 2.5rem 4.5rem;display:flex;align-items:flex-end;justify-content:space-between;gap:2.5rem}.page-hero-left{max-width:900px}.page-hero-eyebrow{display:inline-block;font-family:Inter,sans-serif;font-size:.75rem;font-weight:600;letter-spacing:.24em;text-transform:uppercase;color:#00e0ff;margin-bottom:1.1rem}.page-hero-title{font-family:var(--font-display);font-weight:800;font-size:clamp(2.4rem,6.5vw,5rem);line-height:.98;letter-spacing:.01em;text-transform:uppercase;color:#fff;max-width:100%;overflow-wrap:break-word;word-break:break-word;-webkit-hyphens:auto;hyphens:auto}.page-hero-sub{flex-shrink:0;max-width:340px;padding-bottom:.6rem;color:#f5f8ffcc;font-size:clamp(1rem,1.6vw,1.18rem);line-height:1.6}@media(max-width:1024px){.page-hero-content{flex-direction:column;align-items:flex-start;gap:1.25rem;padding:0 2rem 4rem}.page-hero-sub{max-width:100%;padding-bottom:0}}@media(max-width:560px){.page-hero-content{padding:0 1.5rem 3rem}}.gym-info-section{background-color:#050506;padding:4.5rem 2rem;border-top:1px solid rgba(255,255,255,.05)}.gym-info-grid{max-width:1200px;margin:0 auto;display:grid;grid-template-columns:repeat(3,1fr);gap:1.25rem;align-items:stretch}.gym-info-card{border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff05;padding:1.9rem 1.75rem;transition:border-color .3s ease,background .3s ease}.gym-info-card:hover{border-color:#00e0ff47;background:#00e0ff05}.gym-info-card .visit-info-text{margin-bottom:.6rem}.gym-info-directions{display:inline-block;margin-top:.7rem;color:#00e0ff;font-family:Inter,sans-serif;font-size:.85rem;font-weight:600;text-decoration:none;transition:color .25s ease}.gym-info-directions:hover{color:#5cf1ff}.gym-info-email{overflow-wrap:anywhere;font-size:.9rem}@media(max-width:900px){.gym-info-grid{grid-template-columns:1fr}}@media(max-width:768px){.gym-info-section,.gym-classes-section{padding:3.5rem 1.5rem}}.coming-soon-page{min-height:calc(100vh - var(--header-height));display:flex;align-items:center;justify-content:center;padding:1.5rem;background:radial-gradient(circle at 50% 30%,rgba(0,224,255,.12),transparent 55%),#000}.coming-soon-card{width:100%;max-width:500px;text-align:center;padding:2.25rem 2rem;border:1px solid rgba(255,255,255,.08);border-radius:8px;background:#ffffff08;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);box-shadow:0 24px 70px #00000080}.coming-soon-logo{display:block;font-family:var(--font-display);font-size:1.3rem;letter-spacing:.18em;color:#fff}.coming-soon-logo .accent{color:#00e0ff}.coming-soon-badge{display:inline-block;margin-top:1rem;padding:.4rem .9rem;font-family:Inter,sans-serif;font-size:.68rem;font-weight:600;letter-spacing:.2em;text-transform:uppercase;color:#00e0ff;border:1px solid rgba(0,224,255,.35);border-radius:999px;background:#00e0ff0f}.coming-soon-title{font-family:var(--font-display);font-weight:800;font-size:clamp(1.85rem,5.5vw,2.5rem);letter-spacing:.04em;line-height:1.08;margin:.85rem 0 .7rem;background:linear-gradient(180deg,#fff,#00e0ffa6);-webkit-background-clip:text;background-clip:text;-webkit-text-fill-color:transparent}.coming-soon-text{color:#f5f8ffa6;font-size:.92rem;line-height:1.6;max-width:400px;margin:0 auto 1.6rem}.coming-soon-actions{display:flex;gap:.85rem;justify-content:center;flex-wrap:wrap}.coming-soon-actions .btn-about-cta,.notfound-actions .btn-about-cta{padding:.95rem 1.9rem;font-size:.85rem;letter-spacing:.08em;border-radius:10px;background-color:#00e0ff;color:#04161a;border:1px solid #00E0FF;box-shadow:0 8px 26px #00e0ff38}.coming-soon-actions .btn-about-cta:hover,.notfound-actions .btn-about-cta:hover{background-color:#5cf1ff;color:#04161a;transform:translateY(-2px)}.coming-soon-actions .btn-about-cta-outline,.notfound-actions .btn-about-cta-outline{background-color:transparent;color:#00e0ff;border:1px solid rgba(0,224,255,.5);box-shadow:none}.coming-soon-actions .btn-about-cta-outline:hover,.notfound-actions .btn-about-cta-outline:hover{background-color:#00e0ff1a;color:#fff;border-color:#00e0ff;transform:translateY(-2px)}@media(max-width:768px){.coming-soon-actions{flex-direction:column}.coming-soon-actions .btn-about-cta{width:100%;justify-content:center}}.leaflet-pane,.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-tile-container,.leaflet-pane>svg,.leaflet-pane>canvas,.leaflet-zoom-box,.leaflet-image-layer,.leaflet-layer{position:absolute;left:0;top:0}.leaflet-container{overflow:hidden}.leaflet-tile,.leaflet-marker-icon,.leaflet-marker-shadow{-webkit-user-select:none;-moz-user-select:none;user-select:none;-webkit-user-drag:none}.leaflet-tile::selection{background:transparent}.leaflet-safari .leaflet-tile{image-rendering:-webkit-optimize-contrast}.leaflet-safari .leaflet-tile-container{width:1600px;height:1600px;-webkit-transform-origin:0 0}.leaflet-marker-icon,.leaflet-marker-shadow{display:block}.leaflet-container .leaflet-overlay-pane svg{max-width:none!important;max-height:none!important}.leaflet-container .leaflet-marker-pane img,.leaflet-container .leaflet-shadow-pane img,.leaflet-container .leaflet-tile-pane img,.leaflet-container img.leaflet-image-layer,.leaflet-container .leaflet-tile{max-width:none!important;max-height:none!important;width:auto;padding:0}.leaflet-container img.leaflet-tile{mix-blend-mode:plus-lighter}.leaflet-container.leaflet-touch-zoom{-ms-touch-action:pan-x pan-y;touch-action:pan-x pan-y}.leaflet-container.leaflet-touch-drag{-ms-touch-action:pinch-zoom;touch-action:none;touch-action:pinch-zoom}.leaflet-container.leaflet-touch-drag.leaflet-touch-zoom{-ms-touch-action:none;touch-action:none}.leaflet-container{-webkit-tap-highlight-color:transparent}.leaflet-container a{-webkit-tap-highlight-color:rgba(51,181,229,.4)}.leaflet-tile{filter:inherit;visibility:hidden}.leaflet-tile-loaded{visibility:inherit}.leaflet-zoom-box{width:0;height:0;-moz-box-sizing:border-box;box-sizing:border-box;z-index:800}.leaflet-overlay-pane svg{-moz-user-select:none}.leaflet-pane{z-index:400}.leaflet-tile-pane{z-index:200}.leaflet-overlay-pane{z-index:400}.leaflet-shadow-pane{z-index:500}.leaflet-marker-pane{z-index:600}.leaflet-tooltip-pane{z-index:650}.leaflet-popup-pane{z-index:700}.leaflet-map-pane canvas{z-index:100}.leaflet-map-pane svg{z-index:200}.leaflet-vml-shape{width:1px;height:1px}.lvml{behavior:url(#default#VML);display:inline-block;position:absolute}.leaflet-control{position:relative;z-index:800;pointer-events:visiblePainted;pointer-events:auto}.leaflet-top,.leaflet-bottom{position:absolute;z-index:1000;pointer-events:none}.leaflet-top{top:0}.leaflet-right{right:0}.leaflet-bottom{bottom:0}.leaflet-left{left:0}.leaflet-control{float:left;clear:both}.leaflet-right .leaflet-control{float:right}.leaflet-top .leaflet-control{margin-top:10px}.leaflet-bottom .leaflet-control{margin-bottom:10px}.leaflet-left .leaflet-control{margin-left:10px}.leaflet-right .leaflet-control{margin-right:10px}.leaflet-fade-anim .leaflet-popup{opacity:0;-webkit-transition:opacity .2s linear;-moz-transition:opacity .2s linear;transition:opacity .2s linear}.leaflet-fade-anim .leaflet-map-pane .leaflet-popup{opacity:1}.leaflet-zoom-animated{-webkit-transform-origin:0 0;-ms-transform-origin:0 0;transform-origin:0 0}svg.leaflet-zoom-animated{will-change:transform}.leaflet-zoom-anim .leaflet-zoom-animated{-webkit-transition:-webkit-transform .25s cubic-bezier(0,0,.25,1);-moz-transition:-moz-transform .25s cubic-bezier(0,0,.25,1);transition:transform .25s cubic-bezier(0,0,.25,1)}.leaflet-zoom-anim .leaflet-tile,.leaflet-pan-anim .leaflet-tile{-webkit-transition:none;-moz-transition:none;transition:none}.leaflet-zoom-anim .leaflet-zoom-hide{visibility:hidden}.leaflet-interactive{cursor:pointer}.leaflet-grab{cursor:-webkit-grab;cursor:-moz-grab;cursor:grab}.leaflet-crosshair,.leaflet-crosshair .leaflet-interactive{cursor:crosshair}.leaflet-popup-pane,.leaflet-control{cursor:auto}.leaflet-dragging .leaflet-grab,.leaflet-dragging .leaflet-grab .leaflet-interactive,.leaflet-dragging .leaflet-marker-draggable{cursor:move;cursor:-webkit-grabbing;cursor:-moz-grabbing;cursor:grabbing}.leaflet-marker-icon,.leaflet-marker-shadow,.leaflet-image-layer,.leaflet-pane>svg path,.leaflet-tile-container{pointer-events:none}.leaflet-marker-icon.leaflet-interactive,.leaflet-image-layer.leaflet-interactive,.leaflet-pane>svg path.leaflet-interactive,svg.leaflet-image-layer.leaflet-interactive path{pointer-events:visiblePainted;pointer-events:auto}.leaflet-container{background:#ddd;outline-offset:1px}.leaflet-container a{color:#0078a8}.leaflet-zoom-box{border:2px dotted #38f;background:#ffffff80}.leaflet-container{font-family:Helvetica Neue,Arial,Helvetica,sans-serif;font-size:12px;font-size:.75rem;line-height:1.5}.leaflet-bar{box-shadow:0 1px 5px #000000a6;border-radius:4px}.leaflet-bar a{background-color:#fff;border-bottom:1px solid #ccc;width:26px;height:26px;line-height:26px;display:block;text-align:center;text-decoration:none;color:#000}.leaflet-bar a,.leaflet-control-layers-toggle{background-position:50% 50%;background-repeat:no-repeat;display:block}.leaflet-bar a:hover,.leaflet-bar a:focus{background-color:#f4f4f4}.leaflet-bar a:first-child{border-top-left-radius:4px;border-top-right-radius:4px}.leaflet-bar a:last-child{border-bottom-left-radius:4px;border-bottom-right-radius:4px;border-bottom:none}.leaflet-bar a.leaflet-disabled{cursor:default;background-color:#f4f4f4;color:#bbb}.leaflet-touch .leaflet-bar a{width:30px;height:30px;line-height:30px}.leaflet-touch .leaflet-bar a:first-child{border-top-left-radius:2px;border-top-right-radius:2px}.leaflet-touch .leaflet-bar a:last-child{border-bottom-left-radius:2px;border-bottom-right-radius:2px}.leaflet-control-zoom-in,.leaflet-control-zoom-out{font:700 18px Lucida Console,Monaco,monospace;text-indent:1px}.leaflet-touch .leaflet-control-zoom-in,.leaflet-touch .leaflet-control-zoom-out{font-size:22px}.leaflet-control-layers{box-shadow:0 1px 5px #0006;background:#fff;border-radius:5px}.leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABoAAAAaCAQAAAADQ4RFAAACf0lEQVR4AY1UM3gkARTePdvdoTxXKc+qTl3aU5U6b2Kbkz3Gtq3Zw6ziLGNPzrYx7946Tr6/ee/XeCQ4D3ykPtL5tHno4n0d/h3+xfuWHGLX81cn7r0iTNzjr7LrlxCqPtkbTQEHeqOrTy4Yyt3VCi/IOB0v7rVC7q45Q3Gr5K6jt+3Gl5nCoDD4MtO+j96Wu8atmhGqcNGHObuf8OM/x3AMx38+4Z2sPqzCxRFK2aF2e5Jol56XTLyggAMTL56XOMoS1W4pOyjUcGGQdZxU6qRh7B9Zp+PfpOFlqt0zyDZckPi1ttmIp03jX8gyJ8a/PG2yutpS/Vol7peZIbZcKBAEEheEIAgFbDkz5H6Zrkm2hVWGiXKiF4Ycw0RWKdtC16Q7qe3X4iOMxruonzegJzWaXFrU9utOSsLUmrc0YjeWYjCW4PDMADElpJSSQ0vQvA1Tm6/JlKnqFs1EGyZiFCqnRZTEJJJiKRYzVYzJck2Rm6P4iH+cmSY0YzimYa8l0EtTODFWhcMIMVqdsI2uiTvKmTisIDHJ3od5GILVhBCarCfVRmo4uTjkhrhzkiBV7SsaqS+TzrzM1qpGGUFt28pIySQHR6h7F6KSwGWm97ay+Z+ZqMcEjEWebE7wxCSQwpkhJqoZA5ivCdZDjJepuJ9IQjGGUmuXJdBFUygxVqVsxFsLMbDe8ZbDYVCGKxs+W080max1hFCarCfV+C1KATwcnvE9gRRuMP2prdbWGowm1KB1y+zwMMENkM755cJ2yPDtqhTI6ED1M/82yIDtC/4j4BijjeObflpO9I9MwXTCsSX8jWAFeHr05WoLTJ5G8IQVS/7vwR6ohirYM7f6HzYpogfS3R2OAAAAAElFTkSuQmCC);width:36px;height:36px}.leaflet-retina .leaflet-control-layers-toggle{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAADQAAAA0CAQAAABvcdNgAAAEsklEQVR4AWL4TydIhpZK1kpWOlg0w3ZXP6D2soBtG42jeI6ZmQTHzAxiTbSJsYLjO9HhP+WOmcuhciVnmHVQcJnp7DFvScowZorad/+V/fVzMdMT2g9Cv9guXGv/7pYOrXh2U+RRR3dSd9JRx6bIFc/ekqHI29JC6pJ5ZEh1yWkhkbcFeSjxgx3L2m1cb1C7bceyxA+CNjT/Ifff+/kDk2u/w/33/IeCMOSaWZ4glosqT3DNnNZQ7Cs58/3Ce5HL78iZH/vKVIaYlqzfdLu8Vi7dnvUbEza5Idt36tquZFldl6N5Z/POLof0XLK61mZCmJSWjVF9tEjUluu74IUXvgttuVIHE7YxSkaYhJZam7yiM9Pv82JYfl9nptxZaxMJE4YSPty+vF0+Y2up9d3wwijfjZbabqm/3bZ9ecKHsiGmRflnn1MW4pjHf9oLufyn2z3y1D6n8g8TZhxyzipLNPnAUpsOiuWimg52psrTZYnOWYNDTMuWBWa0tJb4rgq1UvmutpaYEbZlwU3CLJm/ayYjHW5/h7xWLn9Hh1vepDkyf7dE7MtT5LR4e7yYpHrkhOUpEfssBLq2pPhAqoSWKUkk7EDqkmK6RrCEzqDjhNDWNE+XSMvkJRDWlZTmCW0l0PHQGRZY5t1L83kT0Y3l2SItk5JAWHl2dCOBm+fPu3fo5/3v61RMCO9Jx2EEYYhb0rmNQMX/vm7gqOEJLcXTGw3CAuRNeyaPWwjR8PRqKQ1PDA/dpv+on9Shox52WFnx0KY8onHayrJzm87i5h9xGw/tfkev0jGsQizqezUKjk12hBMKJ4kbCqGPVNXudyyrShovGw5CgxsRICxF6aRmSjlBnHRzg7Gx8fKqEubI2rahQYdR1YgDIRQO7JvQyD52hoIQx0mxa0ODtW2Iozn1le2iIRdzwWewedyZzewidueOGqlsn1MvcnQpuVwLGG3/IR1hIKxCjelIDZ8ldqWz25jWAsnldEnK0Zxro19TGVb2ffIZEsIO89EIEDvKMPrzmBOQcKQ+rroye6NgRRxqR4U8EAkz0CL6uSGOm6KQCdWjvjRiSP1BPalCRS5iQYiEIvxuBMJEWgzSoHADcVMuN7IuqqTeyUPq22qFimFtxDyBBJEwNyt6TM88blFHao/6tWWhuuOM4SAK4EI4QmFHA+SEyWlp4EQoJ13cYGzMu7yszEIBOm2rVmHUNqwAIQabISNMRstmdhNWcFLsSm+0tjJH1MdRxO5Nx0WDMhCtgD6OKgZeljJqJKc9po8juskR9XN0Y1lZ3mWjLR9JCO1jRDMd0fpYC2VnvjBSEFg7wBENc0R9HFlb0xvF1+TBEpF68d+DHR6IOWVv2BECtxo46hOFUBd/APU57WIoEwJhIi2CdpyZX0m93BZicktMj1AS9dClteUFAUNUIEygRZCtik5zSxI9MubTBH1GOiHsiLJ3OCoSZkILa9PxiN0EbvhsAo8tdAf9Seepd36lGWHmtNANTv5Jd0z4QYyeo/UEJqxKRpg5LZx6btLPsOaEmdMyxYdlc8LMaJnikDlhclqmPiQnTEpLUIZEwkRagjYkEibQErwhkTAKCLQEbUgkzJQWc/0PstHHcfEdQ+UAAAAASUVORK5CYII=);background-size:26px 26px}.leaflet-touch .leaflet-control-layers-toggle{width:44px;height:44px}.leaflet-control-layers .leaflet-control-layers-list,.leaflet-control-layers-expanded .leaflet-control-layers-toggle{display:none}.leaflet-control-layers-expanded .leaflet-control-layers-list{display:block;position:relative}.leaflet-control-layers-expanded{padding:6px 10px 6px 6px;color:#333;background:#fff}.leaflet-control-layers-scrollbar{overflow-y:scroll;overflow-x:hidden;padding-right:5px}.leaflet-control-layers-selector{margin-top:2px;position:relative;top:1px}.leaflet-control-layers label{display:block;font-size:13px;font-size:1.08333em}.leaflet-control-layers-separator{height:0;border-top:1px solid #ddd;margin:5px -10px 5px -6px}.leaflet-default-icon-path{background-image:url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAABkAAAApCAYAAADAk4LOAAAFgUlEQVR4Aa1XA5BjWRTN2oW17d3YaZtr2962HUzbDNpjszW24mRt28p47v7zq/bXZtrp/lWnXr337j3nPCe85NcypgSFdugCpW5YoDAMRaIMqRi6aKq5E3YqDQO3qAwjVWrD8Ncq/RBpykd8oZUb/kaJutow8r1aP9II0WmLKLIsJyv1w/kqw9Ch2MYdB++12Onxee/QMwvf4/Dk/Lfp/i4nxTXtOoQ4pW5Aj7wpici1A9erdAN2OH64x8OSP9j3Ft3b7aWkTg/Fm91siTra0f9on5sQr9INejH6CUUUpavjFNq1B+Oadhxmnfa8RfEmN8VNAsQhPqF55xHkMzz3jSmChWU6f7/XZKNH+9+hBLOHYozuKQPxyMPUKkrX/K0uWnfFaJGS1QPRtZsOPtr3NsW0uyh6NNCOkU3Yz+bXbT3I8G3xE5EXLXtCXbbqwCO9zPQYPRTZ5vIDXD7U+w7rFDEoUUf7ibHIR4y6bLVPXrz8JVZEql13trxwue/uDivd3fkWRbS6/IA2bID4uk0UpF1N8qLlbBlXs4Ee7HLTfV1j54APvODnSfOWBqtKVvjgLKzF5YdEk5ewRkGlK0i33Eofffc7HT56jD7/6U+qH3Cx7SBLNntH5YIPvODnyfIXZYRVDPqgHtLs5ABHD3YzLuespb7t79FY34DjMwrVrcTuwlT55YMPvOBnRrJ4VXTdNnYug5ucHLBjEpt30701A3Ts+HEa73u6dT3FNWwflY86eMHPk+Yu+i6pzUpRrW7SNDg5JHR4KapmM5Wv2E8Tfcb1HoqqHMHU+uWDD7zg54mz5/2BSnizi9T1Dg4QQXLToGNCkb6tb1NU+QAlGr1++eADrzhn/u8Q2YZhQVlZ5+CAOtqfbhmaUCS1ezNFVm2imDbPmPng5wmz+gwh+oHDce0eUtQ6OGDIyR0uUhUsoO3vfDmmgOezH0mZN59x7MBi++WDL1g/eEiU3avlidO671bkLfwbw5XV2P8Pzo0ydy4t2/0eu33xYSOMOD8hTf4CrBtGMSoXfPLchX+J0ruSePw3LZeK0juPJbYzrhkH0io7B3k164hiGvawhOKMLkrQLyVpZg8rHFW7E2uHOL888IBPlNZ1FPzstSJM694fWr6RwpvcJK60+0HCILTBzZLFNdtAzJaohze60T8qBzyh5ZuOg5e7uwQppofEmf2++DYvmySqGBuKaicF1blQjhuHdvCIMvp8whTTfZzI7RldpwtSzL+F1+wkdZ2TBOW2gIF88PBTzD/gpeREAMEbxnJcaJHNHrpzji0gQCS6hdkEeYt9DF/2qPcEC8RM28Hwmr3sdNyht00byAut2k3gufWNtgtOEOFGUwcXWNDbdNbpgBGxEvKkOQsxivJx33iow0Vw5S6SVTrpVq11ysA2Rp7gTfPfktc6zhtXBBC+adRLshf6sG2RfHPZ5EAc4sVZ83yCN00Fk/4kggu40ZTvIEm5g24qtU4KjBrx/BTTH8ifVASAG7gKrnWxJDcU7x8X6Ecczhm3o6YicvsLXWfh3Ch1W0k8x0nXF+0fFxgt4phz8QvypiwCCFKMqXCnqXExjq10beH+UUA7+nG6mdG/Pu0f3LgFcGrl2s0kNNjpmoJ9o4B29CMO8dMT4Q5ox8uitF6fqsrJOr8qnwNbRzv6hSnG5wP+64C7h9lp30hKNtKdWjtdkbuPA19nJ7Tz3zR/ibgARbhb4AlhavcBebmTHcFl2fvYEnW0ox9xMxKBS8btJ+KiEbq9zA4RthQXDhPa0T9TEe69gWupwc6uBUphquXgf+/FrIjweHQS4/pduMe5ERUMHUd9xv8ZR98CxkS4F2n3EUrUZ10EYNw7BWm9x1GiPssi3GgiGRDKWRYZfXlON+dfNbM+GgIwYdwAAAAASUVORK5CYII=)}.leaflet-container .leaflet-control-attribution{background:#fff;background:#fffc;margin:0}.leaflet-control-attribution,.leaflet-control-scale-line{padding:0 5px;color:#333;line-height:1.4}.leaflet-control-attribution a{text-decoration:none}.leaflet-control-attribution a:hover,.leaflet-control-attribution a:focus{text-decoration:underline}.leaflet-attribution-flag{display:inline!important;vertical-align:baseline!important;width:1em;height:.6669em}.leaflet-left .leaflet-control-scale{margin-left:5px}.leaflet-bottom .leaflet-control-scale{margin-bottom:5px}.leaflet-control-scale-line{border:2px solid #777;border-top:none;line-height:1.1;padding:2px 5px 1px;white-space:nowrap;-moz-box-sizing:border-box;box-sizing:border-box;background:#fffc;text-shadow:1px 1px #fff}.leaflet-control-scale-line:not(:first-child){border-top:2px solid #777;border-bottom:none;margin-top:-2px}.leaflet-control-scale-line:not(:first-child):not(:last-child){border-bottom:2px solid #777}.leaflet-touch .leaflet-control-attribution,.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{box-shadow:none}.leaflet-touch .leaflet-control-layers,.leaflet-touch .leaflet-bar{border:2px solid rgba(0,0,0,.2);background-clip:padding-box}.leaflet-popup{position:absolute;text-align:center;margin-bottom:20px}.leaflet-popup-content-wrapper{padding:1px;text-align:left;border-radius:12px}.leaflet-popup-content{margin:13px 24px 13px 20px;line-height:1.3;font-size:13px;font-size:1.08333em;min-height:1px}.leaflet-popup-content p{margin:1.3em 0}.leaflet-popup-tip-container{width:40px;height:20px;position:absolute;left:50%;margin-top:-1px;margin-left:-20px;overflow:hidden;pointer-events:none}.leaflet-popup-tip{width:17px;height:17px;padding:1px;margin:-10px auto 0;pointer-events:auto;-webkit-transform:rotate(45deg);-moz-transform:rotate(45deg);-ms-transform:rotate(45deg);transform:rotate(45deg)}.leaflet-popup-content-wrapper,.leaflet-popup-tip{background:#fff;color:#333;box-shadow:0 3px 14px #0006}.leaflet-container a.leaflet-popup-close-button{position:absolute;top:0;right:0;border:none;text-align:center;width:24px;height:24px;font:16px/24px Tahoma,Verdana,sans-serif;color:#757575;text-decoration:none;background:transparent}.leaflet-container a.leaflet-popup-close-button:hover,.leaflet-container a.leaflet-popup-close-button:focus{color:#585858}.leaflet-popup-scrolled{overflow:auto}.leaflet-oldie .leaflet-popup-content-wrapper{-ms-zoom:1}.leaflet-oldie .leaflet-popup-tip{width:24px;margin:0 auto;-ms-filter:"progid:DXImageTransform.Microsoft.Matrix(M11=0.70710678, M12=0.70710678, M21=-0.70710678, M22=0.70710678)";filter:progid:DXImageTransform.Microsoft.Matrix(M11=.70710678,M12=.70710678,M21=-.70710678,M22=.70710678)}.leaflet-oldie .leaflet-control-zoom,.leaflet-oldie .leaflet-control-layers,.leaflet-oldie .leaflet-popup-content-wrapper,.leaflet-oldie .leaflet-popup-tip{border:1px solid #999}.leaflet-div-icon{background:#fff;border:1px solid #666}.leaflet-tooltip{position:absolute;padding:6px;background-color:#fff;border:1px solid #fff;border-radius:3px;color:#222;white-space:nowrap;-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;pointer-events:none;box-shadow:0 1px 3px #0006}.leaflet-tooltip.leaflet-interactive{cursor:pointer;pointer-events:auto}.leaflet-tooltip-top:before,.leaflet-tooltip-bottom:before,.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{position:absolute;pointer-events:none;border:6px solid transparent;background:transparent;content:""}.leaflet-tooltip-bottom{margin-top:6px}.leaflet-tooltip-top{margin-top:-6px}.leaflet-tooltip-bottom:before,.leaflet-tooltip-top:before{left:50%;margin-left:-6px}.leaflet-tooltip-top:before{bottom:0;margin-bottom:-12px;border-top-color:#fff}.leaflet-tooltip-bottom:before{top:0;margin-top:-12px;margin-left:-6px;border-bottom-color:#fff}.leaflet-tooltip-left{margin-left:-6px}.leaflet-tooltip-right{margin-left:6px}.leaflet-tooltip-left:before,.leaflet-tooltip-right:before{top:50%;margin-top:-6px}.leaflet-tooltip-left:before{right:0;margin-right:-12px;border-left-color:#fff}.leaflet-tooltip-right:before{left:0;margin-left:-12px;border-right-color:#fff}@media print{.leaflet-control{-webkit-print-color-adjust:exact;print-color-adjust:exact}}
