@font-face{font-family:Inter;font-style:normal;font-weight:100 900;font-display:swap;src:url(../media/2a2d10660758e7fa-s.91b7455f.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/d6f0f7ef0a66b318-s.927aef78.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/c0062fcfb5f4a9e6-s.b7398c1c.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/1a97932d2ea76c90-s.ac666cb5.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/e27fd546b8a0677f-s.569fab99.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/a973f82a0d056f9e-s.99c7dd4e.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/06ba6ef833b337bc-s.p.0faac26c.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_59dee874-module__9CtR0q__className{font-family:Inter,Inter Fallback;font-style:normal}
:root{--primary-color:#5865f2;--primary-hover:#4752c4;--secondary-color:#36393f;--text-color:#dcddde;--text-muted:#8e9297;--background-dark:#2f3136;--background-light:#36393f;--background-lighter:#40444b;--success-color:#57f287;--danger-color:#ed4245;--warning-color:#fee75c;--border-radius:8px;--transition:all .2s ease;--max-width:1400px;--header-height:70px;--footer-height:250px;--gradient-primary:linear-gradient(90deg,var(--primary-color),#9b59b6);--shadow-sm:0 2px 4px rgba(0,0,0,.1);--shadow-md:0 4px 6px rgba(0,0,0,.1);--shadow-lg:0 10px 15px rgba(0,0,0,.1);--animation-duration:.3s}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth;scroll-padding-top:var(--header-height)}html,body{background-color:var(--background-dark);width:100%;height:100%;color:var(--text-color);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Open Sans,Helvetica Neue,sans-serif;font-size:16px;line-height:1.6}body{flex-direction:column;min-height:100vh;display:flex;overflow-x:hidden}.container{flex-direction:column;width:100%;min-height:100vh;margin:0 auto;display:flex}main{max-width:var(--max-width);width:100%;animation:fadeIn var(--animation-duration)ease-in-out;flex:1;margin:0 auto;padding:2rem 1rem}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}h1,h2,h3,h4,h5,h6{color:var(--text-color);margin-bottom:1rem;font-weight:700;line-height:1.2}h1{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text;margin-bottom:1.5rem;font-size:3rem}h2{margin-bottom:1.25rem;font-size:2.5rem}h3{margin-bottom:1rem;font-size:2rem}p{color:var(--text-color);max-width:70ch;margin-bottom:1.5rem;font-size:1.1rem}a{color:var(--primary-color);transition:var(--transition);text-decoration:none;position:relative}a:hover{color:var(--primary-hover)}a:focus{border-radius:4px;outline:none;box-shadow:0 0 0 3px rgba(88,101,242,.4)}button,.button{background:var(--gradient-primary);color:#fff;border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);text-align:center;box-shadow:var(--shadow-md);border:none;padding:1rem 2rem;font-size:1.1rem;font-weight:600;display:inline-block}button:hover,.button:hover{box-shadow:var(--shadow-lg);transform:translateY(-2px)}button:active,.button:active{transform:translateY(1px)}img{border-radius:var(--border-radius);max-width:100%;height:auto}section{padding:2rem 0}.card{background:var(--background-light);border-radius:var(--border-radius);box-shadow:var(--shadow-md);transition:var(--transition);margin:1rem 0;padding:2rem}.card:hover{box-shadow:var(--shadow-lg);transform:translateY(-5px)}.grid{grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:2rem;margin:2rem 0;display:grid}.flex{align-items:center;gap:1rem;display:flex}.text-gradient{background:var(--gradient-primary);-webkit-text-fill-color:transparent;-webkit-background-clip:text}.animate-float{animation:6s ease-in-out infinite float}@keyframes float{0%{transform:translateY(0)}50%{transform:translateY(-20px)}to{transform:translateY(0)}}@media (max-width:1024px){html{font-size:15px}}@media (max-width:768px){html{font-size:14px}h1{font-size:2.5rem}h2{font-size:2rem}h3{font-size:1.75rem}.container{padding:0 1rem}button,.button{padding:.8rem 1.6rem}}@media (max-width:480px){html{font-size:13px}h1{font-size:2rem}h2{font-size:1.75rem}h3{font-size:1.5rem}.container{padding:0 .5rem}}.sr-only{clip:rect(0,0,0,0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}@media print{body{color:#000;background:#fff}.no-print{display:none}}@media (prefers-color-scheme:dark){:root{--text-color:#dcddde;--background-dark:#2f3136}}@media (prefers-reduced-motion:reduce){*{scroll-behavior:auto!important;transition-duration:.01ms!important;animation-duration:.01ms!important;animation-iteration-count:1!important}}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--background-dark)}::-webkit-scrollbar-thumb{background:var(--background-lighter);border-radius:10px}::-webkit-scrollbar-thumb:hover{background:var(--text-muted)}.text-center{text-align:center}.flex-col{flex-direction:column}.items-center{align-items:center}.justify-center{justify-content:center}.justify-between{justify-content:space-between}.gap-1{gap:.25rem}.gap-2{gap:.5rem}.gap-4{gap:1rem}.gap-8{gap:2rem}.mt-4{margin-top:1rem}.mb-4{margin-bottom:1rem}.py-4{padding-top:1rem;padding-bottom:1rem}.px-4{padding-left:1rem;padding-right:1rem}
.header-module__lbJpna__header{background-color:var(--background-dark);z-index:100;height:var(--header-height);align-items:center;display:flex;position:-webkit-sticky;position:sticky;top:0;box-shadow:0 2px 10px rgba(0,0,0,.2)}.header-module__lbJpna__headerContainer{width:100%;max-width:var(--max-width);justify-content:space-between;align-items:center;margin:0 auto;padding:0 1.5rem;display:flex}.header-module__lbJpna__logoContainer{align-items:center;gap:.75rem;text-decoration:none;display:flex}.header-module__lbJpna__logo{border-radius:50%}.header-module__lbJpna__logoText{color:#fff;font-size:1.25rem;font-weight:700}.header-module__lbJpna__navigation{align-items:center;gap:2rem;display:flex}.header-module__lbJpna__navList{gap:1.5rem;list-style:none;display:flex}.header-module__lbJpna__navItem{position:relative}.header-module__lbJpna__navLink{color:var(--text-color);transition:var(--transition);padding:.5rem 0;font-weight:500;text-decoration:none}.header-module__lbJpna__navLink:hover{color:#fff;text-decoration:none}.header-module__lbJpna__navLink:after{content:"";background-color:var(--primary-color);width:0;height:2px;transition:var(--transition);position:absolute;bottom:0;left:0}.header-module__lbJpna__navLink:hover:after{width:100%}.header-module__lbJpna__languageSelectorLabel{margin-right:1rem}.header-module__lbJpna__languageSelector{align-items:center;gap:.5rem;display:flex}.header-module__lbJpna__languageSelector label{color:var(--text-color);font-weight:500}.header-module__lbJpna__languageSelect{background-color:var(--background-lighter);color:var(--text-color);border-radius:var(--border-radius);cursor:pointer;transition:var(--transition);border:none;padding:.4rem .8rem;font-size:.9rem}.header-module__lbJpna__languageSelect:hover{background-color:var(--text-muted)}.header-module__lbJpna__mobileMenuButton{cursor:pointer;background:0 0;border:none;padding:.5rem;display:none}.header-module__lbJpna__hamburger{background-color:var(--text-color);width:24px;height:2px;transition:var(--transition);display:block;position:relative}.header-module__lbJpna__hamburger:before,.header-module__lbJpna__hamburger:after{content:"";background-color:var(--text-color);width:24px;height:2px;transition:var(--transition);position:absolute;left:0}.header-module__lbJpna__hamburger:before{transform:translateY(-8px)}.header-module__lbJpna__hamburger:after{transform:translateY(8px)}.header-module__lbJpna__hamburger.header-module__lbJpna__active{background-color:transparent}.header-module__lbJpna__hamburger.header-module__lbJpna__active:before{transform:rotate(45deg)}.header-module__lbJpna__hamburger.header-module__lbJpna__active:after{transform:rotate(-45deg)}.header-module__lbJpna__languageSelectorLink{color:var(--text-color);margin-right:2rem;text-decoration:none}@media (max-width:900px){.header-module__lbJpna__mobileMenuButton{display:block}.header-module__lbJpna__navigation{background-color:var(--background-dark);opacity:0;transition:var(--transition);z-index:99;flex-direction:column;align-items:flex-start;gap:1.5rem;padding:1.5rem;position:fixed;left:0;right:0;transform:translateY(-150%);box-shadow:0 4px 10px rgba(0,0,0,.2)}.header-module__lbJpna__navigation.header-module__lbJpna__active{opacity:1;width:100%;position:absolute;top:50px;transform:translateY(0)}.header-module__lbJpna__navList{flex-direction:column;width:100%}.header-module__lbJpna__navItem{width:100%}.header-module__lbJpna__navLink{width:100%;padding:.75rem 0;display:block}.header-module__lbJpna__languageSelector{justify-content:space-between;width:100%}}
.footer-module__yoHEAG__footer{background-color:var(--secondary-color);margin-top:auto;padding:2rem 0}.footer-module__yoHEAG__footerContainer{max-width:var(--max-width);margin:0 auto;padding:0 1.5rem}.footer-module__yoHEAG__footerContent{justify-content:space-between;align-items:center;display:flex}.footer-module__yoHEAG__footerBrand h3{color:#fff;margin-bottom:.5rem;font-size:1.25rem;font-weight:700}.footer-module__yoHEAG__footerBrand p{color:var(--text-muted);margin:0;font-size:.9rem}.footer-module__yoHEAG__footerLinks{gap:1.5rem;display:flex}.footer-module__yoHEAG__footerLinks a{color:var(--text-muted);transition:var(--transition);font-size:.9rem;text-decoration:none}.footer-module__yoHEAG__footerLinks a:hover{color:#fff;text-decoration:none}@media (max-width:768px){.footer-module__yoHEAG__footerContent{text-align:center;flex-direction:column;gap:1.5rem}.footer-module__yoHEAG__footerLinks{flex-direction:column;gap:1rem}}
.cookieConsent-module__YHnZdG__overlay{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:rgba(0,0,0,.5);animation:.3s ease-out cookieConsent-module__YHnZdG__slideUp;position:fixed;bottom:0;left:0;right:0}.cookieConsent-module__YHnZdG__banner{background:#fff;border-radius:20px 20px 0 0;max-width:1200px;margin:0 auto;padding:2rem;box-shadow:0 -10px 30px rgba(0,0,0,.1)}.cookieConsent-module__YHnZdG__content{align-items:flex-start;gap:1.5rem;margin-bottom:1.5rem;display:flex}.cookieConsent-module__YHnZdG__icon{flex-shrink:0;margin-top:.25rem;font-size:2rem}.cookieConsent-module__YHnZdG__text h3{color:#2d3748;margin-bottom:.75rem;font-size:1.25rem;font-weight:600}.cookieConsent-module__YHnZdG__text p{color:#4a5568;margin-bottom:1rem;font-size:.95rem;line-height:1.6}.cookieConsent-module__YHnZdG__links{margin-top:.5rem}.cookieConsent-module__YHnZdG__link{color:#667eea;font-size:.9rem;font-weight:500;text-decoration:none;transition:color .2s}.cookieConsent-module__YHnZdG__link:hover{color:#5a67d8;text-decoration:underline}.cookieConsent-module__YHnZdG__actions{flex-wrap:wrap;justify-content:flex-end;gap:1rem;display:flex}.cookieConsent-module__YHnZdG__button{cursor:pointer;border:none;border-radius:10px;min-width:120px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:500;transition:all .2s}.cookieConsent-module__YHnZdG__accept{color:#fff;background:linear-gradient(135deg,#667eea 0%,#764ba2 100%)}.cookieConsent-module__YHnZdG__accept:hover{transform:translateY(-2px);box-shadow:0 5px 15px rgba(102,126,234,.4)}.cookieConsent-module__YHnZdG__essential{color:#4a5568;background:#f7fafc;border:2px solid #e2e8f0}.cookieConsent-module__YHnZdG__essential:hover{background:#edf2f7;border-color:#cbd5e0}.cookieConsent-module__YHnZdG__decline{color:#c53030;background:#fed7d7;border:2px solid #feb2b2}.cookieConsent-module__YHnZdG__decline:hover{background:#feb2b2;border-color:#fc8181}@keyframes cookieConsent-module__YHnZdG__slideUp{0%{opacity:0;transform:translateY(100%)}to{opacity:1;transform:translateY(0)}}@media (max-width:768px){.cookieConsent-module__YHnZdG__banner{border-radius:15px 15px 0 0;padding:1.5rem}.cookieConsent-module__YHnZdG__content{text-align:center;flex-direction:column;gap:1rem}.cookieConsent-module__YHnZdG__icon{align-self:center}.cookieConsent-module__YHnZdG__actions{justify-content:center;gap:.75rem}.cookieConsent-module__YHnZdG__button{min-width:100px;padding:.6rem 1rem;font-size:.85rem}}@media (max-width:480px){.cookieConsent-module__YHnZdG__banner{padding:1rem}.cookieConsent-module__YHnZdG__text h3{font-size:1.1rem}.cookieConsent-module__YHnZdG__text p{font-size:.9rem}.cookieConsent-module__YHnZdG__actions{flex-direction:column;width:100%}.cookieConsent-module__YHnZdG__button{width:100%;min-width:auto}}
/*# sourceMappingURL=1f0f6dbda17b0148.css.map*/