@import "https://fonts.googleapis.com/css2?family=Inter:wght@400;500;600;700&family=Poppins:wght@400;500;600;700&display=swap";
.index-module__DyZbNq__header{z-index:1000;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px);background:#fffffff2;border-bottom:1px solid #e5e7eb;justify-content:space-between;align-items:center;width:100%;padding:16px 48px;display:flex;position:fixed;top:0;left:0;box-shadow:0 1px 3px #0000001a,0 1px 2px #0000000f}.index-module__DyZbNq__header img{width:auto;height:48px;transition:transform .2s}.index-module__DyZbNq__header img:hover{transform:scale(1.05)}.index-module__DyZbNq__listItems{flex-wrap:nowrap;align-items:center;gap:32px;margin:0;padding:0;list-style:none;display:flex}.index-module__DyZbNq__li{flex-shrink:0;position:relative}.index-module__DyZbNq__navLink{all:unset;cursor:pointer;letter-spacing:-.01em;color:#374151;white-space:nowrap;border-radius:6px;align-items:center;gap:4px;padding:8px 12px;font-family:Inter,-apple-system,BlinkMacSystemFont,sans-serif;font-size:15px;font-weight:500;transition:all .2s cubic-bezier(.4,0,.2,1);display:flex;position:relative}.index-module__DyZbNq__navLink:hover{color:#2563eb;background:#eff6ff}.index-module__DyZbNq__navLink:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}.index-module__DyZbNq__chevron{color:#6b7280;width:16px;height:16px;transition:transform .3s cubic-bezier(.4,0,.2,1)}.index-module__DyZbNq__chevron.index-module__DyZbNq__rotate{color:#2563eb;transform:rotate(180deg)}.index-module__DyZbNq__megaWrapper{position:relative}.index-module__DyZbNq__megaMenu{z-index:100;background:#fff;border-radius:12px;gap:48px;min-width:240px;padding:32px 36px;animation:.3s cubic-bezier(.4,0,.2,1) index-module__DyZbNq__slideDown;display:flex;position:absolute;top:calc(100% + 12px);left:50%;transform:translate(-50%);box-shadow:0 20px 25px -5px #0000001a,0 10px 10px -5px #0000000a,0 0 0 1px #0000000d}.index-module__DyZbNq__megaMenu:before{content:"";background:#fff;border-top:1px solid #0000000d;border-left:1px solid #0000000d;width:12px;height:12px;position:absolute;top:-6px;left:50%;transform:translate(-50%)rotate(45deg)}.index-module__DyZbNq__menuColumn{flex-direction:column;gap:4px;min-width:200px;display:flex}.index-module__DyZbNq__menuColumn h3{color:#6b7280;text-transform:uppercase;letter-spacing:.05em;margin-bottom:12px;padding:0 12px;font-family:Inter,sans-serif;font-size:13px;font-weight:600}.index-module__DyZbNq__dropdownItem{all:unset;cursor:pointer;text-align:left;color:#1f2937;border-radius:6px;width:100%;padding:10px 12px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;transition:all .15s cubic-bezier(.4,0,.2,1);display:block}.index-module__DyZbNq__dropdownItem:hover{color:#2563eb;background:#eff6ff;transform:translate(4px)}.index-module__DyZbNq__dropdownItem:active{transform:translate(4px)scale(.98)}@keyframes index-module__DyZbNq__slideDown{0%{opacity:0;transform:translate(-50%)translateY(-10px)}to{opacity:1;transform:translate(-50%)translateY(0)}}.index-module__DyZbNq__ctaBtn{color:#fff;cursor:pointer;letter-spacing:-.01em;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:8px;padding:10px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;transition:all .2s cubic-bezier(.4,0,.2,1);position:relative;overflow:hidden;box-shadow:0 1px 2px #0000000d}.index-module__DyZbNq__ctaBtn:before{content:"";opacity:0;background:linear-gradient(135deg,#3b82f6 0%,#2563eb 100%);transition:opacity .2s;position:absolute;inset:0}.index-module__DyZbNq__ctaBtn:hover:before{opacity:1}.index-module__DyZbNq__ctaBtn:hover{transform:translateY(-2px);box-shadow:0 10px 15px -3px #2563eb4d,0 4px 6px -2px #2563eb33}.index-module__DyZbNq__ctaBtn:active{transform:translateY(0)}.index-module__DyZbNq__ctaBtn span{z-index:1;position:relative}@media (max-width:1024px){.index-module__DyZbNq__header{padding:12px 24px}.index-module__DyZbNq__listItems{gap:20px}.index-module__DyZbNq__navLink{font-size:14px}}.index-module__DyZbNq__mobileToggle{all:unset;cursor:pointer;color:#1f2937;border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:none}.index-module__DyZbNq__mobileToggle:hover{background:#f3f4f6}.index-module__DyZbNq__mobileToggle svg{width:24px;height:24px}.index-module__DyZbNq__mobileBackdrop{z-index:998;background:#0f172a66;height:100vh;position:fixed;inset:100% 0 0}.index-module__DyZbNq__mobilePanel{z-index:999;background:#fff;border-top:1px solid #e5e7eb;max-height:calc(100vh - 100%);animation:.25s cubic-bezier(.4,0,.2,1) index-module__DyZbNq__slideDownPanel;position:absolute;top:100%;left:0;right:0;overflow-y:auto;box-shadow:0 12px 24px -8px #00000026}@keyframes index-module__DyZbNq__slideDownPanel{0%{opacity:0;transform:translateY(-8px)}to{opacity:1;transform:translateY(0)}}.index-module__DyZbNq__mobileList{margin:0;padding:8px 0;list-style:none}.index-module__DyZbNq__mobileLi{border-bottom:1px solid #f1f5f9}.index-module__DyZbNq__mobileLink{color:#1f2937;padding:14px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;text-decoration:none;display:block}.index-module__DyZbNq__mobileLink:active{background:#eff6ff}.index-module__DyZbNq__mobileSectionToggle{all:unset;box-sizing:border-box;color:#1f2937;cursor:pointer;justify-content:space-between;align-items:center;width:100%;padding:14px 20px;font-family:Inter,sans-serif;font-size:15px;font-weight:500;display:flex}.index-module__DyZbNq__mobileSubList{flex-direction:column;gap:2px;padding:0 20px 12px 32px;display:flex}.index-module__DyZbNq__mobileSubList h4{color:#9ca3af;text-transform:uppercase;letter-spacing:.05em;margin:10px 0 4px;font-size:11px;font-weight:700}.index-module__DyZbNq__mobileSubLink{color:#374151;border-radius:6px;padding:9px 8px;font-family:Inter,sans-serif;font-size:14px;font-weight:500;text-decoration:none;display:block}.index-module__DyZbNq__mobileSubLink:active{color:#2563eb;background:#eff6ff}.index-module__DyZbNq__mobileCta{color:#fff;cursor:pointer;background:linear-gradient(135deg,#2563eb 0%,#1d4ed8 100%);border:none;border-radius:8px;width:calc(100% - 40px);margin:8px 20px 20px;padding:13px 24px;font-family:Inter,sans-serif;font-size:15px;font-weight:600;display:block}@media (max-width:768px){.index-module__DyZbNq__header{padding:12px 16px}.index-module__DyZbNq__header img{height:40px}.index-module__DyZbNq__listItems{display:none}.index-module__DyZbNq__mobileToggle{display:flex}}.index-module__DyZbNq__navLink:focus-visible,.index-module__DyZbNq__dropdownItem:focus-visible,.index-module__DyZbNq__ctaBtn:focus-visible{outline-offset:2px;outline:2px solid #3b82f6}
.index-module__ImmZMq__footer{color:#fff;background:#111827}.index-module__ImmZMq__footerContainer{max-width:1280px;margin:0 auto;padding:4rem 1rem}.index-module__ImmZMq__footerGrid{grid-template-columns:1fr;gap:2rem;display:grid}@media (min-width:768px){.index-module__ImmZMq__footerGrid{grid-template-columns:1fr 1fr}}@media (min-width:1024px){.index-module__ImmZMq__footerGrid{grid-template-columns:1.3fr repeat(4,1fr)}}.index-module__ImmZMq__companyLogo img{width:auto;height:32px}.index-module__ImmZMq__companyDescription{color:#9ca3af;margin:1rem 0;line-height:1.6}.index-module__ImmZMq__socialLinks{gap:1rem;display:flex}.index-module__ImmZMq__socialLinks a{color:#9ca3af;transition:color .2s}.index-module__ImmZMq__socialLinks a:hover{color:#3b82f6}.index-module__ImmZMq__icon{width:20px;height:20px}.index-module__ImmZMq__footerLinks h3{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.index-module__ImmZMq__footerLinks ul{padding:0;list-style:none}.index-module__ImmZMq__footerLinks li{margin-bottom:.5rem}.index-module__ImmZMq__footerLinks a{color:#9ca3af;text-decoration:none;transition:color .2s}.index-module__ImmZMq__footerLinks a:hover{color:#fff}.index-module__ImmZMq__footerContact h3{margin-bottom:1rem;font-size:1.125rem;font-weight:600}.index-module__ImmZMq__contactItem{color:#9ca3af;align-items:flex-start;gap:.75rem;margin-bottom:1rem;display:flex}.index-module__ImmZMq__contactIcon{color:#3b82f6;width:20px;height:20px;margin-top:2px}.index-module__ImmZMq__footerBottom{border-top:1px solid #1f2937;flex-direction:column;justify-content:space-between;align-items:center;gap:1rem;margin-top:3rem;padding-top:2rem;display:flex}@media (min-width:768px){.index-module__ImmZMq__footerBottom{flex-direction:row}}.index-module__ImmZMq__footerBottom p{color:#9ca3af;font-size:.875rem}.index-module__ImmZMq__footerPolicies{gap:1.5rem;display:flex}.index-module__ImmZMq__footerPolicies a{color:#9ca3af;font-size:.875rem;text-decoration:none;transition:color .2s}.index-module__ImmZMq__footerPolicies a:hover{color:#fff}
.index-module__MdGSGa__badal{cursor:pointer;z-index:999;background:0 0;border:none;justify-content:center;align-items:center;width:92px;height:92px;padding:0;display:flex;position:fixed;bottom:110px;right:24px}.index-module__MdGSGa__mascot{filter:drop-shadow(0 10px 16px #0f172a47)drop-shadow(0 0 18px #38bdf859);will-change:transform, opacity;-webkit-user-select:none;user-select:none;pointer-events:none;width:80%;height:auto;position:relative}.index-module__MdGSGa__wisps{pointer-events:none;position:absolute;inset:0}.index-module__MdGSGa__wisp{width:var(--wisp-size);height:var(--wisp-size);margin-left:calc(var(--wisp-size) / -2 + var(--wisp-offset-x));margin-top:calc(var(--wisp-size) / -2 + var(--wisp-offset-y));filter:blur(3px);will-change:transform, opacity;background:radial-gradient(circle,#ffffffe6 0%,#fff0 72%);border-radius:50%;position:absolute;top:50%;left:50%}.index-module__MdGSGa__tooltip{background:var(--color-dark);color:#fff;border-radius:var(--radius-sm);white-space:nowrap;box-shadow:var(--shadow-md);padding:7px 14px;font-size:13px;font-weight:500;position:absolute;top:50%;right:calc(100% + 14px);transform:translateY(-50%)}.index-module__MdGSGa__tooltip:after{content:"";border:5px solid #0000;border-left-color:var(--color-dark);position:absolute;top:50%;left:100%;transform:translateY(-50%)}@media (max-width:768px){.index-module__MdGSGa__badal{width:64px;height:64px;bottom:96px;right:16px}.index-module__MdGSGa__tooltip{display:none}}
*{box-sizing:border-box;margin:0;padding:0}html,body{max-width:100%;overflow-x:hidden}h1,h2,h3,h4,h5,h6,p{overflow-wrap:break-word}body{-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;margin:0;font-family:-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif}a{color:inherit;text-decoration:none}html{scroll-behavior:smooth}
