.RegisterContent_container__zpJWs{background-color:#fef8ec;max-width:600px;margin:3rem auto;padding:2.5rem 2rem;border-radius:16px;box-shadow:0 6px 18px rgba(234,88,12,.2);font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.RegisterContent_title__nuOsr{text-align:center;font-size:2.8rem;font-weight:900;color:#1a2e35;margin-bottom:2.5rem;letter-spacing:1.1px;text-transform:uppercase;text-shadow:0 1px 3px rgba(26,46,53,.15)}.RegisterContent_form__rKF8B{display:flex;flex-direction:column;gap:1.6rem}.RegisterContent_label__PskH3{font-weight:700;font-size:1.15rem;color:#1a2e35;display:flex;flex-direction:column;gap:.5rem}.RegisterContent_input__S8dMC,.RegisterContent_textarea__LNFdE{padding:.75rem 1rem;border:2px solid #ea580c;border-radius:10px;font-size:1rem;font-family:inherit;transition:border-color .3s ease;color:#1a2e35;background-color:#fffbea;outline-offset:2px}.RegisterContent_input__S8dMC:focus,.RegisterContent_textarea__LNFdE:focus{border-color:#c94a09;box-shadow:0 0 6px rgba(234,88,12,.6);outline:none}.RegisterContent_errorInput__F5YLp{border-color:#d43f3f;background-color:#fff0f0}.RegisterContent_errorMessage__SNEiS{color:#d43f3f;font-size:.9rem;margin-top:.25rem;font-weight:600}.RegisterContent_submitButton___Wi6J{background-color:#ea580c;color:#fff;font-weight:700;font-size:1.2rem;padding:1rem 0;border:none;border-radius:30px;cursor:pointer;box-shadow:0 6px 12px rgba(234,88,12,.6);transition:background-color .3s ease,box-shadow .3s ease,transform .2s ease;-webkit-user-select:none;-moz-user-select:none;user-select:none;letter-spacing:.04em}.RegisterContent_submitButton___Wi6J:focus:not(:disabled),.RegisterContent_submitButton___Wi6J:hover:not(:disabled){background-color:#c94a09;box-shadow:0 8px 18px rgba(201,74,9,.9);transform:translateY(-2px);outline:none}.RegisterContent_submitButton___Wi6J:active:not(:disabled){background-color:#b03e07;box-shadow:0 4px 8px rgba(176,62,7,.7);transform:translateY(0)}.RegisterContent_submitButton___Wi6J:disabled{opacity:.6;cursor:not-allowed;box-shadow:none;transform:none}.RegisterContent_successMessage__HZ7CW{margin-top:1.5rem;font-size:1.1rem;color:#2f855a;font-weight:700;text-align:center}@media(max-width:600px){.RegisterContent_container__zpJWs{margin:2rem 1rem;padding:2rem 1.5rem}.RegisterContent_title__nuOsr{font-size:2.2rem}.RegisterContent_input__S8dMC,.RegisterContent_textarea__LNFdE{font-size:.95rem}.RegisterContent_submitButton___Wi6J{font-size:1.1rem;padding:.85rem 0}}:root{--background:#ffffff;--foreground:#171717}@media (prefers-color-scheme:dark){:root{--background:#fef8ec;--foreground:#ededed}}body,html{max-width:100vw;overflow-x:hidden}body{color:var(--foreground);background:var(--background);font-family:Arial,Helvetica,sans-serif;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}*{box-sizing:border-box;padding:0;margin:0}a{color:inherit;text-decoration:none}@media (prefers-color-scheme:dark){html{color-scheme:dark}}.Header_header__ra2Nq{background-color:#fef7ec;border-radius:0 0 1rem 1rem;box-shadow:0 2px 6px rgba(0,0,0,.08);position:-webkit-sticky;position:sticky;top:0;z-index:100}.Header_inner__bLgNr{max-width:1200px;margin:0 auto;padding:.6rem 1.2rem;display:flex;justify-content:space-between;align-items:center}.Header_logoContainer__JDngc{display:flex;align-items:center;gap:.6rem}.Header_logo__4m9i4{border-radius:50%;flex-shrink:0}.Header_title__M04H_{font-family:Poppins,sans-serif;font-weight:800;color:#0d3b3c;font-size:2rem;line-height:1;letter-spacing:1px}@media(max-width:768px){.Header_title__M04H_{font-size:1.6rem}.Header_logo__4m9i4{width:65px;height:65px}}@media(max-width:480px){.Header_title__M04H_{font-size:1.3rem}.Header_logo__4m9i4{width:55px;height:55px}}.HamburgerMenu_wrapper__A41LL{position:relative;display:flex;align-items:center;height:100%}.HamburgerMenu_icon__82WI_{background:rgba(0,0,0,0);border:none;padding:8px;display:inline-flex;align-items:center;justify-content:center;cursor:pointer;color:#0d3b3c;border-radius:8px;transition:background .12s ease}.HamburgerMenu_icon__82WI_:focus{outline:none;box-shadow:0 0 0 4px rgba(13,59,60,.08)}.HamburgerMenu_menu__8ZhtP{position:absolute;top:calc(100% + 8px);right:0;transform-origin:top right;background-color:#fff;box-shadow:0 8px 24px rgba(11,18,16,.08);border-radius:10px;padding:.5rem 0;display:flex;flex-direction:column;gap:0;min-width:180px;z-index:60;opacity:0;pointer-events:none;transform:translateY(-6px) scale(.98);transition:opacity .18s ease,transform .18s ease}.HamburgerMenu_open__LAJ3r{opacity:1;pointer-events:auto;transform:translateY(0) scale(1)}.HamburgerMenu_menu__8ZhtP a{display:block;padding:10px 16px;text-decoration:none;color:#0d3b3c;font-weight:600;font-size:.95rem;transition:background .12s ease,color .12s ease}.HamburgerMenu_menu__8ZhtP a:hover{background:rgba(13,59,60,.04);color:#164f4f}@media(max-width:420px){.HamburgerMenu_menu__8ZhtP{position:fixed;top:60px;left:0;right:0;bottom:0;min-width:100%;height:auto;max-height:calc(100vh - 60px);overflow-y:auto;border-radius:0;box-shadow:none;padding:.5rem 0;background-color:#fff}.HamburgerMenu_menu__8ZhtP a{width:100%;padding:16px;font-size:1.05rem;border-bottom:1px solid rgba(0,0,0,.05)}.HamburgerMenu_menu__8ZhtP a:last-child{border-bottom:none}}.Footer_footer__O87v0{background-color:#013634;color:#e0f2f1;padding:3rem 1.5rem 1.5rem;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif;display:flex;flex-direction:column;align-items:center;-webkit-user-select:none;-moz-user-select:none;user-select:none}.Footer_content__uRiSn{width:100%;max-width:1080px;display:flex;justify-content:space-between;gap:3rem;flex-wrap:wrap}.Footer_logoSection__bMnLL{flex:1 1 250px;display:flex;flex-direction:column;gap:1rem}.Footer_logoSection__bMnLL h2{font-size:2rem;margin:0;color:#a1d8d0;letter-spacing:1.5px}.Footer_logoSection__bMnLL p{font-size:1rem;line-height:1.4;color:#c8e6e5}.Footer_logoSection__bMnLL .Footer_socials__5nFEO{display:flex;gap:1.2rem;margin-top:.8rem;justify-content:space-evenly}.Footer_logoSection__bMnLL .Footer_socials__5nFEO a{color:#e0f2f1;font-size:1.5rem;transition:color .3s ease}.Footer_logoSection__bMnLL .Footer_socials__5nFEO a:focus,.Footer_logoSection__bMnLL .Footer_socials__5nFEO a:hover{color:#81d8d0;outline:none}.Footer_navSection__hsVkx{flex:2 1 480px;display:flex;justify-content:space-between;gap:2.5rem;flex-wrap:wrap}.Footer_navSection__hsVkx ul{list-style:none;padding:0}.Footer_navSection__hsVkx ul li{margin-bottom:.7rem}.Footer_navSection__hsVkx ul li:first-child{font-weight:700;font-size:1.1rem;color:#81d8d0;margin-bottom:1rem;cursor:default}.Footer_navSection__hsVkx ul li a{color:#c8e6e5;text-decoration:none;font-size:.95rem;transition:color .25s ease}.Footer_navSection__hsVkx ul li a:focus,.Footer_navSection__hsVkx ul li a:hover{color:#a1d8d0;text-decoration:underline;outline:none}.Footer_copy__7rkGh{margin-top:2rem;font-size:.85rem;color:#7fc6bb;text-align:center;-webkit-user-select:text;-moz-user-select:text;user-select:text;width:100%;max-width:1080px}.Footer_copy__7rkGh a{display:inline-block;margin-top:.5rem;color:#81d8d0;font-weight:600;font-size:.9rem;text-decoration:none;transition:color .3s ease}.Footer_copy__7rkGh a:focus,.Footer_copy__7rkGh a:hover{color:#a1d8d0;text-decoration:underline;outline:none}@media(max-width:720px){.Footer_content__uRiSn{flex-direction:column;align-items:center}.Footer_logoSection__bMnLL,.Footer_navSection__hsVkx{flex:none;width:100%;max-width:480px;text-align:center}.Footer_navSection__hsVkx{justify-content:center}.Footer_navSection__hsVkx ul{margin-bottom:1.5rem}}