.Hero-module__JgYmMq__hero{text-align:center;height:75vh;min-height:500px;color:var(--foreground);justify-content:center;align-items:center;margin-top:90px;display:flex;position:relative;overflow:hidden}.Hero-module__JgYmMq__background{z-index:0;background-color:#000;width:100%;height:100%;position:absolute;top:0;left:0}.Hero-module__JgYmMq__backgroundImage{object-fit:cover;opacity:.7;z-index:0;width:100%;height:100%}.Hero-module__JgYmMq__content{z-index:1;max-width:800px;padding:0 1rem;animation:1s ease-out Hero-module__JgYmMq__fadeIn;position:relative}.Hero-module__JgYmMq__title{text-transform:uppercase;letter-spacing:.05em;color:var(--foreground);margin-bottom:1rem;font-size:3rem;font-weight:900}.Hero-module__JgYmMq__subtitle{color:var(--muted-foreground);margin-bottom:2rem;font-size:1.5rem;font-weight:300}.Hero-module__JgYmMq__primaryHighlight{color:var(--primary)}.Hero-module__JgYmMq__ctaButton{background-color:var(--primary);color:var(--primary-foreground);text-transform:uppercase;letter-spacing:.05em;border:2px solid var(--primary);border-radius:4px;padding:1rem 2rem;font-size:1.1rem;font-weight:700;transition:all .3s;display:inline-block}.Hero-module__JgYmMq__ctaButton:hover{color:var(--primary);background-color:#0000}.Hero-module__JgYmMq__socials{justify-content:center;gap:1.5rem;margin-top:2rem;display:flex}.Hero-module__JgYmMq__socialLink{color:var(--foreground);opacity:.7;transition:opacity .2s,color .2s}.Hero-module__JgYmMq__socialLink:hover{opacity:1;color:var(--primary)}@keyframes Hero-module__JgYmMq__fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}@media (min-width:768px){.Hero-module__JgYmMq__title{font-size:5rem}.Hero-module__JgYmMq__subtitle{font-size:2rem}}
.About-module__S-Ka5a__section{background-color:var(--background);padding:6rem 1rem}.About-module__S-Ka5a__title{text-align:center;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.About-module__S-Ka5a__content{max-width:var(--max-width);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.About-module__S-Ka5a__textColumn{color:var(--foreground);flex:1;font-size:1.1rem;line-height:1.8}.About-module__S-Ka5a__textColumn p{margin-bottom:1.5rem}.About-module__S-Ka5a__imageColumn{flex-direction:column;flex:1;gap:1rem;display:flex}.About-module__S-Ka5a__mainImageWrapper{border:1px solid var(--border);border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 20px #00000080}.About-module__S-Ka5a__smallImagesGrid{grid-template-columns:repeat(3,1fr);gap:1rem;height:150px;display:grid}.About-module__S-Ka5a__smallImageWrapper{border:1px solid var(--border);border-radius:8px;position:relative;overflow:hidden;box-shadow:0 2px 10px #0000004d}.About-module__S-Ka5a__aboutImage{object-fit:cover;transition:transform .5s}.About-module__S-Ka5a__imageWrapper:hover .About-module__S-Ka5a__aboutImage,.About-module__S-Ka5a__mainImageWrapper:hover .About-module__S-Ka5a__aboutImage,.About-module__S-Ka5a__smallImageWrapper:hover .About-module__S-Ka5a__aboutImage{transform:scale(1.05)}.About-module__S-Ka5a__highlight{color:var(--primary);font-weight:700}.About-module__S-Ka5a__infoGrid{gap:2rem;margin-top:2rem;display:flex}.About-module__S-Ka5a__infoBlock{flex-direction:column;gap:.5rem;display:flex}.About-module__S-Ka5a__infoLabel{text-transform:uppercase;color:var(--primary);letter-spacing:.05em;font-size:.9rem;font-weight:700}.About-module__S-Ka5a__infoValue{color:var(--foreground);font-size:1.2rem;font-weight:700}@media (min-width:768px){.About-module__S-Ka5a__content{flex-direction:row;align-items:flex-start}}
.Classes-module__vOufrG__section{background-color:var(--muted);padding:6rem 1rem}.Classes-module__vOufrG__title{text-align:center;color:var(--foreground);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Classes-module__vOufrG__title span{color:var(--primary)}.Classes-module__vOufrG__grid{max-width:var(--max-width);grid-template-columns:1fr;gap:2rem;margin:0 auto;display:grid}.Classes-module__vOufrG__card{background-color:var(--background);border:1px solid var(--border);border-radius:8px;transition:transform .3s,box-shadow .3s;overflow:hidden}.Classes-module__vOufrG__card:hover{border-color:var(--primary);transform:translateY(-5px);box-shadow:0 10px 30px #00000080}.Classes-module__vOufrG__cardContent{padding:2rem}.Classes-module__vOufrG__cardTitle{color:var(--primary);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Classes-module__vOufrG__cardDescription{color:#ccc;line-height:1.6}@media (min-width:768px){.Classes-module__vOufrG__grid{grid-template-columns:repeat(2,1fr)}}@media (min-width:1024px){.Classes-module__vOufrG__grid{grid-template-columns:repeat(3,1fr)}}
.Schedule-module__u7e8Ia__section{background-color:var(--background);padding:6rem 1rem}.Schedule-module__u7e8Ia__title{text-align:center;color:var(--foreground);text-transform:uppercase;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.Schedule-module__u7e8Ia__tableContainer{max-width:var(--max-width);border-radius:8px;margin:0 auto;overflow:hidden;box-shadow:0 4px 20px #0003}.Schedule-module__u7e8Ia__table{border-collapse:collapse;width:100%;min-width:600px}.Schedule-module__u7e8Ia__table th,.Schedule-module__u7e8Ia__table td{text-align:left;border-bottom:1px solid var(--border);padding:1rem}.Schedule-module__u7e8Ia__table th{background-color:var(--muted);color:var(--primary);text-transform:uppercase;font-weight:700}.Schedule-module__u7e8Ia__table tr:last-child td{border-bottom:none}.Schedule-module__u7e8Ia__table tr:hover{background-color:#ffffff0d}.Schedule-module__u7e8Ia__day{color:var(--foreground);font-weight:700}.Schedule-module__u7e8Ia__time{color:var(--muted-foreground);font-family:monospace}.Schedule-module__u7e8Ia__course{color:var(--primary);font-weight:500}
.Pricing-module__Pm6ArG__section{background-color:var(--background);padding:6rem 1rem}.Pricing-module__Pm6ArG__title{text-align:center;color:var(--primary);text-transform:uppercase;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Pricing-module__Pm6ArG__grid{max-width:var(--max-width);flex-direction:column;justify-content:center;gap:2rem;margin:0 auto;display:flex}.Pricing-module__Pm6ArG__card{background-color:var(--muted);border:1px solid var(--border);text-align:center;border-radius:8px;flex:1;padding:2rem;transition:transform .3s,border-color .3s}.Pricing-module__Pm6ArG__card:hover{border-color:var(--primary);transform:translateY(-10px)}.Pricing-module__Pm6ArG__cardTitle{color:var(--foreground);margin-bottom:1rem;font-size:1.5rem;font-weight:700}.Pricing-module__Pm6ArG__price{color:var(--primary);margin-bottom:1rem;font-size:3rem;font-weight:800}.Pricing-module__Pm6ArG__period{color:var(--muted-foreground);font-size:1rem;font-weight:400}.Pricing-module__Pm6ArG__features{flex-direction:column;gap:1rem;margin-top:2rem;list-style:none;display:flex}.Pricing-module__Pm6ArG__features li{color:var(--foreground);font-size:1.1rem}.Pricing-module__Pm6ArG__highlight{border:2px solid var(--primary);background-color:#fbbf240d}@media (min-width:768px){.Pricing-module__Pm6ArG__grid{flex-direction:row}}
.Health-module__BmBLNG__section{background-color:var(--background);padding:6rem 1rem}.Health-module__BmBLNG__title{text-align:center;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Health-module__BmBLNG__wrapper{max-width:var(--max-width);flex-direction:column;gap:4rem;margin:0 auto;display:flex}.Health-module__BmBLNG__row{flex-direction:column;align-items:center;gap:2rem;display:flex}.Health-module__BmBLNG__textColumn{color:var(--foreground);flex:1}.Health-module__BmBLNG__textColumn h3{color:var(--primary);margin-bottom:1rem;font-size:1.8rem}.Health-module__BmBLNG__textColumn p{font-size:1.1rem;line-height:1.7}.Health-module__BmBLNG__imageColumn{flex:1;width:100%}.Health-module__BmBLNG__imageWrapper{aspect-ratio:16/9;border:1px solid var(--border);border-radius:8px;width:100%;position:relative;overflow:hidden;box-shadow:0 4px 15px #0000004d}.Health-module__BmBLNG__healthImage{object-fit:cover;transition:transform .5s}.Health-module__BmBLNG__imageWrapper:hover .Health-module__BmBLNG__healthImage{transform:scale(1.05)}@media (min-width:768px){.Health-module__BmBLNG__row{flex-direction:row}.Health-module__BmBLNG__row:nth-child(2n){flex-direction:row-reverse}}
.Contact-module__Bs3a0a__section{background-color:var(--background);padding:6rem 1rem}.Contact-module__Bs3a0a__title{text-align:center;color:var(--primary);text-transform:uppercase;margin-bottom:4rem;font-size:2.5rem;font-weight:800}.Contact-module__Bs3a0a__content{max-width:var(--max-width);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.Contact-module__Bs3a0a__formColumn,.Contact-module__Bs3a0a__infoColumn{flex:1}.Contact-module__Bs3a0a__form{flex-direction:column;gap:1.5rem;display:flex}.Contact-module__Bs3a0a__inputGroup{flex-direction:column;gap:.5rem;display:flex}.Contact-module__Bs3a0a__label{color:var(--foreground);font-weight:500}.Contact-module__Bs3a0a__input,.Contact-module__Bs3a0a__textarea{background-color:var(--muted);border:1px solid var(--border);color:var(--foreground);border-radius:4px;padding:1rem;font-family:inherit;font-size:1rem}.Contact-module__Bs3a0a__input:focus,.Contact-module__Bs3a0a__textarea:focus{border-color:var(--primary);outline:none}.Contact-module__Bs3a0a__textarea{resize:vertical;min-height:150px}.Contact-module__Bs3a0a__button{background-color:var(--primary);color:var(--primary-foreground);text-transform:uppercase;cursor:pointer;border:none;border-radius:4px;padding:1rem;font-weight:700;transition:opacity .2s}.Contact-module__Bs3a0a__button:hover{opacity:.9}.Contact-module__Bs3a0a__infoColumn{color:var(--foreground);flex-direction:column;gap:2rem;display:flex}.Contact-module__Bs3a0a__infoBlock h3{color:var(--primary);margin-bottom:.5rem;font-size:1.2rem}.Contact-module__Bs3a0a__mapContainer{background-color:var(--muted);border-radius:8px;width:100%;height:300px;position:relative;overflow:hidden}.Contact-module__Bs3a0a__mapFrame{border:0;width:100%;height:100%}@media (min-width:768px){.Contact-module__Bs3a0a__content{flex-direction:row}}.Contact-module__Bs3a0a__success{color:#4ade80;text-align:center;margin-top:1rem;font-size:.9rem}.Contact-module__Bs3a0a__error{color:#ef4444;text-align:center;margin-top:1rem;font-size:.9rem}
.Videos-module__vy9jbG__section{background-color:var(--background);padding:6rem 1rem}.Videos-module__vy9jbG__container{max-width:var(--max-width);margin:0 auto}.Videos-module__vy9jbG__title{text-align:center;color:var(--primary);text-transform:uppercase;letter-spacing:.05em;margin-bottom:3rem;font-size:2.5rem;font-weight:800}.Videos-module__vy9jbG__grid{grid-template-columns:1fr;gap:2rem;display:grid}.Videos-module__vy9jbG__videoWrapper{border:1px solid var(--border);border-radius:12px;width:100%;height:0;padding-bottom:56.25%;position:relative;overflow:hidden;box-shadow:0 4px 20px #0000004d}.Videos-module__vy9jbG__iframe{width:100%;height:100%;position:absolute;top:0;left:0}@media (min-width:768px){.Videos-module__vy9jbG__grid{grid-template-columns:repeat(3,1fr)}}
.Footer-module__Grjkva__footer{border-top:1px solid var(--border);text-align:center;color:var(--muted-foreground);background-color:#050505;margin-top:auto;padding:4rem 1rem 2rem}.Footer-module__Grjkva__content{max-width:var(--max-width);flex-direction:column;gap:3rem;margin:0 auto;display:flex}.Footer-module__Grjkva__section h4{color:var(--primary);text-transform:uppercase;letter-spacing:.1em;margin-bottom:1.5rem;font-size:.9rem;font-weight:700}.Footer-module__Grjkva__partners{flex-wrap:wrap;justify-content:center;align-items:center;gap:2rem;margin-bottom:2rem;display:flex}.Footer-module__Grjkva__partnerLogo{object-fit:contain;opacity:.7;filter:grayscale();width:auto;height:80px;transition:all .3s}.Footer-module__Grjkva__partnerLogo:hover{opacity:1;filter:grayscale(0%)}.Footer-module__Grjkva__grid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.Footer-module__Grjkva__grid{text-align:left;grid-template-columns:1fr 1fr;gap:4rem;max-width:600px;margin:0 auto}}.Footer-module__Grjkva__links{flex-direction:column;gap:.8rem;display:flex}.Footer-module__Grjkva__link{color:var(--muted-foreground);text-decoration:none;transition:color .2s}.Footer-module__Grjkva__link:hover{color:var(--primary)}.Footer-module__Grjkva__address{font-style:normal;line-height:1.6}.Footer-module__Grjkva__copyright{opacity:.5;border-top:1px solid #ffffff0d;margin-top:2rem;padding-top:2rem;font-size:.8rem}
