@font-face{font-family:Plus Jakarta Sans;src:url(../media/PlusJakartaSans-VariableFont_wght.32cbb89e.ttf)format("truetype-variations");font-weight:200 800;font-style:normal;font-display:swap}:root{--background:#fff;--foreground:#171717;--primary:#0c5c4d;--primary-light:#2f8f7b;--primary-dark:#083e34;--primary-soft:#e6f3f0;--primary-soft-bg:#0c5c4d14;--primary-soft-border:#0c5c4d40;--primary-rgb:#0c5c4d;--accent:#ff3535;--accent-light:#ff5a5a;--accent-dark:#e52b2b;--success:#35ff6b;--warning:#ffb535;--text-white:#fff;--text-secondary:#e0e0e0;--text-gray:#8e8e8e;--border-color:#e2e8f0;--font-family:"Plus Jakarta Sans",-apple-system,BlinkMacSystemFont,"Segoe UI",Roboto,Oxygen,Ubuntu,Cantarell,sans-serif}html,body{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:var(--font-family);-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;margin:0;padding:0}a{color:inherit;text-decoration:none}a,button,input,textarea,select{font-family:var(--font-family)}input:not([type=checkbox]),select,textarea{box-sizing:border-box;border:1.5px solid #e0e0e0;border-radius:8px;outline:none;width:100%;padding:.875rem 1rem;font-family:inherit;font-size:1rem;transition:border-color .2s}input:not([type=checkbox]):focus,select:focus,textarea:focus{border-color:var(--primary)}input.error:not([type=checkbox]),select.error,textarea.error{border-color:#dc3545!important}input.error:not([type=checkbox]):focus,select.error:focus,textarea.error:focus{box-shadow:0 0 0 2px #dc354533;border-color:#dc3545!important}input[type=checkbox]{background:var(--background);cursor:pointer;appearance:none;vertical-align:middle;border:1.5px solid #e0e0e0;border-radius:4px;flex-shrink:0;margin:0;transition:all .2s;position:relative;width:18px!important;height:18px!important;padding:0!important}input[type=checkbox]:hover{border-color:var(--primary)}input[type=checkbox]:focus{border-color:var(--primary);outline:none}input[type=checkbox]:checked{background:var(--primary);border-color:var(--primary)}input[type=checkbox]:checked:after{content:"";border:2px solid #fff;border-width:0 2px 2px 0;width:4px;height:8px;position:absolute;top:2px;left:5px;transform:rotate(45deg)}input[type=checkbox]:disabled{opacity:.6;cursor:not-allowed}input[type=checkbox]:disabled:checked{background:var(--text-gray);border-color:var(--text-gray)}.verifyButton{background:var(--primary);color:var(--text-white);cursor:pointer;border:none;border-radius:6px;align-items:center;gap:4px;margin:0 0 .75rem;padding:6px 12px;font-size:12px;font-weight:600;transition:all .2s;display:inline-flex}.verifyButton:hover{background:var(--primary-light);transform:translateY(-1px)}.verifyButton:active{transform:translateY(0)}.nameRow{flex-wrap:wrap;align-items:center;gap:8px;display:flex}
.Header-module__n44OGa__header{z-index:1000;background:#fff;border-bottom:1px solid #e5e7eb;padding:0;position:fixed;top:0;left:0;right:0}.Header-module__n44OGa__headerContainer{justify-content:space-between;align-items:center;max-width:1600px;height:72px;margin:0 auto;padding:0 24px;display:flex}.Header-module__n44OGa__logo{align-items:center;gap:12px;display:flex}.Header-module__n44OGa__logo a{color:inherit;align-items:center;gap:12px;text-decoration:none;display:flex}.Header-module__n44OGa__logoIcon{background:linear-gradient(135deg,#03cdff,#15b3db);border-radius:8px;justify-content:center;align-items:center;width:40px;height:40px;display:flex}.Header-module__n44OGa__logoLetter{color:#fff;font-size:20px;font-weight:700}.Header-module__n44OGa__logoText{color:#1f2937;font-size:20px;font-weight:700}.Header-module__n44OGa__navContainer{flex:1;justify-content:center;align-items:center;display:flex}.Header-module__n44OGa__nav{align-items:center;gap:32px;display:flex}.Header-module__n44OGa__navLink{font-size:16px;font-weight:500;font-family:var(--font-family);color:var(--foreground);border-radius:8px;align-items:center;gap:8px;padding:8px 12px;text-decoration:none;transition:all .2s;display:flex}.Header-module__n44OGa__navLink:hover{color:var(--primary);background-color:#0c5c4d26;transform:translateY(-1px)}.Header-module__n44OGa__navLink svg{transition:transform .2s}.Header-module__n44OGa__navLink:hover svg{transform:scale(1.1)}.Header-module__n44OGa__navLink.Header-module__n44OGa__active{color:var(--primary);background-color:#0c5c4d26;font-weight:600}.Header-module__n44OGa__navLink.Header-module__n44OGa__active svg{transform:scale(1.05)}.Header-module__n44OGa__mobileMenuButton{cursor:pointer;color:var(--foreground);background:0 0;border:none;border-radius:8px;padding:8px;transition:all .2s;display:none}.Header-module__n44OGa__mobileMenuButton:hover{color:var(--primary);background-color:#ff6b351a}.Header-module__n44OGa__mobileNav{border-top:1px solid var(--border-color);z-index:1000;background:#fff;flex-direction:column;padding:16px 0;display:flex;position:absolute;top:100%;left:0;right:0;box-shadow:0 4px 6px -1px #0000001a}.Header-module__n44OGa__mobileNavLink{color:var(--foreground);font-size:16px;font-weight:500;font-family:var(--font-family);align-items:center;gap:12px;padding:16px 24px;text-decoration:none;transition:all .2s;display:flex}.Header-module__n44OGa__mobileNavLink:hover{color:var(--primary);background-color:#ff6b351a}.Header-module__n44OGa__mobileNavLink.Header-module__n44OGa__activeMobile{color:var(--primary);border-left:4px solid var(--primary);background-color:#ff6b3526;font-weight:600}.Header-module__n44OGa__cta{position:relative}.Header-module__n44OGa__ctaButton{background:var(--primary);color:var(--text-white);cursor:pointer;border:none;border-radius:12px;padding:12px 24px;font-size:16px;font-weight:600;text-decoration:none;transition:all .2s}.Header-module__n44OGa__ctaButton:hover{background:var(--primary-light);transform:translateY(-1px)}.Header-module__n44OGa__userSection{align-items:center;gap:12px;display:flex;position:relative}.Header-module__n44OGa__notificationBell{margin-right:4px}.Header-module__n44OGa__loadingPlaceholder{background:var(--border-color);border-radius:50%;width:40px;height:40px;animation:1.5s ease-in-out infinite Header-module__n44OGa__pulse}@keyframes Header-module__n44OGa__pulse{0%,to{opacity:1}50%{opacity:.5}}@media (max-width:768px){.Header-module__n44OGa__headerContainer{height:64px;padding:0 16px}.Header-module__n44OGa__navContainer{flex:0;justify-content:flex-end;margin-left:auto;margin-right:16px}.Header-module__n44OGa__nav{display:none}.Header-module__n44OGa__mobileMenuButton{display:block}.Header-module__n44OGa__logoText{font-size:18px}.Header-module__n44OGa__logoIcon{width:36px;height:36px}.Header-module__n44OGa__logoLetter{font-size:18px}.Header-module__n44OGa__ctaButton{padding:10px 20px;font-size:14px}.Header-module__n44OGa__userSection{gap:8px}}@media (max-width:480px){.Header-module__n44OGa__headerContainer{padding:0 12px}.Header-module__n44OGa__ctaButton{padding:8px 16px;font-size:13px}.Header-module__n44OGa__mobileNavLink{padding:12px 16px;font-size:15px}}
.Footer-module__lRmKEa__footer{color:#fff;background:#181818}.Footer-module__lRmKEa__ctaSection{text-align:center;background:#e8956b;padding:80px 0;position:relative;overflow:hidden}.Footer-module__lRmKEa__ctaSection:before{content:"";pointer-events:none;background:#ffffff0d radial-gradient(circle at 25% 25%,#ffffff14 1px,#0000 1px) 0 0/50px 50px;position:absolute;inset:0}.Footer-module__lRmKEa__container{z-index:1;flex-direction:column;justify-content:center;align-items:center;gap:32px;max-width:1200px;margin:0 auto;padding:0 24px;display:flex;position:relative}.Footer-module__lRmKEa__logoIcon{background:linear-gradient(135deg,var(--primary),var(--primary-light));border-radius:12px;justify-content:center;align-items:center;width:48px;height:48px;margin:0 auto 16px;display:flex}.Footer-module__lRmKEa__logoLetter{color:#fff;font-size:24px;font-weight:700}.Footer-module__lRmKEa__textContainer{flex-direction:column;justify-content:center;align-items:center;gap:12px;display:flex}.Footer-module__lRmKEa__ctaTitle{color:#fff;margin:0 0 32px;font-size:18px;font-weight:600}.Footer-module__lRmKEa__ctaHeading{color:#fff;text-shadow:0 2px 4px #0000001a;margin:0;font-size:60px;font-weight:700;line-height:1.1}.Footer-module__lRmKEa__highlight{color:#ffffffe6;background:#ffffff26;border-radius:8px;padding:0 12px;display:inline-block}.Footer-module__lRmKEa__ctaDescription{color:#fffffff2;text-shadow:0 1px 2px #0000001a;max-width:500px;font-size:22px;font-weight:400;line-height:1.5}.Footer-module__lRmKEa__ctaButton{color:var(--primary);background:#fff;border:2px solid #0000;border-radius:12px;justify-content:center;align-items:center;min-width:200px;padding:18px 36px;font-size:18px;font-weight:600;text-decoration:none;transition:all .3s;display:inline-flex;box-shadow:0 4px 16px #00000026}.Footer-module__lRmKEa__ctaButton:hover{background:#fffffff2;border-color:#ffffff4d;transform:translateY(-2px);box-shadow:0 8px 24px #00000040}.Footer-module__lRmKEa__footerContent{background:#1a1a1a;border-top:1px solid #2d2d2d;padding:60px 0 40px}.Footer-module__lRmKEa__footerGrid{grid-template-columns:2fr 1fr 1fr 1fr;gap:60px;margin-bottom:40px;display:grid}.Footer-module__lRmKEa__footerColumn{flex-direction:column;gap:4px;display:flex}.Footer-module__lRmKEa__companyDescription{color:var(--text-secondary);margin:0 0 24px;font-size:16px;line-height:1.6}.Footer-module__lRmKEa__socialLinks{gap:16px;display:flex}.Footer-module__lRmKEa__socialLink{width:40px;height:40px;color:var(--text-secondary);justify-content:center;align-items:center;transition:color .2s;display:flex}.Footer-module__lRmKEa__socialLink:hover{color:var(--primary)}.Footer-module__lRmKEa__footerLink{color:#fff;font-size:16px;font-weight:400;line-height:1.5;text-decoration:none;transition:color .2s}.Footer-module__lRmKEa__footerLink:hover{color:#fff}.Footer-module__lRmKEa__footerBottom{border-top:1px solid #2d2d2d;justify-content:space-between;align-items:center;padding-top:40px;display:flex}.Footer-module__lRmKEa__attribution,.Footer-module__lRmKEa__copyright{color:#6b7280;margin:0;font-size:14px}@media (max-width:1024px){.Footer-module__lRmKEa__footerGrid{grid-template-columns:1fr 1fr;gap:40px}}@media (max-width:768px){.Footer-module__lRmKEa__ctaSection{padding:60px 0}.Footer-module__lRmKEa__container{padding:0 16px}.Footer-module__lRmKEa__ctaHeading{font-size:36px}.Footer-module__lRmKEa__ctaDescription{font-size:16px}.Footer-module__lRmKEa__footerGrid{grid-template-columns:1fr;gap:32px}.Footer-module__lRmKEa__footerBottom{text-align:center;flex-direction:column;gap:16px}.Footer-module__lRmKEa__socialLinks{justify-content:center}}@media (max-width:480px){.Footer-module__lRmKEa__ctaHeading{font-size:32px}.Footer-module__lRmKEa__ctaButton{padding:14px 28px;font-size:15px}}
