:root{--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light}*{box-sizing:border-box}html,body{color:#2b2b2f;background:#fff;width:100%;max-width:100vw;min-height:100vh;margin:0;padding:0;font-family:system-ui,-apple-system,Segoe UI,Roboto,Helvetica,Arial,sans-serif;overflow-x:hidden}#root{text-align:left;width:100%;max-width:100%;margin:0;padding:0}a{color:inherit}img,svg{max-width:100%;height:auto;display:block}.site-header{--brand-blue:#053199;--brand-blue-dark:#032266;--brand-yellow:#f5ee21;--brand-gray:#abaaaf;--brand-white:#fff;background:var(--brand-blue);z-index:100;width:100%;max-width:100vw;position:sticky;top:0;overflow-x:hidden;box-shadow:0 2px 10px #0000001f}.site-header__bar{justify-content:space-between;align-items:center;gap:1rem;max-width:1440px;margin:0 auto;padding:.85rem clamp(1.25rem,4vw,3rem);display:flex}.site-header__logo{color:var(--brand-white);letter-spacing:.02em;flex-shrink:0;align-items:center;gap:.25rem;font-size:1.4rem;font-weight:800;text-decoration:none;display:inline-flex}.site-header__logo-wave{background:var(--brand-yellow);border-radius:50%;width:10px;height:10px;margin-left:2px;display:inline-block}.site-header__nav--desktop{gap:clamp(1rem,2vw,2rem);display:none}.site-header__nav--desktop a{color:var(--brand-white);opacity:.92;font-size:.95rem;font-weight:600;text-decoration:none}.site-header__nav--desktop a:hover,.site-header__nav--desktop a:focus-visible{opacity:1;text-decoration:underline}.site-header__link{color:var(--brand-white);white-space:nowrap;font-size:.95rem;font-weight:700;text-decoration:none}.site-header__link:hover,.site-header__link:focus-visible{text-decoration:underline}.site-header__btn{white-space:nowrap;border:2px solid #0000;border-radius:6px;justify-content:center;align-items:center;padding:.6rem 1.1rem;font-size:.9rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s;display:inline-flex}.site-header__btn--fill{background:var(--brand-yellow);color:var(--brand-blue-dark)}.site-header__btn--fill:hover,.site-header__btn--fill:focus-visible{background:#fff}.site-header__btn--outline{border-color:var(--brand-white);color:var(--brand-white);background:0 0}.site-header__btn--outline:hover,.site-header__btn--outline:focus-visible{background:#ffffff1f}.site-header__btn:focus-visible,.site-header__link:focus-visible{outline:3px solid var(--brand-yellow);outline-offset:2px}.site-header__toggle{background:0 0;border:none;flex-direction:column;justify-content:center;gap:5px;width:32px;height:32px;padding:0;display:inline-flex}.site-header__toggle span{background:var(--brand-white);border-radius:2px;width:100%;height:2px;transition:transform .2s,opacity .2s;display:block}.site-header__toggle[aria-expanded=true] span:first-child{transform:translateY(7px)rotate(45deg)}.site-header__toggle[aria-expanded=true] span:nth-child(2){opacity:0}.site-header__toggle[aria-expanded=true] span:nth-child(3){transform:translateY(-7px)rotate(-45deg)}.site-header__mobile{background:var(--brand-blue-dark);max-height:0;transition:max-height .25s;overflow:hidden}.site-header__mobile.is-open{max-height:420px}.site-header__mobile nav{flex-direction:column;padding:.5rem clamp(1.25rem,4vw,3rem) 0;display:flex}.site-header__mobile nav a{color:var(--brand-white);border-bottom:1px solid #ffffff1f;padding:.75rem 0;font-weight:600;text-decoration:none}.site-header__mobile-actions{flex-direction:column;gap:.75rem;padding:1rem clamp(1.25rem,4vw,3rem) 1.25rem;display:flex}.site-header__mobile-actions .site-header__link{text-align:center}@media (width>=900px){.site-header__nav--desktop,.site-header__actions--desktop{align-items:center;display:flex}.site-header__toggle,.site-header__mobile{display:none}}@media (prefers-reduced-motion:reduce){.site-header__mobile,.site-header__toggle span{transition:none}}.site-footer{--brand-blue:#053199;--brand-yellow:#f5ee21;--brand-gray:#abaaaf;--brand-white:#fff;--footer-bg:#14151c;background:var(--footer-bg);width:100%;max-width:100vw;color:var(--brand-white);padding:clamp(2rem,5vw,3.5rem) clamp(1.25rem,4vw,3rem) 1.5rem;overflow-x:hidden}.site-footer__top{border-bottom:1px solid #ffffff1f;flex-direction:column;gap:2.25rem;max-width:1200px;margin:0 auto;padding-bottom:2.25rem;display:flex}.site-footer__brand{flex-direction:column;gap:.15rem;display:flex}.site-footer__logo{letter-spacing:.02em;align-items:center;font-size:1.6rem;font-weight:800;display:inline-flex}.site-footer__logo-wave{background:var(--brand-yellow);border-radius:50%;width:9px;height:9px;margin-left:3px;display:inline-block}.site-footer__logo-sub{letter-spacing:.25em;color:var(--brand-gray);font-size:.7rem;font-weight:700}.site-footer__cols{grid-template-columns:repeat(2,minmax(120px,1fr));gap:1.5rem;max-width:420px;display:grid}.site-footer__col h3{letter-spacing:.15em;text-transform:uppercase;color:var(--brand-gray);margin:0 0 .85rem;font-size:.75rem}.site-footer__col ul{flex-direction:column;gap:.6rem;margin:0;padding:0;list-style:none;display:flex}.site-footer__col a{color:var(--brand-white);font-size:.95rem;font-weight:600;text-decoration:none}.site-footer__col a:hover,.site-footer__col a:focus-visible{color:var(--brand-yellow);text-decoration:underline}.store-badge{color:var(--brand-white);border:1.5px solid #ffffff59;border-radius:8px;flex-direction:column;align-items:flex-start;padding:.55rem .9rem;text-decoration:none;transition:border-color .2s,background-color .2s;display:flex}.store-badge:hover,.store-badge:focus-visible{border-color:var(--brand-yellow);background:#f5ee210f}.store-badge__eyebrow{color:var(--brand-gray);font-size:.65rem}.store-badge__name{font-size:.95rem;font-weight:700}.site-footer__bottom{flex-wrap:wrap;align-items:center;gap:1.25rem;max-width:1200px;margin:0 auto;padding-top:1.5rem;display:flex}.site-footer__flags{gap:.6rem;display:flex}.site-footer__copyright{text-align:center;width:100%;color:var(--brand-gray);margin:0;font-size:.8rem}@media (width>=700px){.site-footer__top{flex-flow:wrap;justify-content:space-between;align-items:flex-start}}@media (width>=1024px){.site-footer__top{flex-wrap:nowrap}}@media (width<=480px){.site-footer__cols{grid-template-columns:1fr 1fr;max-width:100%}.site-footer__bottom{text-align:center;justify-content:center;display:flex}}.home{--brand-blue:#053199;--brand-blue-dark:#032266;--brand-yellow:#f5ee21;--brand-gray:#abaaaf;--brand-white:#fff;--ink:#2b2b2f;--cursor-url:url(/laptapcursor.png);box-sizing:border-box;background:var(--brand-white);width:100%;max-width:100vw;color:var(--ink);cursor:var(--cursor-url) 4 4, auto;font-family:inherit;overflow-x:hidden}.home *,.home :before,.home :after{box-sizing:inherit;cursor:inherit;min-width:0}.home img,.home svg{max-width:100%;height:auto;display:block}.home-hero{flex-direction:column-reverse;align-items:center;gap:clamp(2rem,6vw,3.5rem);padding:clamp(2rem,6vw,5rem) clamp(1.25rem,5vw,5rem);display:flex}.home-hero__content{text-align:center;width:100%;max-width:640px}.home-hero__title{color:var(--ink);margin:0 0 1rem;font-size:clamp(1.9rem,5vw,3rem);font-weight:800;line-height:1.15}.home-hero__title span{color:var(--brand-blue)}.home-hero__title span.home-hero__title-highlight{color:var(--brand-yellow)}.home-hero__intro{color:var(--ink);margin:0 0 1.5rem;font-size:clamp(1rem,2vw,1.15rem)}.home-hero__intro-link{color:var(--brand-blue);font-weight:700;text-decoration:none}.home-hero__intro-link:hover,.home-hero__intro-link:focus-visible{text-decoration:underline}.home-hero__benefits{flex-direction:column;align-items:center;gap:.85rem;margin:0 0 2rem;padding:0;list-style:none;display:flex}.home-hero__benefits li{color:var(--ink);align-items:center;gap:.6rem;font-size:clamp(.95rem,2vw,1.05rem);font-weight:700;display:flex}.home-hero__benefit-icon{background:var(--brand-yellow);width:32px;height:32px;color:var(--brand-blue-dark);border-radius:50%;flex-shrink:0;justify-content:center;align-items:center;display:inline-flex}.home-hero__actions{flex-wrap:wrap;justify-content:center;align-items:center;gap:1rem;display:flex}.btn{white-space:nowrap;border:2px solid #0000;border-radius:8px;justify-content:center;align-items:center;padding:.9rem 1.9rem;font-size:1rem;font-weight:700;text-decoration:none;transition:background-color .2s,color .2s,border-color .2s,transform .15s;display:inline-flex}.btn:active{transform:translateY(1px)}.btn--primary{background:var(--brand-blue);color:var(--brand-white)}.btn--primary:hover,.btn--primary:focus-visible{background:var(--brand-blue-dark)}.btn--outline{border-color:var(--brand-gray);color:var(--brand-blue);background:0 0}.btn--outline:hover,.btn--outline:focus-visible{border-color:var(--brand-blue);background:#0531990f}.btn:focus-visible{outline:3px solid var(--brand-yellow);outline-offset:2px}.home-hero__visual{aspect-ratio:1;width:100%;max-width:420px;margin:0 auto;position:relative}.home-hero__dots{background-image:radial-gradient(var(--brand-gray) 1.6px, transparent 1.6px);opacity:.7;z-index:0;background-size:14px 14px;width:34%;height:34%;position:absolute;top:4%;right:4%}.home-hero__zigzag{background-image:repeating-linear-gradient(135deg, var(--brand-yellow) 0 3px, transparent 3px 10px);opacity:.9;z-index:0;width:30%;height:12%;position:absolute;bottom:6%;right:8%}.home-hero__circle{z-index:1;aspect-ratio:1;width:100%;height:100%;position:relative}.home-hero__photo{aspect-ratio:1;object-fit:contain;width:100%;height:100%;display:block}.bubble{background:var(--brand-yellow);color:var(--ink);white-space:normal;z-index:2;border-radius:10px;padding:clamp(.4rem,1.6vw,.55rem) clamp(.55rem,2vw,.85rem);font-size:clamp(.68rem,2.6vw,.85rem);font-weight:600;line-height:1.25;position:absolute;box-shadow:0 6px 16px #00000026}.bubble--1{top:5%;left:10%}.bubble--2{text-align:left;top:42%;right:-4%}.bubble--3{bottom:20%;left:-2%}.home-partners{padding:clamp(1.5rem,5vw,3rem) clamp(1.25rem,5vw,5rem) clamp(3rem,7vw,5rem)}.home-partners__grid{grid-template-columns:repeat(auto-fit,minmax(96px,1fr));justify-items:center;gap:clamp(1.25rem,3vw,2.5rem);max-width:1100px;margin:0 auto;display:grid}.partner-badge{text-align:center;flex-direction:column;align-items:center;gap:.5rem;display:flex}.partner-badge__mark{border:2px solid var(--brand-gray);width:56px;height:56px;color:var(--brand-blue);background:var(--brand-white);border-radius:50%;justify-content:center;align-items:center;font-size:.95rem;font-weight:800;transition:border-color .2s,color .2s,transform .2s;display:inline-flex}.partner-badge:hover .partner-badge__mark{border-color:var(--brand-yellow);color:var(--brand-blue-dark);transform:translateY(-2px)}.partner-badge__name{color:var(--brand-gray);margin:0;font-size:.75rem;font-weight:600}@media (width<=380px){.home-hero__benefits li{font-size:.9rem}.btn{padding:.8rem 1.4rem;font-size:.95rem}.bubble{max-width:44%;padding:.35rem .5rem}}@media (width>=900px){.home-hero{text-align:left;flex-direction:row;align-items:center}.home-hero__content{text-align:left}.home-hero__intro,.home-hero__benefits{text-align:left;align-items:flex-start}.home-hero__benefits li,.home-hero__actions{justify-content:flex-start}.home-hero__visual{max-width:460px}}@media (width>=1440px){.home-hero{max-width:1400px;margin:0 auto}.home-partners__grid{max-width:1200px}}@media (height<=500px) and (orientation:landscape) and (width<=900px){.home-hero{flex-direction:row;gap:1.5rem;padding-top:1.5rem;padding-bottom:1.5rem}.home-hero__visual{max-width:220px}.home-hero__title{font-size:1.5rem}.home-hero__benefits{gap:.5rem}}@media (prefers-reduced-motion:reduce){.home{scroll-behavior:auto}.btn,.partner-badge__mark{transition:none}}.preloader{z-index:99999999;background:#053199;justify-content:center;align-items:center;width:100vw;height:100vh;transition:top .8s cubic-bezier(.76,0,.24,1);display:flex;position:fixed;inset:0}.preloader--exit{top:-100vh}.preloader__word{z-index:10;color:#f5ee21;opacity:0;align-items:center;font-size:2.5rem;font-weight:500;animation:1s .2s forwards preloaderFadeIn;display:flex;position:absolute}@media (width>=768px){.preloader__word{font-size:3.5rem}}@media (width>=1024px){.preloader__word{font-size:4rem}}.preloader__svg{width:100%;height:calc(100% + 300px);position:absolute;top:0;left:0}@keyframes preloaderFadeIn{to{opacity:.75}}html{scrollbar-width:none;-ms-overflow-style:none}html::-webkit-scrollbar{display:none}.app{cursor:url(/laptapcursor.png) 4 4,auto;flex-direction:column;width:100%;max-width:100vw;min-height:100vh;display:flex;overflow-x:hidden}.app *{cursor:inherit}.app__content{flex:1 0 auto}
