.page_page__ZU32B{--gray-rgb:0,0,0;--gray-alpha-200:rgba(var(--gray-rgb),0.08);--gray-alpha-100:rgba(var(--gray-rgb),0.05);--button-primary-hover:#383838;--button-secondary-hover:#f2f2f2}.page_main__GlU4n{width:100%}.page_background__odxEk{position:fixed;top:0;left:0;width:100%;height:100vh;z-index:-1;overflow:hidden}.page_footer__sHKi3{padding:1rem;text-align:center;background-color:black;color:white;font-size:.9rem;margin-top:200px}.page_footer__sHKi3 a{display:inline-flex;align-items:center;gap:.5rem;color:inherit;text-decoration:none}.page_footer__sHKi3 img{flex-shrink:0}@media (hover:hover) and (pointer:fine){a.page_primary__V8M9Y:hover{background:var(--button-primary-hover);border-color:transparent}a.page_secondary__lm_PT:hover{background:var(--button-secondary-hover);border-color:transparent}.page_footer__sHKi3 a:hover{text-decoration:underline;text-underline-offset:4px}}.page_logoWrapper__dBJlb{position:relative;aspect-ratio:1350/300;height:40vh;width:40vw;margin:30vh auto;display:flex;flex-direction:column;justify-content:space-between}.page_logo__7fc9l{object-fit:contain}.page_timeline__L97En{object-fit:contain;width:50vw;margin-left:20vw;margin-right:30vw}@media (max-width:1400px){.page_logoWrapper__dBJlb{width:50vw}.page_timeline__L97En{object-fit:contain;width:90vw;margin-left:5vw;margin-right:5vw}}@media (max-width:1050px){.page_logoWrapper__dBJlb{width:60vw}.page_timeline__L97En{display:none}}@media (max-width:600px){.page_logoWrapper__dBJlb{width:90vw}.page_main__GlU4n{align-items:center}.page_main__GlU4n ol{text-align:center}.page_ctas__g5wGe{flex-direction:column}.page_ctas__g5wGe a{font-size:14px;height:40px;padding:0 16px}a.page_secondary__lm_PT{min-width:auto}.page_footer__sHKi3{flex-wrap:wrap;align-items:center;justify-content:center}}.spheres_sphere__DGU8X{position:absolute;border-radius:50%;filter:blur(100px);opacity:.3;mix-blend-mode:screen;animation:spheres_float__flD_h 11s ease-in-out infinite}.spheres_sphere1__jTA1Q{width:300px;height:300px;background:#ff6ec4;top:10%;left:20%;animation-delay:0s}.spheres_sphere2__ivFWE{width:400px;height:400px;background:#7873f5;top:50%;left:60%;animation-delay:1s}.spheres_sphere3__HWXi0{width:250px;height:250px;background:#42e695;top:70%;left:30%;animation-delay:2s}.spheres_sphere4__mVD_M{width:350px;height:350px;background:#ff8c42;top:30%;left:50%;animation-delay:3s}@media (max-width:1000px){.spheres_sphere__DGU8X{filter:blur(60px);opacity:.25}.spheres_sphere1__jTA1Q{width:180px;height:180px;left:10%}.spheres_sphere2__ivFWE{width:220px;height:220px;left:50%}.spheres_sphere3__HWXi0{width:150px;height:150px;left:20%}.spheres_sphere4__mVD_M{width:200px;height:200px;left:40%}}@keyframes spheres_float__flD_h{0%{transform:translate(0)}25%{transform:translate(80px,-60px)}50%{transform:translate(-60px,80px)}75%{transform:translate(-80px,-40px)}to{transform:translate(0)}}.CardSection_section__VLLo8{padding:100px 20px}.CardSection_title__t15Ak{font-size:32px;text-align:center;margin-bottom:60px}.CardSection_grid__onSaP{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));grid-gap:24px;gap:24px;max-width:1000px;margin:0 auto}.CardSection_card__f3jEE{background:rgba(255,255,255,.03);border:1px solid rgba(255,255,255,.08);border-radius:12px;padding:20px;display:flex;flex-direction:column;gap:16px;transition:transform .2s ease,border .2s ease}.CardSection_card__f3jEE:hover{transform:translateY(-4px);border-color:rgba(255,255,255,.2)}.CardSection_header__fEQW0{display:flex;justify-content:space-between;align-items:center}.CardSection_name__y7VAc{font-weight:600;text-decoration:none;color:white}.CardSection_name__y7VAc:hover{text-decoration:underline}.CardSection_meta__nPue_{font-size:14px;opacity:.6}.CardSection_body__ekdXr{font-size:15px;opacity:.8}.CardSection_footer__bbP08{display:flex;flex-wrap:wrap;gap:8px}.CardSection_tag___IFI5{font-size:12px;padding:4px 8px;border-radius:6px;background:rgba(255,255,255,.08);opacity:.8}.IntroSection_container__034Vo{background:#17171770;padding:10vw 5vh;object-fit:contain;text-align:center}.IntroSection_aboutTitle__2Rb8d{font-size:32px;font-weight:600;margin-bottom:16px}.IntroSection_aboutText__f1C28{font-size:18px;opacity:.8;max-width:600px;margin:0 auto}.IntroSection_aboutSection__wmyPL:before{content:"";display:block;width:80px;height:2px;background:white;opacity:.5;margin:0 auto 24px}.ContactSection_section__FynNB{padding:120px 20px;text-align:center;background:#17171770}.ContactSection_title__Zb9dB{font-size:32px;text-align:center;margin-bottom:60px}.ContactSection_text__iNFh_{font-size:16px;opacity:.7;margin-bottom:40px}.ContactSection_links__uahwA{display:flex;justify-content:center;gap:24px;font-size:18px;font-weight:500}.ContactSection_links__uahwA a{text-decoration:none;color:white;font-weight:500;opacity:.8;transition:opacity .2s ease}.ContactSection_links__uahwA a:hover{opacity:1;transform:translateY(-2px)}.ScrollIndicator_scrollIndicator__1ICw8{position:absolute;bottom:-20vh;left:50%;transform:translateX(-50%);font-size:32px;color:white;opacity:.8;animation:ScrollIndicator_bounce__x6XkO 1.5s infinite;transition:opacity .3s ease}.ScrollIndicator_hide__Jzowu{opacity:0;pointer-events:none}@keyframes ScrollIndicator_bounce__x6XkO{0%,to{transform:translate(-50%)}50%{transform:translate(-50%,10px)}}.Timeline_section__hw_uM{pointer-events:none;min-height:1000px;padding:5vw 5vh;width:800px;margin-left:auto;margin-right:auto}.Timeline_title__a_xrY{font-size:32px;text-align:left;margin-bottom:60px}.ValuesSection_section__WAc4z{max-width:1000px;margin-left:auto;margin-right:auto;padding:100px 20px}.ValuesSection_title__35sXa{font-size:32px;text-align:center;margin-bottom:60px}.ValuesSection_values__uw6uB{display:flex;flex-direction:column;gap:100px}.ValuesSection_row__Fjwvy{display:flex;align-items:center;justify-content:center;gap:60px;max-width:1100px;margin:0 auto;min-height:300px}@media (min-width:1100px){.ValuesSection_row__Fjwvy{min-width:1000px}}@media (max-width:1100px){.ValuesSection_row__Fjwvy{min-width:80vw}}.ValuesSection_text__p1LVO{flex:1 1}.ValuesSection_text__p1LVO h3{font-size:24px;margin-bottom:12px}.ValuesSection_text__p1LVO p{font-size:16px;opacity:.8;max-width:500px}.ValuesSection_visual__g8ZwN{flex:1 1;display:flex;justify-content:center;position:relative;width:100%;max-width:400px;height:250px}.ValuesSection_visualImage__6nszQ{object-fit:contain}.ValuesSection_placeholder__hAk2O{width:100%;max-width:400px;height:250px;border-radius:12px;background:rgba(255,255,255,.05);border:1px solid rgba(255,255,255,.1)}.ValuesSection_reverse__DdI38{direction:rtl}.ValuesSection_reverse__DdI38>*{direction:ltr}@media (max-width:800px){.ValuesSection_row__Fjwvy{flex-direction:column;text-align:center}.ValuesSection_reverse__DdI38{flex-direction:column}}