:root{--primary-color:#0b1f3c;--secondary-color:#f8f9fa;--accent-color:#00338d;--text-primary:#1e293b;--text-secondary:#64748b;--text-light:#fff;--transition-speed:.3s;--font-main:-apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif}*{box-sizing:border-box;margin:0;padding:0}body{background-color:var(--secondary-color);color:var(--text-primary);font-family:var(--font-main);scroll-behavior:smooth;line-height:1.6}h1,h2,h3,h4,h5,h6{color:var(--primary-color);margin-bottom:1rem;font-weight:700}a{color:inherit;transition:color var(--transition-speed) ease;text-decoration:none}.container{max-width:1200px;margin:0 auto;padding:0 2rem}@media (max-width:768px){.container{padding:0 1.25rem}}@media (max-width:480px){.container{padding:0 1rem}}button,.button{cursor:pointer;transition:all var(--transition-speed) ease;letter-spacing:.05em;text-transform:uppercase;border:none;border-radius:50px;padding:.75rem 1.5rem;font-size:.9rem;font-weight:600;display:inline-block}.button-primary{background-color:var(--accent-color);color:var(--text-light)}.button-primary:hover{background-color:var(--primary-color);transform:translateY(-2px);box-shadow:0 4px 12px #00000026}.button-secondary{color:var(--text-light);border:2px solid var(--text-light);background-color:#0000}.button-secondary:hover{background-color:var(--text-light);color:var(--primary-color)}.fade-in{animation:1s ease-out forwards fadeIn}@keyframes fadeIn{0%{opacity:0;transform:translateY(20px)}to{opacity:1;transform:translateY(0)}}
.Navbar-module__nuAbfa__navbar{-webkit-backdrop-filter:blur(16px);padding:.6rem 0;padding-top:max(.6rem, env(safe-area-inset-top));z-index:100;background:#f8f9faeb;border-bottom:1px solid #00000017;position:sticky;top:0;box-shadow:0 1px 12px #0000000f}.Navbar-module__nuAbfa__navContainer{justify-content:space-between;align-items:center;gap:1.5rem;display:flex}.Navbar-module__nuAbfa__logo{flex-shrink:0;align-items:center;display:flex}.Navbar-module__nuAbfa__navPill{background:#0b1f3c0d;border:1px solid #0b1f3c14;border-radius:100px;flex:1;max-width:640px;padding:.3rem .4rem}.Navbar-module__nuAbfa__navLinks{justify-content:center;gap:.2rem;margin:0;padding:0;list-style:none;display:flex}.Navbar-module__nuAbfa__navLink{color:var(--text-secondary);text-transform:uppercase;letter-spacing:.06em;white-space:nowrap;border-radius:100px;align-items:center;gap:.45rem;padding:.48rem 1rem;font-size:.82rem;font-weight:600;transition:color .2s,background .2s;display:flex;position:relative}.Navbar-module__nuAbfa__navLink:hover{color:var(--primary-color);background:#0b1f3c0f}.Navbar-module__nuAbfa__navLinkActive{background:var(--primary-color);box-shadow:0 2px 10px #0b1f3c38;color:#fff!important}.Navbar-module__nuAbfa__navLinkActive:hover{color:#fff;background:#0f2847}.Navbar-module__nuAbfa__activeDot{background:#60a5fa;border-radius:50%;flex-shrink:0;width:5px;height:5px;animation:.3s cubic-bezier(.34,1.56,.64,1) forwards Navbar-module__nuAbfa__dotPop;display:inline-block}@keyframes Navbar-module__nuAbfa__dotPop{0%{opacity:0;transform:scale(0)}to{opacity:1;transform:scale(1)}}.Navbar-module__nuAbfa__miniTrophyBtn{color:#fff;letter-spacing:.06em;text-transform:uppercase;white-space:nowrap;background:linear-gradient(135deg,#e08a00 0%,#c47a00 100%);border-radius:100px;flex-shrink:0;align-items:center;gap:.55rem;padding:.55rem 1.2rem;font-size:.82rem;font-weight:700;transition:all .25s;display:inline-flex;box-shadow:0 4px 14px #e08a0059}.Navbar-module__nuAbfa__miniTrophyBtn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 20px #e08a0080}.Navbar-module__nuAbfa__miniTrophyBtnActive{background:linear-gradient(135deg,#c47a00 0%,#a36600 100%);box-shadow:0 4px 14px #e08a0066}.Navbar-module__nuAbfa__miniPulse{background:#ffffffe6;border-radius:50%;flex-shrink:0;width:7px;height:7px;animation:2s infinite Navbar-module__nuAbfa__pulse}@keyframes Navbar-module__nuAbfa__pulse{0%{box-shadow:0 0 #ffffffb3}70%{box-shadow:0 0 0 5px #fff0}to{box-shadow:0 0 #fff0}}.Navbar-module__nuAbfa__hamburger{cursor:pointer;background:#0b1f3c0f;border:1px solid #0b1f3c1a;border-radius:10px;flex-direction:column;flex-shrink:0;justify-content:center;align-items:center;gap:5px;width:40px;height:40px;padding:0;transition:background .2s;display:none}.Navbar-module__nuAbfa__hamburger:hover{background:#0b1f3c1f}.Navbar-module__nuAbfa__hamburgerLine{background:var(--primary-color);transform-origin:50%;border-radius:2px;width:20px;height:2px;transition:transform .3s cubic-bezier(.4,0,.2,1),opacity .3s;display:block}.Navbar-module__nuAbfa__hamburgerOpen .Navbar-module__nuAbfa__hamburgerLine:first-child{transform:translateY(7px)rotate(45deg)}.Navbar-module__nuAbfa__hamburgerOpen .Navbar-module__nuAbfa__hamburgerLine:nth-child(2){opacity:0;transform:scaleX(0)}.Navbar-module__nuAbfa__hamburgerOpen .Navbar-module__nuAbfa__hamburgerLine:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.Navbar-module__nuAbfa__mobileOverlay{z-index:99;pointer-events:none;background:#04102a00;transition:background .3s;display:none;position:fixed;inset:0}.Navbar-module__nuAbfa__mobileOverlayOpen{pointer-events:all;background:#04102a8c}.Navbar-module__nuAbfa__mobileMenu{-webkit-backdrop-filter:blur(24px);box-shadow:none;background:#04102af7;border-radius:0 0 28px 28px;padding:1.5rem 1.75rem 2.5rem;transition:transform .38s cubic-bezier(.4,0,.2,1),box-shadow .38s;position:absolute;top:0;left:0;right:0;transform:translateY(-100%)}.Navbar-module__nuAbfa__mobileMenuOpen{transform:translateY(0);box-shadow:0 20px 60px #0006}.Navbar-module__nuAbfa__mobileMenuHeader{justify-content:space-between;align-items:center;margin-bottom:1.5rem;display:flex}.Navbar-module__nuAbfa__mobileMenuLabel{text-transform:uppercase;letter-spacing:.12em;color:#ffffff59;font-size:.7rem;font-weight:700}.Navbar-module__nuAbfa__mobileCloseBtn{color:#ffffffb3;cursor:pointer;background:#ffffff14;border:1px solid #ffffff24;border-radius:10px;justify-content:center;align-items:center;width:36px;height:36px;padding:0;transition:background .2s,color .2s;display:flex}.Navbar-module__nuAbfa__mobileCloseBtn:hover{color:#fff;background:#ffffff26}.Navbar-module__nuAbfa__mobileCloseBtn svg{width:18px;height:18px}.Navbar-module__nuAbfa__mobileNavLinks{flex-direction:column;gap:.25rem;margin:0 0 1.75rem;padding:0;list-style:none;display:flex}.Navbar-module__nuAbfa__mobileNavItem{opacity:0;transform:translate(-12px)}.Navbar-module__nuAbfa__mobileMenuOpen .Navbar-module__nuAbfa__mobileNavItem{animation:.35s forwards Navbar-module__nuAbfa__slideIn}@keyframes Navbar-module__nuAbfa__slideIn{to{opacity:1;transform:translate(0)}}.Navbar-module__nuAbfa__mobileNavLink{color:#ffffffb3;letter-spacing:.04em;border-radius:12px;align-items:center;gap:.75rem;padding:.9rem 1.2rem;font-size:1.05rem;font-weight:600;transition:color .2s,background .2s;display:flex}.Navbar-module__nuAbfa__mobileNavLink:hover{color:#fff;background:#ffffff12}.Navbar-module__nuAbfa__mobileNavLinkActive{background:#005eb840;border:1px solid #005eb859;color:#fff!important}.Navbar-module__nuAbfa__mobileActiveDot{background:#60a5fa;border-radius:50%;flex-shrink:0;width:6px;height:6px;margin-left:auto;display:inline-block}.Navbar-module__nuAbfa__mobileCta{opacity:0;transform:translateY(8px)}.Navbar-module__nuAbfa__mobileMenuOpen .Navbar-module__nuAbfa__mobileCta{animation:.35s forwards Navbar-module__nuAbfa__fadeUp}@keyframes Navbar-module__nuAbfa__fadeUp{to{opacity:1;transform:translateY(0)}}.Navbar-module__nuAbfa__mobileMiniTrophyBtn{color:#fff;letter-spacing:.06em;text-transform:uppercase;background:linear-gradient(135deg,#e08a00 0%,#c47a00 100%);border-radius:12px;justify-content:center;align-items:center;gap:.6rem;width:100%;padding:.9rem 1.5rem;font-size:.95rem;font-weight:700;transition:all .25s;display:flex;box-shadow:0 4px 18px #e08a0066}.Navbar-module__nuAbfa__mobileMiniTrophyBtn:hover{color:#fff;transform:translateY(-2px);box-shadow:0 8px 24px #e08a008c}@media (max-width:1100px){.Navbar-module__nuAbfa__navLink{padding:.44rem .8rem;font-size:.76rem}.Navbar-module__nuAbfa__miniTrophyBtn{padding:.5rem 1rem;font-size:.76rem}}@media (max-width:900px){.Navbar-module__nuAbfa__navbar{-webkit-backdrop-filter:none;background:#f8f9fa;box-shadow:0 1px #00000014}.Navbar-module__nuAbfa__navPill,.Navbar-module__nuAbfa__miniTrophyBtn{display:none}.Navbar-module__nuAbfa__hamburger{display:flex}.Navbar-module__nuAbfa__mobileOverlay{display:block}.Navbar-module__nuAbfa__logo img{width:180px!important;height:auto!important}}@media (max-width:480px){.Navbar-module__nuAbfa__logo img{width:155px!important;height:auto!important}}
.Footer-module__EZoWya__footer{color:#ffffffbf;background-color:#0b1f3c;margin-top:auto}.Footer-module__EZoWya__inner{grid-template-columns:1.6fr 1fr 1.4fr;gap:3rem;padding-top:3.5rem;padding-bottom:3rem;display:grid}.Footer-module__EZoWya__logoLink{opacity:.92;margin-bottom:1rem;transition:opacity .2s;display:inline-block}.Footer-module__EZoWya__logoLink:hover{opacity:1}.Footer-module__EZoWya__tagline{color:#ffffff8c;margin-bottom:1.25rem;font-size:.875rem;line-height:1.65}.Footer-module__EZoWya__partnerLabel{letter-spacing:.1em;text-transform:uppercase;color:#ffffff4d;margin-bottom:.55rem;font-size:.68rem;font-weight:700}.Footer-module__EZoWya__coOrgPills{flex-direction:column;gap:.45rem;display:flex}.Footer-module__EZoWya__coOrgPill{color:#fff9;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;width:fit-content;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-block}.Footer-module__EZoWya__coOrgPill:hover{color:#fff;background:#ffffff21;border-color:#ffffff40}.Footer-module__EZoWya__igLink{letter-spacing:.04em;color:#fff9;background:#ffffff12;border:1px solid #ffffff1f;border-radius:20px;align-items:center;gap:.45rem;padding:.35rem .85rem;font-size:.8rem;font-weight:600;transition:all .2s;display:inline-flex}.Footer-module__EZoWya__igLink:hover{color:#fff;background:#ffffff21;border-color:#ffffff40}.Footer-module__EZoWya__colHeading{letter-spacing:.12em;text-transform:uppercase;color:#ffffff59;margin-bottom:1.1rem;font-size:.7rem;font-weight:700}.Footer-module__EZoWya__navList{flex-direction:column;gap:.6rem;list-style:none;display:flex}.Footer-module__EZoWya__navLink{color:#ffffffa6;font-size:.875rem;transition:color .2s}.Footer-module__EZoWya__navLink:hover{color:#fff}.Footer-module__EZoWya__contactCol{flex-direction:column;display:flex}.Footer-module__EZoWya__contactLink{color:#ffffffa6;word-break:break-word;align-items:center;gap:.5rem;margin-bottom:.75rem;font-size:.875rem;transition:color .2s;display:flex}.Footer-module__EZoWya__contactLink:hover{color:#fff}.Footer-module__EZoWya__contactLink svg{opacity:.6;flex-shrink:0}.Footer-module__EZoWya__bottomBar{border-top:1px solid #ffffff14}.Footer-module__EZoWya__bottomInner{justify-content:space-between;align-items:center;gap:1rem;padding-top:1.1rem;padding-bottom:1.1rem;display:flex}.Footer-module__EZoWya__copyright{color:#ffffff59;font-size:.78rem}.Footer-module__EZoWya__madeWith{color:#ffffff40;white-space:nowrap;font-size:.78rem}.Footer-module__EZoWya__coOrg{color:#ffffff4d;font-size:.78rem}.Footer-module__EZoWya__coOrgLink{color:#ffffff80;transition:color .2s}.Footer-module__EZoWya__coOrgLink:hover{color:#ffffffd9}@media (max-width:820px){.Footer-module__EZoWya__inner{grid-template-columns:1fr 1fr;gap:2.5rem 2rem}.Footer-module__EZoWya__brand{grid-column:1/-1}}@media (max-width:520px){.Footer-module__EZoWya__inner{grid-template-columns:1fr;gap:2rem;padding-top:2.5rem;padding-bottom:2rem}.Footer-module__EZoWya__brand{grid-column:auto}.Footer-module__EZoWya__bottomInner{flex-direction:column;align-items:flex-start;gap:.25rem}}
