*{outline:none;box-sizing:border-box}a{color:inherit;text-decoration:none}h1,h2,h3,p{margin:0;line-height:1.4}.relative{position:relative}@font-face{font-family:Co Headline;src:url(/fonts/Co%20Headline%20Light.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Co Headline;src:url(/fonts/Co%20Headline.otf) format("opentype");font-weight:400 700;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/fonts/AvenirLTProLight.otf) format("opentype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Avenir LT Pro;src:url(/fonts/AvenirLTProMedium.otf) format("opentype");font-weight:500 600;font-style:normal;font-display:swap}:root{--ls-sky: #74b4da;--ls-navy: #10367d;--ls-jade: #00bda1;--ls-ink: #172a39;--ls-bone: #dddcd7;--ls-sky-50: #f1f7fb;--ls-sky-100: #dbeaf5;--ls-sky-200: #b6d5ea;--ls-sky-400: #5aa2cf;--ls-sky-700: #2a6490;--ls-navy-50: #e8ecf5;--ls-navy-900: #0a2258;--ls-jade-700: #00967f;--ls-ink-500: #3e5060;--ls-ink-700: #223545;--ls-ink-300: #7b8794;--ls-bg: #F5F7FA;--ls-bg-subtle: #EEF2F7;--ls-surface: #ffffff;--ls-glass-fill: rgba(255, 255, 255, .68);--ls-glass-stroke: rgba(255, 255, 255, .7);--ls-fg-1: var(--ls-ink);--ls-fg-2: #3e5060;--ls-fg-3: #7b8794;--ls-grad-hero: linear-gradient(135deg, #dbeaf5 0%, #74b4da 55%, #10367d 100%);--ls-grad-pill: linear-gradient(135deg, #3e88b9 0%, #10367d 100%);--ls-grad-card: linear-gradient(160deg, #74b4da 0%, #2a6490 60%, #10367d 100%);--ls-font-display: "Co Headline", Poppins, system-ui, sans-serif;--ls-font-body: "Avenir LT Pro", "Nunito Sans", Inter, system-ui, sans-serif;--ls-shadow-sm: 0 4px 14px rgba(16, 54, 125, .06);--ls-shadow-md: 0 10px 30px rgba(16, 54, 125, .08);--ls-shadow-lg: 0 22px 60px rgba(16, 54, 125, .1);--ls-shadow-xl: 0 40px 90px rgba(16, 54, 125, .14);--ls-shadow-glow: 0 20px 50px rgba(116, 180, 218, .4);--ls-shadow-ring: inset 0 0 0 1px rgba(255, 255, 255, .55);--ls-ease: cubic-bezier(.22, 1, .36, 1);--ls-dur-fast: .16s;--ls-dur-base: .26s;--ls-dur-slow: .52s}button,input{font-family:inherit;background-color:transparent;border:none}button{cursor:pointer}button>*{pointer-events:none}body{margin:0;padding:0;overflow-x:hidden;scrollbar-width:none;-ms-overflow-style:none;background:#fff;color:var(--ls-fg-1);font-family:var(--ls-font-body);font-weight:400;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}.wrapper{width:100%;min-height:100vh;display:flex;position:absolute;align-items:center;flex-direction:column;top:0;left:0;z-index:2}.wrapper main{overflow:hidden;margin:0 auto;gap:20px}.wrapper main:not(.mobile){padding:88px 0 0}.wrapper main.fade{opacity:.7}::-webkit-scrollbar{width:4px;height:4px}::-webkit-scrollbar-track{background:transparent}::-webkit-scrollbar-thumb{background-color:#10367d26;border-radius:4px}[loading]{--delay: 0ms;min-width:30px;min-height:20px;border-radius:8px;display:inline-block;position:relative;overflow:hidden}@keyframes shimmer{to{transform:translate(100%)}}[loading]:after{position:absolute;top:0;right:0;bottom:0;left:0;transform:translate(-100%);background-image:linear-gradient(90deg,transparent 0%,rgba(255,255,255,.05) 20%,rgba(255,255,255,.15) 60%,transparent 100%);animation:shimmer 2s infinite;animation-delay:var(--delay);content:""}.modal-slide-up-enter-active,.modal-slide-up-leave-active{transition:all .4s ease-out}.modal-slide-up-enter-from{transform:translate(-50%,-35%)!important;opacity:0}.modal-slide-up-leave-to{opacity:0}@media(max-width:768px){.wrapper main:not(.no__pad,.mobile){padding:72px 0 80px}}.modals[data-v-e578d2f7]{display:flex;flex-direction:column;position:fixed;padding:1px;right:10px;gap:10px;z-index:9999999999;bottom:20px;max-height:900px;overflow:hidden}.modals .cell[data-v-e578d2f7]{border-radius:10px;position:relative;display:flex;box-shadow:4px 4px 15px #00000080;gap:8px;left:100%;width:310px;align-items:center;padding:12px 15px;color:#000;animation:slide-e578d2f7 .3s forwards ease-out;font-weight:400;color:#f0b0ae;outline:1px solid #ff2f2f60;background-color:#3b040b}.modals .cell.ok[data-v-e578d2f7]{color:#71ca82;font-weight:500;outline:1px solid #5bff842d;background-color:#15211b}.modals .cell.warn[data-v-e578d2f7]{color:#cac471;font-weight:500;outline:1px solid #ffef5b2d;background-color:#211f15}.modals .icon[data-v-e578d2f7]{width:20px;flex-shrink:0;display:grid;place-content:center;border-radius:5px}.modals .icon svg[data-v-e578d2f7]{width:100%}.modals .modal__info[data-v-e578d2f7]{display:flex;flex-direction:column;gap:5px}.modals .modal__info span[data-v-e578d2f7]{margin:0;font-size:14px}.modal-leave-active[data-v-e578d2f7]{animation:invslide-e578d2f7 .2s forwards ease-in!important}@keyframes slide-e578d2f7{0%{transform:translate(0)}to{transform:translate(-100%)}}@keyframes invslide-e578d2f7{to{transform:translate(0)}0%{transform:translate(-100%)}}@media(max-width:768px){.modals[data-v-e578d2f7]{bottom:unset;top:65px}}header[data-v-32aed486]{position:fixed;left:50%;top:0;background:linear-gradient(180deg,#1d303b,#17252e);box-shadow:0 4px 12px #1921283d;transform:translate(-50%);display:flex;justify-content:center;z-index:999999999;height:64px;width:100%;gap:10px}header .bar[data-v-32aed486]{width:100%;max-width:1080px;display:flex;align-items:center;justify-content:space-between;position:relative;padding:0 10px;gap:20px}header .bar[data-v-32aed486]>*{width:100%;display:flex}header .bar .logo[data-v-32aed486]{width:100%}header .bar .logo.tiny[data-v-32aed486]{max-width:40px}header .bar .logo.tiny img[data-v-32aed486]{max-width:40px;height:34px}header .bar .logo img[data-v-32aed486]{max-width:124px;width:100%;object-fit:contain;height:24px}header .bar .buttons[data-v-32aed486]{gap:10px;width:100%;max-width:440px}header .bar .buttons button[data-v-32aed486]{width:100%;padding:10px 15px;border-radius:6px;font-size:12px;display:flex;justify-content:center;align-self:center}header .bar .buttons button.login[data-v-32aed486]{background:linear-gradient(180deg,#394e5a,#2c3f4a);font-weight:700;letter-spacing:.7px;color:#fff}header .bar .buttons button.register[data-v-32aed486]{background:#fecd04;font-weight:700;letter-spacing:.7px;color:#000}.nav-wrap[data-v-91a99c89]{position:fixed;top:18px;left:0;right:0;z-index:999999;padding:0 24px;pointer-events:none}.nav[data-v-91a99c89]{max-width:1600px;margin:0 auto;display:flex;align-items:center;justify-content:space-between;padding:10px 14px 10px 22px;background:#ffffffad;-webkit-backdrop-filter:blur(20px);backdrop-filter:blur(20px);border:1px solid rgba(255,255,255,.7);border-radius:999px;pointer-events:all}.nav-logo[data-v-91a99c89]{display:flex;align-items:center;flex-shrink:0}.nav-logo img[data-v-91a99c89]{height:26px;display:block;object-fit:contain}.nav-links[data-v-91a99c89]{display:flex;gap:28px}.nav-links a[data-v-91a99c89]{font-family:var(--ls-font-body);font-size:14px;color:var(--ls-fg-2);text-decoration:none;font-weight:500;transition:color var(--ls-dur-base) var(--ls-ease)}.nav-links a[data-v-91a99c89]:hover{color:var(--ls-navy)}.nav-cta[data-v-91a99c89]{background:#3e88b9;color:#fff;border:none;border-radius:999px;padding:11px 22px;font-family:var(--ls-font-body);font-size:14px;font-weight:500;cursor:pointer;text-decoration:none;display:inline-flex;align-items:center;transition:transform var(--ls-dur-base) var(--ls-ease),box-shadow var(--ls-dur-base) var(--ls-ease)}footer[data-v-921ce9f6]{display:flex;align-items:center;justify-content:center;position:relative;width:100%;padding:0 50px;bottom:0;z-index:10}footer .ctn[data-v-921ce9f6]{display:flex;justify-content:center;align-items:center;flex-direction:column;max-width:1080px;width:100%}footer .ctn[data-v-921ce9f6]:before{content:"";width:100%;height:100%;pointer-events:none;position:absolute;left:0;top:0;opacity:.18;z-index:-1;background:linear-gradient(180deg,#436071,#294251) border-box}footer .ctn .pos[data-v-921ce9f6]{display:flex;justify-content:space-between;align-items:center;width:100%;flex-direction:row;padding:55px 0}@media(max-width:900px){footer .ctn .pos[data-v-921ce9f6]{flex-direction:column}}footer .ctn .pos .left[data-v-921ce9f6]{display:flex;flex-direction:column;gap:25px}@media(max-width:900px){footer .ctn .pos .left[data-v-921ce9f6]{justify-content:center;align-items:center}}footer .ctn .pos .left img[data-v-921ce9f6]{width:210px}footer .ctn .pos .left .legal[data-v-921ce9f6]{display:flex;flex-direction:row;gap:20px;align-items:center}@media(max-width:900px){footer .ctn .pos .left .legal[data-v-921ce9f6]{flex-direction:column;justify-content:center;align-items:center}}footer .ctn .pos .left .legal svg[data-v-921ce9f6]{width:40px;height:40px}footer .ctn .pos .left .legal .text[data-v-921ce9f6]{font-size:18px;color:#8491a3;width:320px}@media(max-width:900px){footer .ctn .pos .left .legal .text[data-v-921ce9f6]{text-align:center}}footer .ctn .pos .left .lang[data-v-921ce9f6]{margin-top:10px;width:140px}footer .ctn .pos .cols[data-v-921ce9f6]{display:flex;gap:40px}footer .ctn .pos .cols .col[data-v-921ce9f6]{display:flex;flex-direction:column;gap:12px;min-width:120px}footer .ctn .pos .cols .col .label[data-v-921ce9f6]{color:#fff;font-weight:600;margin-bottom:5px;display:flex;align-items:center;justify-content:space-between;cursor:pointer}@media(min-width:901px){footer .ctn .pos .cols .col .label[data-v-921ce9f6]{cursor:default}}footer .ctn .pos .cols .col .label .arrow[data-v-921ce9f6]{width:16px;height:16px;transition:transform .3s ease;transform:rotate(180deg)}footer .ctn .pos .cols .col .label .arrow.rotated[data-v-921ce9f6]{transform:rotate(0)}footer .ctn .pos .cols .col .link[data-v-921ce9f6]{color:#708999;text-decoration:none;cursor:pointer;transition:color .2s}footer .ctn .pos .cols .col .link[data-v-921ce9f6]:hover{color:#fff}footer .ctn .pos .cols.mobile-faq[data-v-921ce9f6]{flex-direction:column;width:100%;gap:25px;margin-top:40px}footer .ctn .pos .cols.mobile-faq .col[data-v-921ce9f6]{border-bottom:1px solid #43607156;padding-bottom:10px}footer .ctn .pos .cols.mobile-faq .col .faq-content[data-v-921ce9f6]{display:flex;flex-direction:column;gap:12px;animation:fadeIn-921ce9f6 .3s ease-in-out;margin-bottom:15px}footer .ctn .bottom[data-v-921ce9f6]{width:100%;padding:30px 0;display:flex;flex-direction:column;gap:10px;text-align:center;border-top:1px solid #43607156}@media(max-width:900px){footer .ctn .bottom[data-v-921ce9f6]{border:unset;padding:unset;margin-bottom:120px}}footer .ctn .bottom .copy[data-v-921ce9f6]{font-size:14px;color:#6e7a91}footer .ctn .bottom .copy .brand[data-v-921ce9f6]{color:#f9c442;font-weight:600}@keyframes fadeIn-921ce9f6{0%{opacity:0;transform:translateY(-4px)}to{opacity:1;transform:translateY(0)}}.scale-slide-enter-active,.scale-slide-leave-active{position:absolute;transition:all .5s ease,opacity .4s!important}.scale-slide-enter-from{right:-200%!important}.scale-slide-enter-to{right:0%!important}.scale-slide-leave-to{opacity:0}.fade-enter-active,.fade-leave-active{transition:opacity .4s ease}.fade-enter-from,.fade-leave-to{opacity:0}.fade-out-leave-active{transition:opacity .4s ease}.fade-out-leave-to{opacity:0}.content[data-v-aa641975]{width:100%;display:flex;flex-direction:column;overflow:hidden;top:0;gap:20px;min-height:100vh;position:relative;color:var(--header-text-color)}.content .notch[data-v-aa641975]{width:100%;flex-shrink:0;height:0;top:0;height:var(--ion-safe-area-top, 0px);background-color:#0f0f11;position:fixed;z-index:999}.content main[data-v-aa641975]{width:100%;display:flex;justify-content:flex-start;flex-direction:column;align-items:center;min-height:100vh;transition:.3s opacity}.content main.dim[data-v-aa641975]{opacity:.4}.content main.maintenance[data-v-aa641975]{padding:0}.content .mobile[data-v-aa641975]{margin-top:var(--header-height);margin-bottom:calc(var(--ion-safe-area-bottom, 0px) + var(--mobile-bar-height, 0px))}
