:root{--vt-c-white: #ffffff;--vt-c-white-soft: #f8f8f8;--vt-c-white-mute: #f2f2f2;--vt-c-black: #181818;--vt-c-black-soft: #222222;--vt-c-black-mute: #282828;--vt-c-indigo: #2c3e50;--vt-c-divider-light-1: rgba(60, 60, 60, .29);--vt-c-divider-light-2: rgba(60, 60, 60, .12);--vt-c-divider-dark-1: rgba(84, 84, 84, .65);--vt-c-divider-dark-2: rgba(84, 84, 84, .48);--vt-c-text-light-1: var(--vt-c-indigo);--vt-c-text-light-2: rgba(60, 60, 60, .66);--vt-c-text-dark-1: var(--vt-c-white);--vt-c-text-dark-2: rgba(235, 235, 235, .64)}:root{--color-background: var(--vt-c-white);--color-background-soft: var(--vt-c-white-soft);--color-background-mute: var(--vt-c-white-mute);--color-border: var(--vt-c-divider-light-2);--color-border-hover: var(--vt-c-divider-light-1);--color-heading: var(--vt-c-text-light-1);--color-text: var(--vt-c-text-light-1);--section-gap: 160px}@media(prefers-color-scheme:dark){:root{--color-background: var(--vt-c-black);--color-background-soft: var(--vt-c-black-soft);--color-background-mute: var(--vt-c-black-mute);--color-border: var(--vt-c-divider-dark-2);--color-border-hover: var(--vt-c-divider-dark-1);--color-heading: var(--vt-c-text-dark-1);--color-text: var(--vt-c-text-dark-2)}}*,*:before,*:after{box-sizing:border-box;margin:0;font-weight:400}body{min-height:100vh;color:var(--color-text);background:var(--color-background);transition:color .5s,background-color .5s;line-height:1.6;font-family:Inter,-apple-system,BlinkMacSystemFont,Segoe UI,Roboto,Oxygen,Ubuntu,Cantarell,Fira Sans,Droid Sans,Helvetica Neue,sans-serif;font-size:15px;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}#app{margin:0 auto;padding:2rem;font-weight:400}a,.green{text-decoration:none;color:#00bd7e;transition:.4s;padding:3px}@media(hover:hover){a:hover{background-color:#00bd7e33}}@media(min-width:1024px){body{display:flex;place-items:center}}[data-v-f3b8edd1]{margin:0;padding:0;box-sizing:border-box}.navbar[data-v-f3b8edd1]{position:fixed;top:0;width:100%;background:#fff;z-index:10000;box-shadow:0 2px 12px #00000014}.navbar-content[data-v-f3b8edd1]{max-width:1400px;margin:0 auto;padding:16px 40px;display:flex;justify-content:space-between;align-items:center;height:90px}.logo[data-v-f3b8edd1]{position:relative;z-index:10002}.logo a[data-v-f3b8edd1]{pointer-events:auto}.logo img[data-v-f3b8edd1]{height:100px;object-fit:contain;transition:transform .35s ease,filter .35s ease;cursor:pointer}.logo a:hover img[data-v-f3b8edd1]{transform:scale(1.05) translateY(-2px);filter:brightness(1.05)}.menu[data-v-f3b8edd1]{display:flex;gap:54px}.nav-link[data-v-f3b8edd1]{position:relative;text-decoration:none;color:#005b8f;font-weight:500;font-size:16px;padding:8px 4px;background-color:transparent!important;transition:color .3s ease}.nav-link[data-v-f3b8edd1]:hover,.nav-link[data-v-f3b8edd1]:focus,.nav-link[data-v-f3b8edd1]:active{background-color:transparent!important;color:#00a0df}.nav-link[data-v-f3b8edd1]:after{content:"";position:absolute;left:0;bottom:0;width:0;height:2px;background-color:#00a0df;transition:width .3s ease}.nav-link[data-v-f3b8edd1]:hover:after{width:100%}.nav-link.router-link-active[data-v-f3b8edd1]{color:#00a0df}.nav-link.router-link-active[data-v-f3b8edd1]:after{width:100%}.hamburger[data-v-f3b8edd1]{display:flex;flex-direction:column;width:30px;height:25px;background:none;border:none;cursor:pointer;padding:0;z-index:10001}.hamburger span[data-v-f3b8edd1]{width:100%;height:3px;background:#005b8f;border-radius:10px;transition:all .3s ease;display:block}.hamburger.active span[data-v-f3b8edd1]:nth-child(1){transform:rotate(45deg) translate(8px,8px)}.hamburger.active span[data-v-f3b8edd1]:nth-child(2){opacity:0}.hamburger.active span[data-v-f3b8edd1]:nth-child(3){transform:rotate(-45deg) translate(7px,-7px)}.mobile-menu[data-v-f3b8edd1]{position:fixed;width:100%;background:#fff;transform:translateY(-100%);opacity:0;transition:all .3s ease;overflow-y:auto;-webkit-overflow-scrolling:touch;z-index:9999;pointer-events:none}.mobile-menu.open[data-v-f3b8edd1]{transform:translateY(0);opacity:1;pointer-events:auto}.mobile-menu .nav-link[data-v-f3b8edd1]{display:block;padding:20px 40px;border-bottom:1px solid #f0f0f0;font-size:16px}@media(max-width:1024px){.navbar-content[data-v-f3b8edd1]{padding:16px 20px;height:70px}.logo img[data-v-f3b8edd1]{height:80px}.menu[data-v-f3b8edd1]{display:none}.mobile-menu[data-v-f3b8edd1]{top:70px;max-height:calc(100vh - 70px)}}@media(max-width:480px){.navbar-content[data-v-f3b8edd1]{padding:12px 16px;height:65px}.logo img[data-v-f3b8edd1]{height:70px}.mobile-menu[data-v-f3b8edd1]{top:65px;max-height:calc(100vh - 65px)}.mobile-menu .nav-link[data-v-f3b8edd1]{padding:18px 24px;font-size:15px}.hamburger[data-v-f3b8edd1]{width:28px;height:22px}.hamburger span[data-v-f3b8edd1]{height:2.5px}}@media(hover:none){.nav-link[data-v-f3b8edd1]:hover:after{width:0}}.logo a[data-v-f3b8edd1],.logo a[data-v-f3b8edd1]:hover,.logo a[data-v-f3b8edd1]:focus,.logo a[data-v-f3b8edd1]:active,.logo img[data-v-f3b8edd1]{background-color:transparent!important;box-shadow:none!important;outline:none!important}.lang-switcher[data-v-f3b8edd1]{display:flex;gap:12px;align-items:center}.lang-icon[data-v-f3b8edd1]{width:60px;height:60px;cursor:pointer;transition:transform .2s ease}@media(max-width:768px){.lang-icon[data-v-f3b8edd1]{width:40px;height:40px}}@media(max-width:480px){.lang-icon[data-v-f3b8edd1]{width:36px;height:36px}}.lang-icon[data-v-f3b8edd1]:hover{transform:scale(1.1)}.lang-dropdown[data-v-f3b8edd1]{position:relative;display:inline-block;cursor:pointer;-webkit-user-select:none;user-select:none}.lang-selected[data-v-f3b8edd1]{display:flex;align-items:center;gap:8px;background:#fff;border:2px solid #2fb7ff;padding:8px 12px;border-radius:12px;box-shadow:0 4px 12px #0000001a}.lang-selected img[data-v-f3b8edd1]{width:24px;height:24px;border-radius:50%}.lang-selected span[data-v-f3b8edd1]{font-weight:600;color:#2fb7ff}.arrow[data-v-f3b8edd1]{width:16px;height:16px;fill:#2fb7ff}.lang-options[data-v-f3b8edd1]{position:absolute;top:100%;left:0;margin-top:6px;background:#fff;border:2px solid #2fb7ff;border-radius:12px;box-shadow:0 4px 12px #0000001a;z-index:10;overflow:hidden}.lang-option[data-v-f3b8edd1]{display:flex;align-items:center;gap:8px;padding:8px 12px;cursor:pointer;border-radius:inherit}.lang-option[data-v-f3b8edd1]:hover{background-color:#e6f4fb}.lang-option img[data-v-f3b8edd1]{width:24px;height:24px;border-radius:50%}.lang-option span[data-v-f3b8edd1]{font-weight:600;color:#2fb7ff}@media(max-width:768px){.navbar-content[data-v-f3b8edd1]{display:flex;align-items:center;justify-content:space-between}.lang-dropdown[data-v-f3b8edd1]{margin-right:12px}.navbar[data-v-f3b8edd1]:after{content:"";display:none}.hamburger[data-v-f3b8edd1]{position:relative;margin-left:8px}.lang-dropdown[data-v-f3b8edd1],.hamburger[data-v-f3b8edd1]{display:inline-flex;align-items:center}.lang-selected[data-v-f3b8edd1]{padding:6px 10px;border-radius:10px}.lang-selected span[data-v-f3b8edd1]{font-size:13px}.lang-selected img[data-v-f3b8edd1]{width:20px;height:20px}}.mobile-right[data-v-f3b8edd1]{display:flex;align-items:center;gap:12px}@media(max-width:1024px){.navbar-content[data-v-f3b8edd1]{display:flex;justify-content:space-between;align-items:center}.mobile-right[data-v-f3b8edd1]{margin-left:auto}.lang-selected[data-v-f3b8edd1]{padding:6px 8px;border-radius:10px}.lang-selected span[data-v-f3b8edd1]{display:none}.lang-selected img[data-v-f3b8edd1]{width:22px;height:22px}.hamburger[data-v-f3b8edd1]{margin-left:6px}}@media(max-width:480px){.mobile-right[data-v-f3b8edd1]{gap:10px}.hamburger[data-v-f3b8edd1]{width:26px;height:20px}.hamburger span[data-v-f3b8edd1]{height:2.5px}}.mobile-right[data-v-f3b8edd1]{display:flex;align-items:center;gap:12px;margin-left:auto}@media(max-width:1024px){.desktop-lang[data-v-f3b8edd1],.mobile-lang .lang-selected span[data-v-f3b8edd1]{display:none}.mobile-lang .lang-selected[data-v-f3b8edd1]{padding:6px 8px;border-radius:10px}.mobile-lang img[data-v-f3b8edd1]{width:22px;height:22px}}@media(min-width:1025px){.mobile-right[data-v-f3b8edd1]{display:none}}.footer[data-v-031d127c]{width:100vw;background-color:#0b539c;color:#fff;font-family:system-ui,sans-serif}.footer-container[data-v-031d127c]{max-width:1600px;margin:0 auto;padding:30px 50px 20px;display:flex;justify-content:space-between;align-items:center;gap:60px;flex-wrap:wrap}.footer-brand[data-v-031d127c]{max-width:520px}.footer-logo[data-v-031d127c]{width:300px;filter:brightness(0) invert(1)}.footer-info[data-v-031d127c]{flex:1;min-width:220px;text-align:center;display:flex;flex-direction:column;align-items:center;justify-content:center;font-size:16px;line-height:1.6;opacity:.95}.footer-map iframe[data-v-031d127c]{width:260px;height:170px;border:none;border-radius:10px;box-shadow:0 10px 25px #00000059}.footer-bottom[data-v-031d127c]{background-color:#125496;text-align:center;padding:14px 20px;font-size:13px;opacity:.9;max-width:910px;margin:2px auto}@media(max-width:900px){.footer-container[data-v-031d127c]{flex-direction:column;text-align:center;padding:35px 20px}.footer-map iframe[data-v-031d127c]{width:100%;height:220px}.footer-logo[data-v-031d127c]{margin:0 auto}}.route-loader[data-v-bed0a7a2]{position:fixed;inset:0;background:#fff;display:flex;justify-content:center;align-items:center;z-index:9999}.loader-content[data-v-bed0a7a2]{position:relative;width:360px;height:360px;display:flex;justify-content:center;align-items:center}.center-block[data-v-bed0a7a2]{display:flex;flex-direction:column;align-items:center;gap:12px;z-index:2}.logo[data-v-bed0a7a2]{width:180px;max-width:80vw}.loading-text[data-v-bed0a7a2]{font-size:18px;font-weight:500;color:#333;margin-top:0}.orbit[data-v-bed0a7a2]{position:absolute;top:50%;left:50%;width:280px;height:280px;transform:translate(-50%,-50%);animation:spin-bed0a7a2 10s linear infinite}.icon[data-v-bed0a7a2]{position:absolute;top:50%;left:50%;font-size:32px;transform-origin:center}@keyframes spin-bed0a7a2{0%{transform:translate(-50%,-50%) rotate(0)}to{transform:translate(-50%,-50%) rotate(360deg)}}@media(max-width:480px){.loader-content[data-v-bed0a7a2]{width:280px;height:280px}.logo[data-v-bed0a7a2]{width:140px}.icon[data-v-bed0a7a2]{font-size:26px}.orbit[data-v-bed0a7a2]{width:220px;height:220px}.loading-text[data-v-bed0a7a2]{font-size:16px}}html,body,#app,#app-layout{margin:0;padding:0;width:100%;min-height:100vh;overflow-x:hidden;background:#fff}#app-layout{display:flex;flex-direction:column}.page-content{flex:1}.language-selector{display:flex;gap:10px;padding:10px}.language-selector img{width:50px;height:auto;cursor:pointer;transition:transform .2s}.language-selector img:hover{transform:scale(1.1)}
