:root{--font-sans: "Inter", system-ui, -apple-system, "Segoe UI", Roboto, Arial, sans-serif;--rgb-bg-0: 18 13 12;--rgb-bg-1: 19 32 62;--rgb-surface: 33 34 36;--rgb-text: 223 224 225;--rgb-muted: 176 170 186;--rgb-accent-purple: 180 122 240;--rgb-accent-teal: 82 184 175;--rgb-accent-gold: 250 200 99;--rgb-danger: 201 26 25;--rgb-hero-overlay: 27 27 27;--rgb-section-plans: 19 32 62;--rgb-section-movies: 30 30 42;--rgb-section-sports: 20 32 52;--rgb-section-vod: 13 22 40;--rgb-section-advantages-start: 116 66 143;--rgb-section-advantages-end: 27 19 19;--rgb-section-partners-start: 200 167 124;--rgb-section-partners-end: 20 31 52;--rgb-section-faq: 20 31 52;--rgb-section-contact: 19 32 62;--rgb-section-footer: 31 30 25;--rgb-card-dark: 29 38 51;--rgb-card-overlay: 41 40 43;--rgb-text-on-dark: 255 255 255;--rgb-text-on-dark-muted: 200 200 200;--rgb-text-gold: 232 196 124;--rgb-text-warm: 233 224 217;--radius-pill: 9999px;--radius-card: 16px}:root.light{--rgb-bg-0: 245 245 247;--rgb-bg-1: 235 237 242;--rgb-surface: 255 255 255;--rgb-text: 28 28 30;--rgb-muted: 108 108 112;--rgb-accent-purple: 155 95 220;--rgb-accent-teal: 52 160 150;--rgb-accent-gold: 220 170 60;--rgb-danger: 220 38 38;--rgb-hero-overlay: 27 27 27;--rgb-section-plans: 19 32 62;--rgb-section-movies: 30 30 42;--rgb-section-sports: 20 32 52;--rgb-section-vod: 13 22 40;--rgb-section-advantages-start: 116 66 143;--rgb-section-advantages-end: 27 19 19;--rgb-section-partners-start: 200 167 124;--rgb-section-partners-end: 20 31 52;--rgb-section-faq: 20 31 52;--rgb-section-contact: 19 32 62;--rgb-section-footer: 31 30 25;--rgb-card-dark: 29 38 51;--rgb-card-overlay: 41 40 43;--rgb-text-on-dark: 255 255 255;--rgb-text-on-dark-muted: 200 200 200;--rgb-text-gold: 232 196 124;--rgb-text-warm: 233 224 217}@font-face{font-family:Inter;src:url(/assets/Inter-subset-D1k7Bhq3.woff2) format("woff2");font-weight:100 900;font-style:normal;font-display:optional}@font-face{font-family:"DM Serif Display";src:url(/assets/DMSerifDisplay-subset-v-cq1s4t.woff2) format("woff2");font-weight:400;font-style:normal;font-display:swap}*,*:before,*:after{box-sizing:border-box}html,body,#root{min-height:100%}html,body{height:100%;min-height:100dvh;-webkit-text-size-adjust:100%;-moz-text-size-adjust:100%;text-size-adjust:100%}html{background:rgb(var(--rgb-bg-0))}body{margin:0;font-family:var(--font-sans);color:rgb(var(--rgb-text));background-color:rgb(var(--rgb-bg-0));background:linear-gradient(180deg,rgb(var(--rgb-bg-0)) 0% 38%,rgb(var(--rgb-bg-1)));-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}a{color:inherit;text-decoration:none}button,input,textarea,select{font:inherit}button{padding:0;border:0;margin:0;color:inherit;background:none}img,picture,svg{display:block;max-width:100%}.landing-root{min-height:100svh;background:rgb(var(--rgb-bg-0))}.promo-bar{position:fixed;top:0;right:0;left:0;z-index:60;background:rgb(var(--rgb-accent-teal) / .6);backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px);transition:transform .2s ease}.promo-bar--visible{transform:translateY(0)}.promo-bar--hidden{transform:translateY(-100%);pointer-events:none}.promo-bar__desktop{position:relative;display:none;width:100%;height:40px;margin:0 auto}.promo-bar__desktop-row{position:absolute;top:8px;left:50%;display:flex;align-items:center;justify-content:space-between;width:786.34px;height:24px;transform:translate(-50%)}.promo-bar__desktop-copy{min-width:0;font-size:14px;line-height:20px;letter-spacing:-.14px;color:#151517}.promo-bar__desktop-copyText{display:inline-block;max-width:100%;overflow:hidden;text-overflow:ellipsis;white-space:nowrap;vertical-align:bottom}.promo-bar__desktop-cta{display:flex;align-items:center;gap:8px;font-size:14px;line-height:24px;color:#151517}.promo-bar__desktop-icon{width:18px;height:12px}.promo-bar__mobile{display:flex;min-height:40px;width:100%;flex-direction:column;align-items:center;justify-content:center;padding:6px 16px}.promo-bar__mobile-copy{text-align:center;font-size:11px;font-weight:600;line-height:1.1;color:#151517e6}.promo-bar__mobile-cta{margin-top:2px;display:flex;align-items:center;gap:4px;font-size:11px;font-weight:500;color:#151517bf}.promo-bar--peach{background:#fccfaa6b}:root:not(.light) .promo-bar--peach{background:#52b8af8c}:root:not(.light) .promo-bar--peach .promo-bar__desktop-copy,:root:not(.light) .promo-bar--peach .promo-bar__desktop-cta,:root:not(.light) .promo-bar--peach .promo-bar__mobile-copy,:root:not(.light) .promo-bar--peach .promo-bar__mobile-cta{color:#0b0f1a!important}:root:not(.light) .promo-bar--peach .promo-bar__desktop-icon path{fill:#0b0f1a!important}@media(max-width:767px){.promo-bar__mobile{padding-right:80px}}@media(min-width:768px){.promo-bar__desktop-row{width:680px;transform:translate(calc(-50% - 48px))}}@media(min-width:768px){.landing-root{min-height:100vh}.promo-bar__desktop{display:block}.promo-bar__mobile{display:none}}.landing-header{position:fixed;left:0;right:0;z-index:50;transition:top .3s ease}.landing-header__mobile-shell{display:flex;height:80px;width:100%;max-width:402px;margin:0 auto;flex-direction:column;align-items:center;justify-content:center;padding:0 16px}.landing-header__mobile-pill{position:relative;display:flex;height:56px;width:100%;max-width:365px;align-items:center;justify-content:space-between;padding:0 20px;border:1px solid rgb(var(--rgb-accent-purple) / .65);border-radius:var(--radius-pill);background:rgb(var(--rgb-bg-0) / .85);box-shadow:0 0 18px #9d65fd61;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.landing-header__brand{display:inline-flex;align-items:center}.landing-header__logo-mobile{height:28px;width:auto;opacity:.95}.landing-header__logo-desktop{height:56px;width:auto;opacity:.95}.landing-header__actions{display:flex;align-items:center;gap:8px}.landing-header__user-button{display:inline-flex;align-items:center;justify-content:center;border:1px solid rgb(var(--rgb-text) / .12);border-radius:var(--radius-pill);color:rgb(var(--rgb-text))}.landing-header__lang-button{display:inline-flex;align-items:center;justify-content:center;height:32px;width:32px;border:0;background:transparent;border-radius:999px}.landing-header__register-button{height:36px;padding:0 16px;border:1px solid rgb(var(--rgb-accent-purple) / .6);border-radius:var(--radius-pill);background:rgb(var(--rgb-accent-purple));color:#fff;font-size:13px;font-weight:800;box-shadow:0 5px 14px #5825c266}.landing-header__user-button{height:34px;padding:0 14px;background:rgb(var(--rgb-surface) / .35);color:#fff;font-size:12px;font-weight:700}.landing-header__hamburger-button{display:inline-flex;height:40px;width:40px;align-items:center;justify-content:center;border-radius:999px;background:#1d1c1e;box-shadow:0 0 12px #428f87cc}.landing-header__mobile-popover{position:absolute;top:100%;z-index:50}.landing-header__mobile-popover--right{right:16px;margin-top:8px}.landing-header__desktop-shell{position:relative;display:none;width:min(1680px,100vw);height:100px;margin:0 auto}.landing-header__desktop-pillWrap{position:absolute;top:14px;left:50%}.landing-header__desktop-pill{position:relative;border:1px solid rgb(var(--rgb-text) / .12);border-radius:var(--radius-pill);background:rgb(var(--rgb-surface) / .55);box-shadow:0 0 26px #9d65fd57;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}:root.light .landing-header__desktop-pill{background:#1c161294;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 28px #00000038}:root.light .landing-header__mobile-pill{background:#1c161294;border:1px solid rgba(255,255,255,.12);box-shadow:0 8px 24px #00000038}:root.light .landing-hero__desktop-primary,:root.light .landing-hero__mobile-primary{background:#e3b875!important;border-color:#e3b875!important;color:#111!important;box-shadow:0 6px 18px #e3b87552!important}:root.light .landing-hero__desktop-secondary,:root.light .landing-hero__mobile-secondary{background:#e3b8754d!important;border-color:#e3b875!important;color:#fff!important;box-shadow:0 4px 12px #0000002e!important}.landing-header__desktop-inner{display:flex;height:100%;width:100%;align-items:center;padding:0 24px}.landing-header__desktop-logoWrap{flex-shrink:0}.landing-header__desktop-nav{display:none;min-width:0;flex:1 1 auto;align-items:center;justify-content:center;gap:20px;margin:0 16px;font-size:18px;letter-spacing:-.2px}.landing-header__nav-button,.landing-header__nav-link,.landing-header__help-button{display:inline-flex;align-items:center;min-height:40px;padding:8px 14px;border-radius:12px;color:#fff;font-weight:600;white-space:nowrap;filter:drop-shadow(0 1px 2px rgba(0,0,0,.65));transition:background-color .2s ease,color .2s ease}.landing-header__help-button{gap:6px}.landing-header__nav-button[data-active="1"],.landing-header__help-button[data-active="1"]{background:#fff6}.landing-header__desktop-extras{display:flex;flex-shrink:0;align-items:center;gap:10px}.landing-header__desktop-langWrap{position:relative}.landing-header__desktop-langButton{display:inline-flex;height:38px;width:38px;align-items:center;justify-content:center;border:0;border-radius:999px;background:transparent;color:#fff;font-size:21px;line-height:1}.landing-header__desktop-cta{display:none;min-width:136px;height:42px;align-items:center;justify-content:center;padding:0 20px;border:1px solid rgba(248,213,117,.45);border-radius:var(--radius-pill);background:#e7bd58;color:#111;font-size:16px;font-weight:700;white-space:nowrap;box-shadow:0 4px 12px #ffd04a2e}.landing-header__desktop-login,.landing-header__desktop-user{display:inline-flex;min-width:112px;height:42px;align-items:center;justify-content:center;padding:0 20px;border-radius:var(--radius-pill);white-space:nowrap}.landing-header__desktop-login{border:1px solid rgb(var(--rgb-accent-purple) / .6);background:rgb(var(--rgb-accent-purple));color:#fff;font-size:16px;font-weight:600;box-shadow:0 6px 18px #5825c261}.landing-header__desktop-user{min-width:136px;border:1px solid rgb(var(--rgb-text) / .12);background:rgb(var(--rgb-surface) / .35);color:#fff;font-size:15px;font-weight:600;box-shadow:0 4px 14px #0000003d}.landing-header__desktop-menuRow{position:absolute;top:100%;left:0;right:0;margin-top:12px}.landing-header__desktop-helpPopover{display:flex;justify-content:flex-end;padding-right:120px}.landing-header__desktop-userPopover{position:absolute;top:100%;right:10px;z-index:50;margin-top:12px}.landing-header__desktop-langPopover{position:absolute;top:100%;right:20px;margin-top:12px}@media(min-width:768px){.landing-header__mobile-shell{height:88px;max-width:750px}.landing-header__mobile-pill{height:62px;max-width:700px}.landing-header__lang-button{height:36px;width:36px;font-size:16px}.landing-header__register-button{height:40px;padding:0 20px;font-size:14px}.landing-header__user-button{height:38px;padding:0 16px;font-size:13px}.landing-header__hamburger-button{height:44px;width:44px}}@media(min-width:1024px){.landing-header__mobile-shell{display:none}.landing-header__desktop-shell{display:block}.landing-header__desktop-nav{display:flex}.landing-header__desktop-cta{display:inline-flex}}.landing-header-menu{display:inline-block;border-radius:10px;background:#1a1a1f;box-shadow:0 0 0 .5px #bd7efc,0 0 18px #9d65fd61;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}:root.light .landing-header-menu{background:#fff;box-shadow:0 0 0 .5px #f4ce9c,0 12px 32px #0f172a2e}.landing-help-menu{display:inline-block;border-radius:10px;background:#1a1a1f;box-shadow:0 0 0 .5px #bd7efc,0 0 18px #9d65fd61;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.landing-help-menu__grid{display:grid;grid-template-columns:320px 1fr;gap:0}.landing-help-menu__poster{height:100%;width:320px;border-top-left-radius:10px;border-bottom-left-radius:10px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.landing-help-menu__body{display:flex;flex-direction:column;padding:20px 24px}.landing-help-menu__head{display:flex;align-items:center;gap:12px}.landing-help-menu__icon{display:grid;place-items:center;flex-shrink:0;height:48px;width:48px;border-radius:8px;background:linear-gradient(180deg,#5902e5,#9e65fd);color:#fff}.landing-help-menu__heading{display:flex;flex-direction:column}.landing-help-menu__title{font-size:14px;font-weight:600;color:#fff}.landing-help-menu__subtitle{margin-top:2px;font-size:10px;line-height:14px;color:#858589}.landing-help-menu__items{display:grid;gap:5px;margin-top:16px}.landing-help-menu__item{width:100%;padding:8px 11px;border-radius:5px;background:#27272e;color:#fff;font-size:12px;font-weight:500;text-align:left;transition:background-color .2s ease,transform .2s ease}.landing-help-menu__item:hover{background:#4a4a55;transform:scale(1.01)}.landing-help-menu__contacts{display:flex;align-items:flex-start;gap:32px;margin-top:16px}.landing-help-menu__contact{display:flex;align-items:center;gap:12px;text-align:left;background:transparent;border:0;padding:0;cursor:pointer}.landing-help-menu__contact[data-disabled="1"]{opacity:.4;cursor:not-allowed}.landing-help-menu__contact-icon{flex-shrink:0}.landing-help-menu__contact-icon circle{fill:#634273;fill-opacity:.2}.landing-help-menu__contact-icon path,.landing-help-menu__contact-icon rect{fill:#634273}.landing-help-menu__contact-text{display:flex;flex-direction:column}.landing-help-menu__contact-label{font-size:12px;font-weight:500;letter-spacing:-.3px;color:#bbb}.landing-help-menu__contact-value{margin-top:2px;font-size:10px;font-weight:500;color:#9b6fb3;transition:color .2s ease}.landing-help-menu__contact:hover .landing-help-menu__contact-value{color:#bd7efc}:root.light .landing-help-menu{background:#fff;box-shadow:0 0 0 .5px #f4ce9c,0 12px 32px #0f172a2e}:root.light .landing-help-menu__icon{background:linear-gradient(180deg,#e45e02,#fcba65)}.landing-lang-menu__item{color:#fff}.landing-lang-menu__item:hover{background:#bd7efc2e}.landing-lang-menu__item--active,.landing-lang-menu__item--active:hover{background:#bd7efc;color:#fff}:root.light .landing-lang-menu__item{color:#334154}:root.light .landing-lang-menu__item:hover{background:#f8e4d2}:root.light .landing-lang-menu__item--active,:root.light .landing-lang-menu__item--active:hover{background:#e3b775;color:#334154}:root.light .landing-help-menu__title{color:#334154}:root.light .landing-help-menu__subtitle{color:#475469}:root.light .landing-help-menu__item{background:#f8e4d2;color:#334154}:root.light .landing-help-menu__item:hover{background:#f4ce9c}:root.light .landing-help-menu__contact-icon circle{fill:#f0f4f8;fill-opacity:1}:root.light .landing-help-menu__contact-icon path,:root.light .landing-help-menu__contact-icon rect{fill:#be7036}:root.light .landing-help-menu__contact-label{color:#475469}:root.light .landing-help-menu__contact-value{color:#be7036}:root.light .landing-help-menu__contact:hover .landing-help-menu__contact-value{color:#8e4f1f}.landing-plans-menu{position:relative;display:inline-block;border-radius:10px;padding:20px;background:#1a1a1f;box-shadow:0 0 0 .5px #bd7efc,0 0 18px #9d65fd61;backdrop-filter:blur(12px);-webkit-backdrop-filter:blur(12px)}.landing-plans-menu__inner{position:relative}.landing-plans-menu__close{position:absolute;top:-4px;right:-4px;z-index:10;display:flex;align-items:center;justify-content:center;height:28px;width:28px;border-radius:9999px;background:#ffffff1a;color:#fff9;border:0;cursor:pointer;transition:background-color .2s ease,color .2s ease}.landing-plans-menu__close:hover{background:#fff3;color:#fff}.landing-plans-menu__grid{display:grid;gap:24px;grid-template-columns:260px 1fr 260px}.landing-plans-menu__col{display:flex;flex-direction:column}.landing-plans-menu__col-title{font-size:14px;font-weight:400;color:#fff}.landing-plans-menu__col-subtitle{margin-top:8px;font-size:10px;line-height:1.35;color:#858589}.landing-plans-menu__cards{display:flex;flex-direction:column;gap:8px;margin-top:12px}.landing-plans-menu__card{display:flex;width:100%;align-items:center;gap:12px;padding:12px 14px;border-radius:5px;border:0;text-align:left;cursor:pointer;transition:filter .2s ease}.landing-plans-menu__card:hover{filter:brightness(1.1)}.landing-plans-menu__card:focus{outline:none}.landing-plans-menu__card[data-variant=start]{background:#312b56}.landing-plans-menu__card[data-variant=vip]{background:#333a62}.landing-plans-menu__card[data-variant=base]{background:#1d282b}.landing-plans-menu__card[data-variant=ppv]{background:#232135}.landing-plans-menu__card[data-variant=vod]{background:#412820}.landing-plans-menu__card[data-variant=trial]{background:#342238}.landing-plans-menu__card-icon{display:flex;flex-shrink:0;align-items:center;justify-content:center;height:48px;width:48px;border-radius:8px}.landing-plans-menu__card-icon img{height:22px;width:22px}.landing-plans-menu__card-icon[data-variant=start]{background:linear-gradient(180deg,#33b8fb,#7245fb)}.landing-plans-menu__card-icon[data-variant=vip]{background:linear-gradient(180deg,#33b8fb,#248ff2)}.landing-plans-menu__card-icon[data-variant=base]{background:linear-gradient(180deg,#33b8fb,#38a98f)}.landing-plans-menu__card-icon[data-variant=ppv]{background:linear-gradient(180deg,#7861fa,#7245fb)}.landing-plans-menu__card-icon[data-variant=vod]{background:linear-gradient(180deg,#fba633,#bf5a00)}.landing-plans-menu__card-icon[data-variant=trial]{background:linear-gradient(180deg,#fbbd33,#a97838)}.landing-plans-menu__card-body{min-width:0;flex:1}.landing-plans-menu__card-titleRow{display:flex;align-items:center;gap:6px}.landing-plans-menu__card-title{font-size:14px;font-weight:500;line-height:1.2;color:#fff}.landing-plans-menu__card-badge{flex-shrink:0;padding:2px 6px;border-radius:9999px;font-size:8px;font-weight:700;line-height:1;text-transform:uppercase;background:#fff3;color:#fff}.landing-plans-menu__card-badge[data-variant=start]{background:#ef4444;color:#fff}.landing-plans-menu__card-badge[data-variant=ppv]{background:#2bc0ed;color:#333}.landing-plans-menu__card-badge[data-variant=vod]{background:#d81f26;color:#fff}.landing-plans-menu__card-desc{margin:2px 0 0;font-size:11px;line-height:1.35;color:#bbb;display:-webkit-box;-webkit-box-orient:vertical;-webkit-line-clamp:2;overflow:hidden}.landing-plans-menu__countries{display:grid;grid-template-columns:repeat(5,1fr);place-items:center;-moz-column-gap:18px;column-gap:18px;row-gap:10px;margin-top:16px}.landing-plans-menu__country{display:flex;flex-direction:column;align-items:center;justify-content:center;gap:3px;height:56px;width:56px;border-radius:9px;border:1px solid rgba(189,126,252,.35);background:#1d2633;cursor:pointer;transition:filter .2s ease}.landing-plans-menu__country:hover{filter:brightness(1.25)}.landing-plans-menu__country:focus{outline:none}.landing-plans-menu__country-flag{border-radius:9999px}.landing-plans-menu__country-label{max-width:50px;font-size:8px;line-height:1;color:#ffffffe6;text-overflow:ellipsis;white-space:nowrap;overflow:hidden}:root.light .landing-plans-menu{background:#fff;box-shadow:0 0 0 .5px #f4ce9c,0 12px 32px #0f172a2e}:root.light .landing-plans-menu__close{background:#0f172a14;color:#0f172a8c}:root.light .landing-plans-menu__close:hover{background:#0f172a29;color:#1d283b}:root.light .landing-plans-menu__col-title{color:#334154}:root.light .landing-plans-menu__col-subtitle{color:#475469}:root.light .landing-plans-menu__card[data-variant=start]{background:#e0f1fe}:root.light .landing-plans-menu__card[data-variant=vip]{background:#edfbfd}:root.light .landing-plans-menu__card[data-variant=base]{background:#f4feff}:root.light .landing-plans-menu__card[data-variant=ppv]{background:#e7f3ff}:root.light .landing-plans-menu__card[data-variant=vod]{background:#f7efe0}:root.light .landing-plans-menu__card[data-variant=trial]{background:#f4e7de}:root.light .landing-plans-menu__card-title{color:#334154}:root.light .landing-plans-menu__card-desc{color:#475469}:root.light .landing-plans-menu__card-badge[data-variant=start]{background:#dc4d48;color:#fff}:root.light .landing-plans-menu__card-badge[data-variant=ppv]{background:#f7f9fb;color:#333}:root.light .landing-plans-menu__card-badge[data-variant=vod]{background:#d81f26;color:#fff}:root.light .landing-plans-menu__country{background:#f7f9fb;border:1px solid #E2E8EF}:root.light .landing-plans-menu__country-label{color:#334154}:root.light .landing-hamburger{background:#fff;border-left:.5px solid #F4CE9C;box-shadow:-4px 0 30px #0f172a2e;color:#334154}:root.light .landing-hamburger__close{border-color:#0f172a2e;color:#334154}:root.light .landing-hamburger__close:hover{color:#1d283b;background:#0f172a0f}:root.light .landing-hamburger__login-avatar{background:#e3b775}:root.light .landing-hamburger__login-avatar-icon{filter:brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(1469%) hue-rotate(180deg) brightness(94%) contrast(91%);opacity:1}:root.light .landing-hamburger__login-label{color:#334154}:root.light .landing-hamburger__pill{background:#f0f4f8;color:#334154}:root.light .landing-hamburger__pill:hover{background:#e2e8ef}:root.light .landing-hamburger__pill img{filter:brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(1469%) hue-rotate(180deg) brightness(94%) contrast(91%)}:root.light .landing-hamburger__row{background:#fff;color:#334154;border:1px solid #E2E8EF}:root.light .landing-hamburger__row:hover{background:#f8e4d2;border-color:#f4ce9c}:root.light .landing-hamburger__row[data-open="1"]{background:#e3b775;border-color:#e3b775;color:#334154}:root.light .landing-hamburger__row[data-purple="1"]{background:#e3b775;border-color:#e3b775;color:#334154}:root.light .landing-hamburger__row[data-purple="1"]:hover{background:#dba85f}:root.light .landing-hamburger__row-icon{filter:brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(1469%) hue-rotate(180deg) brightness(94%) contrast(91%);opacity:1}:root.light .landing-hamburger__row-char{color:#334154;opacity:.7}:root.light .landing-hamburger__footer{border-top-color:#e2e8ef}:root.light .landing-hamburger__trial{background:#e3b775;color:#334154}:root.light .landing-hamburger__trial:hover{background:#dba85f}:root.light .landing-hamburger__contact{background:#f7f9fb;border:1px solid #E2E8EF}:root.light .landing-hamburger__contact:hover{background:#eff3f8}:root.light .landing-hamburger__contact-icon{filter:brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(1469%) hue-rotate(180deg) brightness(94%) contrast(91%);opacity:1}:root.light .landing-hamburger__contact-label{color:#334154;opacity:.7}:root.light .landing-hamburger__contact-value{color:#624273}:root.light .landing-hamburger-help__item{background:#f7f9fb;color:#334154}:root.light .landing-hamburger-help__item:hover{background:#f4ce9c}:root.light .landing-hamburger-plans__head{background:#fff;color:#334154;border:1px solid #E2E8EF}:root.light .landing-hamburger-plans__head:hover{background:#f7f9fb}:root.light .landing-hamburger-plans__head[data-expanded="1"]{background:#e3b775;border-color:#e3b775;color:#334154}:root.light .landing-hamburger-plans__head-icon{filter:brightness(0) saturate(100%) invert(22%) sepia(11%) saturate(1469%) hue-rotate(180deg) brightness(94%) contrast(91%);opacity:1}:root.light .landing-hamburger-plans__head-char{color:#334154;opacity:.8}:root.light .landing-hamburger-plans__card{background:#f7f9fb!important;border:1px solid #E2E8EF}:root.light .landing-hamburger-plans__card:hover{background:#eff3f8!important;border-color:#cbd4de}:root.light .landing-hamburger-plans__card-title{color:#334154}:root.light .landing-hamburger-plans__card[data-variant=start]{background:#f4f1fb!important;border-color:#e6e0f4}:root.light .landing-hamburger-plans__card[data-variant=start]:hover{background:#ece6f7!important;border-color:#d6ccec}:root.light .landing-hamburger-plans__card[data-variant=vip]{background:#eef4fe!important;border-color:#dce6f6}:root.light .landing-hamburger-plans__card[data-variant=vip]:hover{background:#e4edfc!important;border-color:#cadaf0}:root.light .landing-hamburger-plans__card[data-variant=base]{background:#eef8f5!important;border-color:#dcede6}:root.light .landing-hamburger-plans__card[data-variant=base]:hover{background:#e3f2ec!important;border-color:#cae2d7}:root.light .landing-hamburger-plans__card[data-variant=ppv]{background:#ecf8fd!important;border-color:#d7eef7}:root.light .landing-hamburger-plans__card[data-variant=ppv]:hover{background:#dff2fb!important;border-color:#c2e4f2}:root.light .landing-hamburger-plans__card[data-variant=vod]{background:#fcf1eb!important;border-color:#f4ddd0}:root.light .landing-hamburger-plans__card[data-variant=vod]:hover{background:#f8e5d9!important;border-color:#eccab3}:root.light .landing-hamburger-plans__card[data-variant=trial]{background:#fbf5e8!important;border-color:#efe4c8}:root.light .landing-hamburger-plans__card[data-variant=trial]:hover{background:#f6ead0!important;border-color:#e4d2a6}:root.light .landing-hamburger-plans__card-badge[data-variant=start]{background:#dc4d48!important;color:#fff!important}:root.light .landing-hamburger-plans__card-badge[data-variant=ppv]{background:#2abfec!important;color:#333!important}:root.light .landing-hamburger-plans__card-badge[data-variant=vod]{background:#d81e25!important;color:#fff!important}:root.light .landing-hamburger-plans__country{background:#fff;border:1px solid #BC7EFB}:root.light .landing-hamburger-plans__country:hover{background:#f7f9fb}:root.light .landing-hamburger-plans__country-label{color:#334154}:root.light .landing-help-menu,:root.light .landing-plans-menu,:root.light .landing-header-menu,:root.light .landing-hamburger{font-weight:500}:root.light .landing-help-menu__item,:root.light .landing-plans-menu__card-title,:root.light .landing-lang-menu__item,:root.light .landing-hamburger__row,:root.light .landing-hamburger-help__item{font-weight:600}:root.light .landing-help-menu__title,:root.light .landing-plans-menu__col-title{font-weight:700}.landing-hero{position:relative;min-height:720px;overflow:hidden}.landing-hero__bg{position:absolute;inset:0;z-index:0}.landing-hero__bg-image{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:50% 30%;object-position:50% 30%}.landing-hero__desktop-leftOverlay,.landing-hero__desktop-bottomOverlay{display:none}.landing-hero__mobile-topTint,.landing-hero__mobile-bottomTint{position:absolute;inset:0}.landing-hero__desktop-artboard,.landing-hero__devices-artboard{display:none;margin:0 auto}.landing-hero__desktop-artboard,.landing-hero__devices,.landing-hero__mobile-content{position:relative;z-index:1}.landing-hero__desktop-content{position:absolute;top:350px;left:188px;width:1164px}.landing-hero__desktop-column{display:flex;max-width:686px;flex-direction:column}.landing-hero__desktop-subhead{max-width:501px;margin-top:16px;white-space:pre-line}.landing-hero__desktop-body{max-width:538px;margin-top:10px;white-space:pre-line}.landing-hero__desktop-ctaRow{display:flex;gap:20px;margin-top:24px}.landing-hero__desktop-primary,.landing-hero__desktop-secondary{display:inline-flex;min-width:112px;height:42px;align-items:center;justify-content:center;padding:0 20px;border-radius:var(--radius-pill);white-space:nowrap}.landing-hero__desktop-primary{border:1px solid rgb(var(--rgb-accent-purple) / .6);background:rgb(var(--rgb-accent-purple));color:#fff;font-size:16px;font-weight:700;box-shadow:0 6px 18px #5825c261}.landing-hero__desktop-secondary{min-width:136px;border:1px solid rgba(248,213,117,.45);background:#e7bd58;color:#111;font-size:16px;font-weight:700;box-shadow:0 4px 12px #ffd04a2e}.landing-hero__devices{position:absolute;bottom:20px;left:0;right:0;display:none}.landing-hero__devices-content{position:absolute;top:10px;left:188px;width:1160px}.landing-hero__devices-head{display:flex;align-items:center;gap:11px}.landing-hero__devices-badges{width:104px;height:23.5px;flex-shrink:0}.landing-hero__devices-copy{max-width:237px;font-size:13px!important;line-height:15.8px!important}.landing-hero__devices-row{display:flex;align-items:center;justify-content:space-between;width:110%;gap:31px;margin-top:30px}.landing-hero__desktop-link,.landing-hero__mobile-link{transition:opacity .2s ease}.landing-hero__desktop-deviceIcon{height:23px!important}.landing-hero__desktop-deviceIcon.landing-hero__desktop-teamplayerBanner{height:31.45px!important;filter:drop-shadow(0 1px 1.5px rgba(0,0,0,.65)) drop-shadow(0 0 1px rgba(0,0,0,.5))}.landing-hero__mobile-content{position:relative;display:flex;width:100%;max-width:402px;min-height:100dvh;margin:0 auto;flex-direction:column;padding:0 16px 16px}.landing-hero__mobile-title{text-align:center;font-size:22px;font-weight:800;line-height:1.1;color:#fff;text-shadow:0 2px 8px rgba(0,0,0,.55)}.landing-hero__mobile-subhead{max-width:320px;margin:6px auto 0;text-align:center;font-size:13px;font-weight:600;line-height:1.2;color:#fff;text-shadow:0 1px 6px rgba(0,0,0,.45)}.landing-hero__mobile-ctaRow{display:flex;width:100%;max-width:338px;gap:8px;margin:12px auto 0}.landing-hero__mobile-primary,.landing-hero__mobile-secondary{display:flex;flex:1 1 0%;height:44px;align-items:center;justify-content:center;padding:0 12px;border-radius:var(--radius-pill);text-align:center;font-size:13px;font-weight:800;line-height:1.2;letter-spacing:.04em;text-transform:uppercase}.landing-hero__mobile-primary{border:1px solid rgb(var(--rgb-accent-purple) / .6);background:rgb(var(--rgb-accent-purple));color:#fff;box-shadow:0 7px 18px #5825c26b}.landing-hero__mobile-secondary{border:1px solid rgba(248,213,117,.45);background:#e7bd58;color:#111;box-shadow:0 5px 12px #ffd04a38}.landing-hero__mobile-body{margin-top:auto;white-space:pre-line;font-size:11px;font-weight:500;line-height:1.35;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.42)}.landing-hero__mobile-devices{margin-top:12px}.landing-hero__mobile-devices-head{display:flex;align-items:flex-start;gap:12px}.landing-hero__mobile-devices-badges{width:100px;height:33px;flex-shrink:0}.landing-hero__mobile-devices-copy{font-size:11px;font-weight:500;line-height:1.35;color:#fff;text-shadow:0 1px 5px rgba(0,0,0,.42)}.landing-hero__mobile-devices-grid{display:grid;grid-template-columns:minmax(0,1fr) auto;grid-template-rows:repeat(2,minmax(0,auto));align-items:center;gap:4px 6px;margin-top:18px}.landing-hero__mobile-teamplayer{grid-row:span 2;flex-shrink:0}.landing-hero__mobile-deviceRow{display:flex;align-items:center;justify-content:space-between;-moz-column-gap:4px;column-gap:4px;width:100%;min-width:0;box-sizing:border-box;padding-inline:12px;overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 12px,#000 calc(100% - 12px),transparent 100%)}.landing-hero__desktop-deviceIcon,.landing-hero__mobile-deviceIcon,.landing-hero__mobile-teamplayerIcon{opacity:.8}.landing-hero__mobile-teamplayerIcon{height:62px;width:62px}.landing-hero__mobile-alice{height:22px;width:22px}.landing-hero__mobile-iptv2026{height:23px;width:23px}.landing-hero__mobile-devicesRow{height:16px;width:auto;opacity:.9}.landing-hero__device-badgesSvg{width:100%;height:100%}@media(min-width:768px){.landing-hero{min-height:max(100svh,900px)}.landing-hero__mobile-content{max-width:600px;padding:0 32px 32px}.landing-hero__mobile-title{font-size:36px;line-height:1.15}.landing-hero__mobile-subhead{max-width:500px;margin-top:12px;font-size:17px;font-weight:700;line-height:1.3}.landing-hero__mobile-ctaRow{max-width:470px;gap:16px;margin-top:20px}.landing-hero__mobile-primary,.landing-hero__mobile-secondary{height:50px;font-size:15px}.landing-hero__mobile-body{font-size:14px;line-height:1.5}.landing-hero__mobile-devices{margin-top:20px}.landing-hero__mobile-devices-badges{width:120px;height:40px}.landing-hero__mobile-devices-copy{font-size:13px;line-height:1.4}.landing-hero__mobile-devices-grid{gap:4px 10px;margin-top:20px}.landing-hero__mobile-deviceRow{-moz-column-gap:8px;column-gap:8px;padding-inline:14px;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 18px,#000 calc(100% - 18px),transparent 100%)}.landing-hero__mobile-teamplayerIcon{height:75px;width:75px}.landing-hero__mobile-alice{height:26px;width:26px}.landing-hero__mobile-iptv2026{height:27px;width:27px}.landing-hero__mobile-devicesRow{height:20px}}@media(display-mode:standalone)and (min-width:768px)and (max-width:1023px){.landing-hero{min-height:max(100dvh,900px)}}@media(min-width:1024px){.landing-hero{min-height:100vh}.landing-hero__bg-image{-o-object-position:50% 20%;object-position:50% 20%}.landing-hero__desktop-leftOverlay{position:absolute;top:0;left:0;display:block;height:100%;width:min(996px,100%)}.landing-hero__desktop-bottomOverlay{position:absolute;inset:0;display:block}.landing-hero__mobile-topTint,.landing-hero__mobile-bottomTint,.landing-hero__mobile-content{display:none}.landing-hero__desktop-artboard,.landing-hero__devices,.landing-hero__devices-artboard{display:block}}.landing-plans{--plans-bg: linear-gradient(180deg, #13203E 0%, #13203E 54%, #612B72 100%);--plans-text: #FFFFFF;--plans-muted: #A1A1A1;--plans-subtle: #9CA3AF;--plans-card-text: #FFFFFF;--plans-card-muted: #9CA3AF;--plans-card-subtle: #9CA3AF;--plans-pill-bg: rgba(255, 255, 255, .1);--plans-pill-text: rgba(255, 255, 255, .8);--plans-bullet-text: rgba(255, 255, 255, .85);--plans-bullet-check-bg: rgba(255, 255, 255, .15);--plans-bullet-check-text: rgba(255, 255, 255, .7);--plans-category-bg: #1D2633;--plans-category-border: rgba(189, 126, 252, .35);--plans-category-disabled-border: rgba(255, 255, 255, .1);--plans-category-label: rgba(255, 255, 255, .9);--plans-action-text: #FFFFFF;--plans-tabs-bg: rgba(136, 136, 137, .08);--plans-tab-active-bg: linear-gradient(180deg, #34B3C4 0%, #334DAF 100%);--plans-card-start-bg: #312B56;--plans-card-vip-bg: #333A62;--plans-card-base-bg: #1D282B;--plans-card-border: rgba(255, 255, 255, .1);--plans-card-start-ring: rgba(45, 206, 184, .3);--plans-card-vip-ring: rgba(164, 106, 255, .35);--plans-card-base-ring: rgba(45, 206, 184, .3);--plans-card-highlight: 0 0 30px 8px rgba(164, 106, 255, .6), 0 0 60px 20px rgba(164, 106, 255, .3);--plans-special-ppv-bg: rgba(119, 194, 168, .7);--plans-special-trial-bg: rgba(94, 79, 66, .48);--plans-special-trial-shadow: 0 3px 5px rgba(0, 0, 0, .06);--plans-button-start-bg: linear-gradient(180deg, #33B8FB 0%, #38A98F 100%);--plans-button-vip-bg: linear-gradient(180deg, #33B8FB 0%, #248FF2 100%);--plans-button-base-bg: linear-gradient(180deg, #33B8FB 0%, #7245FB 100%);--plans-button-trial-bg: linear-gradient(180deg, #E8A838 0%, #C55A2B 100%);background:var(--plans-bg)}:root.light .landing-plans{--plans-bg: linear-gradient(180deg, #C1CBD7 0%, #FCBB93 100%);--plans-text: #0B1220;--plans-muted: #4E596B;--plans-subtle: #6D7482;--plans-card-text: #0B1220;--plans-card-muted: #6D7482;--plans-card-subtle: #697386;--plans-pill-bg: rgba(151, 168, 190, .28);--plans-pill-text: #3F4A5D;--plans-bullet-text: #1F2738;--plans-bullet-check-bg: rgba(90, 103, 123, .18);--plans-bullet-check-text: #2A3247;--plans-category-bg: rgba(232, 240, 252, .62);--plans-category-border: rgba(135, 110, 215, .55);--plans-category-disabled-border: rgba(135, 110, 215, .22);--plans-category-label: #2A2F45;--plans-action-text: #5C4B2C;--plans-tabs-bg: rgba(167, 176, 190, .24);--plans-tab-active-bg: linear-gradient(180deg, #DF9A19 0%, #C67B07 100%);--plans-card-border: rgba(255, 255, 255, .32);--plans-card-start-bg: rgba(219, 233, 249, .78);--plans-card-vip-bg: rgba(184, 158, 223, .7);--plans-card-base-bg: rgba(178, 196, 218, .72);--plans-card-start-ring: rgba(255, 255, 255, .2);--plans-card-vip-ring: rgba(152, 119, 198, .2);--plans-card-base-ring: rgba(255, 255, 255, .18);--plans-card-highlight: 0 0 24px 6px rgba(187, 151, 221, .28);--plans-special-ppv-bg: rgba(178, 196, 218, .72);--plans-special-trial-bg: #F6E1C5;--plans-button-start-bg: linear-gradient(180deg, #EBC865 0%, #D7AA4B 100%);--plans-button-vip-bg: linear-gradient(180deg, #EBC865 0%, #D7AA4B 100%);--plans-button-base-bg: linear-gradient(180deg, #EBC865 0%, #D7AA4B 100%);--plans-button-trial-bg: linear-gradient(180deg, #EBC865 0%, #D7AA4B 100%);--plans-country-panel-bg: rgba(218, 231, 246, .55);--plans-country-selected-bg: #DF9A19;--plans-country-selected-border: #C67B07;--plans-country-selected-glow: rgba(223, 154, 25, .32);--plans-country-starting: #C44747;--plans-channels-pill-bg: rgba(124, 134, 172, .3);--plans-channels-pill-text: #3F4A5D;--plans-channels-button-border: #C67B07;--plans-channels-button-text: #5C4B2C;--plans-channels-button-hover: rgba(223, 154, 25, .16)}:root.light .landing-plans__category-icon{filter:brightness(0) saturate(100%) invert(15%) sepia(45%) saturate(2200%) hue-rotate(232deg) brightness(72%) contrast(110%);opacity:1}:root.light .landing-plans__category-badge,:root.light .landing-plans__country-badge{background:#e90815}.landing-plans__container{width:min(1312px,calc(100vw - 32px));margin-inline:auto;padding-block:40px}.landing-plans__heading{text-align:center}.landing-plans__kicker{font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:20px;letter-spacing:-.14px;color:var(--plans-text);text-transform:uppercase}.landing-plans__title{margin-top:8px;font-family:Inter,system-ui,sans-serif;font-size:24px;font-weight:400;line-height:30px;letter-spacing:-.3px;color:var(--plans-text)}.landing-plans__tabs-wrap{display:flex;justify-content:center;margin-top:20px;padding-inline:16px}.landing-plans__tabs{max-width:100%;overflow-x:auto;scroll-snap-type:x mandatory;border-radius:20px;background:var(--plans-tabs-bg);scrollbar-width:none;-ms-overflow-style:none}.landing-plans__tabs::-webkit-scrollbar{display:none}.landing-plans__tabs-list{display:flex;width:-moz-max-content;width:max-content}.landing-plans__tab{display:flex;height:40px;flex-shrink:0;scroll-snap-align:center;align-items:center;justify-content:center;gap:6px;padding-inline:14px;border-radius:0;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:600;line-height:16px;letter-spacing:-.3px;color:var(--plans-muted);white-space:nowrap;transition:color .2s ease,background .2s ease}.landing-plans__tab[data-active=true]{border-radius:8px;background:var(--plans-tab-active-bg);color:#fff}.landing-plans__tab-icon{width:16px;height:16px;opacity:.9}.landing-plans__content{margin-top:20px}.landing-plans__cards-scroll{display:flex;gap:16px;overflow-x:auto;padding-bottom:8px;scroll-snap-type:x mandatory;scrollbar-width:none;-ms-overflow-style:none}.landing-plans__cards-scroll::-webkit-scrollbar{display:none}.landing-plans__card-shell{width:calc(100vw - 48px);max-width:380px;flex-shrink:0;scroll-snap-align:center}.landing-plans__stepper-wrap{display:flex;justify-content:center;margin-top:16px}.landing-plans__stepper{display:flex;align-items:center;gap:0}.landing-plans__step{display:grid;width:28px;height:28px;flex-shrink:0;place-items:center;border:1px solid rgba(255,255,255,.15);border-radius:999px;background:var(--plans-card-base-bg);transition:border-color .2s ease,box-shadow .2s ease}.landing-plans__step[data-plan=start]{background:var(--plans-card-start-bg)}.landing-plans__step[data-plan=vip]{background:var(--plans-card-vip-bg)}.landing-plans__step[data-active=true]{border:2px solid #BD7EFC;box-shadow:0 0 12px #bd7efc73}.landing-plans__step-icon{width:14px;height:14px;opacity:.4;transition:opacity .2s ease}.landing-plans__step[data-active=true] .landing-plans__step-icon{opacity:1}.landing-plans__step-line{width:40px;height:2px;flex-shrink:0;border-radius:1px;background:#ffffff1f}.landing-plans__plan-card{display:flex;flex-direction:column;padding:20px;border:1px solid var(--plans-card-border);border-radius:16px;color:var(--plans-text);transition:transform .3s ease,border-color .3s ease,box-shadow .3s ease}.landing-plans__plan-card[data-plan=start]{background:var(--plans-card-start-bg);box-shadow:0 0 0 1px var(--plans-card-start-ring)}.landing-plans__plan-card[data-plan=vip]{background:var(--plans-card-vip-bg);box-shadow:0 0 0 1px var(--plans-card-vip-ring)}.landing-plans__plan-card[data-plan=base]{background:var(--plans-card-base-bg);box-shadow:0 0 0 1px var(--plans-card-base-ring)}.landing-plans__plan-card[data-highlighted=true]{transform:scale(1.03);border-color:#bd7efc99;box-shadow:var(--plans-card-highlight)}.landing-plans__card-head{display:flex;align-items:flex-start;justify-content:space-between;gap:8px}.landing-plans__card-copy{min-width:0;flex:1}.landing-plans__card-title{font-size:16px;font-weight:600;color:var(--plans-card-text)}.landing-plans__card-note{color:var(--plans-card-subtle);margin-top:2px;overflow:hidden;font-size:11px;text-overflow:ellipsis;white-space:nowrap}.landing-plans__card-icon{width:40px;height:40px;flex-shrink:0}.landing-plans__card-price{margin-top:12px;font-size:36px;font-weight:600;line-height:1;color:var(--plans-card-text)}.landing-plans__monthly-badge{display:inline-block;margin-top:10px;padding:5px 10px;border-radius:6px;background:var(--plans-pill-bg);color:var(--plans-pill-text);font-size:11px;font-weight:500}.landing-plans__bullets{margin-top:16px}.landing-plans__bullet{display:flex;align-items:flex-start;gap:6px;color:var(--plans-bullet-text);font-size:12px}.landing-plans__bullet+.landing-plans__bullet{margin-top:6px}.landing-plans__bullet-check{display:flex;width:14px;height:14px;flex-shrink:0;align-items:center;justify-content:center;margin-top:2px;border-radius:999px;background:var(--plans-bullet-check-bg);color:var(--plans-bullet-check-text);font-size:9px}.landing-plans__categories{margin-top:20px}.landing-plans__category-grid{display:grid;grid-template-columns:repeat(4,minmax(0,1fr));gap:10px}.landing-plans__button{display:flex;width:100%;height:44px;align-items:center;justify-content:center;gap:6px;margin-top:16px;border-radius:22px;color:var(--plans-action-text);font-size:13px;font-weight:700}.landing-plans__button[data-plan=start]{background:var(--plans-button-start-bg)}.landing-plans__button[data-plan=vip]{background:var(--plans-button-vip-bg)}.landing-plans__button[data-plan=base]{background:var(--plans-button-base-bg)}.landing-plans__special-card{display:flex;flex-direction:column;padding:20px;border:1px solid var(--plans-card-border);border-radius:16px;color:var(--plans-text)}.landing-plans__special-card[data-special=ppv]{background:var(--plans-special-ppv-bg)}.landing-plans__special-card[data-special=trial]{background:var(--plans-special-trial-bg);box-shadow:var(--plans-special-trial-shadow)}.landing-plans__special-price{display:flex;align-items:flex-end;gap:4px;margin-top:12px}.landing-plans__price-main{font-size:36px;font-weight:600;line-height:1;color:var(--plans-card-text)}.landing-plans__price-suffix{padding-bottom:4px;color:var(--plans-card-muted);font-size:18px;font-weight:500}.landing-plans__special-button{display:flex;width:100%;height:44px;align-items:center;justify-content:center;gap:6px;margin-top:16px;border-radius:22px;color:var(--plans-action-text);font-size:13px;font-weight:700}.landing-plans__special-button[data-special=ppv]{background:var(--plans-button-base-bg)}.landing-plans__special-button[data-special=trial]{background:var(--plans-button-trial-bg)}.landing-plans__category-tile{position:relative}.landing-plans__category-tile[data-disabled=true]{opacity:.35}.landing-plans__category-box{position:relative;width:100%;aspect-ratio:1;border:1px solid var(--plans-category-border);border-radius:10px;background:var(--plans-category-bg)}.landing-plans__category-tile[data-disabled=true] .landing-plans__category-box{border-color:var(--plans-category-disabled-border);filter:grayscale(1)}.landing-plans__category-icon-wrap{position:absolute;inset-inline:0;top:16%;display:flex;justify-content:center}.landing-plans__category-icon{width:42%;height:38%;-o-object-fit:contain;object-fit:contain;opacity:.9}.landing-plans__category-label{position:absolute;inset-inline:0;bottom:6%;color:var(--plans-category-label);font-size:10px;font-weight:500;line-height:1.15;text-align:center}:root.light .landing-plans__category-label{font-weight:600}.landing-plans__category-badge,.landing-plans__country-badge{position:absolute;display:flex;align-items:center;justify-content:center;border-radius:999px;background:#e53935;color:#fff;font-weight:700;box-shadow:0 2px 6px #00000038}.landing-plans__category-badge{top:-5px;right:-5px;min-width:18px;height:18px;padding-inline:4px;font-size:9px}.landing-plans__country-card{position:relative;display:flex;flex-direction:column;align-items:center;justify-content:center;border:1px solid var(--plans-category-border);border-radius:10px;background:var(--plans-category-bg);transition:border-color .2s ease,background .2s ease,filter .2s ease,box-shadow .2s ease}.landing-plans__country-card:hover{border-color:var(--plans-category-border);filter:brightness(1.08)}.landing-plans__country-card:focus{outline:none}.landing-plans__country-card[data-selected=true]{border-color:var(--plans-country-selected-border, #BD7EFC);background:var(--plans-country-selected-bg, #BD7EFC);box-shadow:0 0 12px var(--plans-country-selected-glow, rgba(189, 126, 252, .4))}.landing-plans__country-card[data-size=sm]{width:66px;height:66px}.landing-plans__country-card[data-size=md]{width:100px;height:100px}.landing-plans__country-flag-wrap{position:relative}.landing-plans__country-flag{display:flex;align-items:center;justify-content:center;overflow:hidden;border-radius:999px;box-shadow:0 4px 10px #00000038}.landing-plans__country-card[data-size=sm] .landing-plans__country-flag{width:30px;height:30px}.landing-plans__country-card[data-size=md] .landing-plans__country-flag{width:48px;height:48px}.landing-plans__country-second-flag{position:absolute;right:-4px;bottom:-4px;padding:2px;border:1px solid rgba(255,255,255,.2);border-radius:999px;background:rgb(var(--rgb-card-dark));box-shadow:0 2px 8px #00000038}.landing-plans__country-badge{top:-4px;min-width:24px;padding:2px 4px;font-size:9px}.landing-plans__country-card[data-size=sm] .landing-plans__country-badge{right:-6px;min-width:18px;font-size:7px}.landing-plans__country-card[data-size=md] .landing-plans__country-badge{right:-12px}.landing-plans__country-name{margin-top:6px;color:var(--plans-category-label);font-weight:500;line-height:1.15;text-align:center}.landing-plans__country-card[data-size=sm] .landing-plans__country-name{font-size:8px}.landing-plans__country-card[data-size=md] .landing-plans__country-name{font-size:10px}.landing-plans__country-panel{padding:16px;border-radius:16px;background:var(--plans-country-panel-bg, rgba(84, 84, 134, .5))}.landing-plans__country-top{display:flex;gap:16px;margin-bottom:16px}.landing-plans__country-price{flex:1}.landing-plans__country-title{color:var(--plans-card-text);font-size:16px;font-weight:600}.landing-plans__country-starting{margin-top:2px;color:var(--plans-country-starting, #E57373);font-size:11px}.landing-plans__country-price-value{color:var(--plans-card-text);font-size:28px;font-weight:700;line-height:1}.landing-plans__country-options{margin-top:8px}.landing-plans__country-option{display:flex;align-items:center;gap:4px;color:var(--plans-card-muted);font-size:10px}.landing-plans__country-option-icon{width:12px;height:12px;color:#4ade80}.landing-plans__country-selected{display:flex;flex-direction:column;align-items:center;gap:4px}.landing-plans__country-selected-flag{position:relative}.landing-plans__country-selected-name{margin-top:4px;color:var(--plans-card-text);font-size:16px;font-weight:600}.landing-plans__country-selected-price{color:var(--plans-card-muted);font-size:11px}.landing-plans__channels-pill{display:inline-flex;align-items:center;gap:6px;margin-top:4px;padding:4px 10px;border-radius:8px;background:var(--plans-channels-pill-bg, #4958BC)}.landing-plans__channels-pill-icon{width:14px;height:14px;flex-shrink:0;color:var(--plans-channels-pill-text, #FFFFFF)}.landing-plans__channels-pill-text{color:var(--plans-channels-pill-text, #FFFFFF);font-size:9px;font-weight:500;white-space:nowrap}.landing-plans__channels-button{display:inline-flex;align-items:center;gap:8px;margin-top:4px;padding:6px 16px;border:2px solid var(--plans-channels-button-border, #BD7EFC);border-radius:999px;color:var(--plans-channels-button-text, var(--plans-card-text));font-size:9px;font-weight:600;letter-spacing:.3px;text-transform:uppercase;transition:background .2s ease,transform .2s ease}.landing-plans__channels-button:hover{background:var(--plans-channels-button-hover, rgba(189, 126, 252, .2))}.landing-plans__channels-button:active{transform:scale(.95)}.landing-plans__channels-button-icon{width:12px;height:12px}.landing-plans__country-grid{display:flex;flex-direction:column;gap:6px}.landing-plans__country-row{display:flex;flex-wrap:nowrap;justify-content:center;-moz-column-gap:6px;column-gap:6px}.landing-plans__country-placeholder{display:flex;width:66px;height:66px;align-items:center;justify-content:center;border:1px solid var(--plans-category-disabled-border);border-radius:10px;background:var(--plans-category-bg);opacity:.4}.landing-plans__country-placeholder-plus{color:var(--plans-card-muted);font-size:18px;font-weight:300;line-height:1}.landing-plans__country-cta-wrap{display:flex;justify-content:center;margin-top:16px}.landing-plans__country-cta{display:flex;min-width:258px;height:40px;align-items:center;justify-content:center;gap:6px;padding-inline:24px;border-radius:20px;background:var(--plans-button-base-bg);color:var(--plans-action-text);font-size:13px;font-weight:700;white-space:nowrap}.landing-plans__country-cta-icon{width:16px;height:16px}.landing-plans__placeholder{padding:24px;border:1px solid var(--plans-card-border);border-radius:16px;background:#ffffff0d;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px)}.landing-plans__placeholder-title{color:#fff;font-size:16px;font-weight:600}.landing-plans__placeholder-body{margin-top:8px;color:#fff9;font-size:14px}@media(min-width:600px)and (max-width:1023px){.landing-plans{min-height:100svh}.landing-plans__content{padding-bottom:15px}.landing-plans__cards-scroll{gap:16px;padding-inline:24px}.landing-plans__card-shell{width:calc(50% - 8px);max-width:calc(50% - 8px);flex:0 0 calc(50% - 8px)}.landing-plans__country-panel{max-width:560px;margin-inline:auto}}@media(min-width:768px)and (max-width:1023px)and (orientation:landscape){.landing-plans__container{padding-block:20px}.landing-plans__tabs-wrap{margin-top:10px}.landing-plans__content{margin-top:12px}.landing-plans__plan-card,.landing-plans__special-card{padding:14px}.landing-plans__categories{margin-top:14px}.landing-plans__button,.landing-plans__special-button{margin-top:12px}}@media(min-width:1024px){.landing-plans{min-height:100svh}.landing-plans__title{font-size:clamp(21.6px,2.1429vw,36px);font-weight:500;line-height:clamp(24px,2.381vw,40px);letter-spacing:-.36px}.landing-plans__tabs-wrap{margin-top:12px}.landing-plans__content{min-height:560px}.landing-plans__cards-scroll{justify-content:center;overflow:visible;gap:18px}.landing-plans__stepper-wrap{display:none}.landing-plans__country-panel{width:560px;max-width:560px;margin-inline:auto;padding:18px}.landing-plans__country-row{-moz-column-gap:8px;column-gap:8px}.landing-plans__card-shell{width:320px;max-width:320px}.landing-plans__plan-card,.landing-plans__special-card{padding:16px}.landing-plans__card-title{font-size:14.5px}.landing-plans__card-note{font-size:10.5px}.landing-plans__card-icon{width:36px;height:36px}.landing-plans__card-price,.landing-plans__price-main{font-size:30px}.landing-plans__price-suffix{font-size:15px}.landing-plans__monthly-badge{margin-top:8px;padding:4px 9px;font-size:10.5px}.landing-plans__bullets{margin-top:12px}.landing-plans__bullet{font-size:11.5px}.landing-plans__categories{margin-top:16px}.landing-plans__category-grid{gap:8px;margin-top:8px}.landing-plans__category-label{font-size:9px}.landing-plans__category-badge{min-width:16px;height:16px;font-size:8px}.landing-plans__button,.landing-plans__special-button{height:38px;margin-top:12px;font-size:12px}}.landing-movies{position:relative;overflow:hidden;background-color:#1b1b1b;scroll-margin-top:-100px}@media(min-width:1024px){.landing-movies{scroll-margin-top:130px}}.landing-movies__pattern{pointer-events:none;position:absolute;inset:0;overflow:hidden}.landing-movies__pattern-img{height:100%;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:center;object-position:center}.landing-movies__desktop{display:none;position:relative;z-index:10;margin-left:auto;margin-right:auto}@media(min-width:1024px){.landing-movies__desktop{display:block}}.landing-movies__desktop-spiderman{position:absolute;left:823.5px;top:193px;width:905px;height:509px;z-index:2;-webkit-mask-image:linear-gradient(to bottom,transparent 0px,black 40px);mask-image:linear-gradient(to bottom,transparent 0px,black 40px)}.landing-movies__desktop-cta{position:absolute;left:1281.5px;top:92px;height:24px;display:inline-flex;align-items:center;gap:12px;font-family:Inter,system-ui,sans-serif;font-size:16.8px;font-weight:700;line-height:24px;color:#fff}.landing-movies__desktop-cta:hover{color:#fffc}.landing-movies__desktop-cta-arrow{font-size:22px;line-height:1}.landing-movies__desktop-text{position:absolute;left:0;top:59px;width:1073px;height:250px;padding:0 181px;z-index:3;display:flex;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:32px}.landing-movies__desktop-title-row{display:flex;width:100%;flex-direction:column;align-items:flex-start;justify-content:flex-start;gap:12px}.landing-movies__title{text-transform:uppercase;color:#fff;font-family:Inter,system-ui,sans-serif;font-weight:500;line-height:22px;letter-spacing:-.36px}.landing-movies__rule{height:1px;width:100%;background:#8888898c}.landing-movies__body{white-space:pre-line;color:#fff;font-family:Inter,sans-serif;font-size:24px;line-height:36px;letter-spacing:-.24px;opacity:.85}.landing-movies__desktop-cards{position:absolute;left:181px;top:528px;width:1318px;z-index:4;display:flex;gap:32px}.landing-movies__card{width:341.5px;min-height:172px}.landing-movies__card--movies{background:#3c4560}.landing-movies__card--series{background:#676b7c}.landing-movies__card-inner{padding:36px}.landing-movies__card-head{display:flex;gap:8px}.landing-movies__card-icon{margin-top:8.5px}.landing-movies__card-num-wrap{display:flex;align-items:flex-start}.landing-movies__card-num{font-family:Inter,sans-serif;font-size:46px;line-height:48px;letter-spacing:-.46px;color:#fff}.landing-movies__card-plus{font-family:Inter,sans-serif;font-size:28px;line-height:36px;letter-spacing:-.84px;color:#fff;transform:translateY(6px)}.landing-movies__card-label{margin-top:8px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:500;color:#fff}.landing-movies__card-sub{margin-top:4px;font-family:Inter,sans-serif;font-size:16.4px;line-height:21px;letter-spacing:-.41px;color:#fff;opacity:.85;max-width:160px}.landing-movies__card-sub--multiline{max-width:211px;white-space:pre-line}.landing-movies__mobile{position:relative;z-index:10;width:100%}@media(min-width:1024px){.landing-movies__mobile{display:none}}.landing-movies__mobile-hero{position:relative}.landing-movies__mobile-spiderman{height:226px;width:100%;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media(orientation:landscape){.landing-movies__mobile-spiderman{height:180px}}@media(min-width:768px){.landing-movies__mobile-spiderman{height:350px}}.landing-movies__mobile-hero-fade{pointer-events:none;position:absolute;bottom:0;left:0;right:0;height:50px;background:linear-gradient(to top,#0e0e0ed9,#07070700)}.landing-movies__mobile-inner{position:relative;margin:0 auto;width:100%;max-width:402px}@media(min-width:768px){.landing-movies__mobile-inner{max-width:720px}}.landing-movies__mobile-text{padding:60px 22px 0}@media(orientation:landscape){.landing-movies__mobile-text{padding-top:40px}}@media(min-width:768px){.landing-movies__mobile-text{padding-top:80px}}.landing-movies__mobile-title{font-family:Inter,system-ui,sans-serif;font-size:28px;font-weight:500;text-transform:uppercase;letter-spacing:-.28px;line-height:22px;color:#fff}.landing-movies__mobile-rule{margin-top:12px;height:1px;width:100%;max-width:322px;background:#8888898c}@media(min-width:768px){.landing-movies__mobile-rule{max-width:none}}.landing-movies__mobile-body{margin-top:12px;max-width:322px;white-space:pre-line;color:#ffffffd9;font-family:Inter,sans-serif;font-size:14px;line-height:21px;letter-spacing:-.14px}@media(min-width:768px){.landing-movies__mobile-body{max-width:none}}.landing-movies__mobile-cta{margin-top:24px;display:inline-flex;align-items:center;gap:12px;font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700;line-height:24px;color:#fff}.landing-movies__mobile-cta:hover{color:#fffc}.landing-movies__mobile-cta-arrow{font-size:18px;line-height:1}.landing-movies__mobile-cards{margin-top:32px;display:flex;gap:19px;padding:0 22px 40px}.landing-movies__mobile-card{min-width:0;flex:1 1 0;border-radius:8px;padding:20px;min-height:172px}.landing-movies__mobile-card-head{display:flex;align-items:flex-start;gap:8px;min-width:0;flex-wrap:nowrap}.landing-movies__mobile-card-icon{margin-top:4px;flex-shrink:0}.landing-movies__mobile-card-num-wrap{display:flex;align-items:flex-start;flex-wrap:nowrap;white-space:nowrap;min-width:0}.landing-movies__mobile-card-num{font-family:Inter,sans-serif;font-size:24px;font-weight:400;line-height:28px;letter-spacing:-.24px;color:#fff}.landing-movies__mobile-card-plus{margin-left:2px;font-size:15px;line-height:20px;color:#fff;transform:translateY(2px)}.landing-movies__mobile-card-label{margin-top:8px;font-family:Inter,system-ui,sans-serif;font-size:12px;font-weight:500;color:#fff}.landing-movies__mobile-card-sub{margin-top:4px;font-family:Inter,sans-serif;font-size:12px;line-height:16px;color:#ffffffd9}:root.light .landing-movies{background-color:#fff}:root.light .landing-movies__pattern{display:none}@media(min-width:1024px){:root.light .landing-movies:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:linear-gradient(90deg,#c0cbd799,#121f29)}}@media(max-width:1023.98px){:root.light .landing-movies:before{content:"";position:absolute;inset:0;pointer-events:none;z-index:0;background-image:linear-gradient(180deg,#121f29,#c0cbd799)}}:root.light .landing-movies__title,:root.light .landing-movies__mobile-title{color:#0f172a}:root.light .landing-movies__rule,:root.light .landing-movies__mobile-rule{background:#0f172a4d}:root.light .landing-movies__body,:root.light .landing-movies__mobile-body{color:#101014;opacity:1}:root.light .landing-movies__desktop-cta,:root.light .landing-movies__mobile-cta{color:#0f172a}:root.light .landing-movies__desktop-cta:hover,:root.light .landing-movies__mobile-cta:hover{color:#0f172ab3}:root.light .landing-movies__card--movies{background:#af1a2b}:root.light .landing-movies__card--series{background:#4b5e81}:root.light .landing-movies__mobile-hero-fade{background:linear-gradient(180deg,transparent 0%,#121F29 100%)!important}:root.light .landing-movies__mobile-title{color:#151517!important}:root.light .landing-movies__mobile-rule{background:#e2e8ef!important}:root.light .landing-movies__mobile-body{color:#101014!important}:root.light .landing-movies__mobile-cta{color:#151517!important}:root.light .landing-movies__card--movies{background:#af192a!important}:root.light .landing-movies__card--series{background:#4b5d81!important}:root.light .landing-sports{background-color:#f4e5de!important}:root.light .landing-sports__title{color:#0b121f!important}:root.light .landing-sports__rule{background:#888889!important;opacity:1!important}:root.light .landing-sports__headline{color:#334154!important}:root.light .landing-sports__body{color:#334154!important}:root.light .landing-sports__logo{filter:brightness(0) saturate(100%) invert(7%) sepia(15%) saturate(2200%) hue-rotate(195deg) brightness(95%) contrast(105%)!important}:root.light .landing-sports__inline-svg path[fill="#FFFFFF"],:root.light .landing-sports__inline-svg path[fill="#F7F7F6"]{fill:#0b121f!important}:root.light .landing-sports__cta{background:#e3b775!important;color:#334154!important;box-shadow:none!important}:root.light .landing-sports__cta:hover{background:#d9a968!important}:root.light .landing-sports__hero{mix-blend-mode:normal!important;filter:none!important;opacity:1!important}@media(max-width:1023.98px){:root.light .landing-sports{background-color:#f9f6f1!important}}:root.light .landing-sports__m-title{color:#1d283b!important}:root.light .landing-sports__m-rule{background:#e2e8ef!important;opacity:1!important}:root.light .landing-sports__m-headline,:root.light .landing-sports__m-body{color:#475469!important}:root.light .landing-sports__m-fade{background:linear-gradient(to top,#F9F6F1,transparent)!important}.landing-modal__backdrop{background:#0f172a8f}.landing-modal__panel{background:var(--modal-panel-bg, #161B26)}:root.light .landing-modal__panel{--modal-panel-bg: #E8ECF1}.landing-modal__cta{background:var(--modal-cta-bg, linear-gradient(180deg, #33B8FB 0%, #7245FB 100%));color:var(--modal-cta-text, #FFFFFF);box-shadow:var(--modal-cta-shadow, 0 2px 6px rgba(114, 69, 251, .35))}.landing-modal__cta:hover{filter:brightness(1.06);transform:translateY(-1px)}.landing-modal__cta:active{transform:translateY(0)}:root.light{--modal-cta-bg: linear-gradient(180deg, #EBC865 0%, #D7AA4B 100%);--modal-cta-text: #5C4B2C;--modal-cta-shadow: 0 2px 6px rgba(215, 170, 75, .4)}.landing-yourplan,.landing-themed{--yp-shell-bg: #10161F;--yp-shell-border: #BD7EFC;--yp-shell-glow: rgba(189, 126, 252, .45);--yp-close-bg: rgba(84, 84, 84, .3);--yp-close-stroke: rgba(255, 255, 255, .7);--yp-modal-bg: #0F141E;--yp-text-primary: #FFFFFF;--yp-text-secondary: rgba(255, 255, 255, .6);--yp-text-muted: rgba(255, 255, 255, .4);--yp-card-bg: rgba(29, 38, 51, 1);--yp-card-bg-active: rgba(29, 38, 51, 1);--yp-card-border-inactive: 1px solid rgba(255, 255, 255, .12);--yp-card-border-active: 2px solid rgba(189, 126, 252, 1);--yp-accent: rgba(189, 126, 252, 1);--yp-accent-soft: rgba(189, 126, 252, .22);--yp-accent-ring: rgba(189, 126, 252, .55);--yp-accent-glow: rgba(189, 126, 252, .25);--yp-accent-strong-glow: rgba(189, 126, 252, .4);--yp-radio-bg: rgba(16, 22, 31, 1);--yp-radio-border: rgba(255, 255, 255, .2);--yp-pill-bg: rgba(255, 255, 255, .12);--yp-pill-border: rgba(255, 255, 255, .18);--yp-input-bg: rgba(29, 38, 51, 1);--yp-input-border: rgba(255, 255, 255, .12);--yp-input-placeholder: rgba(255, 255, 255, .4);--yp-cta-bg: rgba(29, 38, 51, 1);--yp-cta-border: rgba(189, 126, 252, .5);--yp-cta-text: #FFFFFF;--yp-already-arrow-stroke: rgba(189, 126, 252, 1);--yp-stat-bg: rgba(35, 40, 48, 1);--yp-stat-border: rgba(68, 150, 150, .35);--yp-stat-header-bg: rgba(68, 150, 150, 1);--yp-stat-header-text: #FFFFFF;--yp-stat-value: #FFFFFF;--yp-stat-sub: rgba(255, 255, 255, .8);--yp-teal: rgba(68, 150, 150, 1);--yp-teal-border: rgba(68, 150, 150, .35);--yp-money-bg: #10161F;--yp-money-label: rgba(255, 255, 255, .7);--yp-money-value: #FFFFFF;--yp-arrow-bg: rgba(217, 217, 217, .1);--yp-arrow-stroke: rgba(189, 126, 252, 1);--yp-stepper-bg: rgba(255, 255, 255, .15);--yp-stepper-dot-inactive-bg: rgba(16, 22, 31, 1);--yp-stepper-dot-inactive-border: rgba(255, 255, 255, .2);--yp-strength-fill: rgba(68, 150, 150, 1);--yp-strength-empty: rgba(76, 76, 76, 1);--yp-already-arrow-bg: rgba(217, 217, 217, .1);--yp-icon-active: #FFFFFF;--yp-icon-inactive: rgba(255, 255, 255, .5)}:root.light .landing-yourplan,:root.light .landing-themed{--yp-shell-bg: #F8F6F2;--yp-shell-border: #E3B875;--yp-shell-glow: rgba(227, 184, 117, .5);--yp-close-bg: rgba(124, 110, 80, .16);--yp-close-stroke: #5C4B2C;--yp-modal-bg: #F8F6F2;--yp-text-primary: #0F172A;--yp-text-secondary: #334155;--yp-text-muted: #64748B;--yp-card-bg: #F2F4F8;--yp-card-bg-active: #F7EFE2;--yp-card-border-inactive: 1px solid #DDE2EA;--yp-card-border-active: 2px solid #E3B875;--yp-accent: #E3B875;--yp-accent-soft: rgba(227, 184, 117, .22);--yp-accent-ring: rgba(227, 184, 117, .55);--yp-accent-glow: rgba(227, 184, 117, .18);--yp-accent-strong-glow: rgba(227, 184, 117, .4);--yp-radio-bg: #FFFFFF;--yp-radio-border: #C8CFDB;--yp-pill-bg: #ECEFF4;--yp-pill-border: #DDE2EA;--yp-input-bg: #E8ECEF;--yp-input-border: transparent;--yp-input-placeholder: #6B7280;--yp-cta-bg: #E3B875;--yp-cta-border: transparent;--yp-cta-text: #2C2A26;--yp-stat-bg: #F7F1E3;--yp-stat-border: rgba(68, 150, 150, .45);--yp-stat-header-bg: #449696;--yp-stat-header-text: #FFFFFF;--yp-stat-value: #0F172A;--yp-stat-sub: #334155;--yp-teal: #449696;--yp-teal-border: rgba(68, 150, 150, .45);--yp-money-bg: #FAF3E5;--yp-money-label: #334155;--yp-money-value: #0F172A;--yp-arrow-bg: #FFFFFF;--yp-arrow-stroke: #1F2738;--yp-stepper-bg: #D9CFB7;--yp-stepper-dot-inactive-bg: #FFFFFF;--yp-stepper-dot-inactive-border: #E3B875;--yp-strength-fill: transparent;--yp-strength-empty: transparent;--yp-already-arrow-bg: #F2F4F8;--yp-already-arrow-stroke: #1F2738;--yp-icon-active: #FFFFFF;--yp-icon-inactive: #C8B58A}.landing-modal__panel.landing-yourplan__panel-reset{all:unset;display:block;position:relative}.landing-modal__backdrop.landing-yourplan__backdrop{background:#0f172a8f;-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px)}:root.light .landing-modal__backdrop.landing-yourplan__backdrop{background:#0f172a8f}.landing-yourplan__shell{background:var(--yp-shell-bg);border:1px solid var(--yp-shell-border);border-radius:20px;box-shadow:0 0 25px 8px var(--yp-shell-glow)}.landing-yourplan__close{background:var(--yp-close-bg)}.landing-yourplan__close svg path{stroke:var(--yp-close-stroke)}.landing-yourplan__modal{background:var(--yp-modal-bg)}.landing-yourplan__title{color:var(--yp-text-primary);letter-spacing:-.01em}.landing-yourplan__subtitle{color:var(--yp-text-secondary)}.landing-yourplan__muted{color:var(--yp-text-muted)}.landing-yourplan__card{background:var(--yp-card-bg);border:var(--yp-card-border-inactive);border-radius:15px;outline:none;transition:border .2s ease,box-shadow .2s ease}.landing-yourplan__card:focus,.landing-yourplan__card:focus-visible{outline:none}.landing-yourplan__card[data-active=true]{background:var(--yp-card-bg-active);border:var(--yp-card-border-active);box-shadow:0 0 20px var(--yp-accent-glow)}.landing-yourplan__card-title,.landing-yourplan__card-price,.landing-yourplan__card-period,.landing-yourplan__card-channels{color:var(--yp-text-primary)}.landing-yourplan__radio{background:var(--yp-radio-bg);border:1px solid var(--yp-radio-border)}.landing-yourplan__radio-dot{background:var(--yp-accent)}.landing-yourplan__pill{background:var(--yp-pill-bg);border:1px solid var(--yp-pill-border);color:var(--yp-text-primary);outline:none;transition:background .2s ease,border-color .2s ease,box-shadow .2s ease}.landing-yourplan__pill:focus,.landing-yourplan__pill:focus-visible{outline:none}.landing-yourplan__pill[data-active=true]{background:var(--yp-accent-soft);border-color:var(--yp-accent);box-shadow:0 0 22px var(--yp-accent-glow)}.landing-yourplan__input-wrap{background:var(--yp-input-bg);border:1px solid var(--yp-input-border);border-radius:10px}.landing-yourplan__input{color:var(--yp-text-primary)}.landing-yourplan__input::-moz-placeholder{color:var(--yp-input-placeholder)}.landing-yourplan__input::placeholder{color:var(--yp-input-placeholder)}.landing-yourplan__strength-bar{background:var(--yp-strength-empty)}.landing-yourplan__strength-bar[data-filled=true]{background:var(--yp-strength-fill)}:root.light .landing-yourplan__strength-bar{display:none}.landing-yourplan__cta{background:var(--yp-cta-bg);border:1px solid var(--yp-cta-border);color:var(--yp-cta-text);transition:filter .2s ease}.landing-yourplan__cta:hover{filter:brightness(1.06)}.landing-yourplan__already-arrow{background:var(--yp-already-arrow-bg)}.landing-yourplan__already-arrow svg path{stroke:var(--yp-already-arrow-stroke)}.landing-yourplan__stepper-track{background:var(--yp-stepper-bg)}.landing-yourplan__stepper-progress{background:var(--yp-accent)}.landing-yourplan__stepper-dot{background:var(--yp-stepper-dot-inactive-bg);border:1px solid var(--yp-stepper-dot-inactive-border);transition:background .2s ease,border .2s ease,box-shadow .2s ease}.landing-yourplan__stepper-dot[data-active=true]{background:var(--yp-accent);border:none}.landing-yourplan__stepper-dot[data-current=true]{box-shadow:0 0 12px var(--yp-accent-strong-glow)}.landing-yourplan__stat{background:var(--yp-stat-bg);border:1.5px solid var(--yp-stat-border);border-radius:12px;overflow:hidden}.landing-yourplan__stat-header{background:var(--yp-stat-header-bg);color:var(--yp-stat-header-text)}.landing-yourplan__stat-value{color:var(--yp-stat-value)}.landing-yourplan__stat-sub{color:var(--yp-stat-sub)}.landing-yourplan__link{color:var(--yp-accent);transition:color .2s ease}.landing-yourplan__link:hover{color:var(--yp-text-primary)}.landing-yourplan__estimate-note{color:#fcd34dd9}:root.light .landing-yourplan__estimate-note{color:#1f2738}.landing-yourplan__arrow{background:var(--yp-arrow-bg)}.landing-yourplan__arrow svg path{fill:var(--yp-arrow-stroke)}.landing-yourplan__price-box{background:var(--yp-teal);color:#fff}.landing-yourplan__price-box--ppv{background:var(--yp-money-bg);border:2px solid var(--yp-teal);color:var(--yp-money-value)}.landing-yourplan__price-value,.landing-yourplan__price-input{color:#fff}.landing-yourplan__price-input::-moz-placeholder{color:#ffffff73}.landing-yourplan__price-input::placeholder{color:#ffffff73}.landing-yourplan__price-box--ppv .landing-yourplan__price-value,.landing-yourplan__price-box--ppv .landing-yourplan__price-input{color:var(--yp-money-value)}.landing-yourplan__price-label{color:#fff}.landing-yourplan__price-box--ppv .landing-yourplan__price-label{color:var(--yp-money-label)}.landing-yourplan__money-box{background:var(--yp-money-bg);border:2px solid var(--yp-teal)}.landing-yourplan__money-label{color:var(--yp-money-label)}.landing-yourplan__money-value{color:var(--yp-money-value)}.landing-yourplan__money-divider{background:var(--yp-teal-border);opacity:.5}.landing-yourplan__primary{background:var(--yp-accent);color:var(--yp-cta-text);outline:none;transition:filter .2s ease}.landing-yourplan__primary:hover{filter:brightness(1.06)}:root:not(.light) .landing-yourplan__primary{background:var(--yp-accent);color:#fff}.landing-yourplan__secondary{background:var(--yp-pill-bg);color:var(--yp-text-primary);border:1px solid var(--yp-pill-border);outline:none;transition:background .2s ease}.landing-yourplan__secondary:hover{background:var(--yp-accent-soft)}.landing-yourplan__card-soft{background:var(--yp-card-bg);border:1px solid var(--yp-teal-border)}.landing-yourplan__card-soft-divider{background:var(--yp-teal-border);opacity:.6}.landing-yourplan__pulse{background:var(--yp-accent)}.landing-yourplan__paytab{background:var(--yp-pill-bg);border-radius:10px;transition:background .2s ease,border-radius .2s ease;outline:none}.landing-yourplan__paytab[data-active=true]{background:var(--yp-accent)}.landing-yourplan__paytab[data-open=true]{border-radius:10px 10px 0 0}.landing-yourplan__paytab-text{color:var(--yp-text-primary)}.landing-yourplan__paytab[data-active=true] .landing-yourplan__paytab-text{color:#fff}.landing-yourplan__paytab-chevron path{stroke:var(--yp-accent)}.landing-yourplan__paytab[data-active=true] .landing-yourplan__paytab-chevron path{stroke:#fff}.landing-yourplan__paytab-icon{stroke:var(--yp-accent)}.landing-yourplan__paytab-icon rect:nth-of-type(2){fill:var(--yp-accent);stroke:none}.landing-yourplan__paytab[data-active=true] .landing-yourplan__paytab-icon{stroke:#fff}.landing-yourplan__paytab[data-active=true] .landing-yourplan__paytab-icon rect:nth-of-type(2){fill:#fff}.landing-yourplan__paydropdown{background:var(--yp-card-bg);border:1px solid var(--yp-teal-border);border-top:none;backdrop-filter:blur(16px);-webkit-backdrop-filter:blur(16px)}.landing-yourplan__paydropdown-item{background:transparent;outline:none}.landing-yourplan__paydropdown-item:hover,.landing-yourplan__paydropdown-item[data-selected=true]{background:var(--yp-accent-soft)}.landing-yourplan__paydropdown-item[data-disabled=true]{opacity:.4;cursor:not-allowed}.landing-yourplan__paydropdown-divider{border-bottom:1px solid var(--yp-pill-border)}.landing-yourplan__badge{background:var(--yp-pill-bg);border:1px solid var(--yp-pill-border)}.landing-yourplan__badge-footer{background:var(--yp-accent-soft);color:var(--yp-text-primary)}.landing-yourplan__bonus{color:#449696}:root:not(.light) .landing-yourplan__bonus{color:#4ade80}.landing-yourplan__fee{color:#dc2626}:root:not(.light) .landing-yourplan__fee{color:#f87171}.landing-yourplan__pillrow{background:var(--yp-pill-bg);color:var(--yp-text-primary);border:1px solid var(--yp-pill-border)}.landing-yourplan__copy-btn{background:var(--yp-accent-soft);color:var(--yp-text-primary);border:1px solid var(--yp-pill-border);transition:background .15s ease}.landing-yourplan__copy-btn:hover:not(:disabled){background:var(--yp-accent-ring)}.landing-yourplan__qr{background:#fff;border:3px solid var(--yp-accent)}.landing-yourplan__amount-box{background:var(--yp-stat-header-bg);color:var(--yp-stat-header-text);border:1px solid var(--yp-stat-border)}.landing-yourplan__memo{background:var(--yp-modal-bg);border:3px solid var(--yp-accent);color:var(--yp-text-primary)}:root.light .landing-yourplan__memo{background:#faf3e5}.landing-yourplan__memo--warn{background:#960e31;color:#fff;border-color:#bd7efc}:root.light .landing-yourplan__memo--warn{background:#960e31;color:#fff;border-color:#e3b875}.landing-yourplan__memo--warn .landing-yourplan__memo-input{background:#ffffffeb;color:#0f172a;border-color:#fff6}.landing-yourplan__memo--warn .landing-yourplan__memo-copy{background:#bd7efc;color:#fff}:root.light .landing-yourplan__memo--warn .landing-yourplan__memo-copy{background:#e3b875;color:#fff}.landing-yourplan__memo-header{background:var(--yp-accent);color:var(--yp-stat-header-text)}.landing-yourplan__memo-input{background:var(--yp-input-bg);color:var(--yp-text-primary);border:1px solid var(--yp-pill-border)}.landing-yourplan__memo-copy{background:var(--yp-accent);color:var(--yp-stat-header-text)}.landing-yourplan__memo-copy:hover:not(:disabled){opacity:.9}.landing-yourplan__search{background:var(--yp-input-bg);color:var(--yp-text-primary);border:1px solid var(--yp-pill-border)}.landing-yourplan__search::-moz-placeholder{color:var(--yp-input-placeholder)}.landing-yourplan__search::placeholder{color:var(--yp-input-placeholder)}.landing-yourplan__valid-until{background:var(--yp-pill-bg);color:#dc2626;border:1px solid rgba(220,38,38,.35)}:root:not(.light) .landing-yourplan__valid-until{background:#88888929;color:#ff5050;border-color:#ff50504d}.landing-yourplan__paydropdown::-webkit-scrollbar{width:8px}.landing-yourplan__paydropdown::-webkit-scrollbar-track{background:transparent}.landing-yourplan__paydropdown::-webkit-scrollbar-thumb{background:var(--yp-accent-soft);border-radius:4px}.landing-yourplan__paydropdown::-webkit-scrollbar-thumb:hover{background:var(--yp-accent-ring)}.landing-yourplan__paydropdown{scrollbar-width:thin;scrollbar-color:var(--yp-accent-soft) transparent}:root.light .landing-yourplan{--yp-text-primary: #0B0F1A;--yp-text-secondary: #1F2738;--yp-text-muted: #475569}:root.light .landing-yourplan__title{font-weight:700}:root.light .landing-yourplan__subtitle{font-weight:600}:root.light .landing-yourplan__money-label{color:#1f2738;font-weight:600}:root.light .landing-yourplan__money-value{color:#0b0f1a;font-weight:700}:root.light .landing-yourplan__paytab-text{color:#0b0f1a;font-weight:600}:root.light .landing-yourplan__stat-header{font-weight:700}:root.light .landing-yourplan__stat-value{font-weight:700}:root.light .landing-yourplan__stat-sub{color:#1f2738;font-weight:600}:root.light .landing-yourplan__amount-box{font-weight:700}:root.light .landing-yourplan__amount-box,:root.light .landing-yourplan__stat-header{text-shadow:0 1px 0 rgba(255,255,255,.25)}:root.light .landing-yourplan__pillrow{color:#0b0f1a;font-weight:500}:root.light .landing-yourplan__badge .landing-yourplan__title,:root.light .landing-yourplan__badge .landing-yourplan__subtitle{font-weight:700}:root.light .landing-yourplan__radio{border-color:#475569}.landing-yourplan__spinner{border:2px solid var(--yp-accent);border-top-color:transparent}.landing-yourplan__error{color:#dc2626;font-weight:600}:root:not(.light) .landing-yourplan__error{color:#f87171;font-weight:500}:root.light .landing-yourplan__muted{color:#475569;font-weight:500}:root.light .landing-yourplan .text-white,:root.light .landing-yourplan .text-white\/90,:root.light .landing-yourplan .text-white\/85,:root.light .landing-yourplan .text-white\/80,:root.light .landing-yourplan .text-white\/70,:root.light .landing-yourplan .text-white\/65,:root.light .landing-yourplan .text-white\/60,:root.light .landing-yourplan .text-white\/50,:root.light .landing-yourplan .text-white\/40{color:#0f172a}:root.light .landing-yourplan .text-white\/40,:root.light .landing-yourplan .text-white\/50{color:#64748b}:root.light .landing-yourplan .text-white\/60,:root.light .landing-yourplan .text-white\/65{color:#475569}:root.light .landing-yourplan .text-white\/70,:root.light .landing-yourplan .text-white\/80,:root.light .landing-yourplan .text-white\/85,:root.light .landing-yourplan .text-white\/90{color:#1f2738}:root.light .landing-yourplan .bg-white\/5{background:#f2f4f8}:root.light .landing-yourplan .bg-white\/10{background:#eceff4}:root.light .landing-yourplan .bg-white\/15{background:#dde2ea}:root.light .landing-yourplan .border-white\/10,:root.light .landing-yourplan .border-white\/12{border-color:#dde2ea}:root.light .landing-yourplan svg[fill=white] path,:root.light .landing-yourplan svg[fill=white]{fill:#0f172a}:root.light .landing-yourplan button[style*="rgba(29,38,51,1)"],:root.light .landing-yourplan div[style*="rgba(29,38,51,1)"]{background:#f2f4f8!important}:root.light .landing-yourplan button[style*="rgba(189,126,252,0.12)"]{background:#e3b8752e!important}:root.light .landing-yourplan .border-\[\#BD7EFC\]{border-color:#e3b875}:root.light .landing-yourplan .bg-\[\#BD7EFC\]{background:#e3b875}:root.light .landing-yourplan div[style*="rgba(35,40,48,1)"]{background:#faf3e5!important}:root.light .landing-yourplan div[style*="rgba(68,150,150,1)"]{background:#e3b875!important}:root.light .landing-yourplan div[style*="rgba(68,150,150,0.15)"]{background:#e3b8752e!important}:root.light .landing-yourplan div[style*="rgba(68,150,150,0.6)"]{border-color:#e3b87599!important}:root.light .landing-yourplan div[style*="rgba(68,150,150,0.35)"]{border-color:#e3b87566!important}:root.light .landing-yourplan div[style*="rgba(68,150,150,0.3)"]{border-color:#e3b87566!important}:root.light .landing-yourplan button[style*="linear-gradient(135deg,#BD7EFC"]{background:#e3b875!important;color:#2c2a26!important}:root.light .landing-yourplan .text-\[\#BD7EFC\]{color:#b8851f}:root.light .landing-yourplan span[style*="color: #BD7EFC"],:root.light .landing-yourplan div[style*="color: #BD7EFC"]{color:#b8851f!important}:root.light .landing-yourplan span[style*="color: #FBBF24"]{color:#b8851f!important}:root.light .landing-yourplan .bg-amber-500\/20{background:#b46e001f}:root.light .landing-yourplan .text-amber-200,:root.light .landing-yourplan .text-amber-300\/70{color:#92400e}:root.light .landing-yourplan .bg-red-500\/20{background:#dc26261a}:root.light .landing-yourplan .text-red-300,:root.light .landing-yourplan .text-red-400{color:#dc2626}.landing-yourplan__mobile-shell{background:var(--yp-shell-bg);color:var(--yp-text-primary)}:root.light .landing-yourplan__mobile-shell{background:#f8f6f2}:root.light .landing-yourplan__mobile-shell button[style*="rgba(84,84,84"]{background:#7c6e5029!important}:root.light .landing-yourplan__mobile-shell button[style*="rgba(84,84,84"] svg path{stroke:#5c4b2c!important}:root.light .landing-yourplan button[style*="rgb(29, 38, 51)"],:root.light .landing-yourplan div[style*="rgb(29, 38, 51)"],:root.light .landing-yourplan button[style*="rgba(29, 38, 51"],:root.light .landing-yourplan div[style*="rgba(29, 38, 51"]{background:#f2f4f8!important}:root.light .landing-yourplan button[style*="rgb(189, 126, 252)"],:root.light .landing-yourplan button[style*="rgba(189, 126, 252"]{background:#e3b87538!important}:root.light .landing-yourplan div[style*="rgb(35, 40, 48)"],:root.light .landing-yourplan div[style*="rgba(35, 40, 48"]{background:#faf3e5!important}:root.light .landing-yourplan div[style*="rgb(68, 150, 150)"],:root.light .landing-yourplan div[style*="rgba(68, 150, 150, 1)"],:root.light .landing-yourplan div[style*="rgba(68, 150, 150,1)"]{background:#e3b875!important}:root.light .landing-yourplan div[style*="rgba(68, 150, 150, 0.15)"]{background:#e3b8752e!important}:root.light .landing-yourplan div[style*="rgba(68, 150, 150, 0.6)"]{border-color:#e3b87599!important}:root.light .landing-yourplan div[style*="rgba(68, 150, 150, 0.35)"],:root.light .landing-yourplan div[style*="rgba(68, 150, 150, 0.3)"]{border-color:#e3b87566!important}:root.light .landing-yourplan button[style*=BD7EFC][style*=linear-gradient],:root.light .landing-yourplan button[style*="#BD7EFC"][style*=linear-gradient],:root.light .landing-yourplan button[style*="8B5CF6"]{background:#e3b875!important;color:#2c2a26!important}.landing-yourplan__m-plancard{background:var(--yp-card-bg);border-color:var(--yp-pill-border)!important;color:var(--yp-text-primary)}.landing-yourplan__m-plancard[data-active=true]{background:var(--yp-accent-soft);border-color:var(--yp-accent)!important}.landing-yourplan__m-softcard{background:var(--yp-card-bg);border-color:var(--yp-pill-border);color:var(--yp-text-primary)}.landing-yourplan__m-pill{background:var(--yp-pill-bg);color:var(--yp-text-primary);transition:background .15s ease,color .15s ease}.landing-yourplan__m-pill[data-active=true]{background:var(--yp-accent);color:var(--yp-cta-text)}:root:not(.light) .landing-yourplan__m-pill[data-active=true]{color:#fff}.landing-yourplan__m-checkbox{accent-color:var(--yp-accent)}.landing-yourplan__m-datetile{background:var(--yp-stat-bg);border:1.5px solid var(--yp-stat-border)}.landing-yourplan__m-datetile[data-manual=true]{background:var(--yp-accent-soft);border-color:var(--yp-accent)}.landing-yourplan__m-datetile-header{background:var(--yp-stat-header-bg);color:var(--yp-stat-header-text)}.landing-yourplan__m-totaltile{background:var(--yp-stat-bg);border:1.5px solid var(--yp-stat-border);color:var(--yp-text-primary)}.landing-yourplan__estimate-star{color:#fbbf24}:root.light .landing-yourplan__estimate-star{color:#b8851f}.landing-yourplan__banner-warn{background:#f59e0b33;color:#fde68a}:root.light .landing-yourplan__banner-warn{background:#b46e001a;color:#92400e}.landing-yourplan__banner-error{background:#ef444433;color:#fca5a5}:root.light .landing-yourplan__banner-error{background:#dc26261a;color:#b91c1c}.landing-yourplan__softbg{background:var(--yp-pill-bg);color:var(--yp-text-primary)}.landing-yourplan__softborder{border:1px solid var(--yp-pill-border)}.landing-yourplan__input-bg{background:var(--yp-input-bg);color:var(--yp-text-primary)}.landing-yourplan__primary-bg{background:var(--yp-accent);color:var(--yp-cta-text)}:root:not(.light) .landing-yourplan__primary-bg{color:#fff}.landing-yourplan__mobile-shell{height:100dvh;max-height:100dvh;min-height:100dvh;overflow:hidden}.landing-yourplan__m-tab{background:var(--yp-pill-bg);border:1px solid var(--yp-pill-border);color:var(--yp-text-primary)}.landing-yourplan__m-tab[data-active=true]{background:var(--yp-accent);border-color:var(--yp-accent);color:var(--yp-text-primary)}:root:not(.light) .landing-yourplan__m-tab[data-active=true]{color:#fff}.landing-yourplan__m-dateinput{position:absolute;inset:0;width:100%;height:100%;-webkit-appearance:none;-moz-appearance:none;appearance:none;background:transparent;border:0;color:transparent;font-size:16px;outline:none;opacity:0;cursor:pointer;pointer-events:auto;z-index:2}.landing-yourplan__m-dateinput::-webkit-date-and-time-value{color:transparent}.landing-yourplan__m-dateinput::-webkit-calendar-picker-indicator{opacity:0;position:absolute;inset:0;width:100%;height:100%;cursor:pointer}:root.light .landing-yourplan[data-auth-modal]{--yp-shell-bg: #FFFFFF;--yp-modal-bg: #FFFFFF;--yp-pill-bg: #EEF0F4;--yp-pill-border: rgba(227, 184, 117, .55);--yp-input-bg: #EEF0F4;--yp-card-bg: #FFFFFF}:root.light .landing-yourplan[data-auth-modal] .landing-yourplan__softborder,:root.light .landing-yourplan[data-auth-modal] input,:root.light .landing-yourplan[data-auth-modal] select,:root.light .landing-yourplan[data-auth-modal] textarea{border:1.5px solid var(--yp-accent)!important}:root.light .landing-yourplan[data-auth-modal] .landing-yourplan__primary,:root.light .landing-yourplan[data-auth-modal] .landing-yourplan__secondary,:root.light .landing-yourplan[data-auth-modal] button.landing-yourplan__link{border:1.5px solid var(--yp-accent)!important}:root.light .landing-yourplan[data-auth-modal] .landing-yourplan__secondary,:root.light .landing-yourplan[data-auth-modal] .landing-yourplan__primary:disabled,:root.light .landing-yourplan[data-auth-modal] button[disabled],:root.light .landing-yourplan[data-auth-modal] button.cursor-not-allowed{background:#e3b8752e;color:var(--yp-text-primary);opacity:1}.landing-yourplan__hero-img{filter:saturate(1.1) contrast(1.05)}.landing-yourplan__hero-overlay{background:linear-gradient(to bottom,#0000 0% 55%,#00000059)}:root.light .landing-yourplan__hero-overlay{background:linear-gradient(to bottom,#0000 0% 55%,#0006)}.landing-yourplan__middle-panel{background:var(--yp-card-bg-active);color:var(--yp-text-primary);border-color:var(--yp-pill-border)}:root.light .landing-yourplan__middle-panel{background:#8a62b58c;border:1.5px solid #5B3A8A;color:#fff}:root.light .landing-yourplan__middle-panel,:root.light .landing-yourplan__middle-panel .landing-yourplan__title,:root.light .landing-yourplan__middle-panel .landing-yourplan__subtitle{color:#fff}:root.light .landing-yourplan__middle-panel .landing-yourplan__muted{color:#fffc}:root.light .landing-yourplan__middle-panel .landing-yourplan__softbg{background:#ffffff38;color:#fff;border:1px solid rgba(91,58,138,.45)}.landing-yourplan__cat-tile{background:#0003;border:1px solid var(--yp-pill-border)}:root.light .landing-yourplan__middle-panel .landing-yourplan__cat-tile{background:#5b3a8a73;border:1.5px solid #5B3A8A}.landing-yourplan[data-auth-modal] .shadow-glow{box-shadow:0 0 0 1px #e3b87573,0 10px 30px #e3b87533,0 -10px 30px #e3b87529}:root:not(.light) .landing-yourplan[data-auth-modal] .shadow-glow{box-shadow:0 0 0 1px #bd7efc4d,0 10px 30px #bd7efc2e,0 -10px 30px #bd7efc24}.landing-vod{--vod-desktop-lower-bg: #1A1B1F;--vod-desktop-minions-text: #FFFFFF;--vod-desktop-minions-muted: #F9F9F9;--vod-desktop-minions-highlight: #E3B875;--vod-desktop-minions-cta: #F9F9F9;--vod-mobile-minions-bg: #1A1B1F;--vod-mobile-minions-text: #FFFFFF;--vod-mobile-minions-muted: #F9F9F9;--vod-mobile-minions-highlight: #E3B875;--vod-mobile-minions-cta: #F9F9F9;background:var(--vod-desktop-lower-bg)}:root.light .landing-vod{--vod-desktop-lower-bg: #F7D6B0;--vod-desktop-minions-text: #1A1B1F;--vod-desktop-minions-muted: #1A1B1F;--vod-desktop-minions-highlight: #604D3C;--vod-desktop-minions-cta: #1A1B1F;--vod-mobile-minions-bg: #F7D6B0;--vod-mobile-minions-text: #1B2A52;--vod-mobile-minions-muted: #1B2A52;--vod-mobile-minions-highlight: #604D3C;--vod-mobile-minions-cta: #1A1B1F}.landing-vod__desktop-artboard{color:#fff}.landing-vod__desktop-lion{pointer-events:none;position:absolute;left:0;top:0;z-index:0;width:1680px;height:945px}.landing-vod__desktop-lower-bg{pointer-events:none;position:absolute;left:0;top:850px;z-index:1;width:1680px;height:524px;background:var(--vod-desktop-lower-bg)}.landing-vod__desktop-hero{position:absolute;left:401px;top:88px;z-index:3;display:flex;width:647px;flex-direction:column;padding-left:5px}.landing-vod__desktop-kicker{margin-top:16px;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:22px;color:#fffc}.landing-vod__desktop-title{margin-top:7px;font-family:"DM Serif Display",serif;font-size:100px;line-height:100px;letter-spacing:-5.7143px;color:#fff;white-space:pre-line}.landing-vod__desktop-cta{display:inline-flex;align-items:center;gap:12px;margin-top:16px;font-family:Inter,system-ui,sans-serif;font-size:16.8px;font-weight:700;line-height:24px;color:#e3b875}.landing-vod__desktop-cta:hover{color:#e3b875cc}.landing-vod__desktop-blurb-row{position:absolute;left:234px;top:667px;z-index:3;display:flex;width:1312px;justify-content:flex-end}.landing-vod__desktop-blurb-col{width:577px;padding-top:21px}.landing-vod__desktop-blurb{max-width:338px;font-family:Inter,system-ui,sans-serif;font-size:16.4px;line-height:26px;letter-spacing:-.33px;color:rgb(var(--rgb-text-on-dark))}.landing-vod__desktop-blurb-highlight{color:#e3b875;font-weight:600}.landing-vod__desktop-minions{position:absolute;left:185px;top:938px;z-index:2;width:577px;height:324px;border-radius:15px}.landing-vod__desktop-netflix-badge{position:absolute;left:1089px;top:949px;z-index:4;width:44px;height:17px;border-radius:25px;background:#d81f26}.landing-vod__desktop-netflix-logo{position:absolute;left:8px;top:5px}.landing-vod__desktop-netflix-copy{position:absolute;left:969px;top:947px;z-index:4;display:flex;width:524px;flex-direction:column}.landing-vod__desktop-netflix-kicker{font-family:Inter,system-ui,sans-serif;font-size:16.8px;line-height:32px;color:var(--vod-desktop-minions-muted);text-transform:uppercase}.landing-vod__desktop-netflix-title{width:524px;margin-top:8px;font-family:"DM Serif Display",serif;font-size:42px;font-weight:400;line-height:1.15}.landing-vod__desktop-netflix-title-main{color:var(--vod-desktop-minions-text)}.landing-vod__desktop-netflix-title-highlight{color:var(--vod-desktop-minions-highlight)}.landing-vod__desktop-netflix-cta{display:inline-flex;align-items:center;gap:12px;margin-top:16px;font-family:Inter,system-ui,sans-serif;font-size:16.8px;font-weight:700;line-height:24px;color:var(--vod-desktop-minions-cta)}.landing-vod__desktop-netflix-cta:hover{opacity:.8}.landing-vod__mobile{position:relative;z-index:10;width:100%;background:rgb(var(--rgb-section-vod))}.landing-vod__mobile-frame{position:relative;width:100%;max-width:402px;margin-inline:auto}.landing-vod__part{position:relative;overflow:hidden}.landing-vod__part--hero{background:#1a1b1f}.landing-vod__part--minions{background:var(--vod-mobile-minions-bg)}.landing-vod__lion-media,.landing-vod__minions-media{position:relative}.landing-vod__lion-img{display:block;width:100%;height:226px;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}.landing-vod__lion-media:after,.landing-vod__minions-media:after{content:"";position:absolute;inset-inline:0;bottom:0;height:80px;pointer-events:none}.landing-vod__lion-media:after{background:linear-gradient(to top,#1a1b1f,#1a1b1f00)}.landing-vod__hero-content{padding-inline:22px;padding-bottom:56px}.landing-vod__plan-icon{display:flex;width:48px;height:48px;align-items:center;justify-content:center;border-radius:8px;background:linear-gradient(180deg,#fba633,#bf5a00)}.landing-vod__kicker{max-width:309px;margin-top:16px;font-family:Inter,system-ui,sans-serif;font-size:12px;line-height:22px;color:#e9e0d9}.landing-vod__hero-title{margin-top:12px;font-family:"DM Serif Display",serif;font-size:50px;line-height:52px;letter-spacing:-2.857px;color:#fff;white-space:pre-line}.landing-vod__cta{display:inline-flex;align-items:center;gap:12px;margin-top:28px;font-family:Inter,system-ui,sans-serif;font-size:16.8px;font-weight:700;line-height:24px;color:#bbb}.landing-vod__cta:hover{opacity:.8}.landing-vod__hero-blurb{max-width:338px;margin-top:40px;font-family:Inter,system-ui,sans-serif;font-size:16.4px;line-height:26px;letter-spacing:-.328px;color:#f9f9f9}.landing-vod__hero-blurb-highlight{color:#e3b875;font-weight:600}.landing-vod__tablet-spacer{display:none}.landing-vod__minions-media{padding-top:40px;padding-inline:11px}.landing-vod__minions-img{display:block;width:100%;height:213px;-o-object-fit:cover;object-fit:cover;border-radius:12px}.landing-vod__minions-media:after{inset-inline:11px;background:linear-gradient(to top,#1a1b1f,#1a1b1f00)}:root.light .landing-vod__minions-media:after{background:linear-gradient(to top,#f7d6b0,#f7d6b000)}.landing-vod__netflix-content{padding:34px 22px 40px}.landing-vod__netflix-row{display:flex;align-items:center;gap:12px}.landing-vod__netflix-kicker{font-family:Inter,system-ui,sans-serif;font-size:16.8px;line-height:32px;text-transform:uppercase;color:var(--vod-mobile-minions-muted)}.landing-vod__netflix-badge{display:flex;width:44px;height:17px;align-items:center;justify-content:center;border-radius:999px;background:#d81f26}.landing-vod__netflix-text{max-width:350px;margin-top:16px;font-family:"DM Serif Display",serif;font-size:30px;line-height:36px;letter-spacing:0;color:var(--vod-mobile-minions-text);white-space:pre-line}.landing-vod__netflix-highlight{color:var(--vod-mobile-minions-highlight);font-weight:600}.landing-vod__cta--minions{font-size:16.8px;color:var(--vod-mobile-minions-cta)}.landing-vod__cta--minions:hover{opacity:.8}@media(orientation:landscape)and (max-width:1023px){.landing-vod__lion-img{height:180px}.landing-vod__hero-content{padding-top:10px}.landing-vod__hero-title{font-size:50px;line-height:52px}.landing-vod__minions-media{padding-top:20px}.landing-vod__minions-img{height:160px}.landing-vod__netflix-content{padding-top:24px;padding-bottom:30px}}@media(min-width:768px)and (max-width:1023px){.landing-vod__mobile-frame{max-width:720px}.landing-vod__lion-img{height:350px}.landing-vod__hero-content{padding-top:20px}.landing-vod__kicker,.landing-vod__netflix-text{max-width:none}.landing-vod__hero-title{font-size:50px;line-height:52px}.landing-vod__tablet-spacer{display:block;padding-bottom:60px}.landing-vod__minions-media{padding-top:40px;padding-inline:20px}.landing-vod__minions-img{height:300px}.landing-vod__minions-media:after{inset-inline:20px}.landing-vod__netflix-content{padding-top:34px;padding-bottom:60px}}.landing-advantages__bg{background:linear-gradient(180deg,rgb(var(--rgb-section-advantages-start)),rgb(var(--rgb-section-advantages-end)))}.landing-advantages__bg-layers{isolation:isolate}.landing-advantages__bitmap{-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to bottom,#0000,#000)}:root.light .landing-advantages__bitmap{mix-blend-mode:multiply}.landing-advantages__poster-mobile{position:relative;margin-top:32px;height:min(709px,calc(100vw * 1.763));overflow:hidden}.landing-advantages__poster-mobile:before{content:"";position:absolute;inset:0;z-index:1;background:linear-gradient(to bottom,#dedbef00,#dedbef61 24%,#e8dccd80 52%,#c7a77e38 72%,#c7a77e00);pointer-events:none}.landing-advantages__poster-mobile:after{content:"";position:absolute;inset-inline:0;bottom:0;z-index:1;height:37%;background:linear-gradient(to bottom,#17141400,#171414);mix-blend-mode:multiply;pointer-events:none}.landing-advantages__bitmap-mobile{position:absolute;inset:0;z-index:0;display:block;width:100%;height:133.333%;transform:scaleY(.75);transform-origin:top;mix-blend-mode:multiply;-webkit-mask-image:linear-gradient(to bottom,rgba(0,0,0,0) 0%,rgba(0,0,0,1) 100%);mask-image:linear-gradient(to bottom,#0000,#000)}.landing-advantages__poster-text{position:absolute;inset:0;z-index:2;padding:8% 22px 0;display:flex;flex-direction:column;gap:24px}.landing-advantages__deportes-mobile{margin-top:56px;padding:0 4px}.landing-advantages__deportes-img{display:block;width:100%;height:222px;-o-object-fit:cover;object-fit:cover;border-radius:12px;-webkit-mask-image:linear-gradient(to right,transparent 0%,black 20%);mask-image:linear-gradient(to right,transparent 0%,black 20%)}@media(min-width:768px){.landing-advantages__poster-mobile{left:50%;width:100vw;margin-left:-50vw;margin-right:-50vw}.landing-advantages__deportes-img{height:300px}}.landing-advantages__tint{display:none}.landing-advantages__hero-headline{font-family:Inter,system-ui,sans-serif;color:#fff}.landing-advantages__hero-subhead{font-family:Inter,system-ui,sans-serif;font-size:22px;line-height:26px;color:#fff}.landing-advantages__hero-headline--mobile{font-size:28px;line-height:36px;text-align:left}.landing-advantages__hero-subhead--mobile{font-size:16px;line-height:22px;text-align:left;color:#fffc}.landing-advantages__cta-link{font-family:Inter,system-ui,sans-serif;font-size:16.8px;line-height:24px;font-weight:800;color:#fff}.landing-advantages__mobile-plans-cta{position:absolute;left:22px;right:22px;bottom:96px;z-index:2;display:flex;align-items:center;justify-content:center;gap:16px;font-family:Inter,system-ui,sans-serif;font-size:16.8px;line-height:24px;font-weight:800;color:#fff}.landing-advantages__col-text{font-family:Inter,system-ui,sans-serif;font-size:16.4px;line-height:26px;letter-spacing:-.33px;color:#fff}.landing-advantages__col-text--mobile{font-size:14px;line-height:22px;letter-spacing:-.14px}.landing-advantages__col-text--mobile-muted{color:#ffffffd9}.landing-advantages__divider{background:#ffffff40}.landing-advantages__section-title{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:28px;line-height:29px;letter-spacing:-.84px;color:#e9e0d9}.landing-advantages__section-title--mobile{font-size:22px;line-height:26px;letter-spacing:-.44px}.landing-advantages__card{min-height:260px}.landing-advantages__card--convenient{background:linear-gradient(135deg,#9b6fc0,#7b4fad,#6a3d9a)}.landing-advantages__card--growing{background:#5c5470}.landing-advantages__card--streaming{background:#4a4858}.landing-advantages__card--helpCenter{background:#3a3848}.landing-advantages__card-eyebrow{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:13.75px;line-height:22px;letter-spacing:-.1375px;color:#fff;text-transform:uppercase}.landing-advantages__card-eyebrow--mobile{font-size:11px;font-weight:600;letter-spacing:normal}.landing-advantages__card-title{font-family:Inter,system-ui,sans-serif;font-size:24px;line-height:29px;letter-spacing:-.24px;color:#e9e0d9}.landing-advantages__card-title--mobile{font-size:18px;line-height:24px;letter-spacing:-.2px}.landing-advantages__card-body{font-family:Inter,system-ui,sans-serif;font-size:16.4px;line-height:26px;letter-spacing:-.33px;color:#fff}.landing-advantages__card-body--mobile{font-size:13px;line-height:20px;letter-spacing:-.13px;color:#ffffffe6}.landing-advantages__card-arrow{border:1px solid rgba(255,255,255,.25);background:transparent;color:#fff;transition:border-color .15s,background-color .15s}.landing-advantages__card-arrow:hover{border-color:#ffffff80;background:#ffffff1a}.landing-advantages__mobile-cta{font-family:Inter,system-ui,sans-serif;font-size:14px;font-weight:700;color:#fff;border:1px solid rgba(255,255,255,.4);background:transparent;transition:border-color .15s,background-color .15s}.landing-advantages__mobile-cta:hover{border-color:#ffffffb3;background:#ffffff1a}:root.light .landing-advantages__bg{background:linear-gradient(180deg,#c7a77e,#dedbef)}:root.light .landing-advantages__hero-headline,:root.light .landing-advantages__hero-subhead,:root.light .landing-advantages__col-text{color:#0f172a}:root.light .landing-advantages__hero-subhead--mobile{color:#0f172acc}:root.light .landing-advantages__col-text--mobile-muted{color:#0f172ad9}:root.light .landing-advantages__cta-link{color:#0f172a}:root.light .landing-advantages__mobile-plans-cta{color:#fff}:root.light .landing-advantages__divider{background:#d8d8d8}:root.light .landing-advantages__section-title{color:#1e293b}:root.light .landing-advantages__card--convenient{background:#c7a77e99}:root.light .landing-advantages__card--growing{background:#aeaedb99}:root.light .landing-advantages__card--streaming{background:#6b718599}:root.light .landing-advantages__card--helpCenter{background:#54553d99}:root.light .landing-advantages__card-eyebrow{color:#f9fafb}:root.light .landing-advantages__card-body{color:#f9fafbbf}:root.light .landing-advantages__card-arrow{background:#64748b29;border-color:transparent;color:#e8ecf0}:root.light .landing-advantages__card-arrow:hover{background:#64748b47}:root.light .landing-advantages__mobile-cta{color:#0f172a;border-color:#0f172a66}:root.light .landing-advantages__mobile-cta:hover{border-color:#0f172ab3;background:#0f172a0f}@media(max-width:1023px){:root.light .landing-advantages__card--convenient{background:#fff7ed}:root.light .landing-advantages__card--growing{background:#eff6ff}:root.light .landing-advantages__card--streaming{background:#f0fdfa}:root.light .landing-advantages__card--helpCenter{background:#f5f3ff}:root.light .landing-advantages__card-title{color:#1e293b}:root.light .landing-advantages__card-eyebrow{color:#0f172a}:root.light .landing-advantages__card-body{color:#0f172a}:root.light .landing-advantages__card-arrow{background:#e2e8f0;border-color:transparent;color:#1e293b}:root.light .landing-advantages__card-arrow:hover{background:#cbd5e1}}.landing-partners__bg{min-height:100svh;background:linear-gradient(180deg,rgb(var(--rgb-section-partners-start)),rgb(var(--rgb-section-partners-end)))}.landing-partners__mask-image{display:block;position:relative;margin-top:10px;margin-left:-288.592px;width:863.069px;height:auto;aspect-ratio:863.069 / 754.656;opacity:.35;pointer-events:none}.landing-partners__mask-image--mobile{margin-left:auto;margin-right:auto;width:100%;max-width:638px;aspect-ratio:863.069 / 377.328;-o-object-fit:cover;object-fit:cover;-o-object-position:top;object-position:top}@media(min-width:1024px){.landing-partners__bg{min-height:calc(100svh + var(--landing-scroll-runway, 0px))}}.landing-partners__kicker{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:12px;line-height:20px;letter-spacing:-.14px;color:#fff;text-transform:uppercase}.landing-partners__kicker--mobile{font-size:12px;line-height:20px;letter-spacing:-.14px}.landing-partners__title{font-family:Inter,system-ui,sans-serif;line-height:48px;letter-spacing:-.3px;color:#fff}.landing-partners__title--mobile{font-size:24px;line-height:30px;letter-spacing:-.3px}.landing-partners__divider{background:#ffffff40}.landing-partners__body{font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:18px;letter-spacing:.18px;color:#fff;white-space:pre-line}.landing-partners__body--mobile{font-size:14px;line-height:22px;letter-spacing:.14px}.landing-partners__card{background:#141f34}.landing-partners__card-title{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:18px;line-height:24px;letter-spacing:.1125px;color:#fff}.landing-partners__card-title--mobile{font-size:16px;line-height:22px;letter-spacing:0}.landing-partners__card-fallback{font-family:Inter,system-ui,sans-serif;font-size:14px;line-height:20px;color:#fff;opacity:.9}.landing-partners__card-fallback--mobile{font-size:13px;line-height:18px;opacity:1;color:#ffffffe6}.landing-partners__table{background:#151a30}.landing-partners__table-header{background:#1a1f38}.landing-partners__table-headerCell{font-family:SF Pro Display,system-ui,sans-serif;font-size:14px;font-weight:700;letter-spacing:.49px;text-transform:uppercase;color:#57627b}.landing-partners__table-headerCell--mobile{font-family:Inter,system-ui,sans-serif;font-size:12px;letter-spacing:0}.landing-partners__table-divider{background:#2e3a59}.landing-partners__table-row{background:#151a30;border-top:1px solid rgba(46,58,89,.5)}.landing-partners__table-cell{font-family:Inter,system-ui,sans-serif;font-size:15px;line-height:20px;color:#fff}.landing-partners__table-cell--mobile{font-size:14px;line-height:20px}.landing-partners__features-body{font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:18px;letter-spacing:.18px;color:#fff;white-space:pre-line}.landing-partners__feature-text{font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:14px;line-height:20px;color:#fff}.landing-partners__check{color:#42d307}.landing-partners__cta{font-family:Inter,system-ui,sans-serif;font-size:16.8px;line-height:24px;font-weight:800;color:#fff}.landing-partners__cta--mobile{font-size:14px}:root.light .landing-partners__bg{background:linear-gradient(180deg,#c8a77c,#b7b7b7)}:root.light .landing-partners__kicker{color:#1e293b}:root.light .landing-partners__title{color:#0f172a}:root.light .landing-partners__body{color:#475569}:root.light .landing-partners__divider{background:#33333340}:root.light .landing-partners__card{background:#a19780;border-radius:12px;box-shadow:0 10px 28px #0000004d}:root.light .landing-partners__table{background:#7c775c}:root.light .landing-partners__table-header{background:#9b946a}:root.light .landing-partners__table-headerCell{color:#fff}:root.light .landing-partners__table-divider{background:#ffffff40}:root.light .landing-partners__table-row{background:#7c775c;border-top-color:#ffffff1a}:root.light .landing-partners__features-body,:root.light .landing-partners__feature-text{color:#475569}:root.light .landing-partners__cta{color:#434343}:root.light .landing-partners__check{color:#7c775c}.landing-contact__topStrip{background:#b78eba}.landing-contact__bottomStrip{background:#7f55a4}.landing-contact__contactsRow{border-top:1px solid rgba(136,136,137,.32);border-bottom:1px solid rgba(136,136,137,.32)}.landing-contact__contactDivider{background:#88888952}.landing-contact__mobileDivider{background:#ffffff40}.landing-contact__contactIcon{color:#111;background:#88888914}.landing-contact__contactIcon--mobile{color:#fff;background:#ffffff26}.landing-contact__contactTitle{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:16.4px;line-height:21px;letter-spacing:-.41px;color:#111013}.landing-contact__contactValue{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:14.76px;line-height:22px;letter-spacing:-.15px;color:#161519}.landing-contact__contactTitle--mobile{font-size:14px;letter-spacing:-.35px;color:#fff}.landing-contact__contactValue--mobile{font-size:14px;line-height:22px;letter-spacing:-.14px;color:#ffffffd9}.landing-contact__kicker{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:12px;line-height:20px;letter-spacing:-.14px;color:#333;text-transform:uppercase}.landing-contact__heading{font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:48px;letter-spacing:-.3px;color:#222}.landing-contact__heading--mobile{font-size:24px;line-height:30px;letter-spacing:-.3px}.landing-contact__body{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16.4px;line-height:26px;letter-spacing:-.328px;color:#2c2a24}.landing-contact__body--mobile{font-size:14px;line-height:22px;letter-spacing:-.14px}.landing-contact__trial{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:16.4px;line-height:26px;letter-spacing:-.328px;color:#2c2a24}.landing-contact__trial--mobile{font-size:14px;line-height:22px;letter-spacing:-.14px}.landing-contact__email-input{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16.4px;line-height:26px;letter-spacing:-.328px;background:#1f1a1a;color:#fff}.landing-contact__email-input::-moz-placeholder{color:#64646c}.landing-contact__email-input::placeholder{color:#64646c}.landing-contact__subscribe-btn{background:#bd7efc}.landing-contact__subscribe-label{font-family:Inter,system-ui,sans-serif;font-weight:700;font-size:16px;line-height:24px;letter-spacing:-.4px;color:#fff}.landing-contact__subscribe-label--mobile{font-size:14px;letter-spacing:0}:root.light .landing-contact__topStrip{background:#efd1ae}:root.light .landing-contact__bottomStrip{background:#e4d6c6}:root.light .landing-contact__contactsRow{border-top-color:#0f172a33;border-bottom-color:#0f172a33}:root.light .landing-contact__contactDivider{background:#0f172a33}:root.light .landing-contact__mobileDivider{background:#0f172a2e}:root.light .landing-contact__contactIcon,:root.light .landing-contact__contactIcon--mobile{color:#0f172a;background:#0f172a14}:root.light .landing-contact__contactTitle,:root.light .landing-contact__contactTitle--mobile{color:#0f172a}:root.light .landing-contact__contactValue,:root.light .landing-contact__contactValue--mobile{color:#1e293b}:root.light .landing-contact__kicker{color:#656565}:root.light .landing-contact__heading{color:#111827}:root.light .landing-contact__body,:root.light .landing-contact__trial{color:#1e293b}:root.light .landing-contact__email-input{background:#c2c2c2;color:#0f172a}:root.light .landing-contact__email-input::-moz-placeholder{color:#0f172a8c}:root.light .landing-contact__email-input::placeholder{color:#0f172a8c}:root.light .landing-contact__subscribe-btn{background:#e3b875}:root.light .landing-contact__subscribe-label{color:#0f172a}.landing-faq__bg{background:linear-gradient(180deg,rgb(var(--rgb-section-faq)),#5a0765)}#faq{min-height:100svh}@media(min-width:1024px){#faq{min-height:calc(100svh + var(--landing-scroll-runway, 0px))}}.landing-faq__kicker{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:12px;line-height:20px;letter-spacing:-.14px;color:#91929b}.landing-faq__kicker--mobile{font-size:12px;line-height:20px;letter-spacing:-.14px}.landing-faq__heading{font-family:Inter,system-ui,sans-serif;font-weight:400;line-height:48px;letter-spacing:-.3px;color:#fff}.landing-faq__heading--mobile{font-size:24px;line-height:30px;letter-spacing:-.3px}.landing-faq__divider{background:#ffffff59}.landing-faq__intro{font-family:Inter,system-ui,sans-serif;font-weight:300;font-size:16px;line-height:24px;color:#fff}.landing-faq__intro--mobile{font-weight:300;font-size:14px;line-height:22px;letter-spacing:-.14px}.landing-faq__callout{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:22px;line-height:30px;color:#fff}.landing-faq__callout--mobile{font-size:18px;line-height:26px;letter-spacing:-.18px}.landing-faq__mobileTitle{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:24px;line-height:30px;letter-spacing:-.3px;color:#fff}.landing-faq__wiki-btn{background:#bd7efc}.landing-faq__wiki-label{font-family:Inter,system-ui,sans-serif;font-weight:500;font-size:16.72px;line-height:24px;letter-spacing:-.418px;color:#fff;white-space:nowrap}.landing-faq__wiki-label--mobile{font-size:14px;letter-spacing:-.35px}.landing-faq__wiki-arrow{border-right:2px solid #FFFFFF;border-top:2px solid #FFFFFF}.landing-faq__question{background:#888889ad}.landing-faq__question.is-active{background:#bd7efc}.landing-faq__question-label{font-family:Inter,sans-serif;font-weight:400;font-size:16.4px;line-height:21px;letter-spacing:-.41px;color:#fff;text-align:left}.landing-faq__question-label--mobile{font-size:14px;letter-spacing:-.35px}.landing-faq__question-icon{color:#fff}.landing-faq__answer{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:16px;line-height:26px;color:#c1c1c1}.landing-faq__answer--mobile{font-size:14px;line-height:22px}.landing-faq__readMore{font-family:Inter,system-ui,sans-serif;font-weight:700;color:#bd7efc;white-space:nowrap}:root.light .landing-faq__bg{background:linear-gradient(180deg,#c1cbd7,#fcbb93)}:root.light .landing-faq__kicker{color:#656565}:root.light .landing-faq__heading,:root.light .landing-faq__mobileTitle{color:#0b1220}:root.light .landing-faq__divider{background:#0b12202e}:root.light .landing-faq__intro,:root.light .landing-faq__callout{color:#1e293b}:root.light .landing-faq__wiki-btn{background:#e3b875}:root.light .landing-faq__wiki-label{color:#0b1220}:root.light .landing-faq__wiki-arrow{border-right-color:#0b1220;border-top-color:#0b1220}:root.light .landing-faq__question{background:#beb49bad}:root.light .landing-faq__question.is-active{background:#e3b875}:root.light .landing-faq__question-label,:root.light .landing-faq__question-icon{color:#0b1220}:root.light .landing-faq__answer{color:#1e293b}:root.light .landing-faq__readMore{display:inline-block;padding:4px 14px;margin-top:6px;border-radius:8px;background:#6a5739;color:#fff}.landing-theme-toggle{height:24px;padding:0;border-radius:9999px;background:#88888929;border:1px solid rgba(136,136,137,.16);box-shadow:0 3px 7.5px #00000014;font-family:Inter,system-ui,sans-serif}.landing-theme-toggle__option{display:inline-flex;align-items:center;gap:5px;height:24px;padding:0 10px;border:0;background:transparent;border-radius:9999px;cursor:pointer;font-size:12px;font-weight:500;letter-spacing:-.144px;color:#ffffff8c;transition:color .15s ease,background-color .15s ease}.landing-theme-toggle__option:hover{color:#ffffffd9}.landing-theme-toggle__option.is-active{background:#2b2b2b;color:#fff}.landing-theme-toggle__option.landing-theme-toggle__option--light.is-active,.landing-theme-toggle__option.landing-theme-toggle__option--dark.is-active{color:#fff}.landing-theme-toggle__option.landing-theme-toggle__option--light.is-active .landing-theme-toggle__icon{color:#fcd34d}.landing-theme-toggle__option.landing-theme-toggle__option--dark.is-active .landing-theme-toggle__icon{color:#bd7efc}.landing-theme-toggle__icon{flex-shrink:0;width:14px;height:14px;opacity:.92}.landing-theme-toggle__option:not(.is-active) .landing-theme-toggle__icon{display:none}:root.light .landing-theme-toggle{background:#ffffff73;border:1px solid rgba(136,136,137,.16);box-shadow:0 3px 7.5px #00000014}:root.light .landing-theme-toggle__option{color:#656565}:root.light .landing-theme-toggle__option:hover{color:#0f172a}:root.light .landing-theme-toggle__option.is-active{background:#fff;color:#0f172a}:root.light .landing-theme-toggle__option.landing-theme-toggle__option--light.is-active .landing-theme-toggle__icon{color:#6d28d9}:root.light .landing-theme-toggle__option.landing-theme-toggle__option--dark.is-active .landing-theme-toggle__icon{color:#6d28d9}.landing-theme-toggle--side{position:fixed;left:2px;top:50%;transform:translateY(-50%);z-index:60;width:16px;height:auto;flex-direction:column;gap:2px;padding:2px;border-radius:9999px;background:#ffffff1f;border:1px solid rgba(255,255,255,.18);box-shadow:inset 0 1px #ffffff40,inset 0 -1px #0000000d,0 8px 20px #0000002e,0 1px #0000000a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%)}.landing-theme-toggle--side .landing-theme-toggle__option{width:100%;height:46px;min-height:46px;padding:0;flex-direction:column;justify-content:center;gap:0;border-radius:9999px;background:transparent;border:0}.landing-theme-toggle--side .landing-theme-toggle__label{display:none}.landing-theme-toggle--side .landing-theme-toggle__option:not(.is-active) .landing-theme-toggle__icon{display:block}.landing-theme-toggle--side .landing-theme-toggle__icon{width:11px;height:11px;opacity:1}.landing-theme-toggle--side .landing-theme-toggle__option--dark.is-active{background:rgb(var(--rgb-accent-purple))}.landing-theme-toggle--side .landing-theme-toggle__option--dark.is-active .landing-theme-toggle__icon{color:#fff}.landing-theme-toggle--side .landing-theme-toggle__option--light:not(.is-active) .landing-theme-toggle__icon{color:rgb(var(--rgb-accent-gold) / .9)}:root.light .landing-theme-toggle--side{background:#ffffff8c;border-color:#fff9;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #0000000a,0 8px 20px #0000001f,0 1px #00000008}:root.light .landing-theme-toggle--side .landing-theme-toggle__option--light.is-active{background:rgb(var(--rgb-accent-gold))}:root.light .landing-theme-toggle--side .landing-theme-toggle__option--light.is-active .landing-theme-toggle__icon{color:#000}:root.light .landing-theme-toggle--side .landing-theme-toggle__option--dark:not(.is-active) .landing-theme-toggle__icon{color:rgba(var(--rgb-accent-purple) / .95)}:root.light .landing-theme-toggle--side .landing-theme-toggle__option--dark.is-active{background:rgb(var(--rgb-accent-purple))}:root.light .landing-theme-toggle--side .landing-theme-toggle__option--dark.is-active .landing-theme-toggle__icon{color:#fff}@media(min-width:1024px){.landing-theme-toggle--side{left:5px}}.landing-scroll-to-top{position:fixed;right:24px;bottom:24px;z-index:50;display:flex;width:44px;height:44px;align-items:center;justify-content:center;border:1px solid rgba(255,255,255,.18);border-radius:9999px;color:#ffffffd1;background:#ffffff1f;box-shadow:inset 0 1px #ffffff40,inset 0 -1px #0000000d,0 8px 20px #0000002e,0 1px #0000000a;backdrop-filter:blur(20px) saturate(180%);-webkit-backdrop-filter:blur(20px) saturate(180%);transition:color .15s ease,background-color .15s ease,transform .15s ease}.landing-scroll-to-top:hover{color:#fff;background:#ffffff2e;transform:translateY(-1px)}:root.light .landing-scroll-to-top{color:#0000009e;background:#ffffff8c;border-color:#fff9;box-shadow:inset 0 1px #ffffffb3,inset 0 -1px #0000000a,0 8px 20px #0000001f,0 1px #00000008}:root.light .landing-scroll-to-top:hover{color:#000000db;background:#ffffffb3}#footer{font-family:Inter,system-ui,sans-serif;background:#1f1e19f5}.landing-footer__logo{width:120px;height:61px;opacity:.78;filter:grayscale(1) brightness(1.35)}.landing-footer__title{font-family:Inter,system-ui,sans-serif;font-weight:600;font-size:16.4px;line-height:23px;color:#fff}.landing-footer__about{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:15px;line-height:24px;letter-spacing:-.15px;color:#ffffffbf}.landing-footer__body{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:13px;line-height:19px;color:#ffffffb8}.landing-footer__link{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:15.58px;line-height:25px;letter-spacing:-.1558px;color:#ffffffbf}.landing-footer__link--disabled{color:#fff6;cursor:default}.landing-footer__copyright{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:13px;line-height:22px;letter-spacing:-.13px;color:#ffffff80}.landing-footer__copyright--mobile{font-size:11px;line-height:20px;letter-spacing:-.11px}.landing-footer__legal{font-family:Inter,system-ui,sans-serif;font-weight:400;font-size:9px;line-height:14px;color:#ffffff40}.landing-footer__legal--mobile{font-size:8px;line-height:12px;color:#fff3}.landing-footer__divider{background:#fff3}:root.light #footer{background:#dac4bd}:root.light .landing-footer__logo{filter:brightness(0);opacity:1}:root.light .landing-footer__title,:root.light .landing-footer__about,:root.light .landing-footer__body,:root.light .landing-footer__link{color:#0f172a}:root.light .landing-footer__link--disabled{color:#0f172a73}:root.light .landing-footer__copyright{color:#0f172aa6}:root.light .landing-footer__legal{color:#0f172a8c}:root.light .landing-footer__divider{background:#0f172a1f}.landing-footer__payment-icon{width:36px;height:24px;-o-object-fit:contain;object-fit:contain}
