@import"https://fonts.googleapis.com/css2?family=Inter:wght@300;400;500;600;700;800&family=Poppins:wght@400;500;600;700;800&display=swap";:root{--primary-green: #00C853;--primary-green-dark: #00A344;--primary-green-light: #69F0AE;--green-accent: #4CAF50;--black: #000000;--dark-gray: #1a1a1a;--medium-gray: #2d2d2d;--light-gray: #4a4a4a;--white: #FFFFFF;--off-white: #F5F5F5;--green-glow: rgba(0, 200, 83, .3);--overlay-dark: rgba(0, 0, 0, .7);--overlay-light: rgba(0, 0, 0, .5);--font-primary: "Inter", -apple-system, BlinkMacSystemFont, "Segoe UI", sans-serif;--font-heading: "Poppins", "Inter", sans-serif;--text-xs: .75rem;--text-sm: .875rem;--text-base: 1rem;--text-lg: 1.125rem;--text-xl: 1.25rem;--text-2xl: 1.5rem;--text-3xl: 1.875rem;--text-4xl: 2.25rem;--text-5xl: 3rem;--spacing-xs: .25rem;--spacing-sm: .5rem;--spacing-md: 1rem;--spacing-lg: 1.5rem;--spacing-xl: 2rem;--spacing-2xl: 3rem;--spacing-3xl: 4rem;--radius-sm: 4px;--radius-md: 8px;--radius-lg: 12px;--radius-xl: 16px;--radius-full: 9999px;--shadow-sm: 0 1px 2px rgba(0, 0, 0, .05);--shadow-md: 0 4px 6px rgba(0, 0, 0, .1);--shadow-lg: 0 10px 15px rgba(0, 0, 0, .2);--shadow-green: 0 0 20px var(--green-glow);--transition-fast: .15s ease-in-out;--transition-normal: .3s ease-in-out;--transition-slow: .5s ease-in-out;--z-base: 1;--z-dropdown: 100;--z-sticky: 200;--z-fixed: 300;--z-modal: 400;--z-tooltip: 500}*{margin:0;padding:0;box-sizing:border-box}body{font-family:var(--font-primary);background-color:var(--black);color:var(--white);line-height:1.6;overflow-x:hidden;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}h1,h2,h3,h4,h5,h6{font-family:var(--font-heading);font-weight:700;line-height:1.2}a{text-decoration:none;color:inherit;transition:var(--transition-normal)}button{cursor:pointer;border:none;outline:none;font-family:inherit;transition:var(--transition-normal)}img,video{max-width:100%;display:block}::selection{background-color:var(--primary-green);color:var(--black)}section{margin:0;padding:0}html{scroll-behavior:smooth}.App{background:linear-gradient(180deg,#0a0a0a,#141414,#0a0a0a);min-height:100vh;position:relative}.background-container{position:relative}.App:before{content:"";position:fixed;top:0;right:0;width:500px;height:500px;background:linear-gradient(45deg,#3b82f6,#8b5cf6);opacity:.05;border-radius:50%;filter:blur(100px);animation:blob1 20s ease-in-out infinite;z-index:0}.App:after{content:"";position:fixed;bottom:0;left:0;width:600px;height:600px;background:linear-gradient(45deg,#06b6d4,#10b981);opacity:.04;border-radius:50%;filter:blur(120px);animation:blob2 25s ease-in-out infinite;z-index:0}@keyframes blob1{0%,to{transform:translate(0) scale(1)}33%{transform:translate(100px,-50px) scale(1.1)}66%{transform:translate(-50px,100px) scale(.9)}}@keyframes blob2{0%,to{transform:translate(0) scale(1)}33%{transform:translate(-80px,80px) scale(1.1)}66%{transform:translate(80px,-50px) scale(.95)}}section{margin:0;padding:0;background:transparent!important}.Navbar-module__navbar__1drXJ{position:fixed;top:0;left:0;right:0;z-index:1000;background:#0a0a0acc;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border-bottom:1px solid rgba(255,255,255,.1);transition:all .3s ease;opacity:1;transform:translateY(0)}.Navbar-module__navbar__1drXJ.Navbar-module__hidden__Jt7DE{opacity:0;transform:translateY(-100%);pointer-events:none}.Navbar-module__navContainer__sf-si{max-width:1200px;margin:0 auto;padding:.75rem 2rem;display:flex;align-items:center;justify-content:space-between}.Navbar-module__logo__h5fNR{display:flex;align-items:center;gap:.75rem}.Navbar-module__logoImage__IAsGa{width:40px;height:40px;object-fit:contain}.Navbar-module__logoText__zEEkx{font-size:1.75rem;font-weight:800;color:#10b981}.Navbar-module__supportButton__YxQEX{display:flex;align-items:center;gap:.5rem;padding:.625rem 1.25rem;background:linear-gradient(135deg,#ec4899,#f43f5e);border:none;border-radius:50px;color:#fff;font-size:.9rem;font-weight:600;cursor:pointer;transition:all .3s ease;box-shadow:0 4px 15px #ec48994d}.Navbar-module__supportButton__YxQEX:hover{transform:translateY(-2px);box-shadow:0 6px 20px #ec489966;background:linear-gradient(135deg,#f43f5e,#ec4899)}.Navbar-module__supportIcon__V-GAn{font-size:1rem;animation:Navbar-module__heartbeat__Mrb57 1.5s ease-in-out infinite}@keyframes Navbar-module__heartbeat__Mrb57{0%,to{transform:scale(1)}25%{transform:scale(1.2)}50%{transform:scale(1)}}@media(max-width:768px){.Navbar-module__navContainer__sf-si{padding:.6rem 1rem}.Navbar-module__logoImage__IAsGa{width:32px;height:32px}.Navbar-module__logoText__zEEkx{font-size:1.4rem}.Navbar-module__supportButton__YxQEX{padding:.5rem 1rem;font-size:.85rem}.Navbar-module__supportButton__YxQEX span{display:none}.Navbar-module__supportIcon__V-GAn{font-size:1.1rem}}.Hero-module__hero__2tuXm{min-height:100vh;display:flex;align-items:center;justify-content:center;padding:120px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.Hero-module__heroContent__Cn-2l{max-width:1200px;width:100%;display:grid;grid-template-columns:1fr 1fr;gap:4rem;align-items:center;position:relative;z-index:2}.Hero-module__leftContent__scqpo{display:flex;flex-direction:column;gap:2rem}.Hero-module__taglineBox__hTNCw{margin-bottom:1rem}.Hero-module__aiPowered__EQBfO{display:inline-block;font-size:1.25rem;font-weight:700;color:#10b981;background:#10b9811a;padding:.5rem 1rem;border-radius:8px;border:2px solid rgba(16,185,129,.3);margin-bottom:1rem;letter-spacing:.5px;text-transform:uppercase}.Hero-module__mainHeading__rJRzB{font-size:3.5rem;font-weight:900;color:var(--white);line-height:1.1;margin-bottom:1rem}.Hero-module__subHeading__PowVN{font-size:2rem;font-weight:600;color:#ffffffb3;margin-bottom:0}.Hero-module__description__tt2JZ{font-size:1.125rem;color:#ffffffbf;line-height:1.7;max-width:550px}.Hero-module__ctaButtons__COcwx{display:flex;gap:1rem;flex-wrap:wrap}.Hero-module__primaryBtn__aKZVh,.Hero-module__secondaryBtn__-tpzy{padding:1rem 2rem;font-size:1rem;font-weight:600;border-radius:12px;cursor:pointer;transition:all .3s ease;border:none}.Hero-module__primaryBtn__aKZVh{background:linear-gradient(135deg,#10b981,#06b6d4);color:#fff;box-shadow:0 8px 24px #10b9814d}.Hero-module__primaryBtn__aKZVh:hover{transform:translateY(-3px);box-shadow:0 12px 32px #10b98166}.Hero-module__secondaryBtn__-tpzy{background:#ffffff0d;color:#fff;border:2px solid rgba(255,255,255,.2)}.Hero-module__secondaryBtn__-tpzy:hover{background:#ffffff1a;border-color:#10b98180;transform:translateY(-3px)}.Hero-module__trustBadge__X-aay{display:flex;align-items:center;gap:.75rem;padding:.875rem 1.5rem;background:#10b9811a;border:2px solid rgba(16,185,129,.3);border-radius:50px;width:fit-content;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);text-decoration:none;cursor:pointer;transition:all .3s ease;position:relative;overflow:hidden}.Hero-module__trustBadge__X-aay:before{content:"";position:absolute;top:-50%;left:-50%;width:200%;height:200%;background:radial-gradient(circle,rgba(16,185,129,.4),transparent 70%);opacity:0;transition:opacity .3s ease;animation:Hero-module__rotateGlow__tUQLF 3s linear infinite}.Hero-module__trustBadge__X-aay:hover:before{opacity:1}@keyframes Hero-module__rotateGlow__tUQLF{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__trustBadge__X-aay:hover{background:#10b98133;border-color:#10b98199;transform:translateY(-3px);box-shadow:0 10px 30px #10b98166,0 0 40px #10b9814d,inset 0 0 20px #10b9811a}.Hero-module__trustIcon__C0IqV{color:#10b981;font-size:1.125rem;transition:transform .3s ease;position:relative;z-index:1}.Hero-module__trustBadge__X-aay:hover .Hero-module__trustIcon__C0IqV{transform:scale(1.15) rotate(5deg);filter:drop-shadow(0 0 8px rgba(16,185,129,.8))}.Hero-module__trustText__gl7gS{font-size:.9rem;color:#10b981;font-weight:600;transition:all .3s ease;position:relative;z-index:1}.Hero-module__trustBadge__X-aay:hover .Hero-module__trustText__gl7gS{color:#06b6d4;text-shadow:0 0 10px rgba(16,185,129,.5)}.Hero-module__rightContent__Jq-WX{display:flex;justify-content:center;align-items:center}.Hero-module__videoWrapper__5L8C1{position:relative;width:100%;max-width:540px;padding-bottom:56.25%;border-radius:20px;overflow:hidden;background:#14141466;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.1);box-shadow:0 20px 60px #00000080,0 0 0 1px #10b9811a;transition:all .3s ease}.Hero-module__videoWrapper__5L8C1:hover{transform:translateY(-8px);box-shadow:0 25px 70px #0009,0 0 40px #10b98133}.Hero-module__videoWrapper__5L8C1:hover .Hero-module__videoRing__6Y60P{opacity:1;transform:scale(1.05)}.Hero-module__videoRing__6Y60P{position:absolute;inset:-3px;border-radius:23px;background:linear-gradient(135deg,#10b981,#06b6d4,#3b82f6);opacity:0;z-index:-1;transition:all .3s ease;animation:Hero-module__rotate__3dIUd 4s linear infinite}@keyframes Hero-module__rotate__3dIUd{0%{transform:rotate(0)}to{transform:rotate(360deg)}}.Hero-module__video__nu3hY{position:absolute;top:0;left:0;width:100%;height:100%;z-index:1}@media(max-width:968px){.Hero-module__heroContent__Cn-2l{grid-template-columns:1fr;gap:3rem;text-align:center}.Hero-module__leftContent__scqpo{align-items:center}.Hero-module__mainHeading__rJRzB{font-size:2.5rem}.Hero-module__subHeading__PowVN{font-size:1.5rem}.Hero-module__description__tt2JZ{max-width:100%}.Hero-module__ctaButtons__COcwx{justify-content:center}.Hero-module__trustBadge__X-aay{margin:0 auto}}@media(max-width:640px){.Hero-module__hero__2tuXm{padding:100px var(--spacing-lg) var(--spacing-2xl)}.Hero-module__mainHeading__rJRzB{font-size:2rem}.Hero-module__subHeading__PowVN{font-size:1.25rem}.Hero-module__description__tt2JZ{font-size:1rem}.Hero-module__aiPowered__EQBfO{font-size:1rem;padding:.4rem .8rem}.Hero-module__primaryBtn__aKZVh,.Hero-module__secondaryBtn__-tpzy{padding:.875rem 1.5rem;font-size:.9rem}.Hero-module__videoWrapper__5L8C1{max-width:100%}}.Problem-module__problem__uRDnV{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.Problem-module__container__F2Osz{max-width:1100px;margin:0 auto;width:100%;position:relative;z-index:2}.Problem-module__header__4x5iK{text-align:center;margin-bottom:var(--spacing-3xl)}.Problem-module__badge__qzwyu{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);background:#ef44441a;border:1px solid rgba(239,68,68,.3);border-radius:var(--radius-full);color:#ef4444;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--spacing-lg)}.Problem-module__title__NMX-c{font-size:var(--text-4xl);font-weight:800;color:var(--white);margin-bottom:var(--spacing-lg);line-height:1.2}.Problem-module__subtitle__QKAum{font-size:var(--text-xl);color:#ffffffb3;max-width:700px;margin:0 auto;line-height:1.6}.Problem-module__subtitle__QKAum strong{color:#ef4444;font-weight:700}.Problem-module__mainText__N7jvQ{text-align:center;max-width:800px;margin:0 auto var(--spacing-3xl)}.Problem-module__mainText__N7jvQ p{font-size:var(--text-lg);color:#fffc;line-height:1.8;margin-bottom:var(--spacing-lg)}.Problem-module__mainText__N7jvQ em{color:#fff9;font-style:italic}.Problem-module__mainText__N7jvQ strong{color:var(--white);font-weight:700}.Problem-module__problemCards__LSftv{display:grid;grid-template-columns:repeat(auto-fit,minmax(280px,1fr));gap:var(--spacing-xl);margin-bottom:var(--spacing-3xl)}.Problem-module__card__76klL{padding:var(--spacing-2xl);background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);transition:all .3s ease}.Problem-module__card__76klL:hover{background:#ffffff0d;border-color:#ef44444d;transform:translateY(-5px)}.Problem-module__cardIcon__zIt0O{font-size:2.5rem;color:#ef4444;margin-bottom:var(--spacing-lg)}.Problem-module__cardTitle__oPTEn{font-size:var(--text-xl);font-weight:700;color:var(--white);margin-bottom:var(--spacing-md)}.Problem-module__cardDesc__5qJ7r{font-size:var(--text-base);color:#ffffffb3;line-height:1.6}.Problem-module__conclusion__s4bvR{margin-bottom:var(--spacing-3xl)}.Problem-module__conclusionBox__Kj25E{padding:var(--spacing-2xl);background:#ef44440d;border-left:4px solid #ef4444;border-radius:var(--radius-md)}.Problem-module__conclusionText__8MW6R{font-size:var(--text-xl);color:var(--white);margin-bottom:var(--spacing-md);line-height:1.6}.Problem-module__highlight__eCJQJ{color:#ef4444;font-weight:700}.Problem-module__conclusionSubtext__Hzn5g{font-size:var(--text-base);color:#ffffffb3;line-height:1.6}.Problem-module__quote__lEFFt{text-align:center;padding:var(--spacing-2xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg)}.Problem-module__quote__lEFFt p{font-size:var(--text-2xl);color:#ffffffe6;line-height:1.6;font-style:italic}.Problem-module__quote__lEFFt strong{color:var(--white);font-weight:700}@media(max-width:768px){.Problem-module__problem__uRDnV{padding:80px var(--spacing-lg) var(--spacing-2xl)}.Problem-module__title__NMX-c{font-size:var(--text-3xl)}.Problem-module__subtitle__QKAum{font-size:var(--text-lg)}.Problem-module__mainText__N7jvQ p{font-size:var(--text-base)}.Problem-module__problemCards__LSftv{grid-template-columns:1fr;gap:var(--spacing-lg)}.Problem-module__quote__lEFFt p{font-size:var(--text-lg)}}.Solution-module__solution__q9LSP{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.Solution-module__container__cZNrb{max-width:1100px;margin:0 auto;width:100%;position:relative;z-index:2}.Solution-module__header__dbUfq{text-align:center;margin-bottom:var(--spacing-3xl)}.Solution-module__badge__nnxRT{display:inline-flex;align-items:center;gap:var(--spacing-sm);padding:var(--spacing-sm) var(--spacing-lg);background:#10b9811a;border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-full);color:#10b981;font-size:var(--text-sm);font-weight:600;margin-bottom:var(--spacing-lg)}.Solution-module__title__Gc0Tg{font-size:var(--text-4xl);font-weight:800;color:var(--white);margin-bottom:var(--spacing-lg);line-height:1.2}.Solution-module__subtitle__BgsDY{font-size:var(--text-xl);color:#ffffffb3;max-width:750px;margin:0 auto;line-height:1.6}.Solution-module__subtitle__BgsDY strong{color:#10b981;font-weight:700}.Solution-module__concept__a3qcu{margin-bottom:var(--spacing-3xl)}.Solution-module__conceptBox__K07HZ{padding:var(--spacing-2xl);background:#10b9810d;border-left:4px solid #10b981;border-radius:var(--radius-md);text-align:center}.Solution-module__conceptBox__K07HZ h3{font-size:var(--text-2xl);color:var(--white);margin-bottom:var(--spacing-md)}.Solution-module__conceptBox__K07HZ p{font-size:var(--text-lg);color:#fffc;line-height:1.7}.Solution-module__conceptBox__K07HZ strong{color:#10b981;font-weight:700}.Solution-module__featuresSection__drSa2{margin-bottom:var(--spacing-3xl)}.Solution-module__sectionTitle__9KEzC{font-size:var(--text-3xl);font-weight:700;color:var(--white);text-align:center;margin-bottom:var(--spacing-2xl)}.Solution-module__featuresGrid__9U47f{display:grid;grid-template-columns:repeat(auto-fit,minmax(300px,1fr));gap:var(--spacing-xl)}.Solution-module__featureCard__KQtT6{padding:var(--spacing-2xl);background:#ffffff08;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg);transition:all .3s ease}.Solution-module__featureCard__KQtT6:hover{background:#ffffff0d;border-color:#10b9814d;transform:translateY(-5px)}.Solution-module__featureIcon__sNFS6{font-size:2.5rem;color:#10b981;margin-bottom:var(--spacing-lg)}.Solution-module__featureTitle__5XhLu{font-size:var(--text-xl);font-weight:700;color:var(--white);margin-bottom:var(--spacing-md)}.Solution-module__featureDesc__C263g{font-size:var(--text-base);color:#ffffffb3;line-height:1.6}.Solution-module__imageSection__CXK--{margin-bottom:var(--spacing-3xl);margin-top:var(--spacing-2xl)}.Solution-module__imageWrapper__pYvfh{width:100%;border-radius:var(--radius-lg);overflow:hidden;background:#ffffff05;border:1px solid rgba(255,255,255,.08);box-shadow:0 20px 50px #00000080,0 0 0 1px #10b9811a;transition:all .3s ease}.Solution-module__imageWrapper__pYvfh:hover{box-shadow:0 25px 60px #0009,0 0 40px #10b98126;transform:translateY(-5px)}.Solution-module__platformImage__wxp-d{width:100%;height:auto;display:block;object-fit:cover}.Solution-module__techSection__ZrM69{margin-bottom:var(--spacing-3xl)}.Solution-module__techGrid__-SIUs{display:grid;grid-template-columns:repeat(auto-fit,minmax(250px,1fr));gap:var(--spacing-lg)}.Solution-module__techCard__l7IW8{padding:var(--spacing-xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-md);text-align:center;transition:all .3s ease}.Solution-module__techCard__l7IW8:hover{background:#ffffff0d;transform:translateY(-3px)}.Solution-module__techIcon__KDkJ5{font-size:3rem;margin-bottom:var(--spacing-md)}.Solution-module__techCard__l7IW8 h4{font-size:var(--text-lg);color:var(--white);margin-bottom:var(--spacing-sm);font-weight:700}.Solution-module__techCard__l7IW8 p{font-size:var(--text-sm);color:#ffffffb3;line-height:1.5}.Solution-module__impactSection__REK1-{margin-bottom:var(--spacing-3xl)}.Solution-module__impactGrid__CGGyt{display:grid;grid-template-columns:repeat(auto-fit,minmax(200px,1fr));gap:var(--spacing-xl)}.Solution-module__impactCard__-vINW{padding:var(--spacing-2xl);background:#10b9810d;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:1px solid rgba(16,185,129,.2);border-radius:var(--radius-lg);text-align:center;transition:all .3s ease}.Solution-module__impactCard__-vINW:hover{background:#10b98114;border-color:#10b98166;transform:scale(1.05)}.Solution-module__impactValue__-rlNS{font-size:var(--text-4xl);font-weight:800;background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text;margin-bottom:var(--spacing-sm)}.Solution-module__impactLabel__66750{font-size:var(--text-base);color:#fffc;font-weight:600;text-transform:uppercase;letter-spacing:1px}.Solution-module__vision__YEAd5{margin-bottom:var(--spacing-3xl)}.Solution-module__visionBox__T46-2{padding:var(--spacing-2xl);background:linear-gradient(135deg,#10b9811a,#06b6d41a);border:1px solid rgba(16,185,129,.3);border-radius:var(--radius-lg);text-align:center}.Solution-module__visionTitle__U1-W9{font-size:var(--text-3xl);font-weight:800;color:var(--white);margin-bottom:var(--spacing-lg)}.Solution-module__visionText__2uHaL{font-size:var(--text-xl);color:#ffffffe6;line-height:1.7}.Solution-module__visionText__2uHaL strong{color:#10b981;font-weight:700}.Solution-module__outcome__E-AHc{text-align:center;padding:var(--spacing-2xl);background:#ffffff08;border:1px solid rgba(255,255,255,.08);border-radius:var(--radius-lg)}.Solution-module__outcome__E-AHc p{font-size:var(--text-2xl);color:#ffffffe6;line-height:1.6;font-style:italic}.Solution-module__highlightRed__yd9R5{color:#ef4444;font-weight:700}.Solution-module__highlightGreen__mAqsz{color:#10b981;font-weight:700}.Solution-module__railSection__F2wgn{margin:3rem 0}.Solution-module__railContainer__rMZY9{position:relative;border-radius:24px;border:1px solid rgba(255,255,255,.08);background:transparent;padding:1.5rem 1rem;box-shadow:none;overflow:hidden}.Solution-module__railGlow__bzIY5{display:none}.Solution-module__railHeader__rUmRU{display:flex;flex-wrap:wrap;align-items:center;justify-content:space-between;gap:1rem;margin-bottom:2rem}.Solution-module__railLabel__erXWS{font-size:.75rem;text-transform:uppercase;letter-spacing:.28em;color:#10b981;margin-bottom:.25rem}.Solution-module__railTitle__dJYyi{font-size:1rem;font-weight:600;color:#f1f5f9;line-height:1.4}.Solution-module__railLegend__zhJYf{display:flex;flex-direction:column;gap:.5rem;font-size:.75rem;color:#ffffffb3}.Solution-module__legendItem__GQveK{display:flex;align-items:center;gap:.5rem}.Solution-module__legendDotLive__V4M49{display:block;width:1.5rem;height:.375rem;border-radius:9999px;background:#10b981;box-shadow:0 0 8px #10b98199;animation:Solution-module__legendPulse__ZyvSn 2s ease-in-out infinite}.Solution-module__legendDotMulti__BID0U{display:block;width:1.5rem;height:.375rem;border-radius:9999px;background:#6366f199}@keyframes Solution-module__legendPulse__ZyvSn{0%,to{opacity:1}50%{opacity:.5}}.Solution-module__railWrapper__MH8EV{position:relative;overflow-x:auto;padding:1.5rem 0}.Solution-module__railContent__TlPNI{min-width:760px}.Solution-module__railTimeline__1VDL7{position:relative;display:flex;align-items:center;padding:1.5rem 0}.Solution-module__railSvg__XJGU8{position:absolute;top:50%;left:0;width:100%;height:2px;transform:translateY(-50%);pointer-events:none}.Solution-module__railAnimatedLine__VsVS1{stroke-dashoffset:100%;animation:Solution-module__railDrawLine__McfN1 3s ease-in-out forwards}@keyframes Solution-module__railDrawLine__McfN1{to{stroke-dashoffset:0%}}.Solution-module__railPulse__7FulL{position:absolute;top:50%;left:0;width:10px;height:10px;margin-top:-5px;border-radius:50%;background:#10b981;box-shadow:0 0 12px #10b981e6;animation:Solution-module__railPulseMove__f45y3 4s linear infinite;z-index:5}@keyframes Solution-module__railPulseMove__f45y3{0%{left:0%}to{left:100%}}.Solution-module__railSteps__G9ius{position:relative;z-index:10;display:flex;justify-content:space-between;width:100%}.Solution-module__railStep__lvIWV{position:relative;display:flex;flex-direction:column;align-items:center;text-align:center;padding:0 .5rem;flex:1}.Solution-module__stepContent__jmK8W{display:flex;flex-direction:column;align-items:center;gap:.5rem;margin-bottom:.75rem}.Solution-module__stepIconWrapper__vCbRC{position:relative}.Solution-module__stepIcon__PZ4H6{position:relative;width:3rem;height:3rem;border-radius:1rem;background:#ffffff08;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;box-shadow:0 4px 16px #0000004d;transition:all .3s ease;color:#f1f5f9;font-size:1.25rem}.Solution-module__stepIcon__PZ4H6:hover{border-color:#10b98180;color:#10b981;transform:translateY(-6px) scale(1.06)}.Solution-module__stepDot__7wqzQ{width:.5rem;height:.5rem;border-radius:50%;background:#10b981;box-shadow:0 0 10px #10b981e6;animation:Solution-module__stepDotPulse__cEdw5 2s ease-in-out infinite}@keyframes Solution-module__stepDotPulse__cEdw5{0%,to{opacity:1;transform:scale(1)}50%{opacity:.5;transform:scale(.8)}}.Solution-module__stepLabels__c4FUW{margin-top:.5rem}.Solution-module__stepLabel__hlpw2{font-size:.875rem;font-weight:600;color:#f1f5f9;margin-bottom:.25rem}.Solution-module__stepSub__Ijj46{font-size:.75rem;color:#fff9;max-width:150px;line-height:1.3;margin:0 auto}.Solution-module__stepArrow__sfuqN{position:absolute;right:-1.5rem;top:1.75rem;width:1.25rem;height:1.25rem;color:#ffffff4d}@media(min-width:768px){.Solution-module__railContainer__rMZY9{padding:2rem 1.5rem}.Solution-module__railTitle__dJYyi{font-size:1.25rem}.Solution-module__railLegend__zhJYf{flex-direction:row;gap:1rem}}@media(max-width:768px){.Solution-module__solution__q9LSP{padding:80px var(--spacing-lg) var(--spacing-2xl)}.Solution-module__title__Gc0Tg{font-size:var(--text-3xl)}.Solution-module__subtitle__BgsDY{font-size:var(--text-lg)}.Solution-module__conceptBox__K07HZ h3{font-size:var(--text-xl)}.Solution-module__conceptBox__K07HZ p{font-size:var(--text-base)}.Solution-module__sectionTitle__9KEzC{font-size:var(--text-2xl)}.Solution-module__featuresGrid__9U47f,.Solution-module__techGrid__-SIUs,.Solution-module__impactGrid__CGGyt{grid-template-columns:1fr;gap:var(--spacing-lg)}.Solution-module__impactValue__-rlNS{font-size:var(--text-3xl)}.Solution-module__visionTitle__U1-W9{font-size:var(--text-2xl)}.Solution-module__visionText__2uHaL,.Solution-module__outcome__E-AHc p{font-size:var(--text-lg)}.Solution-module__imageWrapper__pYvfh{border-radius:var(--radius-md)}.Solution-module__imageSection__CXK--{margin-top:var(--spacing-xl);margin-bottom:var(--spacing-2xl)}.Solution-module__stepArrow__sfuqN{display:none}.Solution-module__railWrapper__MH8EV{overflow-x:scroll}}.ExecutionPlan-module__executionPlan__jMyAR{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.ExecutionPlan-module__container__n-H7i{max-width:1200px;margin:0 auto;width:100%;position:relative;z-index:2}.ExecutionPlan-module__header__sRCMB{text-align:center;margin-bottom:5rem}.ExecutionPlan-module__mainTitle__vLBqU{font-size:3.5rem;font-weight:900;color:var(--white);text-transform:uppercase;letter-spacing:3px;margin-bottom:1rem}.ExecutionPlan-module__subtitle__Bjl8U{font-size:1.5rem;color:#ffffffb3;font-weight:500}.ExecutionPlan-module__roadmap__k-qNg{display:flex;flex-direction:column;gap:4rem;margin-bottom:4rem}.ExecutionPlan-module__phaseCard__Sx7Ep{position:relative;display:grid;grid-template-columns:120px 1fr;gap:3rem;align-items:start}.ExecutionPlan-module__phaseCircle__eLAJo{width:120px;height:120px;border-radius:50%;display:flex;align-items:center;justify-content:center;box-shadow:0 0 50px var(--phase-color);position:relative;z-index:2;transition:all .3s ease}.ExecutionPlan-module__phaseCircle__eLAJo:hover{transform:scale(1.1) rotate(360deg)}.ExecutionPlan-module__phaseIcon__G1dKc{font-size:3rem;color:#fff}.ExecutionPlan-module__connectingLine__7IwqV{position:absolute;left:60px;top:120px;width:4px;height:calc(100% + 4rem);background:linear-gradient(to bottom,var(--phase-color),rgba(255,255,255,.1));z-index:1}.ExecutionPlan-module__phaseContent__cSTEX{padding:2rem 2.5rem;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-left:4px solid var(--phase-color);border-radius:20px;transition:all .3s ease}.ExecutionPlan-module__phaseContent__cSTEX:hover{background:#ffffff0d;border-left-width:8px;transform:translate(10px);box-shadow:0 20px 60px #0000004d}.ExecutionPlan-module__phaseHeader__6RWQu{margin-bottom:1.5rem}.ExecutionPlan-module__phaseLabel__ez5gu{font-size:.9rem;font-weight:700;text-transform:uppercase;letter-spacing:2px}.ExecutionPlan-module__phaseTitle__5NPb9{font-size:2.5rem;font-weight:800;color:var(--white);margin:.5rem 0}.ExecutionPlan-module__phaseDuration__JbRyz{font-size:1.1rem;color:#fff9;font-weight:600;margin:.25rem 0}.ExecutionPlan-module__phaseSubtitle__cG-Ag{font-size:1.2rem;color:#fffc;font-weight:500;margin-top:.5rem}.ExecutionPlan-module__goalsContainer__IFmM-{margin-top:1.5rem}.ExecutionPlan-module__goalsTitle__xkwYS{font-size:1rem;color:#ffffff80;text-transform:uppercase;letter-spacing:1px;margin-bottom:1rem;font-weight:600}.ExecutionPlan-module__goalsList__10-v7{list-style:none;padding:0;margin:0;display:flex;flex-direction:column;gap:.75rem}.ExecutionPlan-module__goalItem__jw-ot{display:flex;align-items:flex-start;gap:1rem;font-size:1.05rem;color:#ffffffd9;line-height:1.6}.ExecutionPlan-module__checkIcon__rDFiz{font-size:1.2rem;margin-top:.2rem;flex-shrink:0}.ExecutionPlan-module__statsBar__QAfKH{display:flex;justify-content:space-around;align-items:center;padding:2.5rem 2rem;background:linear-gradient(135deg,#3b82f61a,#10b9811a,#f59e0b1a);border:2px solid rgba(255,255,255,.1);border-radius:20px}.ExecutionPlan-module__stat__M8Fc0{display:flex;flex-direction:column;align-items:center;gap:.5rem}.ExecutionPlan-module__statNumber__Q-eLm{font-size:2.5rem;font-weight:900;background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.ExecutionPlan-module__statLabel__SSnLe{font-size:.95rem;color:#ffffffb3;font-weight:600;text-align:center}.ExecutionPlan-module__statDivider__ixGNI{width:2px;height:60px;background:linear-gradient(to bottom,transparent,rgba(255,255,255,.2),transparent)}@media(max-width:968px){.ExecutionPlan-module__mainTitle__vLBqU{font-size:2.5rem}.ExecutionPlan-module__subtitle__Bjl8U{font-size:1.2rem}.ExecutionPlan-module__phaseCard__Sx7Ep{grid-template-columns:80px 1fr;gap:2rem}.ExecutionPlan-module__phaseCircle__eLAJo{width:80px;height:80px}.ExecutionPlan-module__phaseIcon__G1dKc{font-size:2rem}.ExecutionPlan-module__connectingLine__7IwqV{left:40px}.ExecutionPlan-module__phaseTitle__5NPb9{font-size:2rem}.ExecutionPlan-module__statsBar__QAfKH{flex-wrap:wrap;gap:2rem}.ExecutionPlan-module__statDivider__ixGNI{display:none}}@media(max-width:640px){.ExecutionPlan-module__executionPlan__jMyAR{padding:80px var(--spacing-lg) var(--spacing-2xl)}.ExecutionPlan-module__mainTitle__vLBqU{font-size:2rem;letter-spacing:1px}.ExecutionPlan-module__subtitle__Bjl8U{font-size:1rem}.ExecutionPlan-module__phaseCard__Sx7Ep{grid-template-columns:1fr;gap:1.5rem}.ExecutionPlan-module__phaseCircle__eLAJo{margin:0 auto}.ExecutionPlan-module__connectingLine__7IwqV{display:none}.ExecutionPlan-module__phaseContent__cSTEX{padding:1.5rem}.ExecutionPlan-module__phaseTitle__5NPb9{font-size:1.75rem}.ExecutionPlan-module__goalItem__jw-ot{font-size:.95rem}.ExecutionPlan-module__statNumber__Q-eLm{font-size:2rem}.ExecutionPlan-module__statLabel__SSnLe{font-size:.85rem}}.BackedBy-module__backedBy__0Z2X8{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.BackedBy-module__container__dhsjX{max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2}.BackedBy-module__header__nIO8b{text-align:center;margin-bottom:5rem}.BackedBy-module__badge__Ac4ME{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#10b981;font-size:.875rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.5rem}.BackedBy-module__title__zudti{font-size:3.5rem;font-weight:900;color:var(--white);margin-bottom:1.5rem}.BackedBy-module__highlight__87Pej{background:linear-gradient(135deg,#10b981,#06b6d4);-webkit-background-clip:text;-webkit-text-fill-color:transparent;background-clip:text}.BackedBy-module__subtitle__gPDeo{font-size:1.25rem;color:#ffffffb3;max-width:700px;margin:0 auto;line-height:1.7}.BackedBy-module__mainContent__6e60n{display:grid;grid-template-columns:400px 1fr;gap:4rem;align-items:start}.BackedBy-module__partnersGrid__OKOLq{display:grid;grid-template-columns:repeat(2,1fr);gap:1.5rem}.BackedBy-module__partnerCard__TuAb4{padding:1.5rem;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-radius:16px;cursor:pointer;transition:all .3s ease;display:flex;flex-direction:column;align-items:center;gap:1rem}.BackedBy-module__partnerCard__TuAb4:hover{background:#ffffff0d;border-color:#10b9814d}.BackedBy-module__partnerCard__TuAb4.BackedBy-module__active__nFoC3{background:#10b9811a;border-color:#10b98180;box-shadow:0 0 30px #10b98133}.BackedBy-module__partnerLogo__oRiLL{width:80px;height:80px;border-radius:12px;display:flex;align-items:center;justify-content:center;padding:1rem;transition:transform .3s ease}.BackedBy-module__partnerCard__TuAb4:hover .BackedBy-module__partnerLogo__oRiLL{transform:scale(1.1)}.BackedBy-module__partnerLogo__oRiLL img{width:100%;height:100%;object-fit:contain}.BackedBy-module__partnerName__SlJN3{font-size:.95rem;font-weight:600;color:#ffffffb3;text-align:center;transition:color .3s ease}.BackedBy-module__partnerCard__TuAb4.BackedBy-module__active__nFoC3 .BackedBy-module__partnerName__SlJN3{color:var(--white)}.BackedBy-module__detailsContainer__Skz8Z{position:relative}.BackedBy-module__detailsCard__-7WQg{padding:3rem;background:#ffffff08;border:2px solid rgba(255,255,255,.1);border-radius:24px;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.BackedBy-module__detailsContent__Zak4u{display:flex;flex-direction:column;align-items:center;text-align:center;gap:1.5rem;margin-bottom:2rem}.BackedBy-module__detailsLogo__Bv00u{width:120px;height:120px;border-radius:20px;display:flex;align-items:center;justify-content:center;padding:1.5rem;box-shadow:0 20px 50px #0000004d}.BackedBy-module__detailsLogo__Bv00u img{width:100%;height:100%;object-fit:contain}.BackedBy-module__typeBadge__-6ITI{display:inline-flex;align-items:center;gap:.5rem;padding:.5rem 1rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#f59e0b;font-size:.875rem;font-weight:600}.BackedBy-module__detailsInfo__fHZT8{width:100%}.BackedBy-module__detailsTitle__1hNVA{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:1rem}.BackedBy-module__detailsDesc__3Xp3P{font-size:1.25rem;color:#ffffffbf;margin-bottom:2rem}.BackedBy-module__achievements__lerzy{text-align:left;margin-top:2rem}.BackedBy-module__achievementsHeader__1ai9r{display:flex;align-items:center;gap:.75rem;color:#10b981;font-weight:700;margin-bottom:1rem;font-size:1.1rem}.BackedBy-module__achievementsList__6-boo{display:grid;grid-template-columns:repeat(2,1fr);gap:1rem}.BackedBy-module__achievementItem__AIWEw{display:flex;align-items:center;gap:.75rem;font-size:.95rem;color:#fffc}.BackedBy-module__achievementDot__uO0Uk{width:6px;height:6px;border-radius:50%;background:#10b981;flex-shrink:0}.BackedBy-module__controls__fsLBy{display:flex;align-items:center;justify-content:center;gap:2rem;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.BackedBy-module__controlBtn__45UxW{width:48px;height:48px;border-radius:12px;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffffb3;cursor:pointer;transition:all .3s ease}.BackedBy-module__controlBtn__45UxW:hover{background:#ffffff1a;color:var(--white);transform:scale(1.05)}.BackedBy-module__dots__5Kq2d{display:flex;gap:.5rem}.BackedBy-module__dot__NfrWT{width:8px;height:8px;border-radius:50%;background:#ffffff4d;cursor:pointer;transition:all .3s ease;border:none}.BackedBy-module__dot__NfrWT.BackedBy-module__activeDot__hAIYD{width:24px;border-radius:4px;background:#10b981}@media(max-width:1024px){.BackedBy-module__mainContent__6e60n{grid-template-columns:1fr;gap:3rem}.BackedBy-module__partnersGrid__OKOLq{grid-template-columns:repeat(3,1fr);order:2}.BackedBy-module__detailsContainer__Skz8Z{order:1}}@media(max-width:768px){.BackedBy-module__backedBy__0Z2X8{padding:80px var(--spacing-lg) var(--spacing-2xl)}.BackedBy-module__title__zudti{font-size:2.5rem}.BackedBy-module__subtitle__gPDeo{font-size:1rem}.BackedBy-module__partnersGrid__OKOLq{grid-template-columns:repeat(2,1fr);gap:1rem}.BackedBy-module__partnerLogo__oRiLL{width:60px;height:60px}.BackedBy-module__partnerName__SlJN3{font-size:.85rem}.BackedBy-module__detailsCard__-7WQg{padding:2rem 1.5rem}.BackedBy-module__detailsTitle__1hNVA{font-size:2rem}.BackedBy-module__achievementsList__6-boo{grid-template-columns:1fr}}.Gallery-module__gallery__fbO9d{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.Gallery-module__container__G7mWv{max-width:1000px;margin:0 auto;width:100%;position:relative;z-index:2}.Gallery-module__header__G4KdI{text-align:center;margin-bottom:4rem}.Gallery-module__badge__zdIGT{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#10b981;font-size:.875rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.5rem}.Gallery-module__title__hQEck{font-size:3.5rem;font-weight:900;color:var(--white);margin-bottom:1rem}.Gallery-module__subtitle__EnTzH{font-size:1.25rem;color:#ffffffb3;max-width:600px;margin:0 auto}.Gallery-module__carouselContainer__cBorD{position:relative}.Gallery-module__mainSlideWrapper__IgNqq{position:relative;width:100%;max-width:900px;height:450px;margin:0 auto;border-radius:24px;overflow:hidden;margin-bottom:2rem}.Gallery-module__mainSlide__csHbm{width:100%;height:100%}.Gallery-module__imageWrapper__ecJOq{position:relative;width:100%;height:100%;border-radius:24px;overflow:hidden;background:#ffffff05}.Gallery-module__mainImage__boNFT{width:100%;height:100%;object-fit:cover;display:block}.Gallery-module__imageOverlay__-1njj{position:absolute;bottom:0;left:0;right:0;background:linear-gradient(to top,rgba(0,0,0,.9),transparent);padding:3rem 2rem 2rem;text-align:center}.Gallery-module__imageTitle__6Duf5{font-size:1.75rem;font-weight:700;color:var(--white);margin:0}.Gallery-module__navButton__jWNP9{position:absolute;top:50%;transform:translateY(-50%);width:60px;height:60px;border-radius:50%;background:#ffffff1a;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);border:2px solid rgba(255,255,255,.2);color:var(--white);font-size:1.5rem;display:flex;align-items:center;justify-content:center;cursor:pointer;transition:all .3s ease;z-index:10}.Gallery-module__navButton__jWNP9:hover{background:#10b9814d;border-color:#10b98180;transform:translateY(-50%) scale(1.1)}.Gallery-module__navLeft__xktM-{left:2rem}.Gallery-module__navRight__vwiur{right:2rem}.Gallery-module__dotsContainer__EBZJQ{display:flex;justify-content:center;gap:.5rem;flex-wrap:wrap;padding:1rem 0}.Gallery-module__dot__IKLP-{width:10px;height:10px;border-radius:50%;background:#ffffff4d;border:none;cursor:pointer;transition:all .3s ease}.Gallery-module__dot__IKLP-:hover{background:#fff9;transform:scale(1.2)}.Gallery-module__activeDot__xy3zQ{width:30px;border-radius:5px;background:#10b981}@media(max-width:768px){.Gallery-module__gallery__fbO9d{padding:80px var(--spacing-lg) var(--spacing-2xl)}.Gallery-module__title__hQEck{font-size:2.5rem}.Gallery-module__subtitle__EnTzH{font-size:1rem}.Gallery-module__mainSlideWrapper__IgNqq{height:350px}.Gallery-module__imageTitle__6Duf5{font-size:1.25rem}.Gallery-module__imageOverlay__-1njj{padding:2rem 1rem 1.5rem}.Gallery-module__navButton__jWNP9{width:48px;height:48px;font-size:1.25rem}.Gallery-module__navLeft__xktM-{left:1rem}.Gallery-module__navRight__vwiur{right:1rem}}@media(max-width:480px){.Gallery-module__mainSlideWrapper__IgNqq{height:280px}.Gallery-module__imageTitle__6Duf5{font-size:1rem}.Gallery-module__navButton__jWNP9{width:40px;height:40px;font-size:1rem}.Gallery-module__navLeft__xktM-{left:.5rem}.Gallery-module__navRight__vwiur{right:.5rem}}.SupportUs-module__supportUs__e6mYA{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.SupportUs-module__container__FYSpy{max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2}.SupportUs-module__header__YIte2{text-align:center;margin-bottom:4rem}.SupportUs-module__badge__10dOK{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#ec4899;font-size:.875rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.5rem}.SupportUs-module__title__El1tT{font-size:3.5rem;font-weight:900;color:var(--white);margin-bottom:1rem}.SupportUs-module__tagline__Arwd0{font-size:1.25rem;color:#ffffffb3;max-width:700px;margin:0 auto;line-height:1.6}.SupportUs-module__mainGrid__exNoi{display:grid;grid-template-columns:1.5fr 1fr;gap:4rem;margin-bottom:4rem}.SupportUs-module__leftSection__aecQ9{display:flex;flex-direction:column}.SupportUs-module__sectionTitle__WiMmU{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:2rem;text-align:center}.SupportUs-module__teamGrid__b-49a{display:grid;grid-template-columns:repeat(2,1fr);gap:2rem}.SupportUs-module__teamCard__5KIyN{padding:2rem;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-radius:20px;text-align:center;transition:all .3s ease}.SupportUs-module__teamCard__5KIyN:hover{background:#ffffff0d;border-color:#10b9814d;transform:translateY(-8px);box-shadow:0 20px 40px #0000004d}.SupportUs-module__photoWrapper__8mQI7{width:100px;height:100px;margin:0 auto 1rem;border-radius:50%;overflow:hidden;border:3px solid #10b981;box-shadow:0 0 20px #10b9814d}.SupportUs-module__photo__SftXj{width:100%;height:100%;object-fit:cover}.SupportUs-module__memberName__waq5Y{font-size:1.25rem;font-weight:700;color:var(--white);margin-bottom:.5rem}.SupportUs-module__memberRole__RO4Sr{font-size:.9rem;color:#fff9;margin-bottom:1.5rem}.SupportUs-module__contactIcons__C3AqS{display:flex;justify-content:center;gap:1rem}.SupportUs-module__contactIcon__j52dJ{width:40px;height:40px;border-radius:50%;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);display:flex;align-items:center;justify-content:center;color:#ffffffb3;font-size:1.25rem;transition:all .3s ease;text-decoration:none}.SupportUs-module__contactIcon__j52dJ:hover{background:#10b98133;border-color:#10b98166;color:#10b981;transform:scale(1.1)}.SupportUs-module__rightSection__mlDsA{display:flex;align-items:center;justify-content:center}.SupportUs-module__qrContainer__8t3dq{text-align:center;padding:2rem;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-radius:24px;width:100%;max-width:400px}.SupportUs-module__qrTitle__IIfeL{font-size:1.5rem;font-weight:700;color:var(--white);margin-bottom:1.5rem}.SupportUs-module__qrWrapper__8lyga{width:100%;max-width:280px;margin:0 auto 1.5rem;padding:1.5rem;background:#fff;border-radius:16px;box-shadow:0 10px 40px #0000004d}.SupportUs-module__qrImage__I6sMd{width:100%;height:auto;display:block}.SupportUs-module__socialSection__s7F-V{text-align:center;margin-bottom:2rem}.SupportUs-module__socialTitle__8B1PB{font-size:2rem;font-weight:700;color:var(--white);margin-bottom:2rem}.SupportUs-module__socialLinks__ZiVJl{display:flex;justify-content:center;gap:2rem;flex-wrap:wrap}.SupportUs-module__socialLink__UD8zC{display:flex;flex-direction:column;align-items:center;gap:.75rem;padding:1.5rem;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-radius:16px;text-decoration:none;transition:all .3s ease;min-width:120px}.SupportUs-module__socialLink__UD8zC:hover{background:#ffffff0d;border-color:var(--social-color);box-shadow:0 0 30px color-mix(in srgb,var(--social-color) 30%,transparent)}.SupportUs-module__socialIcon__2toe-{font-size:2.5rem;color:var(--social-color)}.SupportUs-module__socialLink__UD8zC span{font-size:.9rem;font-weight:600;color:#fffc}@media(max-width:1024px){.SupportUs-module__mainGrid__exNoi{grid-template-columns:1fr;gap:3rem}.SupportUs-module__teamGrid__b-49a{grid-template-columns:repeat(2,1fr)}}@media(max-width:768px){.SupportUs-module__supportUs__e6mYA{padding:80px var(--spacing-lg) var(--spacing-2xl)}.SupportUs-module__title__El1tT{font-size:2.5rem}.SupportUs-module__tagline__Arwd0{font-size:1rem}.SupportUs-module__teamGrid__b-49a{grid-template-columns:1fr;gap:1.5rem}.SupportUs-module__socialLinks__ZiVJl{gap:1rem}.SupportUs-module__socialLink__UD8zC{min-width:100px;padding:1rem}.SupportUs-module__socialIcon__2toe-{font-size:2rem}}@media(max-width:480px){.SupportUs-module__title__El1tT{font-size:2rem}}.ExploreMore-module__exploreMore__4fOAi{min-height:100vh;display:flex;align-items:center;padding:100px var(--spacing-xl) var(--spacing-3xl);background:transparent;position:relative;overflow:hidden}.ExploreMore-module__container__PI5Fm{max-width:1400px;margin:0 auto;width:100%;position:relative;z-index:2}.ExploreMore-module__header__YCb5g{text-align:center;margin-bottom:4rem}.ExploreMore-module__badge__iBDTz{display:inline-flex;align-items:center;gap:.75rem;padding:.75rem 1.5rem;background:#ffffff0d;border:1px solid rgba(255,255,255,.1);border-radius:50px;color:#06b6d4;font-size:.875rem;font-weight:700;letter-spacing:1.5px;margin-bottom:1.5rem}.ExploreMore-module__title__-hnDd{font-size:2.5rem;font-weight:800;color:var(--white);margin-bottom:1rem}.ExploreMore-module__exploreContent__-3KSR{display:grid;grid-template-columns:.9fr 1.1fr;gap:2.5rem;align-items:start;margin-bottom:4rem}.ExploreMore-module__websitePreview__FgRGP{border-radius:16px;overflow:hidden;background:#ffffff08;border:2px solid rgba(255,255,255,.08);height:fit-content}.ExploreMore-module__browserBar__Kf9tp{display:flex;align-items:center;gap:1rem;padding:.75rem 1rem;background:#ffffff0d;border-bottom:1px solid rgba(255,255,255,.1)}.ExploreMore-module__browserDots__VWlme{display:flex;gap:.4rem}.ExploreMore-module__browserDots__VWlme span{width:10px;height:10px;border-radius:50%}.ExploreMore-module__browserDots__VWlme span:nth-child(1){background:#ff5f56}.ExploreMore-module__browserDots__VWlme span:nth-child(2){background:#ffbd2e}.ExploreMore-module__browserDots__VWlme span:nth-child(3){background:#27c93f}.ExploreMore-module__browserUrl__4nKYC{flex:1;text-align:center;color:#ffffffb3;font-size:.85rem;font-weight:500}.ExploreMore-module__websiteLink__dAnnH{position:relative;display:block;height:750px;overflow:hidden;text-decoration:none}.ExploreMore-module__websiteFrame__9LuDX{width:100%;height:100%;border:none;pointer-events:none;background:#1a1a1a}.ExploreMore-module__websiteOverlay__dR-Xd{position:absolute;inset:0;background:#0000;display:flex;align-items:center;justify-content:center;opacity:0;transition:all .3s ease}.ExploreMore-module__websiteLink__dAnnH:hover .ExploreMore-module__websiteOverlay__dR-Xd{background:#000000d9;opacity:1}.ExploreMore-module__websiteOverlay__dR-Xd span{font-size:1.25rem;font-weight:700;color:var(--white);padding:.875rem 1.75rem;background:linear-gradient(135deg,#10b981,#06b6d4);border-radius:50px;transform:translateY(20px);transition:transform .3s ease}.ExploreMore-module__websiteLink__dAnnH:hover .ExploreMore-module__websiteOverlay__dR-Xd span{transform:translateY(0)}.ExploreMore-module__embedsGrid__JHl7x{display:grid;grid-template-columns:repeat(2,1fr);gap:1.25rem}.ExploreMore-module__embedCard__HHVTg{position:relative;background:#ffffff08;border:2px solid rgba(255,255,255,.08);border-radius:12px;overflow:hidden;transition:all .3s ease;height:380px}.ExploreMore-module__embedCard__HHVTg:hover{border-color:#10b9814d;transform:translateY(-5px);box-shadow:0 15px 35px #0000004d}.ExploreMore-module__embedFrame__bswLB{width:100%;height:100%;border:none;background:transparent}.ExploreMore-module__thankYou__xMIhE{text-align:center;padding:3rem 2rem;background:#ffffff05;border:1px solid rgba(255,255,255,.08);border-radius:20px;margin-bottom:2rem}.ExploreMore-module__thankYouText__uRxSK{font-size:1.25rem;color:#fffc;line-height:1.8;max-width:800px;margin:0 auto 1.5rem}.ExploreMore-module__heart__BiHHS{font-size:3rem;animation:ExploreMore-module__heartbeat__8fXhc 1.5s ease-in-out infinite}@keyframes ExploreMore-module__heartbeat__8fXhc{0%,to{transform:scale(1)}25%{transform:scale(1.1)}50%{transform:scale(1)}}.ExploreMore-module__footer__nTRIz{text-align:center;padding-top:2rem;border-top:1px solid rgba(255,255,255,.1)}.ExploreMore-module__footer__nTRIz p{font-size:.9rem;color:#ffffff80}@media(max-width:1200px){.ExploreMore-module__exploreContent__-3KSR{grid-template-columns:1fr;gap:2.5rem}.ExploreMore-module__websiteLink__dAnnH{height:500px}.ExploreMore-module__embedsGrid__JHl7x{grid-template-columns:repeat(2,1fr)}.ExploreMore-module__embedCard__HHVTg{height:420px}}@media(max-width:768px){.ExploreMore-module__exploreMore__4fOAi{padding:80px var(--spacing-lg) var(--spacing-2xl)}.ExploreMore-module__title__-hnDd{font-size:2rem}.ExploreMore-module__websiteLink__dAnnH{height:350px}.ExploreMore-module__embedsGrid__JHl7x{grid-template-columns:1fr;gap:1.25rem}.ExploreMore-module__embedCard__HHVTg{height:450px}.ExploreMore-module__thankYouText__uRxSK{font-size:1rem}}@media(max-width:480px){.ExploreMore-module__title__-hnDd{font-size:1.75rem}.ExploreMore-module__websiteLink__dAnnH{height:300px}.ExploreMore-module__embedCard__HHVTg{height:400px}}.ExploreMore-module__presentationSection__M5KTS{margin-bottom:4rem}.ExploreMore-module__presentationHeader__fQtUF{text-align:center;margin-bottom:2rem}.ExploreMore-module__presentationBadge__NOXIo{display:inline-flex;align-items:center;gap:.625rem;padding:.625rem 1.25rem;background:#10b98114;border:1px solid rgba(16,185,129,.2);border-radius:50px;color:#10b981;font-size:.875rem;font-weight:700;letter-spacing:1.2px;margin-bottom:1rem}.ExploreMore-module__presentationTitle__QYx0j{font-size:1.75rem;font-weight:800;color:var(--white);margin:0}.ExploreMore-module__pptWrapper__haCQc{position:relative;width:100%;max-width:900px;margin:0 auto;padding-bottom:50.625%;border-radius:16px;overflow:hidden;background:#ffffff05;border:2px solid rgba(255,255,255,.08);box-shadow:0 15px 40px #00000040;transition:all .3s ease}.ExploreMore-module__pptWrapper__haCQc:hover{border-color:#10b9814d;box-shadow:0 20px 50px #00000059;transform:translateY(-4px)}.ExploreMore-module__pptFrame__CpdZU{position:absolute;top:0;left:0;width:100%;height:100%;border:none}.ExploreMore-module__pptPlaceholder__7Tk2i{position:absolute;top:0;left:0;width:100%;height:100%;display:flex;flex-direction:column;align-items:center;justify-content:center;background:#14141499;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.ExploreMore-module__placeholderIcon__70Y-F{font-size:4rem;color:#10b981;margin-bottom:1rem;animation:ExploreMore-module__pulse__JKRdP 2s ease-in-out infinite}.ExploreMore-module__pptPlaceholder__7Tk2i p{font-size:1rem;color:#ffffffb3;font-weight:500}@keyframes ExploreMore-module__pulse__JKRdP{0%,to{opacity:1;transform:scale(1)}50%{opacity:.7;transform:scale(1.05)}}@media(max-width:1024px){.ExploreMore-module__pptWrapper__haCQc{max-width:750px}.ExploreMore-module__presentationTitle__QYx0j{font-size:1.5rem}}@media(max-width:768px){.ExploreMore-module__presentationSection__M5KTS{margin-bottom:3rem}.ExploreMore-module__pptWrapper__haCQc{max-width:100%;padding-bottom:56.25%;border-radius:12px}.ExploreMore-module__presentationTitle__QYx0j{font-size:1.25rem}.ExploreMore-module__placeholderIcon__70Y-F{font-size:3rem}.ExploreMore-module__pptPlaceholder__7Tk2i p{font-size:.875rem}}@media(max-width:480px){.ExploreMore-module__presentationHeader__fQtUF{margin-bottom:1.5rem}.ExploreMore-module__pptWrapper__haCQc{padding-bottom:60%}.ExploreMore-module__presentationTitle__QYx0j{font-size:1.1rem}.ExploreMore-module__presentationBadge__NOXIo{font-size:.75rem;padding:.5rem 1rem}.ExploreMore-module__placeholderIcon__70Y-F{font-size:2.5rem}}
