@font-face{font-family:Inter;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Inter-Regular.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Inter-Medium.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Inter-SemiBold.woff2') format('woff2')}@font-face{font-family:Inter;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Inter-Bold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:400;font-display:swap;src:url('assets/fonts/Rubik-Regular.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:500;font-display:swap;src:url('assets/fonts/Rubik-Medium.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:600;font-display:swap;src:url('assets/fonts/Rubik-SemiBold.woff2') format('woff2')}@font-face{font-family:Rubik;font-style:normal;font-weight:700;font-display:swap;src:url('assets/fonts/Rubik-Bold.woff2') format('woff2')}@font-face{font-family:Rubik,sans-serif}*{margin:0;padding:0;box-sizing:border-box}body{font-family:Rubik,sans-serif}.navbar{position:fixed;left:0;right:0;background-color:rgba(31,31,31,.95);backdrop-filter:blur(10px);padding:1rem 5%;display:flex;justify-content:space-between;align-items:center;border-bottom:1px solid rgba(255,122,31,.2)}.nav-brand .logo{height:50px;width:auto}.mobile-toggle{display:none;background:0 0;border:none;color:#ff7a1f;cursor:pointer;padding:.5rem}.phone-header-btn{display:none;background:#ff7a1f;border:none;color:#fff;width:45px;height:45px;border-radius:50%;cursor:pointer;align-items:center;justify-content:center;transition:.3s}.phone-header-btn:hover{background:#ff8c00;transform:scale(1.05)}.nav-menu{display:flex;align-items:center}.nav-link{color:#fff;text-decoration:none;font-size:.95rem;font-weight:500;transition:color .3s;position:relative}.nav-link::after{content:'';position:absolute;bottom:-5px;left:0;width:0;height:2px;background:#ff7a1f;transition:width .3s}.nav-link.active::after,.nav-link:hover::after{width:100%}.nav-link.active,.nav-link:hover{color:#ff7a1f}.nav-cta{background:#ff7a1f;padding:.6rem 1.5rem;border-radius:25px;color:#fff}.nav-cta::after{display:none}.nav-cta:hover{background:#ff8c00;color:#fff}.hero-section{min-height:100vh;padding:120px 5% 80px;display:flex;align-items:center;background:linear-gradient(135deg,#2a2a2a 0,#1f1f1f 100%)}.hero-content{display:grid;grid-template-columns:35% 65%;gap:4rem;align-items:center;width:100%}.hero-text{padding-left:2rem}.hero-title{font-size:clamp(4rem, 10vw, 8rem);font-weight:900;line-height:.9;margin-bottom:1.5rem;color:#fff;letter-spacing:-.02em}.hero-subtitle{font-size:1.5rem;font-style:italic;color:#ff7a1f;margin-bottom:1rem;font-weight:500}.hero-description{font-size:1.1rem;color:rgba(255,255,255,.8);margin-bottom:2.5rem;line-height:1.8}.hero-cta-circle{display:inline-flex;align-items:center;justify-content:center;gap:1rem;background:#ff7a1f;color:#fff;padding:1.5rem 2.5rem;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:700;transition:.4s;box-shadow:0 10px 30px rgba(255,122,31,.3)}.hero-cta-circle:hover{background:#ff8c00;transform:translateY(-5px);box-shadow:0 15px 40px rgba(255,122,31,.4)}.hero-image{position:relative;height:70vh}.hero-image img{width:100%;height:100%;object-fit:cover;border-radius:20px}.hero-accent-image{position:absolute;top:-40px;left:-60px;width:250px;height:300px;transform:rotate(-15deg);z-index:10}.hero-accent-image img{width:100%;height:100%;object-fit:cover;border-radius:15px;box-shadow:0 20px 60px rgba(0,0,0,.5);border:3px solid #ff7a1f}.instructors-section{padding:100px 5%;background:#1f1f1f}.section-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:3rem}.section-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:900;text-transform:uppercase;color:#fff;letter-spacing:-.02em}.section-title.centered{text-align:center;width:100%;margin-bottom:3rem}.section-link{color:#ff7a1f;text-decoration:none;font-size:.95rem;font-weight:600;display:flex;align-items:center;gap:.5rem;transition:gap .3s}.section-link:hover{gap:1rem}.instructors-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(180px,1fr));gap:2rem}.instructor-card{text-align:center;transition:transform .3s}.instructor-card:hover{transform:translateY(-10px)}.instructor-image{width:100%;aspect-ratio:3/4;margin-bottom:1rem;overflow:hidden;border-radius:10px}.instructor-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.instructor-card:hover .instructor-image img{transform:scale(1.05)}.instructor-name{font-size:1.2rem;font-weight:700;margin-bottom:.3rem;color:#fff}.instructor-role{font-size:.9rem;color:#ff7a1f;font-weight:500}.schedule-section{padding:100px 5%;background:#2a2a2a}.schedule-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:2rem}.schedule-card{background:#1f1f1f;border-radius:15px;overflow:hidden;transition:transform .3s,box-shadow .3s;border:2px solid transparent}.schedule-card:hover{transform:translateY(-10px);border-color:#ff7a1f;box-shadow:0 15px 40px rgba(255,122,31,.2)}.schedule-image{width:100%;height:200px;overflow:hidden}.schedule-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.schedule-card:hover .schedule-image img{transform:scale(1.1)}.schedule-content{padding:1.5rem}.schedule-time{display:inline-block;background:#ff7a1f;color:#fff;padding:.4rem 1rem;border-radius:20px;font-size:.85rem;font-weight:700;margin-bottom:1rem}.schedule-title{font-size:1.4rem;font-weight:700;margin-bottom:.5rem;color:#fff}.schedule-day{color:rgba(255,255,255,.7);font-size:.95rem}.features-section{padding:100px 5%;background:#1f1f1f}.features-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:3rem;margin-top:3rem}.feature-card{text-align:center;padding:2rem;background:#2a2a2a;border-radius:15px;transition:.3s;border:2px solid transparent}.feature-card:hover{border-color:#ff7a1f;transform:translateY(-10px);box-shadow:0 15px 40px rgba(255,122,31,.2)}.feature-icon-circle{width:80px;height:80px;background:#ff7a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:2rem;color:#fff;transition:.3s}.feature-card:hover .feature-icon-circle{transform:rotate(360deg);background:#ff8c00}.feature-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.feature-description{color:rgba(255,255,255,.7);line-height:1.8}.cta-section{padding:100px 5%;background:linear-gradient(135deg,#ff7a1f 0,#ff8c00 100%)}.cta-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.cta-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:900;margin-bottom:1.5rem;color:#fff}.cta-description{font-size:1.2rem;margin-bottom:2rem;color:rgba(255,255,255,.95);line-height:1.8}.cta-button{display:inline-flex;align-items:center;gap:1rem;background:#fff;color:#1f1f1f;padding:1.2rem 2.5rem;border-radius:50px;text-decoration:none;font-size:1.1rem;font-weight:700;transition:.3s;box-shadow:0 10px 30px rgba(0,0,0,.2)}.cta-button:hover{transform:translateY(-5px);box-shadow:0 15px 40px rgba(0,0,0,.3)}.cta-image{border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.cta-image img{width:100%;height:100%;object-fit:cover}.footer{background:#0f0f0f;padding:60px 5% 30px;border-top:2px solid #ff7a1f}.footer-content{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:3rem;margin-bottom:3rem}.footer-title{font-size:1.8rem;font-weight:900;margin-bottom:1rem;color:#ff7a1f}.footer-subtitle{font-size:1.2rem;font-weight:700;margin-bottom:1rem;color:#fff}.footer-description{color:rgba(255,255,255,.7);line-height:1.8}.footer-contact{list-style:none}.footer-contact li{margin-bottom:.8rem;color:rgba(255,255,255,.7);display:flex;align-items:center;gap:.8rem}.footer-contact i{color:#ff7a1f}.footer-social{display:flex;gap:1rem}.footer-social a{width:45px;height:45px;background:#2a2a2a;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;text-decoration:none;transition:.3s}.footer-social a:hover{background:#ff7a1f;transform:translateY(-5px)}.footer-bottom{border-top:1px solid rgba(255,255,255,.1);padding-top:2rem;display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:1rem}.footer-links{display:flex;gap:2rem;flex-wrap:wrap}.footer-links a{color:rgba(255,255,255,.7);text-decoration:none;font-size:.9rem;transition:color .3s}.footer-links a:hover{color:#ff7a1f}.footer-credit{color:rgba(255,255,255,.5);font-size:.9rem}.footer-credit a{color:#ff7a1f;text-decoration:none}.footer-credit a:hover{text-decoration:underline}.whatsapp-float{position:fixed;bottom:25px;left:25px;width:60px;height:60px;background:#25d366;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:30px;box-shadow:0 5px 20px rgba(37,211,102,.4);z-index:999;transition:.3s;text-decoration:none}.whatsapp-float:hover{transform:scale(1.1);box-shadow:0 8px 30px rgba(37,211,102,.6)}.page-hero{min-height:60vh;padding:150px 5% 80px;display:grid;grid-template-columns:40% 60%;gap:3rem;align-items:center;background:linear-gradient(135deg,#2a2a2a 0,#1f1f1f 100%)}.page-hero-content{padding-left:2rem}.page-hero-title{font-size:clamp(3rem, 6vw, 5rem);font-weight:900;margin-bottom:1.5rem;color:#fff;line-height:1.1}.page-hero-subtitle{font-size:1.3rem;color:rgba(255,255,255,.8);line-height:1.8}.page-hero-image{height:50vh;border-radius:20px;overflow:hidden}.page-hero-image img{width:100%;height:100%;object-fit:cover}.services-grid-section{padding:80px 5%;background:#1f1f1f}.service-item{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;margin-bottom:80px;padding:3rem;background:#2a2a2a;border-radius:20px;border:2px solid transparent;transition:.3s}.service-item:hover{border-color:#ff7a1f;box-shadow:0 15px 40px rgba(255,122,31,.2)}.service-item.reverse{grid-template-columns:1fr 1fr}.service-item.reverse .service-image{order:2}.service-item.reverse .service-content{order:1}.service-image{height:400px;border-radius:15px;overflow:hidden}.service-image img{width:100%;height:100%;object-fit:cover;transition:transform .3s}.service-item:hover .service-image img{transform:scale(1.05)}.service-title{font-size:2.5rem;font-weight:900;margin-bottom:1.5rem;color:#fff}.service-description{color:rgba(255,255,255,.8);line-height:1.9;margin-bottom:2rem;font-size:1.05rem}.service-details{display:flex;gap:2rem;flex-wrap:wrap;margin-bottom:2rem}.service-detail-item{display:flex;align-items:center;gap:.5rem;color:rgba(255,255,255,.9);font-size:.95rem}.service-detail-item i{color:#ff7a1f}.service-cta{display:inline-flex;align-items:center;gap:.8rem;background:#ff7a1f;color:#fff;padding:1rem 2rem;border-radius:50px;text-decoration:none;font-weight:700;transition:.3s}.service-cta:hover{background:#ff8c00;transform:translateX(-5px)}.pricing-section{padding:100px 5%;background:#2a2a2a}.pricing-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2.5rem;margin-top:3rem}.pricing-card{background:#1f1f1f;padding:3rem 2rem;border-radius:20px;text-align:center;border:2px solid transparent;transition:.3s;position:relative}.pricing-card:hover{border-color:#ff7a1f;transform:translateY(-10px);box-shadow:0 15px 40px rgba(255,122,31,.2)}.pricing-card.featured{border-color:#ff7a1f;background:linear-gradient(135deg,#2a2a2a 0,#1f1f1f 100%)}.pricing-badge{position:absolute;top:-15px;right:50%;transform:translateX(50%);background:#ff7a1f;color:#fff;padding:.5rem 1.5rem;border-radius:20px;font-size:.85rem;font-weight:700}.pricing-title{font-size:1.8rem;font-weight:700;margin-bottom:1.5rem;color:#fff}.pricing-price{font-size:3.5rem;font-weight:900;color:#ff7a1f;margin-bottom:2rem}.pricing-features{list-style:none;margin-bottom:2rem;text-align:right}.pricing-features li{padding:.8rem 0;color:rgba(255,255,255,.8);border-bottom:1px solid rgba(255,255,255,.1);display:flex;align-items:center;gap:1rem}.pricing-features li:last-child{border-bottom:none}.pricing-features i{color:#ff7a1f}.pricing-cta{display:inline-block;background:#ff7a1f;color:#fff;padding:1rem 2.5rem;border-radius:50px;text-decoration:none;font-weight:700;transition:.3s}.pricing-cta:hover{background:#ff8c00;transform:translateY(-3px)}.story-section{padding:100px 5%;background:#1f1f1f}.story-content{display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center}.story-title{font-size:clamp(2.5rem, 5vw, 4rem);font-weight:900;margin-bottom:2rem;color:#fff}.story-paragraph{color:rgba(255,255,255,.8);line-height:1.9;margin-bottom:1.5rem;font-size:1.1rem}.story-image{height:500px;border-radius:20px;overflow:hidden;box-shadow:0 20px 60px rgba(0,0,0,.3)}.story-image img{width:100%;height:100%;object-fit:cover}.values-section{padding:100px 5%;background:#2a2a2a}.values-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:2.5rem;margin-top:3rem}.value-card{text-align:center;padding:2.5rem 2rem;background:#1f1f1f;border-radius:15px;transition:.3s;border:2px solid transparent}.value-card:hover{border-color:#ff7a1f;transform:translateY(-10px)}.value-icon{width:70px;height:70px;background:#ff7a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;margin:0 auto 1.5rem;font-size:1.8rem;color:#fff}.value-title{font-size:1.5rem;font-weight:700;margin-bottom:1rem;color:#fff}.value-description{color:rgba(255,255,255,.7);line-height:1.8}.team-section{padding:100px 5%;background:#1f1f1f}.team-intro{text-align:center;color:rgba(255,255,255,.7);font-size:1.2rem;margin-bottom:4rem;max-width:700px;margin-left:auto;margin-right:auto}.team-member{display:grid;grid-template-columns:40% 60%;gap:4rem;align-items:center;margin-bottom:60px;padding:3rem;background:#2a2a2a;border-radius:20px}.team-member.reverse{grid-template-columns:60% 40%}.team-member.reverse .team-image{order:2}.team-member.reverse .team-content{order:1}.team-image{height:450px;border-radius:15px;overflow:hidden}.team-image img{width:100%;height:100%;object-fit:cover}.team-name{font-size:2rem;font-weight:900;margin-bottom:.5rem;color:#fff}.team-role{font-size:1.1rem;color:#ff7a1f;margin-bottom:1.5rem;font-weight:600}.team-bio{color:rgba(255,255,255,.8);line-height:1.9;font-size:1.05rem}.gallery-section{padding:100px 5%;background:#2a2a2a}.gallery-grid{display:grid;grid-template-columns:repeat(auto-fit,minmax(350px,1fr));gap:2rem;margin-top:3rem}.gallery-item{height:300px;border-radius:15px;overflow:hidden;transition:transform .3s}.gallery-item:hover{transform:scale(1.05)}.gallery-item img{width:100%;height:100%;object-fit:cover}.contact-hero{min-height:50vh;padding:150px 5% 80px;display:flex;align-items:center;justify-content:center;text-align:center;background:linear-gradient(135deg,#2a2a2a 0,#1f1f1f 100%)}.contact-hero-title{font-size:clamp(3rem, 6vw, 5rem);font-weight:900;margin-bottom:1rem;color:#fff}.contact-hero-subtitle{font-size:1.3rem;color:rgba(255,255,255,.8)}.contact-main-section{padding:80px 5%;background:#1f1f1f}.contact-container{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;max-width:1400px;margin:0 auto}.contact-section-title{font-size:2rem;font-weight:700;margin-bottom:2rem;color:#fff}.contact-form{background:#2a2a2a;padding:3rem;border-radius:20px}.form-group{margin-bottom:1.5rem}.form-group label{display:block;margin-bottom:.5rem;color:#fff;font-weight:600}.form-group input,.form-group select,.form-group textarea{width:100%;padding:1rem;background:#1f1f1f;border:2px solid transparent;border-radius:10px;color:#fff;font-family:Rubik,sans-serif}.form-group input:focus,.form-group select:focus,.form-group textarea:focus{outline:0;border-color:#ff7a1f}.form-submit-btn{width:100%;padding:1.2rem;background:#ff7a1f;border:none;border-radius:50px;color:#fff;font-size:1.1rem;font-weight:700;cursor:pointer;display:flex;align-items:center;justify-content:center;gap:1rem;transition:.3s}.form-submit-btn:hover{background:#ff8c00;transform:translateY(-3px)}.contact-info-card{background:#2a2a2a;padding:2rem;border-radius:15px;margin-bottom:1.5rem;border:2px solid transparent;transition:.3s}.contact-info-card:hover{border-color:#ff7a1f}.contact-info-icon{width:60px;height:60px;background:#ff7a1f;border-radius:50%;display:flex;align-items:center;justify-content:center;font-size:1.5rem;color:#fff;margin-bottom:1rem}.contact-info-title{font-size:1.3rem;font-weight:700;margin-bottom:.8rem;color:#fff}.contact-info-text{color:rgba(255,255,255,.8);line-height:1.6}.contact-social-card{background:#2a2a2a;padding:2rem;border-radius:15px}.contact-social-links{display:flex;gap:1rem}.contact-social-link{width:50px;height:50px;background:#1f1f1f;border-radius:50%;display:flex;align-items:center;justify-content:center;color:#fff;font-size:1.3rem;text-decoration:none;transition:.3s}.contact-social-link:hover{background:#ff7a1f;transform:translateY(-5px)}.faq-section{padding:100px 5%;background:#2a2a2a}.faq-container{max-width:900px;margin:0 auto}.faq-item{background:#1f1f1f;margin-bottom:1.5rem;border-radius:15px;overflow:hidden;border:2px solid transparent;transition:border-color .3s}.faq-item:hover{border-color:#ff7a1f}.faq-question{padding:1.5rem 2rem;cursor:pointer;display:flex;justify-content:space-between;align-items:center;transition:background .3s}.faq-question:hover{background:#2a2a2a}.faq-question h3{font-size:1.2rem;font-weight:700;color:#fff}.faq-question i{color:#ff7a1f;transition:transform .3s}.faq-item.active .faq-question i{transform:rotate(180deg)}.faq-answer{max-height:0;overflow:hidden;transition:max-height .3s,padding .3s}.faq-item.active .faq-answer{max-height:500px;padding:0 2rem 1.5rem}.faq-answer p{color:rgba(255,255,255,.8);line-height:1.8}.map-section{position:relative;height:500px;overflow:hidden}.map-placeholder{width:100%;height:100%}.map-placeholder img{width:100%;height:100%;object-fit:cover}.map-overlay{position:absolute;top:0;left:0;right:0;bottom:0;background:linear-gradient(135deg,rgba(31,31,31,.9) 0,rgba(42,42,42,.8) 100%);display:flex;align-items:center;justify-content:center;text-align:center;padding:2rem}.map-title{font-size:2.5rem;font-weight:900;margin-bottom:1rem;color:#fff}.map-description{font-size:1.2rem;color:rgba(255,255,255,.8);margin-bottom:1.5rem}.map-address{font-size:1.1rem;color:#ff7a1f;font-weight:700}@media (max-width:968px){.navbar{padding:1rem 3%}.mobile-toggle{display:block}.phone-header-btn{display:flex}.nav-menu{position:fixed;top:70px;left:-100%;width:100%;height:calc(100vh - 70px);background:rgba(31,31,31,.98);backdrop-filter:blur(10px);flex-direction:column;padding:2rem;gap:1.5rem;transition:left .3s;overflow-y:auto}.nav-menu.active{left:0}.contact-container,.cta-content,.hero-content,.page-hero,.service-item,.service-item.reverse,.story-content,.team-member,.team-member.reverse{grid-template-columns:1fr}.service-item.reverse .service-image,.team-member.reverse .team-image{order:1}.service-item.reverse .service-content,.team-member.reverse .team-content{order:2}.hero-text{padding-left:0;text-align:center}.hero-image{height:50vh}.hero-accent-image{width:180px;height:220px;top:-30px;left:-40px}.instructors-grid{grid-template-columns:repeat(auto-fit,minmax(150px,1fr))}.features-grid,.gallery-grid,.pricing-grid,.schedule-grid,.values-grid{grid-template-columns:1fr}.section-header{flex-direction:column;align-items:flex-start;gap:1rem}.whatsapp-float{width:55px;height:55px;font-size:26px;bottom:20px;left:20px}.page-hero-content{padding-left:0;text-align:center}.service-item{padding:2rem}.team-image{height:350px}.contact-form{padding:2rem}}@media (max-width:480px){.hero-title{font-size:3rem}.section-title{font-size:2rem}.cta-button,.hero-cta-circle{padding:1.2rem 2rem;font-size:1rem}.footer-content,.instructors-grid{grid-template-columns:1fr}.footer-bottom{flex-direction:column;text-align:center}.contact-form,.service-item{padding:1.5rem}}figure,img,picture{opacity:1!important;visibility:visible!important}:not(.fas):not(.far):not(.fab):not(.fa):not([class*=fa-]):not(.iconify):not([class*=icon]):not(code):not(pre):not(i[class*=fa]){font-family:Rubik,sans-serif!important}.logo,.logo img,.logo-link img,.nav-brand img,img.logo{max-height:40px!important;height:auto!important;width:auto!important;object-fit:contain!important}@media (max-width:768px){body,html{width:100%!important;max-width:100vw!important;overflow-x:hidden!important;box-sizing:border-box!important}*,::after,::before{box-sizing:border-box!important}.container,.section,.wrapper,article,main,section{width:100%!important;max-width:100%!important;overflow-x:hidden!important;box-sizing:border-box!important;padding-left:1rem!important;padding-right:1rem!important}form{width:100%!important;max-width:100%!important;box-sizing:border-box!important;padding:0!important}.form-input,.form-select,.form-textarea,input[type=email],input[type=number],input[type=search],input[type=tel],input[type=text],input[type=url],select,textarea{width:100%!important;max-width:100%!important;min-width:0!important;box-sizing:border-box!important}.form-container,.form-field,.form-group,.input-group{width:100%!important;max-width:100%!important;box-sizing:border-box!important;display:flex!important;flex-direction:column!important;grid-template-columns:none!important}.grid,[style*="display: grid"],[style*="display:grid"]{display:flex!important;flex-direction:column!important;gap:1rem!important;grid-template-columns:none!important}h1{font-size:clamp(28px, 8vw, 48px)!important}h2{font-size:clamp(24px, 6vw, 36px)!important}h3{font-size:clamp(20px, 5vw, 28px)!important}h4{font-size:clamp(18px, 4vw, 24px)!important}li,p,span{font-size:clamp(14px, 4vw, 18px)!important}img{max-width:100%!important;height:auto!important;object-fit:contain!important}[style*="position: absolute"],[style*="position:absolute"]{position:relative!important;left:auto!important;right:auto!important;top:auto!important;bottom:auto!important}.columns,[style*="columns:"],[style*=column-count]{column-count:1!important;columns:1!important}.flex,[style*="display: flex"],[style*="display:flex"]{flex-wrap:wrap!important}.btn,.button,button{width:100%!important;max-width:100%!important;padding:12px 20px!important;font-size:16px!important}table{width:100%!important;display:block!important;overflow-x:auto!important}.block,.box,.card{width:100%!important;max-width:100%!important;margin-bottom:1rem!important}.contact-form-section,.form-container,.form-text-side{width:100%!important;max-width:100%!important;padding:1rem!important;box-sizing:border-box!important}.hero,.hero-section,[class*=hero]{min-height:auto!important;height:auto!important;padding:2rem 1rem!important}body>*{max-width:100vw!important}}.navbar{position:sticky;top:0;width:100%;z-index:1000;background:var(--nav-bg,#fff);box-shadow:0 2px 4px rgba(0,0,0,.1)}.nav-container{display:flex;align-items:center;gap:2rem;position:relative;max-width:1200px;margin:0 auto;padding:1rem 2rem;width:100%;box-sizing:border-box}.logo{max-height:40px;height:auto;width:auto;display:block;object-fit:contain;transition:opacity .3s}.logo:hover{opacity:.8}.logo-link{display:inline-flex;align-items:center;text-decoration:none;line-height:0}.logo-link:focus{outline:0}.nav-brand{display:flex;align-items:center;flex-shrink:0;margin:0}.nav-menu{display:flex;list-style:none;gap:2rem;margin:0;padding:0;align-items:center}.nav-menu li{margin:0;padding:0}.nav-menu a{text-decoration:none;transition:color .3s;color:var(--nav-color,#333);font-weight:500}.nav-menu a:hover{color:var(--nav-hover-color,#666)}.nav-cta-container{margin-left:auto;display:flex;align-items:center}.nav-cta-item{list-style:none;margin:0;padding:0}.nav-cta-btn{display:inline-block;padding:.625rem 1.5rem;background:var(--cta-bg,#3b82f6);color:var(--cta-color,#fff)!important;text-decoration:none;border-radius:.375rem;font-weight:600;transition:.3s;border:2px solid var(--cta-bg,#3b82f6)}.nav-cta-btn:hover{background:var(--cta-hover-bg,#2563eb);border-color:var(--cta-hover-bg,#2563eb);transform:translateY(-1px);box-shadow:0 4px 8px rgba(0,0,0,.1)}html[dir=ltr] .nav-container,html[lang=en] .nav-container,html[lang=es] .nav-container,html[lang=fr] .nav-container{justify-content:flex-start}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{margin-left:0;margin-right:0}html[dir=ltr] .nav-cta-container,html[lang=en] .nav-cta-container,html[lang=es] .nav-cta-container,html[lang=fr] .nav-cta-container{margin-left:auto;margin-right:0}html[dir=rtl] .nav-container,html[lang=ar] .nav-container,html[lang=he] .nav-container{justify-content:flex-end;flex-direction:row-reverse}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{margin-right:0;margin-left:0}html[dir=rtl] .nav-cta-container,html[lang=ar] .nav-cta-container,html[lang=he] .nav-cta-container{margin-right:auto;margin-left:0}@media (min-width:769px){.mobile-toggle,.nav-menu .mobile-contact-link,.phone-header-btn{display:none!important}}@media (max-width:768px){.nav-container{padding:.75rem 1rem;gap:0}.mobile-toggle,.phone-header-btn{position:absolute;top:15px;display:flex!important;align-items:center;justify-content:center;background:0 0;border:none;cursor:pointer;padding:10px;z-index:1001;color:var(--nav-color,#333)}.mobile-toggle svg,.phone-header-btn svg{color:inherit;transition:color .3s}.mobile-toggle:hover svg,.phone-header-btn:hover svg{color:var(--nav-hover-color,#666)}.mobile-toggle:active,.mobile-toggle:focus,.phone-header-btn:active,.phone-header-btn:focus{outline:0;border:none;box-shadow:none}.nav-brand{margin:0 auto!important;text-align:center}.logo{max-height:35px}.nav-cta-container{display:none!important}.nav-menu{position:fixed;top:70px;width:50%;max-width:300px;background:var(--nav-bg,#fff);flex-direction:column;gap:0;padding:20px 0;box-shadow:0 4px 12px rgba(0,0,0,.15);display:none;z-index:999;margin:0!important}.nav-menu.active{display:flex!important}.nav-menu li{width:100%}.nav-menu .mobile-contact-link{display:block!important}.nav-menu a{display:block;padding:15px 30px;width:100%;text-align:left;font-weight:500}html[dir=ltr] .mobile-toggle,html[lang=en] .mobile-toggle,html[lang=es] .mobile-toggle,html[lang=fr] .mobile-toggle{left:15px;right:auto}html[dir=ltr] .phone-header-btn,html[lang=en] .phone-header-btn,html[lang=es] .phone-header-btn,html[lang=fr] .phone-header-btn{right:15px;left:auto}html[dir=ltr] .nav-menu,html[lang=en] .nav-menu,html[lang=es] .nav-menu,html[lang=fr] .nav-menu{left:0;right:auto}html[dir=rtl] .mobile-toggle,html[lang=ar] .mobile-toggle,html[lang=he] .mobile-toggle{right:15px;left:auto}html[dir=rtl] .phone-header-btn,html[lang=ar] .phone-header-btn,html[lang=he] .phone-header-btn{left:15px;right:auto}html[dir=rtl] .nav-menu,html[lang=ar] .nav-menu,html[lang=he] .nav-menu{right:0;left:auto}html[dir=rtl] .nav-menu a,html[lang=ar] .nav-menu a,html[lang=he] .nav-menu a{text-align:right}}.legal-page-content{padding:60px 0;min-height:60vh}.legal-page-content .container{max-width:800px;margin:0 auto;padding:0 20px}.legal-page-content h1{font-size:2.5rem;margin-bottom:1rem;color:inherit}.legal-page-content .last-updated{color:#666;margin-bottom:2rem;font-style:italic}.legal-page-content h2{font-size:1.5rem;margin-top:2rem;margin-bottom:1rem;color:inherit}.legal-page-content p{margin-bottom:1rem;line-height:1.7}.legal-page-content ul{margin-bottom:1.5rem;padding-left:1.5rem}[dir=rtl] .legal-page-content ul{padding-left:0;padding-right:1.5rem}.legal-page-content li{margin-bottom:.5rem;line-height:1.6}.legal-page-content .contact-box{background:rgba(0,0,0,.03);padding:1.5rem;border-radius:8px;margin-top:1.5rem}.legal-page-content .contact-box a{color:inherit;text-decoration:underline}.legal-page-content .contact-box a:hover{opacity:.8}.legal-footer{background-color:#f2f2f2;color:#1a1a1a;padding:20px 0;font-size:16px;border-top:3px solid #0f0f0f}.legal-footer .container{max-width:1200px;margin:0 auto;padding:0 20px}.legal-footer .footer-main{display:flex;justify-content:space-between;align-items:center;flex-wrap:wrap;gap:20px}.legal-footer .all-rights-reserved{flex:1;min-width:200px}.legal-footer .all-rights-reserved p{margin:0!important}.legal-footer .zappy-attribution{text-align:center;width:100%;padding-top:15px;border-top:1px solid #1a1a1a}.legal-footer .zappy-attribution p{margin:0;font-size:16px;color:#1a1a1a;font-style:italic}.legal-footer .zappy-attribution a{color:#1a1a1a;text-decoration:underline}.legal-footer .footer-social{display:flex;align-items:center;gap:15px;flex-wrap:wrap;justify-content:center;flex-shrink:0}.legal-footer .footer-social a{color:#1a1a1a!important;text-decoration:none;font-size:22px;transition:color .3s,transform .2s,opacity .3s;display:inline-flex;align-items:center;justify-content:center;width:20px;height:40px;border-radius:50%;background-color:transparent!important;opacity:.8}.legal-footer .footer-social a:hover{color:#0f0f0f!important;transform:scale(1.15);opacity:1}.legal-footer .footer-social a:focus{outline:#0F0F0F solid 2px;outline-offset:2px;border-radius:50%}.legal-footer .footer-social i{font-size:20px}.legal-footer .footer-legal{display:flex;align-items:center;gap:10px;flex-shrink:0;justify-content:flex-end}.legal-footer .footer-legal a{color:#1a1a1a!important;text-decoration:none;transition:color .3s,opacity .3s;font-weight:500;opacity:.9}.legal-footer .footer-legal a:hover{color:#1a1a1a!important;opacity:1;text-decoration:underline}.legal-footer .footer-legal a:focus{outline:#1a1a1a solid 2px;outline-offset:2px;border-radius:2px}.legal-footer .separator{color:#1a1a1a!important;font-weight:300;opacity:.7}@media (max-width:968px){.legal-footer .footer-main{flex-direction:column;text-align:center;gap:0}.legal-footer .footer-social{justify-content:center;order:1;margin-bottom:20px}.legal-footer .all-rights-reserved{width:100%;text-align:center;order:2;margin-bottom:5px}.legal-footer .footer-legal{flex-wrap:wrap;justify-content:center;order:3}}@media (min-width:969px){.legal-footer .footer-main{display:grid;grid-template-columns:1fr auto 1fr;align-items:baseline;gap:30px;margin-bottom:10px}.legal-footer .all-rights-reserved{text-align:left;justify-self:start;margin-bottom:0}.legal-footer .footer-social{justify-self:center;margin-bottom:0}.legal-footer .footer-legal{justify-self:end;text-align:right}[dir=rtl] .legal-footer .all-rights-reserved{text-align:right;justify-self:end}[dir=rtl] .legal-footer .footer-legal{justify-self:start;text-align:left}}@media (max-width:968px){[dir=rtl] .legal-footer .all-rights-reserved,[dir=rtl] .legal-footer .footer-legal{text-align:center}}[dir=rtl] .legal-footer .footer-legal,[dir=rtl] .legal-footer .footer-main{direction:rtl}:root{--cc-btn-primary-bg:#3b82f6;--cc-btn-primary-border:#3b82f6;--cc-btn-primary-hover-bg:#2269dd;--accessibility-focus:#0F0F0F}#cc--main{font-family:inherit!important}.cc-btn.cc--btn-primary{background-color:var(--cc-btn-primary-bg)!important;border-color:var(--cc-btn-primary-border)!important}.cc-btn.cc--btn-primary:hover{background-color:var(--cc-btn-primary-hover-bg)!important}@media (max-width:768px){#cc--main .cc__btn{font-size:14px!important;padding:8px 16px!important}.cc__modal .cc__modal-content{margin:10px!important}}.cookie-preferences-btn:hover{text-decoration:none!important}.skip-link:focus{position:absolute!important;top:6px!important;left:6px!important;background:#000!important;color:#fff!important;padding:8px!important;text-decoration:none!important;z-index:10000!important;border-radius:4px!important}:focus{outline:2px solid var(--accessibility-focus)!important;outline-offset:2px!important}@media (prefers-contrast:high){*{border-color:currentColor!important}}@media (prefers-reduced-motion:reduce){*,::after,::before{animation-duration:0s!important;animation-iteration-count:1!important;transition-duration:0s!important;scroll-behavior:auto!important}}.sr-only{position:absolute!important;width:1px!important;height:1px!important;padding:0!important;margin:-1px!important;overflow:hidden!important;clip:rect(0,0,0,0)!important;white-space:nowrap!important;border:0!important}#mic-access-tool-general-button{background:0 0!important;border:none!important;width:32px!important;height:32px!important;min-width:32px!important;min-height:32px!important;align-items:center!important;justify-content:center!important;padding:0!important;position:relative!important;overflow:hidden!important}#mic-access-tool-general-button,#mic-access-tool-general-button :not(svg):not(path):not(circle):not(rect):not(polygon):not(ellipse):not(line):not(polyline):not(g){font-size:0!important;color:transparent!important;text-indent:-9999px!important;line-height:0!important;letter-spacing:-999em!important;white-space:nowrap!important}#mic-access-tool-general-button::after,#mic-access-tool-general-button::before{content:none!important;display:none!important}#mic-access-tool-general-button:hover{background:rgba(15,15,15,.1)!important;box-shadow:0 2px 8px rgba(15,15,15,.2)!important;font-size:0!important;color:transparent!important;text-indent:-9999px!important}#mic-access-tool-general-button svg{width:18px!important;height:18px!important;max-width:18px!important;max-height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;margin:0!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-general-button svg,#mic-access-tool-general-button svg *,#mic-access-tool-general-button svg circle,#mic-access-tool-general-button svg ellipse,#mic-access-tool-general-button svg g,#mic-access-tool-general-button svg line,#mic-access-tool-general-button svg path,#mic-access-tool-general-button svg polygon,#mic-access-tool-general-button svg polyline,#mic-access-tool-general-button svg rect{fill:#0F0F0F!important;stroke:#0F0F0F!important;color:#0f0f0f!important}#mic-access-tool-general-button i,#mic-access-tool-general-button img{width:18px!important;height:18px!important;position:absolute!important;top:50%!important;left:50%!important;transform:translate(-50%,-50%)!important;filter:invert(50%) sepia(100%) saturate(500%) hue-rotate(0deg) brightness(100%) contrast(100%)!important}#mic-access-tool-box .mic-access-tool-box-header,.mic-access-tool-box-header,div[id*=mic-access-tool-box] .header,div[id*=mic-access-tool-box] header{background:#0f0f0f!important;color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header *,.mic-access-tool-box-header *,div[id*=mic-access-tool-box] .header *,div[id*=mic-access-tool-box] header *{color:#fff!important}#mic-access-tool-box .mic-access-tool-box-header a,#mic-access-tool-box .mic-access-tool-box-header button,#mic-access-tool-box [class*=close],#mic-access-tool-box button[title*=Close],#mic-access-tool-box button[title*=close]{color:#fff!important;background:0 0!important}#mic-access-tool-box button.active,#mic-access-tool-box button:hover,div[id*=mic-access-tool-box] button.active,div[id*=mic-access-tool-box] button:hover{border-color:#0f0f0f!important;color:#0f0f0f!important;background-color:rgba(15,15,15,.1)!important}#mic-access-tool-box [class*=reset],#mic-access-tool-box button[title*=Reset],#mic-access-tool-box button[title*=reset],div[id*=mic-access-tool-box] button[class*=reset]{background:#0f0f0f!important;color:#fff!important}#mic-access-tool-box [class*=reset] *,#mic-access-tool-box button[title*=Reset] *,#mic-access-tool-box button[title*=reset] *,div[id*=mic-access-tool-box] button[class*=reset] *{color:#fff!important}#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,div[id*=mic-access-tool-box]{display:none!important}body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible .mic-access-tool-general-button{display:flex!important}body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible div[id*=mic-access-tool-box]{display:block!important}@media (max-width:768px){#mic-access-tool-box,#mic-access-tool-general-button,#mic-init-access-tool #mic-access-tool-box,#mic-init-access-tool #mic-access-tool-general-button,#mic-init-access-tool .mic-access-tool-general-button,._access-icon,._access-menu,.mic-access-tool-box,.mic-access-tool-general-button,body.accessibility-widget-visible #mic-access-tool-box,body.accessibility-widget-visible #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-box,body.accessibility-widget-visible #mic-init-access-tool #mic-access-tool-general-button,body.accessibility-widget-visible #mic-init-access-tool .mic-access-tool-general-button,body.accessibility-widget-visible ._access-icon,body.accessibility-widget-visible ._access-menu,body.accessibility-widget-visible .mic-access-tool-box,body.accessibility-widget-visible .mic-access-tool-general-button,body.accessibility-widget-visible div[id*=mic-access-tool-box],div[id*=mic-access-tool-box]{display:none!important}}