@import "https://fonts.googleapis.com/css2?family=Open+Sans:wght@300;400;500;600;700&family=Playfair+Display:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";
.Header-module__hBw1pG__topBar{background:linear-gradient(135deg,var(--secondary)0%,#1a1f2e 50%,var(--secondary-light)100%);padding:10px 0;position:relative;overflow:hidden}.Header-module__hBw1pG__topBar:before{content:"";background:linear-gradient(90deg,#0000,#ffffff0d,#0000);width:200%;height:100%;animation:3s infinite Header-module__hBw1pG__shimmer;position:absolute;top:0;left:-100%}@keyframes Header-module__hBw1pG__shimmer{0%{transform:translate(0)}to{transform:translate(50%)}}.Header-module__hBw1pG__topBar:after{content:"";background:linear-gradient(90deg,#0000,#ffffff26,#0000);height:1px;position:absolute;bottom:0;left:0;right:0}.Header-module__hBw1pG__topBarContent{justify-content:flex-end;gap:40px;max-width:1400px;margin:0 auto;padding:0 40px;display:flex}.Header-module__hBw1pG__topBarItem{color:#fffc;cursor:pointer;align-items:center;gap:10px;font-size:13px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__hBw1pG__topBarItem:hover{color:var(--accent);transform:translateY(-1px)}.Header-module__hBw1pG__topBarItem svg{opacity:.8;transition:all .3s}.Header-module__hBw1pG__topBarItem:hover svg{opacity:1;transform:scale(1.1)}.Header-module__hBw1pG__header{z-index:1000;background:0 0;padding:12px 20px;transition:all .4s cubic-bezier(.4,0,.2,1);position:sticky;top:0}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled{padding:8px 20px}.Header-module__hBw1pG__headerContent{-webkit-backdrop-filter:blur(20px)saturate(180%);background:#ffffffeb;border:1px solid #fff9;border-radius:100px;justify-content:space-between;align-items:center;max-width:1400px;margin:0 auto;padding:16px 32px;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;box-shadow:0 8px 32px #00000014,0 2px 8px #0000000a,inset 0 1px #fffc}.Header-module__hBw1pG__header.Header-module__hBw1pG__scrolled .Header-module__hBw1pG__headerContent{background:#fffffffa;border-color:#fffc;padding:12px 28px;box-shadow:0 12px 40px #0000001f,0 4px 12px #0000000f,inset 0 1px #fff}.Header-module__hBw1pG__logo{align-items:center;gap:14px;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex}.Header-module__hBw1pG__logo:hover{transform:scale(1.02)}.Header-module__hBw1pG__logoIcon{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);width:50px;height:50px;color:var(--white);border-radius:16px;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:17px;font-weight:700;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #722f374d,inset 0 1px #fff3}.Header-module__hBw1pG__logoIcon:before{content:"";background:linear-gradient(90deg,#0000,#ffffff4d,#0000);width:100%;height:100%;transition:all .6s;position:absolute;top:0;left:-100%}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoIcon:before{left:100%}.Header-module__hBw1pG__logo:hover .Header-module__hBw1pG__logoIcon{transform:rotate(-5deg)scale(1.08);box-shadow:0 8px 24px #722f3766,inset 0 1px #ffffff4d}.Header-module__hBw1pG__logoText{flex-direction:column;display:flex}.Header-module__hBw1pG__logoTitle{color:var(--secondary);letter-spacing:1.5px;font-family:Playfair Display,serif;font-size:20px;font-weight:700;line-height:1.1}.Header-module__hBw1pG__logoSubtitle{color:var(--text-muted);text-transform:uppercase;letter-spacing:2px;opacity:.8;font-size:10px;font-weight:600}.Header-module__hBw1pG__nav{background:#0000000a;border-radius:50px;align-items:center;gap:8px;padding:6px;display:flex}.Header-module__hBw1pG__navLink{color:var(--text);border-radius:50px;padding:10px 20px;font-size:14px;font-weight:500;transition:all .3s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden}.Header-module__hBw1pG__navLink:before{content:"";background:linear-gradient(135deg,var(--primary),var(--primary-dark));opacity:0;z-index:-1;border-radius:50px;transition:all .3s cubic-bezier(.4,0,.2,1);position:absolute;inset:0;transform:scale(.8)}.Header-module__hBw1pG__navLink:hover:before{opacity:1;transform:scale(1)}.Header-module__hBw1pG__navLink:hover{color:var(--white);transform:translateY(-1px)}.Header-module__hBw1pG__navLink:focus-visible{outline:none;box-shadow:0 0 0 3px #722f374d}.Header-module__hBw1pG__navLink.Header-module__hBw1pG__active{color:var(--white);background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.Header-module__hBw1pG__ctaButton{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:var(--white);text-transform:uppercase;letter-spacing:.5px;border:none;border-radius:50px;padding:12px 24px;font-size:13px;font-weight:600;transition:all .4s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 4px 16px #722f374d,inset 0 1px #fff3}.Header-module__hBw1pG__ctaButton:before{content:"";background:linear-gradient(90deg,#0000,#ffffff40,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.Header-module__hBw1pG__ctaButton:after{content:"";background:linear-gradient(135deg,var(--accent),var(--primary));opacity:0;z-index:-1;border-radius:50px;transition:opacity .4s;position:absolute;inset:0}.Header-module__hBw1pG__ctaButton:hover{transform:translateY(-3px)scale(1.02);box-shadow:0 12px 32px #722f3766,inset 0 1px #ffffff4d}.Header-module__hBw1pG__ctaButton:hover:before{left:100%}.Header-module__hBw1pG__ctaButton:hover:after{opacity:1}.Header-module__hBw1pG__ctaButton:focus-visible{outline:none;box-shadow:0 0 0 3px #722f374d,0 4px 16px #722f374d}.Header-module__hBw1pG__ctaButton:active{transform:translateY(-1px)scale(.98)}.Header-module__hBw1pG__mobileMenuBtn{cursor:pointer;color:var(--secondary);background:#0000000d;border:none;border-radius:50%;padding:12px;transition:all .3s cubic-bezier(.4,0,.2,1);display:none;position:relative;overflow:hidden}.Header-module__hBw1pG__mobileMenuBtn:before{content:"";background:linear-gradient(135deg,var(--primary),var(--primary-dark));opacity:0;border-radius:50%;transition:opacity .3s;position:absolute;inset:0}.Header-module__hBw1pG__mobileMenuBtn:hover{color:var(--white);transform:scale(1.05)}.Header-module__hBw1pG__mobileMenuBtn:hover:before{opacity:1}.Header-module__hBw1pG__mobileMenuBtn svg{z-index:1;position:relative}.Header-module__hBw1pG__mobileMenu{-webkit-backdrop-filter:blur(20px);z-index:1001;background:#fffffffa;width:100%;max-width:380px;height:100vh;padding:100px 30px 30px;position:fixed;top:0;right:0;overflow-y:auto;box-shadow:-20px 0 60px #00000026}.Header-module__hBw1pG__mobileMenu:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent),var(--primary));background-size:200% 100%;height:5px;animation:3s infinite Header-module__hBw1pG__gradientMove;position:absolute;top:0;left:0;right:0}@keyframes Header-module__hBw1pG__gradientMove{0%,to{background-position:0%}50%{background-position:100%}}.Header-module__hBw1pG__mobileNav{flex-direction:column;gap:10px;display:flex}.Header-module__hBw1pG__mobileNavLink{color:var(--text);background:#00000005;border-radius:20px;align-items:center;padding:18px 24px;font-size:17px;font-weight:600;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden}.Header-module__hBw1pG__mobileNavLink:before{content:"";background:linear-gradient(135deg,var(--primary),var(--primary-dark));opacity:0;border-radius:20px;transition:opacity .3s;position:absolute;inset:0}.Header-module__hBw1pG__mobileNavLink:hover{color:var(--white);transform:translate(8px)scale(1.02)}.Header-module__hBw1pG__mobileNavLink:hover:before{opacity:1}.Header-module__hBw1pG__mobileNavLink span{z-index:1;position:relative}@media (max-width:1200px){.Header-module__hBw1pG__nav{gap:4px;padding:5px}.Header-module__hBw1pG__navLink{padding:8px 16px;font-size:13px}.Header-module__hBw1pG__ctaButton{padding:10px 20px;font-size:12px}}@media (max-width:1024px){.Header-module__hBw1pG__nav,.Header-module__hBw1pG__ctaButton{display:none}.Header-module__hBw1pG__mobileMenuBtn{justify-content:center;align-items:center;display:flex}.Header-module__hBw1pG__headerContent{padding:14px 24px}}@media (max-width:640px){.Header-module__hBw1pG__header{padding:10px 16px}.Header-module__hBw1pG__headerContent{border-radius:24px;padding:12px 20px}.Header-module__hBw1pG__topBarContent{justify-content:center;gap:30px;padding:0 20px}.Header-module__hBw1pG__topBarItem span{display:none}.Header-module__hBw1pG__mobileMenu{max-width:100%;padding:90px 24px 24px}.Header-module__hBw1pG__mobileNavLink{border-radius:16px;padding:16px 20px;font-size:16px}}@media (max-width:480px){.Header-module__hBw1pG__logoSubtitle{display:none}.Header-module__hBw1pG__logoIcon{border-radius:12px;width:44px;height:44px;font-size:15px}.Header-module__hBw1pG__logoTitle{font-size:17px}.Header-module__hBw1pG__headerContent{padding:10px 16px}.Header-module__hBw1pG__mobileMenuBtn{padding:10px}}
.Footer-module__S6Hkya__footer{background:linear-gradient(180deg,var(--secondary)0%,#0f0f0f 100%);color:var(--white);position:relative;overflow:hidden}.Footer-module__S6Hkya__footer:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent),var(--primary));height:4px;position:absolute;top:0;left:0;right:0}.Footer-module__S6Hkya__footer:after{content:"";pointer-events:none;background:radial-gradient(circle,#722f3714 0%,#0000 60%);width:500px;height:500px;position:absolute;bottom:-200px;right:-200px}.Footer-module__S6Hkya__footerTop{z-index:1;padding:90px 0 70px;position:relative}.Footer-module__S6Hkya__container{max-width:1280px;margin:0 auto;padding:0 20px}.Footer-module__S6Hkya__footerGrid{grid-template-columns:1.5fr 1fr 1fr 1.2fr;gap:60px;display:grid}.Footer-module__S6Hkya__footerCol{flex-direction:column;display:flex}.Footer-module__S6Hkya__footerLogo{align-items:center;gap:14px;margin-bottom:25px;display:flex}.Footer-module__S6Hkya__logoIcon{background:linear-gradient(135deg,var(--primary)0%,var(--accent)100%);width:56px;height:56px;color:var(--white);transition:var(--transition);border-radius:14px;justify-content:center;align-items:center;font-family:Playfair Display,serif;font-size:18px;font-weight:700;display:flex;box-shadow:0 8px 25px #722f3759}.Footer-module__S6Hkya__footerLogo:hover .Footer-module__S6Hkya__logoIcon{transform:rotate(-5deg)scale(1.05)}.Footer-module__S6Hkya__logoTitle{letter-spacing:2px;background:linear-gradient(135deg,var(--white),var(--accent-light));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin:0;font-family:Playfair Display,serif;font-size:24px;font-weight:700}.Footer-module__S6Hkya__logoSubtitle{opacity:.6;letter-spacing:1px;margin:0;font-size:12px}.Footer-module__S6Hkya__footerDesc{color:#ffffffa6;margin-bottom:28px;font-size:14px;line-height:1.9}.Footer-module__S6Hkya__socialLinks{gap:14px;display:flex}.Footer-module__S6Hkya__socialLink{width:44px;height:44px;color:var(--white);transition:var(--transition);background:#ffffff0f;border:1px solid #ffffff14;border-radius:12px;justify-content:center;align-items:center;display:flex}.Footer-module__S6Hkya__socialLink:hover{background:linear-gradient(135deg,var(--primary),var(--accent));border-color:#0000;transform:translateY(-5px)rotate(-3deg);box-shadow:0 8px 25px #722f3766}.Footer-module__S6Hkya__footerTitle{margin-bottom:28px;padding-bottom:18px;font-family:Playfair Display,serif;font-size:20px;position:relative}.Footer-module__S6Hkya__footerTitle:after{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px;width:50px;height:3px;position:absolute;bottom:0;left:0}.Footer-module__S6Hkya__footerLinks{margin:0;padding:0;list-style:none}.Footer-module__S6Hkya__footerLinks li{margin-bottom:14px}.Footer-module__S6Hkya__footerLinks a{color:#ffffffa6;transition:var(--transition);align-items:center;padding-left:0;font-size:14px;display:inline-flex;position:relative}.Footer-module__S6Hkya__footerLinks a:before{content:"→";transition:var(--transition);opacity:.5;margin-right:10px}.Footer-module__S6Hkya__footerLinks a:hover{color:var(--accent);padding-left:8px}.Footer-module__S6Hkya__footerLinks a:hover:before{opacity:1;color:var(--primary)}.Footer-module__S6Hkya__contactInfo{flex-direction:column;gap:18px;display:flex}.Footer-module__S6Hkya__contactItem{color:#ffffffa6;transition:var(--transition);background:#ffffff08;border:1px solid #ffffff0d;border-radius:10px;align-items:center;gap:14px;padding:12px 16px;font-size:14px;display:flex}.Footer-module__S6Hkya__contactItem:hover{color:var(--white);background:#ffffff14;transform:translate(5px)}.Footer-module__S6Hkya__contactItem svg{color:var(--accent);flex-shrink:0}.Footer-module__S6Hkya__footerBottom{text-align:center;z-index:1;border-top:1px solid #ffffff14;padding:28px 0;position:relative}.Footer-module__S6Hkya__footerBottom p{color:#ffffff73;letter-spacing:.5px;margin:0;font-size:13px}.Footer-module__S6Hkya__credit{opacity:.7;margin-top:8px!important;font-size:12px!important}.Footer-module__S6Hkya__credit a{color:var(--accent);transition:var(--transition);font-weight:500;text-decoration:none;position:relative}.Footer-module__S6Hkya__credit a:after{content:"";background:var(--accent);width:0;height:1px;transition:var(--transition);position:absolute;bottom:-2px;left:0}.Footer-module__S6Hkya__credit a:hover{color:var(--accent-light)}.Footer-module__S6Hkya__credit a:hover:after{width:100%}@media (max-width:1024px){.Footer-module__S6Hkya__footerGrid{grid-template-columns:repeat(2,1fr);gap:45px}}@media (max-width:600px){.Footer-module__S6Hkya__footerTop{padding:70px 0 50px}.Footer-module__S6Hkya__footerGrid{text-align:center;grid-template-columns:1fr;gap:45px}.Footer-module__S6Hkya__footerTitle:after{left:50%;transform:translate(-50%)}.Footer-module__S6Hkya__footerLogo,.Footer-module__S6Hkya__socialLinks,.Footer-module__S6Hkya__contactItem,.Footer-module__S6Hkya__footerLinks a{justify-content:center}}
.FormationPopup-module__aIYcfW__backdrop{-webkit-backdrop-filter:blur(4px);z-index:9998;background:#0006;position:fixed;inset:0}.FormationPopup-module__aIYcfW__popup{-webkit-backdrop-filter:blur(20px);z-index:9999;background:linear-gradient(145deg,#fffffffa,#fffffff2);border:1px solid #fff9;border-radius:24px;width:100%;max-width:380px;padding:24px;position:fixed;bottom:30px;right:30px;overflow:hidden;box-shadow:0 25px 80px #0003,0 10px 30px #0000001a,inset 0 1px #fffc}.FormationPopup-module__aIYcfW__glowEffect{pointer-events:none;background:radial-gradient(circle,#722f3726 0%,#0000 70%);width:100%;height:100%;animation:3s ease-in-out infinite FormationPopup-module__aIYcfW__pulseGlow;position:absolute;top:-50%;right:-50%}@keyframes FormationPopup-module__aIYcfW__pulseGlow{0%,to{opacity:.5;transform:scale(1)}50%{opacity:1;transform:scale(1.1)}}.FormationPopup-module__aIYcfW__closeBtn{width:36px;height:36px;color:var(--text-muted);cursor:pointer;z-index:10;background:#0000000d;border:none;border-radius:50%;justify-content:center;align-items:center;transition:all .3s cubic-bezier(.4,0,.2,1);display:flex;position:absolute;top:16px;right:16px}.FormationPopup-module__aIYcfW__closeBtn:hover{background:var(--primary);color:#fff;transform:rotate(90deg)}.FormationPopup-module__aIYcfW__header{align-items:flex-start;gap:16px;margin-bottom:20px;display:flex}.FormationPopup-module__aIYcfW__iconWrapper{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:16px;flex-shrink:0;justify-content:center;align-items:center;width:56px;height:56px;display:flex;position:relative;box-shadow:0 8px 24px #722f374d}.FormationPopup-module__aIYcfW__sparkle{color:var(--accent);animation:1.5s ease-in-out infinite FormationPopup-module__aIYcfW__sparkleAnim;position:absolute;top:-4px;right:-4px}@keyframes FormationPopup-module__aIYcfW__sparkleAnim{0%,to{opacity:1;transform:scale(1)rotate(0)}50%{opacity:.8;transform:scale(1.2)rotate(15deg)}}.FormationPopup-module__aIYcfW__headerText{flex:1}.FormationPopup-module__aIYcfW__badge{background:linear-gradient(135deg,var(--accent),#e8a634);color:#fff;text-transform:uppercase;letter-spacing:1px;border-radius:50px;margin-bottom:6px;padding:4px 10px;font-size:10px;font-weight:700;display:inline-block}.FormationPopup-module__aIYcfW__headerText h3{color:var(--secondary);margin:0 0 2px;font-family:Playfair Display,serif;font-size:20px;font-weight:700}.FormationPopup-module__aIYcfW__headerText p{color:var(--text-muted);margin:0;font-size:13px}.FormationPopup-module__aIYcfW__formationCard{background:linear-gradient(135deg,#722f370d,#722f3705);border:1px solid #722f371a;border-radius:16px;margin-bottom:16px;padding:18px}.FormationPopup-module__aIYcfW__formationCard h4{color:var(--secondary);margin:0 0 12px;font-size:16px;font-weight:600;line-height:1.3}.FormationPopup-module__aIYcfW__details{flex-wrap:wrap;gap:12px;margin-bottom:12px;display:flex}.FormationPopup-module__aIYcfW__detail{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.FormationPopup-module__aIYcfW__detail svg{color:var(--primary);opacity:.8}.FormationPopup-module__aIYcfW__placesLeft{color:var(--text-muted);align-items:center;gap:6px;font-size:13px;display:flex}.FormationPopup-module__aIYcfW__placesNumber{color:#fff;background:linear-gradient(135deg,#22c55e,#16a34a);border-radius:50%;justify-content:center;align-items:center;width:28px;height:28px;font-size:13px;font-weight:700;animation:2s ease-in-out infinite FormationPopup-module__aIYcfW__pulsePlaces;display:inline-flex}@keyframes FormationPopup-module__aIYcfW__pulsePlaces{0%,to{transform:scale(1)}50%{transform:scale(1.1)}}.FormationPopup-module__aIYcfW__indicators{justify-content:center;gap:8px;margin-bottom:16px;display:flex}.FormationPopup-module__aIYcfW__indicator{cursor:pointer;background:#00000026;border:none;border-radius:50%;width:8px;height:8px;padding:0;transition:all .3s}.FormationPopup-module__aIYcfW__indicator.FormationPopup-module__aIYcfW__active{background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:4px;width:24px}.FormationPopup-module__aIYcfW__indicator:hover:not(.FormationPopup-module__aIYcfW__active){background:#722f374d}.FormationPopup-module__aIYcfW__ctaBtn{background:linear-gradient(135deg,var(--primary),var(--primary-dark));color:#fff;border-radius:50px;justify-content:center;align-items:center;gap:10px;width:100%;padding:14px 24px;font-size:14px;font-weight:600;text-decoration:none;transition:all .4s cubic-bezier(.4,0,.2,1);display:flex;position:relative;overflow:hidden;box-shadow:0 4px 16px #722f374d}.FormationPopup-module__aIYcfW__ctaBtn:before{content:"";background:linear-gradient(90deg,#0000,#fff3,#0000);width:100%;height:100%;transition:all .5s;position:absolute;top:0;left:-100%}.FormationPopup-module__aIYcfW__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 8px 24px #722f3766}.FormationPopup-module__aIYcfW__ctaBtn:hover:before{left:100%}.FormationPopup-module__aIYcfW__ctaBtn svg{transition:transform .3s}.FormationPopup-module__aIYcfW__ctaBtn:hover svg{transform:translate(4px)}.FormationPopup-module__aIYcfW__progressWrapper{background:#0000000d;height:4px;position:absolute;bottom:0;left:0;right:0;overflow:hidden}.FormationPopup-module__aIYcfW__progressBar{background:linear-gradient(90deg,var(--primary),var(--accent));height:100%}@media (max-width:480px){.FormationPopup-module__aIYcfW__popup{border-radius:20px;max-width:none;padding:20px;bottom:16px;left:16px;right:16px}.FormationPopup-module__aIYcfW__iconWrapper{width:48px;height:48px}.FormationPopup-module__aIYcfW__iconWrapper svg{width:22px;height:22px}.FormationPopup-module__aIYcfW__headerText h3{font-size:18px}.FormationPopup-module__aIYcfW__formationCard{padding:14px}.FormationPopup-module__aIYcfW__formationCard h4{font-size:15px}.FormationPopup-module__aIYcfW__ctaBtn{padding:12px 20px;font-size:13px}}
.SlideshowModal-module__4gmJaa__overlay{-webkit-backdrop-filter:blur(10px);z-index:10000;background:#000000eb;justify-content:center;align-items:center;animation:.4s SlideshowModal-module__4gmJaa__fadeIn;display:flex;position:fixed;inset:0}@keyframes SlideshowModal-module__4gmJaa__fadeIn{0%{opacity:0}to{opacity:1}}.SlideshowModal-module__4gmJaa__modal{width:90vw;max-width:900px;animation:.5s cubic-bezier(.34,1.56,.64,1) SlideshowModal-module__4gmJaa__scaleIn;position:relative}@keyframes SlideshowModal-module__4gmJaa__scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}.SlideshowModal-module__4gmJaa__closeButton{color:#fff;cursor:pointer;z-index:10;background:#ffffff1a;border:2px solid #ffffff4d;border-radius:50%;justify-content:center;align-items:center;width:44px;height:44px;transition:all .3s;display:flex;position:absolute;top:-50px;right:0}.SlideshowModal-module__4gmJaa__closeButton:hover{background:var(--primary,#722f37);border-color:var(--primary,#722f37);transform:rotate(90deg)scale(1.1)}.SlideshowModal-module__4gmJaa__imageContainer{aspect-ratio:4/3;border-radius:20px;width:100%;position:relative;overflow:hidden;box-shadow:0 30px 80px #00000080}.SlideshowModal-module__4gmJaa__imageWrapper{transition:opacity .3s,transform .3s;position:absolute;inset:0}.SlideshowModal-module__4gmJaa__fadeIn{opacity:1;transform:scale(1)}.SlideshowModal-module__4gmJaa__fadeOut{opacity:0;transform:scale(1.02)}.SlideshowModal-module__4gmJaa__image{object-fit:cover}.SlideshowModal-module__4gmJaa__navButton{-webkit-backdrop-filter:blur(10px);color:#fff;cursor:pointer;z-index:5;background:#ffffff26;border:1px solid #fff3;border-radius:50%;justify-content:center;align-items:center;width:50px;height:50px;transition:all .3s;display:flex;position:absolute;top:50%;transform:translateY(-50%)}.SlideshowModal-module__4gmJaa__navButton:hover{background:var(--primary,#722f37);border-color:var(--primary,#722f37);transform:translateY(-50%)scale(1.1)}.SlideshowModal-module__4gmJaa__prevButton{left:20px}.SlideshowModal-module__4gmJaa__nextButton{right:20px}.SlideshowModal-module__4gmJaa__indicators{flex-wrap:wrap;justify-content:center;gap:10px;max-width:100%;margin-top:25px;padding:0 10px;display:flex}.SlideshowModal-module__4gmJaa__indicator{cursor:pointer;background:#ffffff4d;border:none;border-radius:50%;width:12px;height:12px;padding:0;transition:all .3s}.SlideshowModal-module__4gmJaa__indicator:hover{background:#fff9;transform:scale(1.2)}.SlideshowModal-module__4gmJaa__indicator.SlideshowModal-module__4gmJaa__active{background:var(--accent,#d4a574);border-radius:6px;width:30px}.SlideshowModal-module__4gmJaa__counter{color:#ffffffb3;letter-spacing:2px;font-size:14px;font-weight:500;position:absolute;top:-45px;left:0}@media (max-width:768px){.SlideshowModal-module__4gmJaa__modal{width:95vw}.SlideshowModal-module__4gmJaa__closeButton{width:40px;height:40px;top:-45px;right:5px}.SlideshowModal-module__4gmJaa__navButton{width:40px;height:40px}.SlideshowModal-module__4gmJaa__prevButton{left:10px}.SlideshowModal-module__4gmJaa__nextButton{right:10px}.SlideshowModal-module__4gmJaa__indicators{gap:8px;margin-top:20px}.SlideshowModal-module__4gmJaa__indicator{width:10px;height:10px}.SlideshowModal-module__4gmJaa__indicator.SlideshowModal-module__4gmJaa__active{width:24px}.SlideshowModal-module__4gmJaa__counter{font-size:12px}}
@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2c55a0e60120577a-s.2a48534a.woff2)format("woff2");unicode-range:U+460-52F,U+1C80-1C8A,U+20B4,U+2DE0-2DFF,U+A640-A69F,U+FE2E-FE2F}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/9c72aa0f40e4eef8-s.18a48cbc.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/ad66f9afd8947f86-s.7a40eb73.woff2)format("woff2");unicode-range:U+1F??}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/5476f68d60460930-s.c995e352.woff2)format("woff2");unicode-range:U+370-377,U+37A-37F,U+384-38A,U+38C,U+38E-3A1,U+3A3-3FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2bbe8d2671613f1f-s.76dcb0b2.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/1bffadaabf893a1e-s.7cd81963.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/83afe278b6a6bb3c-s.p.3a6ba036.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Inter Fallback;src:local(Arial);ascent-override:90.44%;descent-override:22.52%;line-gap-override:0.0%;size-adjust:107.12%}.inter_5901b7c6-module__ec5Qua__className{font-family:Inter,Inter Fallback;font-style:normal}.inter_5901b7c6-module__ec5Qua__variable{--font-inter:"Inter","Inter Fallback"}
@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/65c558afe41e89d6-s.e2c8389a.woff2)format("woff2");unicode-range:U+301,U+400-45F,U+490-491,U+4B0-4B1,U+2116}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/14e23f9b59180572-s.9c448f3c.woff2)format("woff2");unicode-range:U+102-103,U+110-111,U+128-129,U+168-169,U+1A0-1A1,U+1AF-1B0,U+300-301,U+303-304,U+308-309,U+323,U+329,U+1EA0-1EF9,U+20AB}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/b49b0d9b851e4899-s.4f3fa681.woff2)format("woff2");unicode-range:U+100-2BA,U+2BD-2C5,U+2C7-2CC,U+2CE-2D7,U+2DD-2FF,U+304,U+308,U+329,U+1D00-1DBF,U+1E00-1E9F,U+1EF2-1EFF,U+2020,U+20A0-20AB,U+20AD-20C0,U+2113,U+2C60-2C7F,U+A720-A7FF}@font-face{font-family:Playfair Display;font-style:normal;font-weight:400 900;font-display:swap;src:url(../media/2a65768255d6b625-s.p.d19752fb.woff2)format("woff2");unicode-range:U+??,U+131,U+152-153,U+2BB-2BC,U+2C6,U+2DA,U+2DC,U+304,U+308,U+329,U+2000-206F,U+20AC,U+2122,U+2191,U+2193,U+2212,U+2215,U+FEFF,U+FFFD}@font-face{font-family:Playfair Display Fallback;src:local(Times New Roman);ascent-override:97.25%;descent-override:22.56%;line-gap-override:0.0%;size-adjust:111.26%}.playfair_display_dc3b86c2-module__wRxeBG__className{font-family:Playfair Display,Playfair Display Fallback;font-style:normal}.playfair_display_dc3b86c2-module__wRxeBG__variable{--font-playfair:"Playfair Display","Playfair Display Fallback"}
:root{--primary:#722f37;--primary-dark:#5a252c;--primary-light:#8a3b44;--primary-glow:#722f374d;--secondary:#1a1a1a;--secondary-light:#2a2a2a;--accent:#d4a574;--accent-dark:#b8895d;--accent-light:#e8c9a8;--accent-glow:#d4a5744d;--background:#fafafa;--background-alt:#f5f5f5;--background-dark:#ececec;--text:#020617;--text-light:#334155;--text-muted:#64748b;--white:#fff;--focus-ring:0 0 0 3px #722f3759;--hover-lift:translateY(-4px);--shadow-xs:0 2px 8px #0000000a;--shadow:0 4px 20px #00000014;--shadow-md:0 6px 30px #0000001a;--shadow-lg:0 10px 40px #0000001f;--shadow-xl:0 20px 60px #00000026;--shadow-primary:0 10px 30px #722f3740;--shadow-accent:0 10px 30px #d4a57440;--shadow-glow:0 0 40px #722f3726;--glass-bg:#ffffffb3;--glass-border:#fff3;--glass-blur:blur(20px);--radius:12px;--radius-lg:20px;--radius-xl:28px;--radius-full:9999px;--transition:all .25s cubic-bezier(.4,0,.2,1);--transition-fast:all .15s cubic-bezier(.4,0,.2,1);--transition-slow:all .4s cubic-bezier(.4,0,.2,1);--transition-bounce:all .35s cubic-bezier(.34,1.56,.64,1)}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Open Sans,Poppins,sans-serif;line-height:1.7;overflow-x:hidden}::selection{background:var(--primary);color:var(--white)}::selection{background:var(--primary);color:var(--white)}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-alt)}::-webkit-scrollbar-thumb{background:linear-gradient(180deg,var(--primary),var(--primary-dark));border-radius:var(--radius-full)}::-webkit-scrollbar-thumb:hover{background:var(--primary-dark)}h1,h2,h3,h4,h5,h6{font-family:Playfair Display,serif;font-weight:600;line-height:1.3}a{color:inherit;transition:var(--transition);text-decoration:none}img{max-width:100%;height:auto}.container{max-width:1280px;margin:0 auto;padding:0 20px}.section{padding:120px 0;position:relative}.section-header{text-align:center;flex-direction:column;align-items:center;margin-bottom:70px;display:flex}.section-subtitle{color:var(--primary);text-transform:uppercase;letter-spacing:4px;background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:15px;font-size:13px;font-weight:600;display:inline-block;position:relative}.section-subtitle:before,.section-subtitle:after{content:"";background:linear-gradient(90deg,var(--primary),transparent);width:40px;height:1px;position:absolute;top:50%}.section-subtitle:before{background:linear-gradient(90deg,transparent,var(--primary));left:-55px}.section-subtitle:after{background:linear-gradient(90deg,var(--primary),transparent);right:-55px}.section-title{color:var(--secondary);background:linear-gradient(135deg,var(--primary)0%,var(--secondary)50%,var(--primary-dark)100%);-webkit-text-fill-color:transparent;text-shadow:none;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:48px;font-weight:700;display:inline-block;position:relative}.section-title:after{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));border-radius:2px;width:80px;height:4px;position:absolute;bottom:-10px;left:50%;transform:translate(-50%)}.section-description{color:var(--text-light);max-width:650px;margin:0 auto;font-size:18px;line-height:1.8}.btn{border-radius:var(--radius-full);cursor:pointer;transition:var(--transition);text-transform:uppercase;letter-spacing:1.5px;border:none;justify-content:center;align-items:center;gap:12px;padding:16px 36px;font-size:14px;font-weight:600;display:inline-flex;position:relative;overflow:hidden}.btn:before{content:"";width:100%;height:100%;transition:var(--transition-slow);background:linear-gradient(90deg,#0000,#fff3,#0000);position:absolute;top:0;left:-100%}.btn:hover:before{left:100%}.btn-primary{background:linear-gradient(135deg,var(--primary)0%,var(--primary-dark)100%);color:var(--white);box-shadow:var(--shadow-primary)}.btn-primary:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 40px #722f3773}.btn-primary:active{transform:translateY(-2px)scale(1)}.btn-secondary{color:var(--secondary);border:2px solid var(--secondary);z-index:1;background:0 0;position:relative}.btn-secondary:after{content:"";background:var(--secondary);transform-origin:100%;transition:var(--transition);z-index:-1;border-radius:inherit;position:absolute;inset:0;transform:scaleX(0)}.btn-secondary:hover{color:var(--white);box-shadow:var(--shadow-lg);transform:translateY(-4px)}.btn-secondary:hover:after{transform-origin:0;transform:scaleX(1)}.btn-accent{background:linear-gradient(135deg,var(--accent)0%,var(--accent-dark)100%);color:var(--secondary);box-shadow:var(--shadow-accent)}.btn-accent:hover{transform:translateY(-4px)scale(1.02);box-shadow:0 15px 40px #d4a57473}.card{background:var(--white);border-radius:var(--radius-xl);box-shadow:var(--shadow);transition:var(--transition);border:1px solid #00000008;padding:45px;position:relative;overflow:hidden}.card:before{content:"";background:linear-gradient(90deg,var(--primary),var(--accent));opacity:0;height:4px;transition:var(--transition);position:absolute;top:0;left:0;right:0}.card:hover{box-shadow:var(--shadow-xl);transform:translateY(-12px)}.card:hover:before{opacity:1}.grid{gap:35px;display:grid}.grid-2{grid-template-columns:repeat(2,1fr)}.grid-3{grid-template-columns:repeat(3,1fr)}.grid-4{grid-template-columns:repeat(4,1fr)}.decoration-circle{background:linear-gradient(135deg,var(--primary-glow),transparent);pointer-events:none;z-index:0;border-radius:50%;position:absolute}.decoration-dots{background-image:radial-gradient(var(--primary)2px,transparent 2px);opacity:.3;pointer-events:none;background-size:15px 15px;width:100px;height:100px;position:absolute}@media (max-width:1024px){.section{padding:80px 0}.section-title{font-size:38px}.grid-4,.grid-3{grid-template-columns:repeat(2,1fr)}}@media (max-width:768px){.section{padding:60px 0}.section-title{font-size:32px}.section-description{font-size:16px}.grid-2,.grid-3,.grid-4{grid-template-columns:1fr}.section-subtitle:before,.section-subtitle:after{display:none}.btn{padding:14px 28px;font-size:13px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInDown{0%{opacity:0;transform:translateY(-40px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeInLeft{0%{opacity:0;transform:translate(-40px)}to{opacity:1;transform:translate(0)}}@keyframes fadeInRight{0%{opacity:0;transform:translate(40px)}to{opacity:1;transform:translate(0)}}@keyframes float{0%,to{transform:translateY(0)rotate(0)}50%{transform:translateY(-20px)rotate(2deg)}}@keyframes pulse{0%,to{opacity:1;transform:scale(1)}50%{opacity:.8;transform:scale(1.05)}}@keyframes shimmer{0%{background-position:-200% 0}to{background-position:200% 0}}@keyframes spin-slow{0%{transform:rotate(0)}to{transform:rotate(360deg)}}@keyframes gradient-shift{0%,to{background-position:0%}50%{background-position:100%}}.animate-fade-up{animation:.8s forwards fadeInUp}.animate-fade-down{animation:.8s forwards fadeInDown}.animate-fade-left{animation:.8s forwards fadeInLeft}.animate-fade-right{animation:.8s forwards fadeInRight}.animate-float{animation:6s ease-in-out infinite float}.animate-pulse{animation:2s ease-in-out infinite pulse}.animate-shimmer{background:linear-gradient(90deg,#0000,#fff6,#0000) 0 0/200% 100%;animation:2s infinite shimmer}.page-transition{animation:.6s fadeInUp}.text-gradient{background:linear-gradient(135deg,var(--primary),var(--accent));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text}.bg-gradient-primary{background:linear-gradient(135deg,var(--primary),var(--primary-dark))}.bg-gradient-accent{background:linear-gradient(135deg,var(--accent),var(--accent-dark))}.glass{background:var(--glass-bg);-webkit-backdrop-filter:var(--glass-blur);border:1px solid var(--glass-border)}.hover-lift{transition:var(--transition)}.hover-lift:hover{box-shadow:var(--shadow-lg);transform:translateY(-8px)}.hover-glow:hover{box-shadow:var(--shadow-glow)}@keyframes scale-in{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}@keyframes glow-pulse{0%,to{box-shadow:0 0 20px #722f3733}50%{box-shadow:0 0 35px #722f3759}}@keyframes border-glow{0%,to{border-color:#722f3733}50%{border-color:#722f3780}}@keyframes subtle-bounce{0%,to{transform:translateY(0)}50%{transform:translateY(-3px)}}.animate-scale-in{animation:.4s cubic-bezier(.4,0,.2,1) forwards scale-in}.animate-glow{animation:2.5s ease-in-out infinite glow-pulse}button,[role=button],a,.clickable,input[type=submit],input[type=button],select{cursor:pointer}:focus-visible,button:focus-visible,a:focus-visible,input:focus-visible,select:focus-visible,textarea:focus-visible{box-shadow:var(--focus-ring);outline:none}@media (prefers-reduced-motion:reduce){*,:before,:after{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}.animate-fade-up,.animate-fade-down,.animate-fade-left,.animate-fade-right,.animate-float,.animate-pulse,.animate-shimmer,.animate-scale-in,.animate-glow{opacity:1!important;animation:none!important;transform:none!important}.hover-lift:hover{transform:none}html{scroll-behavior:auto}}@media print{.no-print{display:none!important}body{color:#000;background:#fff}}
