.page-section{--page-w:1440;--page-h:1024;box-sizing:border-box;width:100%;min-height:100vh;max-height:100vh;margin:0 auto;position:relative}.page-section--surface{background:linear-gradient(#fff 0% 100%);box-shadow:0 3px 6px #120f281f}.page-section__content{z-index:1;position:relative}.page-bg-blobs{pointer-events:none;z-index:0;border-radius:inherit;position:absolute;inset:0;overflow:hidden}.page-bg-blob{opacity:1;position:absolute;transform:translateZ(0)}.page-bg-blob--amber{width:400px;height:400px;left:calc(35.59 / var(--page-w) * 100%);top:calc(664.11 / var(--page-h) * 100%);filter:blur(100px);background:#fbbf2440;border-radius:200px}.page-bg-blob--coral{width:500px;height:300px;left:calc(360 / var(--page-w) * 100%);top:calc(860 / var(--page-h) * 100%);filter:blur(120px);background:#ef444440;border-radius:150px}@media (width<=900px){.page-bg-blob--amber{width:min(280px,55vw);height:min(280px,55vw);top:52%;left:-8%}.page-bg-blob--coral{width:min(320px,70vw);height:min(200px,40vw);top:62%;left:35%}}:root{--text:#6b6375;--text-h:#08060d;--bg:#fff;--border:#e5e4e7;--code-bg:#f4f3ec;--accent:#aa3bff;--accent-bg:#aa3bff1a;--accent-border:#aa3bff80;--social-bg:#f4f3ec80;--shadow:#0000001a 0 10px 15px -3px, #0000000d 0 4px 6px -2px;--sans:system-ui, "Segoe UI", Roboto, sans-serif;--heading:system-ui, "Segoe UI", Roboto, sans-serif;--mono:ui-monospace, Consolas, monospace;font:18px/145% var(--sans);letter-spacing:.18px;--lightningcss-light:initial;--lightningcss-dark: ;color-scheme:light dark;color:var(--text);background:var(--bg);font-synthesis:none;text-rendering:optimizelegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (prefers-color-scheme:dark){:root{--lightningcss-light: ;--lightningcss-dark:initial}}@media (width<=1024px){:root{font-size:16px}}@media (prefers-color-scheme:dark){:root{--text:#9ca3af;--text-h:#f3f4f6;--bg:#16171d;--border:#2e303a;--code-bg:#1f2028;--accent:#c084fc;--accent-bg:#c084fc26;--accent-border:#c084fc80;--social-bg:#2f303a80;--shadow:#0006 0 10px 15px -3px, #00000040 0 4px 6px -2px}}body{margin:0}#root{box-sizing:border-box;flex-direction:column;width:100%;max-width:100%;min-height:100svh;margin:0;display:flex}.home-page{background:#0f0f12;flex-direction:column;flex:1;align-items:center;display:flex}h1,h2{font-family:var(--heading);color:var(--text-h);font-weight:500}h1{letter-spacing:-1.68px;margin:32px 0;font-size:56px}@media (width<=1024px){h1{margin:20px 0;font-size:36px}}h2{letter-spacing:-.24px;margin:0 0 8px;font-size:24px;line-height:118%}@media (width<=1024px){h2{font-size:20px}}p{margin:0}code{font-family:var(--mono);color:var(--text-h);background:var(--code-bg);border-radius:4px;padding:4px 8px;font-size:15px;line-height:135%;display:inline-flex}.visually-hidden{clip:rect(0, 0, 0, 0);white-space:nowrap;border:0;width:1px;height:1px;margin:-1px;padding:0;position:absolute;overflow:hidden}.home-hero{aspect-ratio:1440/1024;box-sizing:border-box;--hero-w:1440;--hero-h:1024;--hero-gutter-x:36px;background:#fff;width:100%;min-height:100vh;max-height:100vh;margin:0;position:relative;overflow:hidden;box-shadow:0 3px 6px #120f281f}.home-hero__bg{pointer-events:none;background-position:top;background-repeat:no-repeat;background-size:cover;position:absolute;inset:0}.hero-header{z-index:3;padding:19px var(--hero-gutter-x) 0;box-sizing:border-box;flex-wrap:nowrap;justify-content:space-between;align-items:center;gap:1rem;display:flex;position:absolute;top:0;left:0;right:0}.hero-header__brand{color:#fff;flex-shrink:0;align-items:center;gap:11px;text-decoration:none;display:inline-flex}.hero-header__logo-mark{filter:drop-shadow(0 2px 5px #171a1f17)drop-shadow(0 0 2px #171a1f1f);border-radius:4px;width:clamp(40px,4.44vw,68px);height:clamp(44px,4.93vw,75px)}.hero-header__logo-img{object-fit:contain;object-position:center center;width:100%;height:100%;display:block}.hero-header__brand-text{letter-spacing:-.5px;color:#fff;font-family:Archivo,system-ui,sans-serif;font-size:clamp(16px,1.39vw,25px);font-weight:900;line-height:1.2}.hero-header__nav{flex:1;justify-content:center;align-items:center;min-width:0;display:flex}.hero-header__nav>ul{flex-wrap:nowrap;justify-content:center;align-items:center;gap:clamp(12px,2vw,36px);margin:0;padding:0;list-style:none;display:flex}.hero-header__nav>ul>li{flex-shrink:0;align-items:center;display:flex}.hero-header__nav>ul>li>a{letter-spacing:.35px;color:#fff;white-space:nowrap;align-items:center;gap:4px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:20px;text-decoration:none;display:inline-flex}.hero-header__nav>ul>li>a.is-active{font-weight:700}.hero-header__chevron{opacity:.7;color:#71717a;flex-shrink:0;width:14px;height:14px}.hero-header__nav>ul>li>a.is-active .hero-header__chevron{color:#fff}.hero-header__nav>ul>li>a:has(.hero-header__chevron) .hero-header__chevron{color:#fff}.hero-header__nav-item--policies{flex-direction:column;align-items:center;display:flex;position:relative}html[dir=rtl] .hero-header__nav-item--policies{align-items:center}.hero-header__nav-trigger{cursor:pointer;font:inherit;letter-spacing:.35px;color:#fff;white-space:nowrap;background:0 0;border:none;align-items:center;gap:4px;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.hero-header__nav-trigger.is-open{font-weight:700}.hero-header__nav-trigger .hero-header__chevron{color:#fff}.hero-header__policies-menu{min-width:max(100%,14rem);max-width:min(22rem, calc(100vw - 2 * var(--hero-gutter-x)));box-sizing:border-box;z-index:20;background:#0f0f12f5;border:1px solid #ffffff1f;border-radius:10px;flex-flow:column;align-items:stretch;gap:10px;margin:0;padding:8px;list-style:none;display:flex;position:absolute;top:calc(100% + 8px);left:50%;transform:translate(-50%);box-shadow:0 12px 40px #00000059}.hero-header__policies-menu>li{flex:none;margin:0;padding:0}html[dir=rtl] .hero-header__policies-menu{left:50%;right:auto;transform:translate(-50%)}.hero-header__policies-link{color:#fff;white-space:normal;text-align:start;border-radius:8px;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:1.35;text-decoration:none;display:block}.hero-header__policies-link:hover{background:#ffffff14}.hero-header__lang{cursor:pointer;color:#fff;background:0 0;border:none;flex-shrink:0;align-items:center;gap:6px;padding:0;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;line-height:20px;display:inline-flex}.hero-header__chevron--lang{color:#fff;width:14px;height:14px}.hero-header__lang-wrap{flex-shrink:0;align-items:center;display:flex;position:relative}.hero-header__lang-menu{z-index:20;background:#0f0f12f5;border:1px solid #ffffff1f;border-radius:10px;min-width:12rem;max-height:min(70vh,320px);margin:0;padding:6px;list-style:none;position:absolute;top:calc(100% + 8px);right:0;overflow-y:auto;box-shadow:0 12px 40px #00000059}html[dir=rtl] .hero-header__lang-menu{left:0;right:auto}.hero-header__lang-option{color:#fff;cursor:pointer;width:100%;text-align:inherit;background:0 0;border:none;border-radius:8px;align-items:center;padding:10px 12px;font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:1.3;display:flex}.hero-header__lang-option:hover{background:#ffffff14}.hero-header__lang-option.is-active{background:#ffffff1a;font-weight:700}@media (width<=1100px){.hero-header__nav>ul{flex-wrap:wrap;row-gap:.5rem}}.home-hero__bottom-stack{inset-inline-start:var(--hero-gutter-x);bottom:calc((1024 - 896 - 108.44) / var(--hero-h) * 100%);width:min(572px, calc(100% - var(--hero-gutter-x) * 2));max-width:calc(100% - var(--hero-gutter-x) * 2);align-items:start;gap:clamp(12px, calc(17 / var(--hero-h) * 100%), 24px);z-index:3;box-sizing:border-box;pointer-events:none;flex-direction:column;display:flex;position:absolute}.home-hero__bottom-stack>*{pointer-events:auto}.home-hero__tagline{box-sizing:border-box;opacity:1;letter-spacing:-2.8px;text-align:start;leading-trim:none;white-space:pre-line;color:#fff;flex-shrink:0;width:100%;max-width:572px;margin:0;padding:0;font-family:Archivo,system-ui,sans-serif;font-size:39px;font-style:normal;font-weight:900;line-height:54.17px;position:relative}@media (width<=720px){.home-hero__tagline{letter-spacing:-1.5px;font-size:clamp(22px,5.2vw,39px);line-height:1.35}}.hero-floating{z-index:2;pointer-events:none;position:absolute;inset:0}.hero-floating__sheet{left:calc(416 / var(--hero-w) * 100%);top:calc(144 / var(--hero-h) * 100%);width:calc(692 / var(--hero-w) * 100%);aspect-ratio:692/255;pointer-events:none;filter:drop-shadow(0 2px 5px #171a1f17)drop-shadow(0 0 2px #171a1f1f);height:auto;display:block;position:absolute}@media (width<=900px){.hero-floating{opacity:.85}.hero-floating__sheet{width:min(96%, calc(692 / var(--hero-w) * 100%));top:12%;left:2%}}.hero-vblock{--vb-ref:543;box-sizing:border-box;z-index:3;background:#2a2a2a;border:.769122px solid #3f3f4699;border-radius:18.46px;flex-shrink:0;align-self:start;width:543px;max-width:100%;min-height:104px;padding:0;position:relative;overflow:hidden;box-shadow:0 15.38px 30.76px #0000004d}.hero-vblock__sheen{width:calc(541.46 / var(--vb-ref) * 100%);opacity:.5;pointer-events:none;background:linear-gradient(135deg,#ffffff0d 0%,#fff0 100%);border-radius:17.7px 17.7px 0 0;max-width:calc(100% - 1.54px);height:116.91px;position:absolute;top:.77px;left:.77px}.hero-vblock__top{z-index:1;pointer-events:none;height:29px;position:absolute;top:0;left:0;right:0}.hero-vblock__rec{position:static}.hero-vblock__rec-dot{left:calc(16.15 / var(--vb-ref) * 100%);opacity:.78;background:#ef4444;border-radius:3.07649px;width:6.15px;height:6.15px;position:absolute;top:15.38px}.hero-vblock__rec-label{left:calc(26.92 / var(--vb-ref) * 100%);text-align:center;letter-spacing:.769122px;color:#a1a1aa;justify-content:center;align-items:center;width:18px;height:12px;font-family:Inter,system-ui,sans-serif;font-size:7.69122px;font-style:normal;font-weight:700;line-height:12px;display:flex;position:absolute;top:13.08px}.hero-vblock__rec-time{left:calc(58.45 / var(--vb-ref) * 100%);text-align:center;letter-spacing:.769122px;color:#71717a;align-items:center;width:39px;height:12px;font-family:Inter,system-ui,sans-serif;font-size:7.69122px;font-style:normal;font-weight:400;line-height:12px;display:flex;position:absolute;top:13.08px}.hero-vblock__live-pill{right:calc(16.15 / var(--vb-ref) * 100%);width:max-content;min-width:43.84px;max-width:calc(100% - (100 / var(--vb-ref) * 100%));box-sizing:border-box;pointer-events:none;background:#ef44441a;border:.769122px solid #ef444466;border-radius:3.07649px;flex-direction:row;align-items:center;gap:5.39px;min-height:16.15px;padding:1.54px 5.38px 1.54px 6.92px;display:inline-flex;position:absolute;top:13.08px;left:auto}.hero-vblock__live-dot{background:#ef4444;border-radius:2.30737px;flex-shrink:0;width:4.61px;height:4.61px}.hero-vblock__live-text{text-align:center;letter-spacing:.769122px;color:#ef4444;white-space:nowrap;flex:auto;min-width:0;font-family:Inter,system-ui,sans-serif;font-size:7.69122px;font-style:normal;font-weight:700;line-height:12px;display:block}.hero-vblock__title{left:calc(61.53 / var(--vb-ref) * 100%);width:calc(421 / var(--vb-ref) * 100%);z-index:1;letter-spacing:-2.70731px;text-align:center;color:#fff;white-space:nowrap;text-overflow:ellipsis;box-sizing:border-box;max-width:421px;margin:0;padding:0;font-family:Archivo,system-ui,sans-serif;font-size:clamp(28px,4.7vw,67.6827px);font-style:normal;font-weight:900;line-height:68px;position:absolute;top:24.61px;overflow:hidden}@media (width<=600px){.hero-vblock__title{line-height:1}}.hero-header--surface{z-index:5;padding:19px var(--hero-gutter-x,36px) 16px;-webkit-backdrop-filter:blur(10px);background:#ffffffe6;position:sticky;top:0;box-shadow:0 1px #120f2814}.hero-header--surface .hero-header__brand,.hero-header--surface .hero-header__brand-text,.hero-header--surface .hero-header__nav>ul>li>a,.hero-header--surface .hero-header__nav>ul>li>a.is-active,.hero-header--surface .hero-header__nav-trigger{color:#1b181c}.hero-header--surface .hero-header__nav-trigger .hero-header__chevron{color:#71717a}.hero-header--surface .hero-header__nav-trigger.is-open .hero-header__chevron,.hero-header--surface .hero-header__lang{color:#1b181c}.hero-header--surface .hero-header__chevron--lang{color:#71717a}.home-value-section{min-height:1024px;padding:77px}.home-value-section__inner{flex-direction:column;align-items:center;max-width:1106px;margin:0 auto;display:flex}.home-value-section__intro{text-align:center;width:100%;max-width:1106px}.home-value-section__lede{letter-spacing:-.04em;color:#1b181c;margin:1.25rem auto 0;font-family:Lora,Georgia,Times New Roman,serif;font-size:36px;font-style:normal;font-weight:400;line-height:70px}.home-value-section__stores{flex-wrap:wrap;justify-content:center;align-items:center;gap:12px 20px;margin-top:clamp(2.5rem,8vw,5.5rem);display:flex}.store-btn{box-sizing:border-box;color:#f4f4f5;background:#252525;border:1px solid #3f3f4680;border-radius:16px;justify-content:center;align-items:center;gap:10px;height:54px;padding:0 20px;text-decoration:none;display:inline-flex;box-shadow:0 2px 5px #171a1f17,0 0 2px #171a1f1f}.store-btn--app-store{min-width:161.33px}.store-btn--google-play{min-width:176.39px}.store-btn--android{min-width:146.12px}.store-btn__icon{color:#f4f4f5;flex-shrink:0;width:24px;height:24px}.store-btn__label{color:#fff;font-family:Inter,system-ui,sans-serif;font-size:15px;font-style:normal;font-weight:500;line-height:24px}.store-btn:hover{filter:brightness(1.08)}.store-btn:focus-visible{outline-offset:2px;outline:2px solid #fbbf24}.home-value-section__columns{grid-template-columns:repeat(3,minmax(0,1fr));place-items:start center;gap:clamp(1.5rem,4vw,3rem);width:100%;margin-top:clamp(3rem,10vw,77px);display:grid}.home-value-section__col{text-align:center;max-width:416px}.home-value-section__col--a{max-width:316px}.home-value-section__col--b{max-width:333px}.home-value-section__col--c{max-width:400px}.home-value-section__col-title{font-family:Lora,Georgia,Times New Roman,serif;font-style:regular;letter-spacing:-1.6px;color:#1b181c;margin:0;font-size:24px;font-weight:400;line-height:70px}.home-value-section__col--b .home-value-section__col-title,.home-value-section__col--c .home-value-section__col-title{letter-spacing:normal}.home-value-section__col-body{font-family:Lora,Georgia,Times New Roman,serif;font-style:regular;letter-spacing:0;color:#1b181c;margin:0;font-size:16px;font-weight:400;line-height:44px}.home-value-section__col--a{line-height:70px}.home-value-section__col--b{line-height:49px}.home-value-section__col--c{line-height:44px}@media (width<=900px){.home-value-section{min-height:auto}.home-value-section__columns{grid-template-columns:1fr}.home-value-section__col--a .home-value-section__col-body,.home-value-section__col--b .home-value-section__col-body,.home-value-section__col--c .home-value-section__col-body{font-size:18px;line-height:1.55}.home-value-section__col-title{font-size:20px}}.home-pk-section{min-height:calc(var(--page-h) * 1px)}.home-pk-section__canvas{width:100%;min-height:calc(var(--page-h) * 1px);box-sizing:border-box;position:relative}.home-pk-section__heading{left:calc(150 / var(--page-w) * 100%);right:calc(51 / var(--page-w) * 100%);top:calc(87 / var(--page-h) * 100%);box-sizing:border-box;color:#000;text-align:left;width:auto;max-width:none;min-height:213px;margin:0;padding:0;font-family:Inter,system-ui,sans-serif;font-size:48px;font-style:normal;font-weight:600;line-height:49px;position:absolute}.home-pk-section__heading-line{display:block}.home-pk-section__figure{left:calc(51 / var(--page-w) * 100%);top:calc(300 / var(--page-h) * 100%);background:0 0;border:none;width:611px;max-width:611px;height:397px;margin:0;padding:0;position:absolute}.home-pk-section__figure img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-pk-section__body{left:calc(765 / var(--page-w) * 100%);right:calc(51 / var(--page-w) * 100%);top:calc(374 / var(--page-h) * 100%);box-sizing:border-box;letter-spacing:-1.6px;color:#1b181c;text-align:left;width:auto;max-width:none;min-height:280px;margin:0;padding:0;font-family:Lora,Georgia,Times New Roman,serif;font-size:32px;font-style:normal;font-weight:400;line-height:70px;position:absolute}@media (width<=1100px){.home-pk-section{min-height:auto}.home-pk-section__canvas{flex-direction:column;gap:2rem;min-height:auto;padding:3rem 5% 5rem;display:flex}.home-pk-section__heading,.home-pk-section__figure,.home-pk-section__body{width:100%;max-width:40rem;min-height:0;position:relative;top:auto;left:auto}.home-pk-section__figure{aspect-ratio:611/397;max-width:611px;height:auto}.home-pk-section__heading{font-size:clamp(32px,6vw,48px);line-height:1.05}.home-pk-section__body{letter-spacing:-.06em;font-size:clamp(20px,3.5vw,32px);line-height:1.6}}.home-talent-section{min-height:calc(var(--page-h) * 1px);background:#fff}.home-talent-section.page-section--surface{background:#fff}.home-talent-section__canvas{width:100%;min-height:calc(var(--page-h) * 1px);box-sizing:border-box;position:relative}.home-talent-section__heading{left:calc(50% - 365px);top:calc(98 / var(--page-h) * 100%);box-sizing:border-box;color:#000;text-align:left;width:730px;max-width:calc(100% - 48px);min-height:110px;margin:0;padding:0;font-family:Lora,Georgia,Times New Roman,serif;font-size:48px;font-style:normal;font-weight:700;line-height:55px;position:absolute}.home-talent-section__heading-line{display:block}.home-talent-section__figure{left:calc(72 / var(--page-w) * 100%);top:calc(329 / var(--page-h) * 100%);background:0 0;border:none;width:478px;max-width:478px;height:372px;margin:0;padding:0;position:absolute}.home-talent-section__figure img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-talent-section__body{left:calc(617 / var(--page-w) * 100%);top:calc(304 / var(--page-h) * 100%);width:calc(727 / var(--page-w) * 100%);box-sizing:border-box;letter-spacing:-1.6px;color:#1b181c;text-align:left;max-width:727px;min-height:560px;margin:0;padding:0;font-family:Lora,Georgia,Times New Roman,serif;font-size:32px;font-style:normal;font-weight:400;line-height:70px;position:absolute}.home-talent-section__body p{margin:0 0 70px}.home-talent-section__body p:last-child{margin-bottom:0}@media (width<=1100px){.home-talent-section{min-height:auto}.home-talent-section__canvas{flex-direction:column;align-items:center;gap:2rem;min-height:auto;padding:3rem 5% 5rem;display:flex}.home-talent-section__heading,.home-talent-section__figure,.home-talent-section__body{width:100%;max-width:36rem;min-height:0;position:relative;top:auto;left:auto}.home-talent-section__heading{left:auto;transform:none}.home-talent-section__figure{aspect-ratio:478/372;max-width:478px;height:auto}.home-talent-section__heading{font-size:clamp(28px,7vw,48px);line-height:1.15}.home-talent-section__body{letter-spacing:-.05em;font-size:clamp(18px,4vw,32px);line-height:1.65}.home-talent-section__body p{margin-bottom:1.25em}}.home-premium-section{min-height:calc(var(--page-h) * 1px);background:#fff}.home-premium-section.page-section--surface{background:#fff}.home-premium-section__canvas{width:100%;min-height:calc(var(--page-h) * 1px);box-sizing:border-box;position:relative}.home-premium-section__heading{left:calc(50% - 541px);top:calc(110 / var(--page-h) * 100%);box-sizing:border-box;color:#000;text-align:left;width:1082px;max-width:calc(100% - 48px);min-height:110px;margin:0;padding:0;font-family:Lora,Georgia,Times New Roman,serif;font-size:48px;font-style:normal;font-weight:700;line-height:55px;position:absolute}.home-premium-section__heading-line{display:block}.home-premium-section__figure{left:calc(87 / var(--page-w) * 100%);top:calc(315 / var(--page-h) * 100%);background:0 0;border:none;width:429px;max-width:429px;height:484px;margin:0;padding:0;position:absolute}.home-premium-section__figure img{object-fit:cover;object-position:center;width:100%;height:100%;display:block}.home-premium-section__body{left:calc(679 / var(--page-w) * 100%);top:calc(470 / var(--page-h) * 100%);width:calc(727 / var(--page-w) * 100%);box-sizing:border-box;letter-spacing:-1.6px;color:#1b181c;text-align:left;max-width:727px;min-height:140px;margin:0;padding:0;font-family:Lora,Georgia,Times New Roman,serif;font-size:32px;font-style:normal;font-weight:400;line-height:70px;position:absolute}@media (width<=1100px){.home-premium-section{min-height:auto}.home-premium-section__canvas{flex-direction:column;align-items:center;gap:2rem;min-height:auto;padding:3rem 5% 5rem;display:flex}.home-premium-section__heading,.home-premium-section__figure,.home-premium-section__body{width:100%;max-width:36rem;min-height:0;position:relative;top:auto;left:auto}.home-premium-section__heading{max-width:min(1082px,100%)}.home-premium-section__figure{aspect-ratio:429/484;max-width:429px;height:auto}.home-premium-section__heading{font-size:clamp(26px,5.5vw,48px);line-height:1.15}.home-premium-section__body{letter-spacing:-.05em;font-size:clamp(18px,4vw,32px);line-height:1.65}.home-premium-section__body br{display:none}}.site-footer{box-sizing:border-box}.site-footer.page-section{--footer-bottom-bar-height:40px;max-height:none;min-height:calc(100vh + var(--footer-bottom-bar-height));flex-direction:column;display:flex}.site-footer.page-section--surface{background:#fff}.site-footer__blobs{display:none}.site-footer__canvas{z-index:1;width:100%;min-height:calc(793px + var(--footer-bottom-bar-height));box-sizing:border-box;--footer-download-lh:26px;--footer-gap-download-after-headline:calc(2 * var(--footer-download-lh));--footer-gap-stores-after-download:calc(1 * var(--footer-download-lh));--footer-row-start:calc(125.43 / var(--page-h) * 100%);background:#fff;flex:auto;position:relative}.site-footer__bottom-gradient-bar{height:var(--footer-bottom-bar-height);pointer-events:none;z-index:2;background:linear-gradient(90deg,#fff4d6 0%,#ffefcb 8%,#ffe5dc 22%,#fde8e8 38%,#fafafa 58%,#fff 78% 100%);position:absolute;bottom:0;left:0;right:0}.site-footer__lead{left:calc(43 / var(--page-w) * 100%);top:var(--footer-row-start);width:auto;max-width:min(calc((955 - 43) / var(--page-w) * 100% - 1.5rem), 52rem);box-sizing:border-box;flex-direction:column;align-items:flex-start;display:flex;position:absolute}.site-footer__headline{width:100%;max-width:none;margin:0 0 var(--footer-gap-download-after-headline);letter-spacing:-1.6px;color:#1b181c;padding:0;font-family:Lora,Georgia,Times New Roman,serif;font-size:64px;font-style:normal;font-weight:400;line-height:70px;position:relative;top:auto;left:auto}.site-footer__headline-line{white-space:nowrap;text-overflow:ellipsis;max-width:100%;display:block;overflow:hidden}.site-footer__download-label{width:auto;max-width:100%;margin:0 0 var(--footer-gap-stores-after-download);font-family:Inter,system-ui,sans-serif;font-size:17px;font-style:normal;font-weight:400;line-height:var(--footer-download-lh);color:#6b6d6f;position:relative;top:auto;left:auto}.site-footer__stores{flex-wrap:wrap;align-items:center;gap:12px;display:flex;position:relative;top:auto;left:auto}.site-footer__store{box-sizing:border-box;color:#e9e9e9;background:#333;border-radius:8px;justify-content:center;align-items:center;gap:8px;height:45.02px;padding:0 12px;font-family:Inter,system-ui,sans-serif;font-size:13px;font-style:normal;font-weight:500;line-height:22px;text-decoration:none;display:inline-flex}.site-footer__store--apple{min-width:106px;padding:0 10px}.site-footer__store--google{color:#fff;border:1px solid #e9e9e91a;min-width:120px}.site-footer__store--android{min-width:97px}.site-footer__store--google .site-footer__store-icon{color:#e9e9e9}.site-footer__store-icon{color:#f9f9f9;flex-shrink:0}.site-footer__store:hover{filter:brightness(1.12)}.site-footer__store:focus-visible{outline-offset:2px;outline:2px solid #fbbf24}.site-footer__col--security{left:calc(955 / var(--page-w) * 100%);top:var(--footer-row-start);width:210px;position:absolute}.site-footer__col--security .site-footer__col-title{color:#8a8a8a;margin:0 0 26px;font-family:Lora,Georgia,Times New Roman,serif;font-size:24px;font-style:normal;font-weight:400;line-height:36px}.site-footer__col--help{left:calc(1236 / var(--page-w) * 100%);top:var(--footer-row-start);width:160px;position:absolute}.site-footer__col-title--help{color:#8a8a8a;margin:0 0 26px;font-family:Lora,Georgia,Times New Roman,serif;font-size:25px;font-style:normal;font-weight:400;line-height:38px}.site-footer__links{margin:0;padding:0;list-style:none}.site-footer__links li+li{margin-top:42.92px}.site-footer__link{color:#333;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;text-decoration:none}.site-footer__link--muted{color:#4a4b4c}.site-footer__link:hover{text-decoration:underline}.site-footer__social{left:calc(1280 / var(--page-w) * 100%);top:calc(808.1 / var(--page-h) * 100%);gap:16px;display:flex;position:absolute}.site-footer__social-btn{background:#333;border-radius:16px;justify-content:center;align-items:center;width:32px;height:33.51px;text-decoration:none;display:flex}.site-footer__social-btn:hover{filter:brightness(1.15)}.site-footer__social-btn:focus-visible{outline-offset:2px;outline:2px solid #fbbf24}.site-footer__legal{left:calc(27 / var(--page-w) * 100%);bottom:calc(var(--footer-bottom-bar-height) + 18px);z-index:3;color:#8a8a8a;flex-wrap:wrap;align-items:baseline;gap:0 6px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-style:normal;font-weight:400;line-height:21px;display:flex;position:absolute}.site-footer__legal-sep{color:#8a8a8a;-webkit-user-select:none;user-select:none}.site-footer__email{color:#8a8a8a;text-decoration:none}.site-footer__email:hover{text-decoration:underline}@media (width<=1100px){.site-footer{min-height:auto;margin-top:0;padding-top:0}.site-footer.page-section{min-height:auto;display:block}.site-footer__canvas{min-height:auto;padding:3rem 5% calc(5.5rem + var(--footer-bottom-bar-height));flex-direction:column;flex:none;gap:2.5rem;display:flex}.site-footer__lead,.site-footer__headline,.site-footer__download-label,.site-footer__stores,.site-footer__col--security,.site-footer__col--help,.site-footer__social,.site-footer__legal{width:100%;max-width:none;position:relative;top:auto;left:auto}.site-footer__headline{margin-bottom:var(--footer-gap-download-after-headline);font-size:clamp(40px,10vw,64px);line-height:1.1}.site-footer__headline-line{white-space:normal;text-overflow:clip;overflow:visible}.site-footer__download-label{margin-bottom:var(--footer-gap-stores-after-download)}.site-footer__stores{justify-content:flex-start}.site-footer__col--security,.site-footer__col--help{position:relative}.site-footer__legal{bottom:auto}}
