@import "https://fonts.googleapis.com/css2?family=Outfit:wght@100..900&display=swap";@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;700&display=swap";:root{--dark-black:#0f0f0f;--dark-surface:#111212;--dark-surface-light:#3c3c3c;--light-white:#dedede;--light-surface:c;--light-surface-light:#f1f1f1;--accent-color:#f46036;--outfit:"Outfit", sans-serif}body{font-family:var(--outfit);font-size:16px;font-weight:400}h1{font-size:4rem;font-weight:400;line-height:1.15}h2{font-size:3.5rem}h3{font-size:3rem;font-weight:400}h4{font-size:2.5rem;font-weight:400;line-height:1.5}h5{font-size:2rem;font-weight:400}h6{font-size:1.5rem;font-weight:300;line-height:1.1}p{font-size:1rem;font-weight:300;line-height:1.35}button,a,span,li{font-size:1rem;font-weight:200}*{box-sizing:border-box;margin:0;padding:0}:root{--default-padding-x:0 8vw;--default-padding-xy:3rem 8vw}html,body{background-color:var(--dark-black);width:100%;height:100%;color:var(--light-white)}img{object-fit:cover;will-change:transform;width:100%;height:100%}.wrapper{padding:0 8vw}@media (width<=1024px){:root{--default-padding-x:0 5vw;--default-padding-xy:3rem 5vw}.wrapper{padding:0 5vw}}.hero{width:100%;min-height:100vh;padding-top:10rem;overflow:hidden}.top-hero{width:100%;padding:var(--default-padding-x);flex-direction:column;justify-content:space-between;min-height:50vh;display:flex}.top-hero h1{width:50%}.top-hero p{width:40%;margin-top:1rem}.hero-stats{border-top:1px solid #dedede1a;flex-wrap:wrap;justify-content:space-between;gap:2rem;width:100%;margin-top:4rem;padding:3rem 0;display:flex}.stat-item{flex-direction:column;gap:.5rem;display:flex}.stat-value{color:var(--light-white);font-size:clamp(2rem,4vw,3rem);font-weight:500;line-height:1}.stat-label{text-transform:uppercase;letter-spacing:.05em;color:#dedede99;font-size:.8rem}.bottom-hero{background:#dedede;width:100%;height:100vh;position:relative}.hero-img-container{width:100%;height:100%;position:relative}.hero-img-wrapper,.hero-img-wrapper .hero-img{will-change:transform;width:100%;height:100%;position:absolute;top:0;left:0}.hero-img-wrapper .hero-img.mask{-webkit-mask-image:url(/subject-2-mask.png);mask-image:url(/subject-2-mask.png);-webkit-mask-position:50%;mask-position:50%;-webkit-mask-size:cover;mask-size:cover;-webkit-mask-repeat:no-repeat;mask-repeat:no-repeat}.hero-img-container .hero-img-header{text-align:center;width:75%;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.hero-intro-text-container{pointer-events:none;align-items:center;gap:1em;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.hero-intro-text{color:#fff;flex:1;position:relative}.hero-intro-text h3{color:#fff;mix-blend-mode:difference}.hero-intro-text:first-child{justify-content:flex-end;display:flex}@media screen and (width>=768px) and (width<=1024px){.hero{padding-top:8rem}.top-hero{grid-template-rows:auto 1fr;grid-template-columns:1.2fr .8fr;align-items:center;gap:2rem 4rem;min-height:calc(100vh - 8rem);padding-top:2rem;padding-bottom:4rem;display:grid}.top-hero h1{grid-area:1/1;width:100%;font-size:clamp(2.8rem,4.5vw,3.8rem);line-height:1.1}.top-hero p{color:#dededeb3;grid-area:2/1;align-self:start;width:100%;margin-top:0;font-size:1.1rem}.hero-stats{border-top:none;border-left:1px solid #dedede1a;grid-area:1/2/span 2;grid-template-columns:repeat(2,1fr);align-self:center;gap:2rem 1.5rem;margin-top:0;padding:0 0 0 2.5rem;display:grid}.stat-item{width:100%}.hero-img-container .hero-img-header{width:95%}.hero-intro-text h3{font-size:1.8rem}}@media screen and (width<=767px){.hero{padding-top:6rem}.top-hero{flex-direction:column;justify-content:center;gap:2rem;min-height:calc(100vh - 6rem);padding-bottom:2rem;display:flex}.top-hero h1{width:100%;font-size:2.5rem}.top-hero p{width:100%;margin-top:0}.hero-stats{border-top:1px solid #dedede1a;grid-template-columns:repeat(2,1fr);gap:1.5rem;margin-top:2rem;padding:2rem 0 0;display:grid}.stat-item{width:100%}.hero-img-container .hero-img-header{width:95%}.hero-intro-text h3{font-size:1.5rem}}.products-section{background-color:var(--light-white);width:100%;min-height:100svh}.product-item{width:100%;height:150svh;position:relative;overflow:hidden}.product-item-img{will-change:clip-path;clip-path:polygon(25% 25%,75% 40%,100% 100%,0% 100%);width:100%;height:100%;position:absolute;top:0;left:0}.product-item-name{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.product-item-name h3{text-transform:uppercase;color:#fff;overflow:hidden}.view-btns{z-index:1;position:absolute;top:50%;left:50%;transform:translate(-50%,-60%)}.view-btns button{cursor:pointer;color:#000;background-color:#fff;border:none;outline:none;padding:10px 20px;font-size:1rem;transition:all .4s ease-in-out}.view-btns button:hover{color:#fff;background-color:#000}.service-section{background-color:var(--light-white);width:100%;min-height:100svh;color:var(--dark-black);padding:8rem 0;overflow:hidden}.service-section-header{width:100%;max-width:800px;margin-bottom:5rem}.service-section-header h6{opacity:.8}.lineParent{overflow:hidden}.lineChild{display:block}.services-grid{grid-template-columns:repeat(12,1fr);grid-auto-rows:minmax(300px,auto);gap:1.5rem;display:grid}.card{color:#fff;cursor:pointer;background:#000;border-radius:4px;flex-direction:column;justify-content:space-between;padding:2.5rem;display:flex;position:relative;overflow:hidden}.card:after{content:"";z-index:2;background:linear-gradient(#0000 40%,#000000b3);transition:opacity .5s;position:absolute;inset:0}.card img{object-fit:cover;object-position:center;z-index:1;width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1);position:absolute;top:0;left:0}.card p,.card h3,.card h2,.card button,.card .tag,.card .icon-arrow{z-index:3;position:relative}.card:first-child{grid-area:span 2/span 8}.card:nth-child(2){grid-area:span 1/span 4}.card:nth-child(3){grid-area:span 2/span 4}.card:nth-child(4){grid-area:span 1/span 8}.card:nth-child(5){grid-area:span 1/span 4}.card h2{letter-spacing:-.02em;font-size:clamp(2rem,4vw,4rem);font-weight:700;line-height:1}.card h3{letter-spacing:-.01em;font-size:1.8rem;font-weight:600}.card .tag{text-transform:uppercase;letter-spacing:.1em;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#ffffff0d;border:1px solid #fff3;border-radius:99px;width:fit-content;padding:.5rem 1rem;font-size:.7rem}.card .icon-arrow{border:1px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:40px;height:40px;transition:all .4s;display:flex;position:absolute;top:2.5rem;right:2.5rem}.card:hover img{transform:scale(1.05)}.card:hover .icon-arrow{color:#000;background:#fff;border-color:#fff}@media (width<=1024px){.service-section{padding:5rem 0}.services-grid{grid-template-columns:repeat(2,1fr)}.card{grid-area:span 1/span 1!important}}@media (width<=640px){.services-grid{grid-template-columns:1fr}}.big-marquee-section{width:100%;height:100svh;position:relative;overflow:hidden}.marquee-line{width:150%;height:10rem;position:absolute}.marquee-text-container{width:100%;height:100%;position:relative}.marquee-texts{will-change:transform;gap:5rem;width:200%;height:100%;display:flex;position:absolute;left:-30%}.marquee-texts span{text-transform:uppercase;white-space:nowrap;font-size:3rem;font-weight:600}.marquee-line:first-of-type{z-index:2;top:40%;left:-50%;transform:rotate(-10deg)}.marquee-line:nth-of-type(2){z-index:1;opacity:.3;top:-1%;left:-30%;transform:rotate(10deg)}.marquee-line:nth-of-type(3){z-index:3;opacity:.5;bottom:10%;left:-30%;transform:rotate(5deg)}.footer-wrapper{background-color:var(--light-white);width:100%;padding:2.5rem}.footer-card{color:#8c8c8c;background-color:#0b0b0b;border-radius:40px;flex-direction:column;gap:5rem;padding:5rem 4.5rem 2.5rem;font-family:Inter,sans-serif;display:flex}.footer-logo{margin-bottom:2rem}.footer-content{justify-content:space-between;align-items:flex-start;display:flex}.footer-nav-section{gap:8rem;display:flex}.nav-column{flex-direction:column;gap:1.2rem;display:flex}.nav-column a{color:#8c8c8c;font-size:.95rem;font-weight:400;text-decoration:none;transition:color .3s}.nav-column a:hover{color:#fff}.footer-hero-section{text-align:right;max-width:50%}.footer-headline{color:#a0a0a0;letter-spacing:-.04em;margin:0;font-size:6rem;font-weight:500;line-height:.9}.footer-divider{background-color:#ffffff14;width:100%;height:1px}.footer-info-section{justify-content:flex-start;align-items:flex-end;gap:6rem;display:flex}.info-block{flex-direction:column;gap:.5rem;display:flex}.info-label{text-transform:capitalize;opacity:.5;font-size:.8rem}.info-value{color:#e0e0e0;font-size:1rem;font-weight:400}.footer-badge{align-items:center;gap:1rem;margin-left:auto;display:flex}.awwwards-text{letter-spacing:.1em;color:#fff;font-size:.9rem;font-weight:700}.badge-circle{border:1px solid #fff3;border-radius:50%;width:45px;height:45px;position:relative}.badge-circle:after{content:"";background-color:#fff;width:25px;height:25px;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);-webkit-mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z'/%3E%3C/svg%3E") 50% no-repeat;mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' viewBox='0 0 24 24'%3E%3Cpath d='M12 2L15.09 8.26L22 9.27L17 14.14L18.18 21.02L12 17.77L5.82 21.02L7 14.14L2 9.27L8.91 8.26L12 2Z'/%3E%3C/svg%3E") 50% no-repeat}.footer-bottom-bar{border-top:1px solid #ffffff0d;justify-content:space-between;align-items:center;margin-top:2rem;padding-top:2rem;display:flex}.bottom-links{gap:1.5rem;display:flex}.bottom-links a{color:#666;letter-spacing:.05em;font-size:.7rem;text-decoration:none;transition:color .3s}.bottom-links a:hover{color:#999}.copyright-text{color:#666;letter-spacing:.05em;font-size:.7rem}.social-links{gap:1.5rem;display:flex}.social-links a{color:#666;font-size:1.1rem;transition:color .3s}.social-links a:hover{color:#fff}@media (width<=1200px){.footer-headline{font-size:4.5rem}}@media (width<=1024px){.footer-wrapper{padding:2rem}.footer-card{gap:3.5rem;padding:4rem 3rem 2.5rem}.footer-content{flex-direction:column-reverse;gap:3rem}.footer-hero-section{text-align:left;max-width:100%}.footer-nav-section{justify-content:space-between;gap:2rem;width:100%}.footer-info-section{flex-wrap:wrap;gap:2rem}}@media (width<=768px){.footer-wrapper{padding:5vw}.footer-card{border-radius:20px;gap:2rem;padding:2.5rem 5vw 1.5rem}.footer-content{gap:2rem}.footer-info-section{gap:1.5rem}.footer-bottom-bar{text-align:center;flex-direction:column;gap:1.5rem;margin-top:1rem;padding-top:1rem}.bottom-links{flex-direction:column;gap:.8rem}.footer-headline{font-size:2.2rem}}.membership-section{background-color:var(--dark-black);width:100%;color:var(--light-white);padding:10rem 0}.membership-header{text-align:center;margin-bottom:5rem}.membership-grid{grid-template-columns:repeat(3,1fr);align-items:stretch;gap:2rem;display:grid}.plan-card{background:#ffffff05;border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;padding:4rem 3rem;transition:all .5s;display:flex;position:relative}.plan-card.featured{background:var(--light-white);color:var(--dark-black);z-index:2;transform:scale(1.05)}.plan-price{margin-bottom:3rem}.plan-price .amount{font-size:2rem;font-weight:600;line-height:1}.plan-price .period{opacity:.6;font-size:1rem}.plan-features{flex-direction:column;flex-grow:1;gap:1rem;margin-bottom:4rem;list-style:none;display:flex}.plan-features li{opacity:.8;align-items:center;gap:.8rem;font-size:1rem;display:flex}.plan-features li:before{content:"→";font-size:1.2rem}.plan-card button{width:100%;color:inherit;text-transform:uppercase;letter-spacing:.1em;cursor:pointer;background:0 0;border:1px solid;padding:1.2rem;font-weight:600;transition:all .3s}.plan-card:not(.featured) button:hover{color:#000;background:#fff}.plan-card.featured button{background:var(--dark-black);color:var(--light-white)}.plan-card.featured button:hover{opacity:.9}@media (width>=768px) and (width<=1024px){.membership-section{padding:6rem 0}.membership-grid{grid-template-columns:repeat(3,1fr);gap:1rem}.plan-card{padding:2.5rem 1.5rem}.plan-price{margin-bottom:1.5rem}.plan-price .amount{font-size:1.6rem}.plan-features{gap:.6rem;margin-bottom:2rem}.plan-features li{font-size:.85rem}.plan-card button{padding:.8rem;font-size:.8rem}.plan-card.featured{transform:scale(1.03)}}@media (width<=767px){.membership-section{padding:5rem 0}.membership-grid{grid-template-columns:1fr;gap:2rem;max-width:450px;margin:0 auto}.plan-card.featured{transform:none}}.trainers-section{background-color:var(--light-white);width:100%;color:var(--dark-black);padding:10rem 0}.trainers-header{text-align:right;margin-bottom:5rem}.trainers-grid{grid-template-columns:repeat(4,1fr);gap:1.5rem;display:grid}.trainer-card{cursor:pointer;border-radius:4px;height:600px;position:relative;overflow:hidden}.trainer-img{width:100%;height:100%;transition:transform .8s cubic-bezier(.16,1,.3,1)}.trainer-img img{object-fit:cover;filter:grayscale();width:100%;height:100%;transition:filter .5s}.trainer-overlay{color:#fff;opacity:0;z-index:2;background:linear-gradient(#0000,#000c);width:100%;padding:2rem;transition:all .5s;position:absolute;bottom:0;left:0;transform:translateY(20px)}.trainer-card:hover .trainer-img{transform:scale(1.05)}.trainer-card:hover .trainer-img img{filter:grayscale(0)}.trainer-card:hover .trainer-overlay{opacity:1;transform:translateY(0)}.trainer-overlay span{text-transform:uppercase;letter-spacing:.1em;opacity:.8;font-size:.8rem}@media (width<=1200px){.trainers-section{padding:6rem 0}.trainers-grid{grid-template-columns:repeat(2,1fr)}}@media (width<=640px){.trainers-grid{grid-template-columns:1fr;height:auto}.trainer-card{height:500px}}.testimonials-section{background-color:var(--dark-black);width:100%;color:var(--light-white);padding:10rem 0;overflow:hidden}.testimonials-header{margin-bottom:5rem}.testimonials-grid{grid-template-columns:repeat(3,1fr);gap:2rem;display:grid}.testimonial-card{background:#ffffff08;border:1px solid #ffffff1a;border-radius:4px;flex-direction:column;gap:2rem;padding:3rem;transition:background .4s;display:flex;position:relative}.testimonial-card:hover{background:#ffffff0f}.testimonial-card .quote-icon{opacity:.2;font-family:serif;font-size:3rem}.testimonial-user{align-items:center;gap:1rem;margin-top:auto;display:flex}.testimonial-user img{object-fit:cover;border:2px solid var(--light-white);border-radius:50%;width:50px;height:50px}@media (width<=1024px){.testimonials-section{padding:6rem 0}.testimonials-grid{scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none;gap:1.5rem;margin:0 -5vw;padding-bottom:1rem;padding-left:10vw;padding-right:10vw;scroll-padding-left:10vw;scroll-padding-right:10vw;display:flex;overflow-x:auto}.testimonials-grid::-webkit-scrollbar{display:none}.testimonial-card{scroll-snap-align:start;flex:0 0 80%;padding:2rem}}.machines-section{background-color:#050505;align-items:center;width:100%;height:100vh;display:flex;position:relative;overflow:hidden}.machine-cover-img{z-index:2;border-radius:12px;width:30vw;height:auto;position:absolute;top:20%;right:10vw;overflow:hidden;box-shadow:0 30px 60px #0009}.machine-cover-img img{object-fit:cover;transform-origin:50%;filter:contrast(1.1)brightness(.9);width:100%;height:100%}.bg-huge-text{color:#ffffff05;white-space:nowrap;pointer-events:none;z-index:1;font-size:25vw;font-weight:900;position:absolute;top:50%;left:50%;transform:translate(-50%,-50%)}.machine-texts{z-index:3;max-width:500px;position:relative;left:8vw}.machine-heading-wrapper{margin-bottom:1.5rem;overflow:hidden}.machine-heading{color:#fff;line-height:1}.machine-desc-wrapper{overflow:hidden}.machine-texts p{color:#fff9;line-height:1.6}.machine-selector-container{z-index:4;scrollbar-width:none;align-items:center;gap:1.5rem;width:calc(100% - 16vw);padding-bottom:1rem;display:flex;position:absolute;bottom:2rem;left:8vw;overflow-x:auto}.machine-selector-container::-webkit-scrollbar{display:none}.tall-machine-img{cursor:pointer;opacity:.3;filter:grayscale();border-radius:8px;flex-shrink:0;width:70px;height:100px;transition:opacity .3s,filter .3s;overflow:hidden}.tall-machine-img img{object-fit:cover;width:100%;height:100%}.tall-machine-img:hover{opacity:.6;filter:grayscale(.5)}.active-img{border:1px solid #fff3;opacity:1!important;filter:grayscale(0)!important}@media (width<=1024px){.machine-cover-img{width:90vw;height:50vh;top:5vh;right:5vw}.machine-texts{max-width:90%;top:15vh;left:5vw}.bg-huge-text{font-size:35vw}.machine-selector-container{width:90vw;bottom:2rem;left:5vw}}:root{--navlinks-width:80%}nav{z-index:1000;background:var(--dark-black);border-bottom:1px solid #ffffff0d;justify-content:space-between;align-items:center;width:100%;padding:1rem 8vw;display:flex;position:fixed;top:0;left:0}nav>div{pointer-events:auto}.hamburger{cursor:pointer;z-index:1001;flex-direction:column;gap:6px;display:none}.hamburger span{background-color:#fff;width:30px;height:2px;transition:all .3s}.hamburger.open span:first-child{transform:translateY(8px)rotate(45deg)}.hamburger.open span:nth-child(2){opacity:0}.hamburger.open span:nth-child(3){transform:translateY(-8px)rotate(-45deg)}.nav-menu{flex:1;justify-content:space-between;align-items:center;display:flex}.navlinks{justify-content:center;align-items:center;gap:2rem;margin:0 auto;display:flex}.logo h5{cursor:pointer;color:#fff;z-index:1001;transition:all .3s;position:relative}.logo:hover h5{letter-spacing:.05em;color:var(--accent-color)}@media screen and (width<=1024px){nav{padding:1rem 5vw}.hamburger{display:flex}.nav-menu{background-color:var(--dark-black);mix-blend-mode:normal;flex-direction:column;justify-content:center;align-items:center;gap:3rem;width:100%;height:100vh;transition:right .4s ease-in-out;position:fixed;top:0;right:-100%}.nav-menu.open{right:0}.navlinks{mix-blend-mode:normal;flex-direction:column;gap:2rem}}.fill-anim-btn{background-color:var(--light-white);width:120px;height:35px;color:var(--dark-black);cursor:pointer;border:none;outline:none;font-size:1rem;position:relative;overflow:hidden}.fill-anim-btn .text{z-index:2;color:var(--dark-black);justify-content:center;align-items:center;width:100%;height:100%;transition:all 1s ease-in-out;display:flex;position:absolute;top:0;left:0}.fill-anim-btn:hover .text{color:var(--accent-color)}.fill-anim-btn .filler{z-index:1;background-color:#000;border-radius:50%;width:100%;height:100%;transition:all .5s ease-in-out;position:absolute;top:100%;left:-100%}.fill-anim-btn:hover .filler{top:0;left:0;scale:1.5}.navlink{cursor:pointer;padding:2px 6px 15px;position:relative}.navlink a{color:#fff;text-decoration:none;transition:all .5s ease-in-out;display:inline-block}.navlink .dot{background-color:var(--accent-color);opacity:0;border-radius:50%;width:5px;height:5px;transition:all .5s ease-in-out;position:absolute;bottom:20%;left:0%;transform:translate(-50%)}.navlink:hover .dot{opacity:1;left:50%}.navlink.active a{color:var(--accent-color)}.navlink.active .dot{opacity:1;left:50%}.preloader{background-color:var(--dark-black);z-index:9999;width:100%;height:100svh;color:var(--light-white);flex-direction:column;justify-content:center;align-items:center;display:flex;position:fixed;top:0;left:0;overflow:hidden}.loader-mesh{pointer-events:none;opacity:.5;background-image:linear-gradient(#dedede08 1px,#0000 1px),linear-gradient(90deg,#dedede08 1px,#0000 1px);background-size:50px 50px;width:100%;height:100%;position:absolute;top:0;left:0}.loader-content{width:100%;height:100%;padding:var(--default-padding-xy);flex-direction:column;justify-content:center;align-items:center;display:flex;position:relative}.loader-brand{position:relative;overflow:hidden}.loader-brand h1{text-transform:uppercase;letter-spacing:-.05em;-webkit-text-stroke:1px #dedede33;color:#0000;margin:0;font-size:clamp(4rem,15vw,12rem);font-weight:900;line-height:.9;display:flex;overflow:hidden}.loader-brand h1 span{color:var(--light-white);-webkit-text-stroke:0;display:inline-block;transform:translateY(100%)}.loader-stats{flex-direction:column;align-items:flex-end;gap:.5rem;display:flex;position:absolute;bottom:5rem;right:5rem}.loader-counter{font-size:clamp(2rem,5vw,4rem);font-weight:500;font-family:var(--font-secondary);line-height:1}.loader-progress-bar{background-color:#dedede1a;width:200px;height:2px;position:relative;overflow:hidden}.loader-progress-fill{background-color:var(--accent-color);width:0%;height:100%;position:absolute;top:0;left:0}.loader-overlay{pointer-events:none;flex-direction:column;width:100%;height:100%;display:flex;position:absolute;top:0;left:0}.loader-overlay-path{background-color:var(--accent-color);transform-origin:top;flex:1;width:100%;transform:scaleY(0)}.loader-phrase{text-transform:uppercase;letter-spacing:.2em;color:#dedede80;font-size:.8rem;position:absolute;bottom:5rem;left:5rem}
