:root{--primary-color:#06c;--secondary-color:#00a86b;--dark-color:#fff;--darker-color:#fafafa;--light-color:#f5f5f5;--lighter-color:#e8e8e8;--text-dark:#1a1a1a;--text-light:#4a4a4a;--text-muted:#707070;--border-color:#e0e0e0;--white:#fff;--card-bg:#fff;--shadow:0 4px 6px #00000014;--shadow-lg:0 10px 30px #0000001f;--glow-primary:#0066cc26;--glow-secondary:#00a86b26}*{box-sizing:border-box;margin:0;padding:0}html{scroll-behavior:smooth}body{color:var(--text-dark);background-color:var(--dark-color);font-family:Urbanist,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}img{max-width:100%;height:auto;display:block}button{cursor:pointer;border:none;font-family:inherit}h1,h2,h3,h4,h5,h6{color:var(--text-dark)}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideInLeft{0%{opacity:0;transform:translate(-30px)}to{opacity:1;transform:translate(0)}}@keyframes slideInRight{0%{opacity:0;transform:translate(30px)}to{opacity:1;transform:translate(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.9)}to{opacity:1;transform:scale(1)}}@keyframes pulse{0%,to{transform:scale(1)}50%{transform:scale(1.05)}}@keyframes float{0%,to{transform:translateY(0)}50%{transform:translateY(-10px)}}.animate-fade-in-up{animation:.8s ease-out forwards fadeInUp}.animate-fade-in{animation:.6s ease-out forwards fadeIn}.animate-slide-in-left{animation:.8s ease-out forwards slideInLeft}.animate-slide-in-right{animation:.8s ease-out forwards slideInRight}.animate-scale-in{animation:.6s ease-out forwards scaleIn}.container{max-width:1200px;margin:0 auto;padding:0 20px}.section{padding:80px 0}.section-title{text-align:center;color:var(--text-dark);background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;margin-bottom:20px;font-size:2.5rem;font-weight:700}.section-subtitle{text-align:center;color:var(--text-light);max-width:700px;margin-bottom:50px;margin-left:auto;margin-right:auto;font-size:1.1rem}@media (max-width:768px){.section{padding:50px 0}.section-title{font-size:2rem}.section-subtitle{font-size:1rem}}
.Header-module___jWN3W__header{z-index:1000;background:#fff;border-bottom:1px solid #e2e8f0;transition:all .3s;position:fixed;top:0;left:0;right:0}.Header-module___jWN3W__header.Header-module___jWN3W__scrolled{box-shadow:var(--shadow-lg);border-bottom:1px solid var(--border-color);background:#f2f3f5}.Header-module___jWN3W__container{justify-content:space-between;align-items:center;max-width:1280px;height:80px;margin:0 auto;padding:0 60px;display:flex}.Header-module___jWN3W__headerLeft{align-items:center;display:flex}.Header-module___jWN3W__headerRight{align-items:center;gap:32px;display:flex}.Header-module___jWN3W__logo{color:var(--primary-color);align-items:center;font-size:1.5rem;font-weight:700;transition:transform .3s;display:flex}.Header-module___jWN3W__logo:hover{transform:scale(1.05)}.Header-module___jWN3W__logoText{background:linear-gradient(135deg,var(--primary-color),var(--secondary-color));-webkit-text-fill-color:transparent;-webkit-background-clip:text;background-clip:text;align-items:center;display:flex}.Header-module___jWN3W__logoImage{object-fit:contain;mix-blend-mode:multiply;height:auto;transition:transform .3s}.Header-module___jWN3W__nav{align-items:center;gap:30px;display:flex}.Header-module___jWN3W__navLink{color:#8e8e8e;flex-direction:column;align-items:flex-start;font-size:16px;font-weight:500;text-decoration:none;transition:all .3s;display:flex;position:relative}.Header-module___jWN3W__navLink:after{content:"";opacity:0;background:#20a57b;border-radius:10px;width:30px;height:4px;transition:opacity .3s;position:absolute;bottom:-26px;left:0}.Header-module___jWN3W__navLink:hover,.Header-module___jWN3W__navLink.Header-module___jWN3W__active{color:#0e4077;font-weight:700}.Header-module___jWN3W__navLink.Header-module___jWN3W__active:after{opacity:1}.Header-module___jWN3W__dropdown{position:relative}.Header-module___jWN3W__dropdownTrigger{color:#8e8e8e;cursor:pointer;background:0 0;border:0;flex-direction:row;align-items:center;gap:6px;padding:0;font-size:16px;font-weight:500;transition:all .3s;display:flex;position:relative}.Header-module___jWN3W__dropdownTrigger:after{content:"";opacity:0;background:#20a57b;border-radius:10px;width:30px;height:4px;transition:opacity .3s;position:absolute;bottom:-26px;left:0}.Header-module___jWN3W__dropdownTrigger:hover,.Header-module___jWN3W__dropdownTrigger.Header-module___jWN3W__active{color:#0e4077;font-weight:700}.Header-module___jWN3W__dropdownTrigger.Header-module___jWN3W__active:after{opacity:1}.Header-module___jWN3W__chevron{opacity:.7;transition:transform .3s}.Header-module___jWN3W__dropdownTrigger[aria-expanded=true] .Header-module___jWN3W__chevron{transform:rotate(180deg)}.Header-module___jWN3W__dropdownPanel{border:1px solid var(--border-color);min-width:220px;box-shadow:var(--shadow-lg);z-index:1005;background:#fffffffa;border-radius:12px;flex-direction:column;gap:4px;padding:8px;display:flex;position:absolute;top:calc(100% + 12px);left:0}.Header-module___jWN3W__dropdownLink{color:var(--text-light);border-radius:8px;padding:8px 10px;font-size:.92rem;transition:background .2s,color .2s;display:block}.Header-module___jWN3W__dropdownLink:hover{color:#0e4077;background:#f8fafc;font-weight:600}.Header-module___jWN3W__mobileOnlyActions{display:none}.Header-module___jWN3W__navRight{align-items:center;gap:24px;display:flex}.Header-module___jWN3W__signInLink{color:#606060;font-family:Urbanist,sans-serif;font-size:14px;font-weight:500;line-height:100%;text-decoration:none;transition:color .3s}.Header-module___jWN3W__signInLink:hover{color:#0e4077}.Header-module___jWN3W__ctaButton{color:#fff;letter-spacing:.01em;white-space:nowrap;background:#145ba8;border-radius:6px;justify-content:center;align-items:center;width:116px;height:34px;font-family:Urbanist,sans-serif;font-size:14px;font-weight:700;line-height:100%;text-decoration:none;transition:all .3s;display:flex}.Header-module___jWN3W__ctaButton:hover{background:#0e4077;box-shadow:0 4px 12px #145ba833}.Header-module___jWN3W__mobileToggle{background:0 0;flex-direction:column;gap:5px;padding:5px;display:none}.Header-module___jWN3W__mobileToggle span{background:var(--text-dark);width:25px;height:3px;transition:all .3s}@media (max-width:1200px){.Header-module___jWN3W__nav{gap:20px}.Header-module___jWN3W__navLink{font-size:.9rem}.Header-module___jWN3W__ctaButton{padding:8px 20px;font-size:.9rem}}@media (max-width:1024px){.Header-module___jWN3W__nav{gap:15px}.Header-module___jWN3W__navLink{font-size:.85rem}.Header-module___jWN3W__ctaButton{padding:8px 15px;font-size:.85rem}}@media (max-width:900px){.Header-module___jWN3W__mobileToggle{display:flex}.Header-module___jWN3W__headerLeft{flex:1;justify-content:flex-start;align-items:center;gap:0}.Header-module___jWN3W__nav{opacity:0;visibility:hidden;background:#fff;border-bottom:1px solid #e2e8f0;flex-direction:column;gap:24px;padding:40px 20px;transition:all .3s cubic-bezier(.4,0,.2,1);position:fixed;top:80px;left:0;right:0;transform:translateY(-20px);box-shadow:0 10px 30px #0000001a}.Header-module___jWN3W__headerRight{align-items:center;display:flex}.Header-module___jWN3W__navRight{display:none}.Header-module___jWN3W__signInLink{color:#1a1a2a;white-space:nowrap;font-size:14px;font-weight:500}.Header-module___jWN3W__ctaButton{color:#fff;background:#145ba8;border-radius:6px;width:auto;height:32px;padding:0 12px;font-size:13px;font-weight:600}.Header-module___jWN3W__mobileToggle{cursor:pointer;border:none;flex-direction:column;justify-content:space-between;align-items:center;width:24px;height:20px;padding:0;display:flex}.Header-module___jWN3W__mobileToggle span{background:#333;border-radius:2px;width:24px;height:3px}.Header-module___jWN3W__nav.Header-module___jWN3W__mobileOpen{opacity:1;visibility:visible;transform:translateY(0)}.Header-module___jWN3W__navLink{font-size:1rem}.Header-module___jWN3W__navLink:after{display:none}.Header-module___jWN3W__dropdown{width:100%}.Header-module___jWN3W__dropdownTrigger{justify-content:center;width:100%;padding:8px 0;font-size:1.1rem}.Header-module___jWN3W__dropdownTrigger:after{display:none}.Header-module___jWN3W__dropdownPanel{min-width:100%;box-shadow:none;background:0 0;border:none;flex-direction:column;gap:12px;margin-top:4px;padding:0;list-style:none;display:flex;position:static}.Header-module___jWN3W__dropdownLink{color:#64748b;text-align:center;padding:4px 0;font-size:1rem}.Header-module___jWN3W__dropdownLink:hover{color:var(--primary-color);background:0 0}.Header-module___jWN3W__mobileOnlyActions{border-top:1px solid #e2e8f0;flex-direction:column;align-items:center;gap:16px;width:100%;margin-top:20px;padding-top:20px;display:flex}.Header-module___jWN3W__mobileSignIn{color:#1a1a2a;font-size:1.1rem;font-weight:600;text-decoration:none}.Header-module___jWN3W__mobileCta{color:#fff;text-align:center;background:#145ba8;border-radius:8px;width:80%;padding:12px 24px;font-size:1.1rem;font-weight:700;text-decoration:none;box-shadow:0 4px 12px #145ba833}}@media (max-width:768px){.Header-module___jWN3W__container{padding:0 10px}.Header-module___jWN3W__logoImage{object-fit:contain;width:160px!important;height:40px!important}}
.Footer-module__lQLTWW__footer{color:#ffffffb8;background:#0d1b4e;padding:48px 0 24px}.Footer-module__lQLTWW__container{max-width:1280px;margin:0 auto;padding:0 40px}.Footer-module__lQLTWW__topSection{grid-template-columns:1.5fr 1fr 1fr 1fr 1fr;gap:34px;margin-bottom:22px;display:grid}.Footer-module__lQLTWW__column{min-width:0}.Footer-module__lQLTWW__title{color:#fff;letter-spacing:.6px;margin:0 0 12px;font-size:20px;font-weight:700;line-height:1.2}.Footer-module__lQLTWW__description{color:#ffffffb8;max-width:250px;margin:0;font-size:15px;line-height:1.7}.Footer-module__lQLTWW__links{margin:0;padding:0;list-style:none}.Footer-module__lQLTWW__links li{margin-bottom:10px}.Footer-module__lQLTWW__links a{color:#ffffffb8;font-size:15px;line-height:1.5;text-decoration:none;transition:color .2s}.Footer-module__lQLTWW__links a:hover{color:#fff}.Footer-module__lQLTWW__socialLink{align-items:center;gap:10px;display:inline-flex}.Footer-module__lQLTWW__socialIcon{opacity:.92;flex-shrink:0;width:13px;height:13px}.Footer-module__lQLTWW__socialLinks{margin-top:2px}.Footer-module__lQLTWW__bottomSection{border-top:1px solid #ffffff1a;justify-content:space-between;align-items:center;gap:18px;padding-top:16px;display:flex}.Footer-module__lQLTWW__copyright{color:#ffffff94;margin:0;font-size:12px;line-height:1.5}.Footer-module__lQLTWW__legalLinks{flex-wrap:wrap;justify-content:flex-end;align-items:center;gap:18px;display:flex}.Footer-module__lQLTWW__legalLinks a{color:#ffffff94;white-space:nowrap;font-size:12px;text-decoration:none}.Footer-module__lQLTWW__legalLinks a:hover{color:#fff}.Footer-module__lQLTWW__disclaimerSection{border-top:1px solid #ffffff1a;margin-bottom:24px;padding:18px 0}.Footer-module__lQLTWW__disclaimerTitle{color:#fff;text-transform:uppercase;letter-spacing:.5px;margin:0 0 10px;font-size:14px;font-weight:700}.Footer-module__lQLTWW__disclaimerText{color:#ffffff85;text-align:justify;margin:0 0 12px;font-size:11.5px;line-height:1.6}.Footer-module__lQLTWW__disclaimerText:last-child{margin-bottom:0}@media (max-width:1200px){.Footer-module__lQLTWW__container{padding:0 24px}.Footer-module__lQLTWW__topSection{grid-template-columns:repeat(3,1fr);gap:26px}.Footer-module__lQLTWW__column:first-child{grid-column:1/-1}.Footer-module__lQLTWW__description{max-width:100%}.Footer-module__lQLTWW__bottomSection{flex-direction:column;align-items:flex-start}.Footer-module__lQLTWW__legalLinks{justify-content:flex-start}}@media (max-width:768px){.Footer-module__lQLTWW__footer{padding:36px 0 22px}.Footer-module__lQLTWW__topSection{grid-template-columns:1fr;gap:22px}.Footer-module__lQLTWW__column:first-child{grid-column:auto}.Footer-module__lQLTWW__title{font-size:18px}}
