.dr-section{padding-top:var(--section-padding-top, 40px);padding-bottom:var(--section-padding-bottom, 40px)}.dr-head{margin-bottom:2.4rem;max-width:60rem}.dr-eyebrow{margin:0 0 .8rem;font-size:1.2rem;line-height:1;letter-spacing:.12em;text-transform:uppercase;font-weight:600;color:rgb(var(--dr-tint-rgb))}.dr-heading{margin:0;font-size:2.4rem;line-height:1.1;letter-spacing:-.01em}.dr-subheading{margin:.8rem 0 0;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.7)}.dr-grid{display:grid;grid-template-columns:1fr;gap:1.2rem}.dr-cell{display:block;min-width:0}.dr-box{position:relative;display:flex;align-items:center;gap:1.4rem;height:100%;padding:1.4rem 0;border:none;background:transparent;color:rgb(var(--color-foreground));text-decoration:none}.dr-box--link{cursor:pointer;padding:1.4rem;border-radius:var(--dr-radius, 16px);border:1px solid rgba(var(--dr-tint-rgb),.16);background:rgba(var(--dr-tint-rgb),calc(var(--dr-tint-alpha, .08) * .5));transition:border-color .2s ease,background-color .2s ease}.dr-box--link:focus-visible{outline:2px solid rgb(var(--dr-tint-rgb));outline-offset:2px}.dr-box__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:4rem;height:4rem;color:rgb(var(--dr-tint-rgb))}.dr-box__icon svg{width:2rem;height:2rem}.dr-box__body{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1 1 auto}.dr-box__title{font-size:1.5rem;line-height:1.25;letter-spacing:-.01em;font-weight:600}.dr-box__text{font-size:1.3rem;line-height:1.45;color:rgba(var(--color-foreground),.72);overflow-wrap:anywhere}.dr-box__chevron{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;color:rgba(var(--dr-tint-rgb),.85);transition:transform .18s ease}@media screen and (min-width:750px){.dr-grid{grid-template-columns:repeat(auto-fit,minmax(26rem,1fr));gap:1.6rem}.dr-box--link{padding:1.8rem}.dr-heading{font-size:3rem}}@media(prefers-reduced-motion:reduce){.dr-box--link,.dr-box__chevron{transition:none}}.itb{padding-top:var(--itb-pt, 40px);padding-bottom:var(--itb-pb, 40px);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.itb__inner{display:flex;justify-content:center}.itb__panel{position:relative;width:100%;max-width:64rem;padding:2.4rem 0;background-color:transparent}.itb__head{display:flex;flex-direction:column;gap:.8rem;margin-bottom:1.8rem}.itb__eyebrow{display:inline-flex;align-items:center;align-self:flex-start;gap:.5rem;font-size:1.2rem;font-weight:600;letter-spacing:.14em;text-transform:uppercase;color:rgb(var(--color-button));padding:.4rem 1rem;border-radius:999px;background-color:rgba(var(--color-button),.1)}.itb__heading{margin:0;font-size:2.6rem;line-height:1.1;font-weight:700;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.itb__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.8rem}.itb__pill{display:inline-flex;align-items:center;gap:.7rem;padding:.7rem 1.1rem .7rem 0;font-size:1.4rem;line-height:1;font-weight:500;color:rgb(var(--color-foreground))}.itb__pill-icon{display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:rgb(var(--color-button))}.itb__pill-icon .icon{width:1.4rem;height:1.4rem}.itb__pill-label{white-space:nowrap}.itb__foot{margin-top:1.8rem;padding-top:1.4rem;border-top:1px solid rgba(var(--color-border),.5)}.itb__link{display:inline-flex;align-items:center;gap:.5rem;font-size:1.4rem;font-weight:600;text-decoration:none;color:rgb(var(--color-foreground));transition:color .2s ease,gap .2s ease}.itb__link:hover{color:rgb(var(--color-button));gap:.8rem}.itb__link-label{text-decoration:underline;text-underline-offset:.25em;text-decoration-thickness:1px}.itb__link-arrow{display:inline-flex;align-items:center;color:rgb(var(--color-button))}.itb__link-arrow .icon{width:1.4rem;height:1.4rem}@media screen and (min-width:750px){.itb__panel{padding:3.2rem 0}.itb__heading{font-size:3.2rem}.itb__pill{font-size:1.5rem;padding:.8rem 1.4rem .8rem 0}}.offer-tiers{background:transparent;color:rgb(var(--color-foreground));padding-top:var(--ot-pad-top, 40px);padding-bottom:var(--ot-pad-bottom, 40px)}.offer-tiers__inner{display:flex;flex-direction:column;gap:1.6rem}.offer-tiers__head{display:flex;flex-direction:column;gap:.6rem;margin-bottom:.4rem}.offer-tiers__eyebrow{display:inline-flex;align-items:center;gap:.7rem;margin:0;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.14em;color:rgba(var(--color-foreground),.6)}.offer-tiers__dot{width:.7rem;height:.7rem;border-radius:50%;background:#2400ff;box-shadow:0 0 0 .4rem #2400ff1f;animation:offer-tiers-pulse 2.4s ease-in-out infinite}@keyframes offer-tiers-pulse{0%,to{box-shadow:0 0 0 .4rem #2400ff1f}50%{box-shadow:0 0 0 .55rem #2400ff0d}}@media(prefers-reduced-motion:reduce){.offer-tiers__dot{animation:none}}.offer-tiers__heading{margin:0;font-size:2.4rem;line-height:1.15;font-weight:700;letter-spacing:-.01em}.offer-tiers__subheading{margin:0;font-size:1.5rem;line-height:1.45;color:rgba(var(--color-foreground),.7)}.offer-tiers__list{display:flex;flex-direction:column}.offer-tier:first-child{border-top:none}.offer-tier{--ot-ring: rgba(var(--color-foreground), .12);position:relative;display:flex;align-items:center;gap:1.4rem;padding:1.4rem 0;border:none;border-top:.1rem solid var(--ot-ring);border-radius:0;background:transparent;color:inherit;text-decoration:none;transition:border-color .2s ease,color .2s ease}.offer-tier--link{cursor:pointer}.offer-tier--on{--ot-ring: rgba(36, 0, 255, .5)}.offer-tier__radio{flex:0 0 auto;display:grid;place-items:center;width:2.4rem;height:2.4rem;border:none;border-radius:50%;background:transparent;transition:color .2s ease}.offer-tier--on .offer-tier__radio{color:#2400ff}.offer-tier__radio-dot{display:grid;place-items:center;color:#2400ff;opacity:0;transform:scale(.4);transition:opacity .2s ease,transform .2s ease}.offer-tier__radio-dot .icon{width:1.4rem;height:1.4rem}.offer-tier--on .offer-tier__radio-dot{opacity:1;transform:scale(1)}.offer-tier__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.3rem}.offer-tier__top{display:flex;align-items:center;flex-wrap:wrap;gap:.7rem}.offer-tier__qty{font-size:1.6rem;font-weight:700;letter-spacing:-.005em;line-height:1.15}.offer-tier__badge{display:inline-flex;align-items:center;padding:.3rem .75rem;background:#2400ff;color:#fff;font-size:1.05rem;font-weight:600;letter-spacing:.02em;border-radius:999px;white-space:nowrap}.offer-tier__sub{font-size:1.3rem;line-height:1.35;color:rgba(var(--color-foreground),.62)}.offer-tier__pricing{flex:0 0 auto;display:flex;flex-direction:column;align-items:flex-end;gap:.15rem;text-align:right}.offer-tier__compare{font-size:1.25rem;color:rgba(var(--color-foreground),.5);text-decoration:line-through}.offer-tier__price{font-size:1.7rem;font-weight:700;letter-spacing:-.005em;line-height:1.15}.offer-tier--on .offer-tier__price{color:#2400ff}.offer-tiers__footnote{margin:.4rem 0 0;font-size:1.25rem;line-height:1.45;color:rgba(var(--color-foreground),.55)}@media screen and (min-width:750px){.offer-tiers__heading{font-size:3rem}.offer-tier{padding:1.6rem 0;gap:1.6rem}.offer-tier__qty{font-size:1.8rem}.offer-tier__price{font-size:1.9rem}}.cmp-section{padding-top:var(--cmp-pt, 40px);padding-bottom:var(--cmp-pb, 40px);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground));--cmp-accent: 36 0 255}.cmp-wrap{display:flex;flex-direction:column;gap:2.4rem}.cmp-head{text-align:center;max-width:60rem;margin-inline:auto;display:flex;flex-direction:column;gap:1rem}.cmp-eyebrow{margin:0;font-size:1.2rem;font-weight:600;letter-spacing:.16em;text-transform:uppercase;color:rgb(var(--cmp-accent));opacity:.9}.cmp-title{margin:0;font-size:clamp(2.4rem,6vw,3.6rem);line-height:1.05;letter-spacing:-.01em}.cmp-sub{margin:0;font-size:1.5rem;line-height:1.5;opacity:.72}.cmp-card{--cmp-line: rgba(var(--color-border), .45);border:none;border-radius:0;background-color:transparent}.cmp-row{display:grid;grid-template-columns:minmax(0,1fr) 5.6rem 5.6rem;align-items:stretch;transition:background-color .2s ease}.cmp-row+.cmp-row{border-top:1px solid var(--cmp-line)}.cmp-row--head{background-color:rgba(var(--color-foreground),.04)}.cmp-row:not(.cmp-row--head):hover{background-color:rgba(var(--cmp-accent),.04)}.cmp-cell{display:flex;align-items:center;justify-content:center;padding:1.4rem .6rem;min-height:5.2rem}.cmp-cell--feature{justify-content:flex-start;padding-left:0;padding-right:1.2rem;text-align:left}.cmp-cell--us{position:relative;background-color:rgba(var(--cmp-accent),.05)}.cmp-prompt{font-size:1.2rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;color:rgb(var(--color-foreground));opacity:.55}.cmp-coltag{font-size:1.3rem;font-weight:600;letter-spacing:.01em;text-align:center;line-height:1.2;word-break:break-word;opacity:.7}.cmp-coltag--us{color:rgb(var(--cmp-accent));opacity:1}.cmp-feature{font-size:1.45rem;letter-spacing:0;line-height:1.4;word-break:break-word}.cmp-mark{display:inline-flex;align-items:center;justify-content:center;width:3rem;height:3rem;line-height:0}.cmp-mark--yes{color:rgb(var(--cmp-accent))}.cmp-mark--no{color:rgb(var(--color-foreground));opacity:.28}.cmp-mark .icon,.cmp-x{width:2rem;height:2rem}.cmp-foot{margin:0;text-align:center;font-size:1.3rem;line-height:1.5;opacity:.6}.cmp-cta{display:flex;justify-content:center}@media screen and (max-width:749px){.cmp-row{grid-template-columns:minmax(0,1fr) 4.4rem 4.4rem}.cmp-cell{padding:1.1rem .4rem;min-height:4.6rem}.cmp-cell--feature{padding-left:0;padding-right:.6rem}.cmp-feature{font-size:1.15rem}.cmp-coltag{font-size:1rem}.cmp-mark{width:2.6rem;height:2.6rem}.cmp-mark .icon,.cmp-x{width:1.8rem;height:1.8rem}}.prs{padding-top:var(--prs-pt, 40px);padding-bottom:var(--prs-pb, 40px);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.prs__inner{max-width:76rem}.prs__head{margin-bottom:2.8rem;text-align:center}.prs__eyebrow{display:inline-block;font-size:1.1rem;font-weight:600;letter-spacing:.12em;text-transform:uppercase;padding:.5rem 1.1rem;margin-bottom:1.4rem;border-radius:999px;border:1px solid rgba(36,0,255,.18);background-color:#2400ff0f;color:#2400ff}.prs__title{margin:0;font-size:clamp(2.4rem,6vw,3.6rem);line-height:1.08;letter-spacing:-.02em}.prs__sub{margin:1rem 0 0;font-size:1.5rem;line-height:1.5;opacity:.7}.prs__list{background-color:transparent}.prs__step{border-top:1px solid rgba(var(--color-border),.6)}.prs__step:first-child{border-top:0}.prs__step--empty{padding:2rem;text-align:center}.prs__summary{display:flex;align-items:center;gap:1.4rem;padding:1.8rem 0;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent}.prs__summary::-webkit-details-marker{display:none}.prs__index{flex:0 0 auto;display:inline-flex;align-items:center}.prs__badge{display:inline-flex;align-items:center;justify-content:center;font-size:1.2rem;font-weight:600;letter-spacing:.01em;white-space:nowrap;color:#2400ff}.prs__icon{display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;color:#2400ff}.prs__icon .icon{width:2rem;height:2rem}.prs__heads{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.4rem}.prs__badge--inline{align-self:flex-start}.prs__step-title{font-size:1.6rem;font-weight:600;line-height:1.25;letter-spacing:-.01em;word-break:break-word}.prs__chev{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground));opacity:.5;transition:transform .22s ease,opacity .2s ease}.prs__summary:hover .prs__chev{opacity:.8}.prs__step[open]>.prs__summary .prs__chev{transform:rotate(180deg);opacity:.9}.prs__body{padding:0 0 1.8rem 5.4rem;font-size:1.4rem;line-height:1.6;color:rgb(var(--color-foreground))}.prs__body>:first-child{margin-top:0}.prs__body>:last-child{margin-bottom:0}.prs__body ul,.prs__body ol{margin:0;padding-left:1.8rem}.prs__body li{margin-bottom:.6rem}@media screen and (min-width:750px){.prs__summary{gap:1.8rem;padding:2.2rem 0}.prs__step-title{font-size:1.8rem}.prs__body{padding:0 0 2.2rem 5.8rem;font-size:1.5rem}}@media(prefers-reduced-motion:reduce){.prs__chev,.prs__badge,.prs__icon,.prs__summary{transition:none}}.tagline-strip{padding-top:var(--ts-pt, 40px);padding-bottom:var(--ts-pb, 40px);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.tagline-strip__card{position:relative;display:flex;flex-direction:column;align-items:center;gap:1.6rem;text-align:center;padding:2.4rem 0;border:none;background-color:transparent;box-shadow:none}.tagline-strip__eyebrow,.tagline-strip__words{position:relative;z-index:1;margin:0}.tagline-strip__eyebrow{display:inline-flex;align-items:center;gap:.8rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.12em;color:rgb(var(--color-subtext))}.tagline-strip__eyebrow-dot{width:.7rem;height:.7rem;border-radius:50%;background-color:var(--ts-accent, #2400ff);box-shadow:0 0 0 0 var(--ts-accent, #2400ff);animation:tagline-strip-pulse 2.4s ease-out infinite}@keyframes tagline-strip-pulse{0%{box-shadow:0 0 #2400ff80}70%{box-shadow:0 0 0 .8rem #2400ff00}to{box-shadow:0 0 #2400ff00}}.tagline-strip__words{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.4em .7em;font-size:var(--ts-size, 28px);line-height:1.2;font-family:var(--font-heading-family, inherit);font-weight:var(--font-heading-weight, 600);letter-spacing:-.01em}.tagline-strip__word{color:rgb(var(--color-foreground));transition:color .2s ease}.tagline-strip__card:hover .tagline-strip__word{color:var(--ts-accent, #2400ff)}.tagline-strip__sep{color:var(--ts-accent, #2400ff);font-weight:700;opacity:.9}@media(prefers-reduced-motion:reduce){.tagline-strip__eyebrow-dot{animation:none}}@media screen and (max-width:749px){.tagline-strip__card{padding:1.6rem 0;gap:1.2rem}.tagline-strip__words{font-size:calc(var(--ts-size, 28px) * .62);gap:.3em .5em}.tagline-strip__eyebrow{font-size:1rem;letter-spacing:.12em}}.trustpay{padding-top:var(--tp-pt, 40px);padding-bottom:var(--tp-pb, 40px);background-color:rgb(var(--color-background));color:rgb(var(--color-foreground))}.trustpay__motion{width:100%}.trustpay__shell{position:relative;overflow:hidden;display:flex;flex-direction:column;align-items:center;gap:1.8rem;padding:2.4rem 0;text-align:center;border:none;border-radius:0;background-color:transparent}.trustpay__accent{position:absolute;inset:0 0 auto 0;height:3px;background:linear-gradient(90deg,transparent,var(--tp-accent, #2400ff) 40%,var(--tp-accent, #2400ff) 60%,transparent);opacity:.5;pointer-events:none}.trustpay__head{display:flex;flex-direction:column;align-items:center;gap:1rem}.trustpay__made{display:inline-flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.7rem;margin:0;font-size:1.6rem;line-height:1.4}.trustpay__lead-icon{display:inline-flex;color:var(--tp-accent, #2400ff)}.trustpay__lead-icon .icon{width:1.8rem;height:1.8rem}.trustpay__made-text{color:rgba(var(--color-foreground),.7)}.trustpay__brand{font-weight:600;color:var(--tp-accent, #2400ff)}.trustpay__compliance{display:inline-flex;align-items:center;gap:.6rem;font-size:1.3rem;text-decoration:none;color:rgba(var(--color-foreground),.6);border-radius:999px;padding:.3rem .9rem;transition:color .2s ease,background-color .2s ease}.trustpay__compliance:hover{color:rgb(var(--color-foreground));background-color:rgba(var(--color-foreground),.05)}.trustpay__compliance-dot{width:.7rem;height:.7rem;border-radius:50%;background-color:var(--tp-accent, #2400ff);box-shadow:0 0 0 3px rgba(var(--color-foreground),.06)}.trustpay__chips{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:1rem;margin:0;padding:0;list-style:none;width:100%;max-width:64rem}.trustpay__chip{display:inline-flex;align-items:center;justify-content:center;overflow:hidden;min-width:6.4rem;height:4.2rem;padding:0 1.2rem;border:none;border-radius:0;background-color:transparent}.trustpay__chip-img{display:block;width:auto;max-width:5.2rem;height:2.4rem;object-fit:contain}.trustpay__chip-text{font-size:1.3rem;font-weight:600;color:rgba(var(--color-foreground),.82);white-space:nowrap}.trustpay__guarantee{display:inline-flex;align-items:center;gap:.7rem;margin:0;max-width:48rem;font-size:1.3rem;line-height:1.5;color:rgba(var(--color-foreground),.62)}.trustpay__guarantee-icon{display:inline-flex;color:var(--tp-accent, #2400ff)}.trustpay__guarantee-icon .icon{width:1.5rem;height:1.5rem}@media screen and (min-width:750px){.trustpay__shell{padding:3.2rem 0;gap:2.2rem}.trustpay__made{font-size:1.7rem}.trustpay__chips{gap:1.2rem}.trustpay__chip{height:4.6rem;min-width:7rem}}.tv-care__head{margin:0 0 2rem}.tv-care__eyebrow{display:block;font-size:1.2rem;letter-spacing:.12rem;text-transform:uppercase;font-weight:600;opacity:.6;margin:0 0 .7rem}.tv-care__title{margin:0;font-size:2.4rem;line-height:1.15;font-weight:600;letter-spacing:-.01em}@media(min-width:750px){.tv-care__title{font-size:2.8rem}}.tv-care__sub{margin:.8rem 0 0;font-size:1.5rem;line-height:1.5;opacity:.66}.tv-care__list{list-style:none;margin:0;padding:0}.tv-care__item{display:flex;align-items:flex-start;gap:1.4rem;padding:1.4rem 0}.tv-care--divided .tv-care__item+.tv-care__item{border-top:1px solid rgba(var(--color-border),.7)}.tv-care__icon{flex:0 0 auto;display:inline-flex;align-items:center;justify-content:center;width:4rem;height:4rem;color:rgb(var(--color-foreground))}.tv-care__icon .icon,.tv-care__icon svg{width:2rem;height:2rem}.tv-care__body{min-width:0;padding-top:.2rem}.tv-care__label{margin:0;font-size:1.6rem;line-height:1.35;font-weight:600;letter-spacing:-.005em}.tv-care__text{margin:.3rem 0 0;font-size:1.4rem;line-height:1.5;opacity:.66}.tv-care__item{transition:transform .2s ease}@media(prefers-reduced-motion:reduce){.tv-care__item{transition:none}}.tv-cset__wrap{box-sizing:border-box}.tv-cset__panel{position:relative;padding:2.4rem 0;background:transparent}@media(min-width:750px){.tv-cset__panel{padding:3.2rem 0 3.4rem}}.tv-cset__head{max-width:64rem;margin:0 0 2.2rem}.tv-cset__eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 .9rem;font-size:1.2rem;font-weight:600;line-height:1;color:rgb(var(--color-foreground))}.tv-cset__eyebrow svg{width:1.4rem;height:1.4rem;color:#2400ff}.tv-cset__heading{margin:0;font-size:2.6rem;line-height:1.12;font-weight:700;letter-spacing:-.01em;color:rgb(var(--color-foreground))}@media(min-width:750px){.tv-cset__heading{font-size:3.4rem}}.tv-cset__intro{margin:1rem 0 0;font-size:1.5rem;line-height:1.55;color:rgba(var(--color-foreground),.72)}.tv-cset__intro p{margin:0}.tv-cset__scroller{display:flex;gap:1.4rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;padding:.4rem .4rem 1.4rem;margin:0 -.4rem;scrollbar-width:thin;scrollbar-color:rgba(var(--color-foreground),.28) transparent}.tv-cset__scroller::-webkit-scrollbar{height:.6rem}.tv-cset__scroller::-webkit-scrollbar-track{background:transparent}.tv-cset__scroller::-webkit-scrollbar-thumb{background:rgba(var(--color-foreground),.22);border-radius:999px}.tv-cset__item{display:block;flex:0 0 auto;width:64vw;max-width:24rem;scroll-snap-align:start}@media(min-width:600px){.tv-cset__item{width:40vw}}@media(min-width:750px){.tv-cset__item{width:26rem;max-width:26rem}}@media(min-width:990px){.tv-cset__item{width:24rem;max-width:24rem}}.tv-cset__item .product-card{transition:transform .2s ease,box-shadow .2s ease;will-change:transform}.tv-cset__item .product-card__image-wrapper{overflow:hidden}.tv-cset__item .product-card__image img,.tv-cset__item .product-card__image--main img{transition:transform .4s ease;will-change:transform}@media(prefers-reduced-motion:reduce){.tv-cset__item .product-card,.tv-cset__item .product-card__image img,.tv-cset__item .product-card__image--main img{transition:none}}.tv-cset__empty{padding:4rem 2rem;text-align:center;border-radius:var(--tv-cset-radius, 16px);border:1px dashed rgba(var(--color-border),1);color:rgba(var(--color-foreground),.6);font-size:1.4rem}.tv-cset__empty p{margin:0}@media(prefers-reduced-motion:reduce){.tv-cset__scroller{scroll-behavior:auto}}.tv-hotspots{background:rgb(var(--color-background));color:rgb(var(--color-foreground));font-family:var(--font-body-family, "Instrument Sans", sans-serif)}.tv-hotspots__head{text-align:center;max-width:60rem;margin:0 auto 2.8rem}.tv-hotspots__eyebrow{display:inline-block;font-size:1.2rem;font-weight:600;letter-spacing:.04em;color:#2400ff;margin-bottom:.8rem}.tv-hotspots__heading{margin:0 0 .8rem;font-size:2.8rem;line-height:1.1;font-weight:700;letter-spacing:-.01em}.tv-hotspots__sub{margin:0;font-size:1.5rem;line-height:1.5;opacity:.7}.tv-hotspots__stage{position:relative}.tv-hotspots__frame{position:relative;border-radius:var(--tv-hs-radius, 16px);overflow:hidden;background:transparent;isolation:isolate}.tv-hotspots__img{display:block;width:100%;height:auto}.tv-hotspots__placeholder{display:block}.tv-hotspots__placeholder-svg{width:100%;height:auto;aspect-ratio:4 / 3;background:rgba(var(--color-foreground),.06)}.tv-hotspots__spot{position:absolute;top:var(--tv-hs-y, 50%);left:var(--tv-hs-x, 50%);transform:translate(-50%,-50%);z-index:2}.tv-hotspots__spot.is-open{z-index:5}.tv-hotspots__pin{position:relative;display:grid;place-items:center;width:3.2rem;height:3.2rem;padding:0;border:0;background:transparent;cursor:pointer;-webkit-tap-highlight-color:transparent}.tv-hotspots__pin-dot{position:relative;z-index:2;width:1.5rem;height:1.5rem;border-radius:50%;background:#2400ff;border:2px solid rgba(255,255,255,.92);box-shadow:0 .3rem 1rem #2400ff73,0 0 0 1px #0000000f;transition:transform .18s ease}.tv-hotspots__pin-pulse{position:absolute;top:50%;right:50%;bottom:50%;left:50%;width:1.5rem;height:1.5rem;margin:-.75rem 0 0 -.75rem;border-radius:50%;background:#2400ff66;z-index:1;animation:tvHotspotsPulse 2.4s ease-out infinite}@keyframes tvHotspotsPulse{0%{transform:scale(1);opacity:.55}70%{transform:scale(2.6);opacity:0}to{transform:scale(2.6);opacity:0}}.tv-hotspots__pin:focus-visible .tv-hotspots__pin-dot{transform:scale(1.15)}.tv-hotspots__pin:focus-visible{outline:none}.tv-hotspots__pin:focus-visible .tv-hotspots__pin-dot{box-shadow:0 .3rem 1rem #2400ff73,0 0 0 3px #2400ff59}.tv-hotspots__spot.is-open .tv-hotspots__pin-dot{transform:scale(1.2)}.tv-hotspots__spot.is-open .tv-hotspots__pin-pulse{animation:none;opacity:0}@media(prefers-reduced-motion:reduce){.tv-hotspots__pin-pulse{animation:none;opacity:.35}}.tv-hotspots__pop{position:absolute;bottom:calc(100% + 1.2rem);left:50%;transform:translate(-50%) translateY(.4rem);width:min(26rem,72vw);padding:1.6rem 1.8rem;border-radius:1.4rem;background:rgb(var(--color-background));color:rgb(var(--color-foreground));border:1px solid rgba(var(--color-border),1);text-align:left;opacity:0;pointer-events:none;transition:opacity .2s ease,transform .2s ease;z-index:4}.tv-hotspots__pop:after{content:"";position:absolute;top:100%;left:50%;width:1.2rem;height:1.2rem;margin-left:-.6rem;margin-top:-.6rem;background:inherit;border-right:1px solid rgba(var(--color-border),1);border-bottom:1px solid rgba(var(--color-border),1);transform:rotate(45deg)}.tv-hotspots__spot.is-open .tv-hotspots__pop{opacity:1;pointer-events:auto;transform:translate(-50%) translateY(0)}.tv-hotspots__spot.tv-hotspots__spot--below .tv-hotspots__pop{bottom:auto;top:calc(100% + 1.2rem)}.tv-hotspots__spot.tv-hotspots__spot--below .tv-hotspots__pop:after{top:auto;bottom:100%;margin-top:0;margin-bottom:-.6rem;border-right:0;border-bottom:0;border-left:1px solid rgba(var(--color-border),1);border-top:1px solid rgba(var(--color-border),1)}.tv-hotspots__pop-close{position:absolute;top:.8rem;right:.8rem;display:grid;place-items:center;width:2.6rem;height:2.6rem;padding:0;border:0;background:transparent;color:rgb(var(--color-foreground));cursor:pointer;transition:opacity .15s ease}.tv-hotspots__pop-close{opacity:.7}.tv-hotspots__pop-close:hover{opacity:1}.tv-hotspots__pop-close svg{width:1.4rem;height:1.4rem}.tv-hotspots__pop-title{margin:0 0 .4rem;padding-right:2rem;font-size:1.5rem;font-weight:700;line-height:1.25}.tv-hotspots__pop-text{margin:0;font-size:1.35rem;line-height:1.5;opacity:.78}.tv-hotspots__hint{display:inline-flex;align-items:center;gap:.7rem;margin:1.6rem auto 0;width:100%;justify-content:center;font-size:1.3rem;opacity:.62}.tv-hotspots__hint-dot{width:.9rem;height:.9rem;border-radius:50%;background:#2400ff;box-shadow:0 0 0 .4rem #2400ff26;flex-shrink:0}.visually-hidden{position:absolute!important;width:1px;height:1px;padding:0;margin:-1px;overflow:hidden;clip:rect(0 0 0 0);white-space:nowrap;border:0}@media(min-width:750px){.tv-hotspots__heading{font-size:3.6rem}.tv-hotspots__pin{width:3.6rem;height:3.6rem}.tv-hotspots__pin-dot{width:1.7rem;height:1.7rem}.tv-hotspots__pop{width:28rem;padding:1.8rem 2rem}}.tv-hotspots__img,.tv-hotspots__placeholder-svg{transition:transform .2s ease}@media(prefers-reduced-motion:reduce){.tv-hotspots__img,.tv-hotspots__placeholder-svg,.tv-hotspots__pop-close{transition:none}}.tv-impact{width:100%}.tv-impact__inner{width:100%;max-width:76rem;margin:0 auto;padding:0 2rem;box-sizing:border-box}.tv-impact__card{border-radius:var(--tv-impact-radius);padding:2.4rem 0;text-align:center;color:rgb(var(--color-foreground))}.tv-impact--left .tv-impact__card{text-align:left}.tv-impact__media{display:inline-flex;align-items:center;justify-content:center;width:6.4rem;height:6.4rem;border-radius:999px;margin:0 0 2rem;color:#2400ff}.tv-impact--left .tv-impact__media{margin-left:0}.tv-impact__media .icon{width:3.2rem;height:3.2rem}.tv-impact__media--image{overflow:hidden}.tv-impact__media--image img{width:100%;height:100%;object-fit:cover;display:block;border-radius:inherit;transition:transform .2s ease}.tv-impact__heading{margin:0 0 1.2rem;font-size:2.8rem;line-height:1.12;font-weight:600;letter-spacing:-.01em}.tv-impact__text{margin:0 auto;max-width:52rem;font-size:1.6rem;line-height:1.6;opacity:.78}.tv-impact--left .tv-impact__text{margin-left:0}.tv-impact__stat{margin-top:2.8rem;padding-top:2.4rem;border-top:1px solid rgba(var(--color-border),.3)}.tv-impact--left .tv-impact__stat{text-align:left}.tv-impact__stat-number{display:block;font-size:5.2rem;line-height:1;font-weight:600;letter-spacing:-.02em;color:#2400ff}.tv-impact__stat-label{display:block;margin-top:.8rem;font-size:1.4rem;line-height:1.4;opacity:.7}.tv-impact__link{display:inline-flex;align-items:center;gap:.6rem;margin-top:2.4rem;padding:1.1rem 2.2rem;border-radius:999px;font-size:1.4rem;font-weight:600;text-decoration:none;color:rgb(var(--color-background));background:rgb(var(--color-button, 36 0 255));transition:transform .15s ease,opacity .2s ease}.tv-impact__link .icon{width:1.6rem;height:1.6rem}@media(min-width:750px){.tv-impact__card{padding:3.2rem 0}.tv-impact__heading{font-size:3.6rem}.tv-impact__stat-number{font-size:6.4rem}}@media(prefers-reduced-motion:reduce){.tv-impact__link,.tv-impact__media--image img{transition:none}}.tv-ugc{color:rgb(var(--color-foreground))}.tv-ugc__wrap{max-width:120rem;margin:0 auto;padding-left:1.6rem;padding-right:1.6rem}@media(min-width:750px){.tv-ugc__wrap{padding-left:5rem;padding-right:5rem}}.tv-ugc__head{max-width:56rem;margin:0 0 2.8rem}.tv-ugc__head--center{margin-left:auto;margin-right:auto;text-align:center}.tv-ugc__head--center .tv-ugc__eyebrow,.tv-ugc__head--center .tv-ugc__tag{justify-content:center}.tv-ugc__eyebrow{display:inline-flex;align-items:center;gap:.6rem;font-size:1.2rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:#2400ff;margin:0 0 1rem}.tv-ugc__eyebrow svg{width:1.5rem;height:1.5rem}.tv-ugc__heading{margin:0;font-size:2.8rem;line-height:1.08;font-weight:700;letter-spacing:-.01em}@media(min-width:750px){.tv-ugc__heading{font-size:3.8rem}}.tv-ugc__sub{margin:1rem 0 0;font-size:1.5rem;line-height:1.5;opacity:.7}.tv-ugc__tag{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.6rem;font-size:1.35rem;font-weight:600;text-decoration:none;color:rgb(var(--color-foreground))}.tv-ugc__tag svg{width:1.5rem;height:1.5rem;color:#2400ff}.tv-ugc__grid{list-style:none;margin:0;padding:0}.tv-ugc__grid--grid{display:grid;grid-template-columns:repeat(var(--tv-ugc-cols-m),minmax(0,1fr));gap:1rem}@media(min-width:750px){.tv-ugc__grid--grid{gap:1.6rem;grid-template-columns:repeat(var(--tv-ugc-cols-d),minmax(0,1fr))}}.tv-ugc__grid--scroll{display:grid;grid-auto-flow:column;grid-auto-columns:calc((100% - (var(--tv-ugc-cols-m) - 1) * 1rem) / var(--tv-ugc-cols-m));gap:1rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 -1.6rem;padding:.4rem 1.6rem}.tv-ugc__grid--scroll::-webkit-scrollbar{display:none}.tv-ugc__grid--scroll .tv-ugc__item{scroll-snap-align:start}@media(min-width:750px){.tv-ugc__grid--scroll{grid-auto-columns:calc((100% - (var(--tv-ugc-cols-d) - 1) * 1.6rem) / var(--tv-ugc-cols-d));gap:1.6rem;margin:0 -5rem;padding:.4rem 5rem}}.tv-ugc__item{margin:0;min-width:0}.tv-ugc__media{position:relative;display:block;border-radius:var(--tv-ugc-radius);overflow:hidden;aspect-ratio:1 / 1;background:transparent;text-decoration:none}.tv-ugc__img{width:100%;height:100%;object-fit:cover;display:block;transition:transform .5s cubic-bezier(.22,1,.36,1)}.tv-ugc__img--placeholder{display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.22)}.tv-ugc__img--placeholder svg,.tv-ugc__placeholder-svg{width:50%;height:50%}.tv-ugc__caption{position:absolute;left:0;right:0;bottom:0;z-index:2;padding:2.4rem 1.2rem 1.1rem;background:linear-gradient(to top,#0000009e,#0000);pointer-events:none}.tv-ugc__caption-inner{display:inline-block;padding:.4rem .9rem;font-size:1.2rem;font-weight:600;line-height:1.2;color:#fff}.tv-ugc__shine{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;pointer-events:none;border-radius:inherit}.tv-ugc__foot{display:flex;justify-content:center;margin-top:2.6rem}.tv-ugc__btn{display:inline-flex;align-items:center;justify-content:center;padding:1.2rem 2.4rem;border-radius:999px;font-size:1.4rem;font-weight:600;text-decoration:none;color:rgb(var(--color-background));background:rgb(var(--color-foreground));transition:transform .15s ease,opacity .2s ease}@media(prefers-reduced-motion:reduce){.tv-ugc__img,.tv-ugc__media,.tv-ugc__btn,.tv-ugc__tag{transition:none}}.tv2-carry{width:100%}.tv2-carry__inner{max-width:120rem;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:3.2rem}.tv2-carry__media{margin:0;position:relative;border-radius:1.6rem;overflow:hidden;background:rgba(var(--color-foreground),.05)}.tv2-carry__media:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;border-radius:inherit;pointer-events:none;box-shadow:inset 0 0 0 1px rgba(var(--color-foreground),.08)}.tv2-carry__img{display:block;width:100%;height:auto}.tv2-carry__img--desktop{display:none}.tv2-carry__img--mobile{display:block}.tv2-carry__placeholder{aspect-ratio:4 / 5;width:100%;display:grid;place-items:center;background:rgba(var(--color-foreground),.04)}.tv2-carry__placeholder .tv2-carry__placeholder-svg,.tv2-carry__placeholder svg{width:38%;height:auto;opacity:.22;fill:rgb(var(--color-foreground))}.tv2-carry__content{display:flex;flex-direction:column}.tv2-carry__eyebrow{font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1.4;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.62);margin-bottom:1.2rem}.tv2-carry__heading{font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);margin:0 0 2.8rem;color:rgb(var(--color-foreground))}.tv2-carry__points{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:.4rem}.tv2-carry__point+.tv2-carry__point .tv2-carry__point-li{border-top:1px solid rgba(var(--color-foreground),.1)}.tv2-carry__point-li{display:flex;align-items:flex-start;gap:1.4rem;padding:1.8rem 0}.tv2-carry__point-icon{flex:0 0 auto;width:4rem;height:4rem;display:grid;place-items:center;border-radius:1rem;color:rgb(var(--color-foreground));background:rgba(var(--color-foreground),.06);box-shadow:inset 0 0 0 1px rgba(var(--color-foreground),.08)}.tv2-carry__point-icon svg{width:2rem;height:2rem}.tv2-carry__point-body{display:flex;flex-direction:column;gap:.2rem;min-width:0;padding-top:.2rem}.tv2-carry__point-label{font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.2;font-size:1.7rem;color:rgb(var(--color-foreground))}.tv2-carry__point-text{font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.66)}@media(min-width:750px){.tv2-carry__inner{flex-direction:row;align-items:center;gap:5.6rem;padding:0 4rem}.tv2-carry__media-wrap,.tv2-carry__content{flex:1 1 50%;min-width:0}.tv2-carry__img--desktop{display:block}.tv2-carry__img--mobile{display:none}.tv2-carry__placeholder{aspect-ratio:5 / 6}.tv2-carry__heading{font-size:clamp(3.2rem,3.4vw,4.4rem)}.tv2-carry__point-label{font-size:1.8rem}}.tv2-collab{color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}.tv2-collab__inner{max-width:78rem;margin:0 auto;padding:0 2.4rem}.tv2-collab__rule{height:1px;width:100%;background:rgba(var(--color-foreground),.12);margin-bottom:3.2rem}.tv2-collab__body{display:flex;flex-direction:column;gap:1.6rem}.tv2-collab--center .tv2-collab__inner{text-align:center}.tv2-collab--center .tv2-collab__body{align-items:center}.tv2-collab--center .tv2-collab__rule{max-width:4.8rem;margin-left:auto;margin-right:auto}.tv2-collab__logos{display:flex;align-items:center;gap:1.6rem;margin-bottom:.4rem}.tv2-collab__logo{display:inline-flex}.tv2-collab__logo img{display:block;height:2.4rem;width:auto;object-fit:contain}.tv2-collab__cross{font-size:1.4rem;line-height:1;opacity:.4}.tv2-collab__eyebrow-wrap{display:inline-flex;align-items:center;gap:1rem}.tv2-collab--center .tv2-collab__eyebrow-wrap{justify-content:center}.tv2-collab__mark{width:1.6rem;height:1px;background:#2400ff;flex-shrink:0}.tv2-collab--center .tv2-collab__mark{display:none}.tv2-collab__eyebrow{font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.7)}.tv2-collab__heading{margin:0;font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);color:rgb(var(--color-foreground))}.tv2-collab__text{max-width:52rem;font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.78)}.tv2-collab--center .tv2-collab__text{margin-left:auto;margin-right:auto}.tv2-collab__text>:first-child{margin-top:0}.tv2-collab__text>:last-child{margin-bottom:0}.tv2-collab__text a{color:inherit;text-underline-offset:.3rem}.tv2-collab__link{display:inline-flex;align-items:center;gap:.6rem;margin-top:.4rem;font-family:var(--font-body-family);font-weight:600;font-size:1.4rem;line-height:1;text-decoration:none;color:rgb(var(--color-foreground));border-bottom:1px solid rgba(var(--color-foreground),.25);padding-bottom:.4rem;transition:border-color .2s ease,color .2s ease}.tv2-collab__link:hover{color:#2400ff;border-color:#2400ff}.tv2-collab__arrow{width:1.5rem;height:1.5rem;flex-shrink:0;transition:transform .2s ease}.tv2-collab__link:hover .tv2-collab__arrow{transform:translate(.3rem)}@media(min-width:750px){.tv2-collab__inner{padding:0 4rem}.tv2-collab__rule{margin-bottom:4rem}.tv2-collab__body{gap:1.8rem}.tv2-collab__logo img{height:2.8rem}}.tv2-cta__inner{display:flex;flex-direction:column;align-items:center;gap:1.4rem;text-align:center}.tv2-cta__headline{margin:0;font-family:var(--font-heading-family);font-weight:700;font-size:2.4rem;line-height:1.12;letter-spacing:-.01em}@media(min-width:750px){.tv2-cta__headline{font-size:3rem}}.tv2-cta__btn{display:inline-flex;align-items:center;justify-content:center;gap:.8rem;width:100%;max-width:44rem;border:0;cursor:pointer;background:rgb(var(--color-foreground));color:rgb(var(--color-background));font-family:var(--font-body-family);font-size:1.6rem;font-weight:600;line-height:1;padding:1.7rem 2.4rem;border-radius:999px;-webkit-tap-highlight-color:transparent;transition:transform .15s ease,opacity .2s ease}.tv2-cta__btn:active{transform:scale(.99)}.tv2-cta__btn[disabled]{opacity:.5;cursor:not-allowed}.tv2-cta__sep{opacity:.55}.tv2-cta__btn.is-added .tv2-cta__sep,.tv2-cta__btn.is-added .tv2-cta__price{display:none}@media(prefers-reduced-motion:reduce){.tv2-cta__btn{transition:none}}.tv2-faq{color:rgb(var(--color-foreground));background-color:rgb(var(--color-background))}.tv2-faq__inner{width:100%;max-width:80rem;margin:0 auto;padding-left:2rem;padding-right:2rem}.tv2-faq__head{margin-bottom:3.6rem}.tv2-faq__eyebrow{font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.55);margin-bottom:1.6rem}.tv2-faq__heading{font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);margin:0}.tv2-faq__intro{font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.7);margin:1.6rem 0 0;max-width:52rem}.tv2-faq__list{border-top:1px solid rgba(var(--color-foreground),.12)}.tv2-faq__item{border-bottom:1px solid rgba(var(--color-foreground),.12)}.tv2-faq__summary{list-style:none;cursor:pointer;display:flex;align-items:flex-start;justify-content:space-between;gap:1.6rem;padding:2.4rem 0;-webkit-tap-highlight-color:transparent}.tv2-faq__summary::-webkit-details-marker{display:none}.tv2-faq__summary:focus-visible{outline:2px solid rgb(var(--color-foreground));outline-offset:4px;border-radius:.4rem}.tv2-faq__q{font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.25;font-size:1.8rem;color:rgb(var(--color-foreground))}@media(min-width:750px){.tv2-faq__q{font-size:2rem}.tv2-faq__summary{padding:2.8rem 0}}.tv2-faq__mark{flex:0 0 auto;width:2.4rem;height:2.4rem;margin-top:.2rem;display:inline-flex;align-items:center;justify-content:center;color:rgb(var(--color-foreground))}.tv2-faq__mark svg{width:2rem;height:2rem;display:block}.tv2-faq__mark-v{transform-origin:center;transition:transform .28s cubic-bezier(.3,1,.3,1),opacity .28s ease}.tv2-faq__item[open] .tv2-faq__mark-v{transform:rotate(90deg) scaleY(0);opacity:0}.tv2-faq__answer{font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.72);padding:0 0 2.4rem;max-width:60rem}.tv2-faq__answer>:first-child{margin-top:0}.tv2-faq__answer>:last-child{margin-bottom:0}.tv2-faq__answer a{color:#2400ff;text-decoration:underline;text-underline-offset:.2rem}.tv2-faq__empty{font-family:var(--font-body-family);font-size:1.5rem;color:rgba(var(--color-foreground),.5);padding:2.4rem 0;border-top:1px solid rgba(var(--color-foreground),.12)}@media(prefers-reduced-motion:reduce){.tv2-faq__mark-v{transition:none}}.tv2-object{display:block}.tv2-object__inner{width:100%;max-width:120rem;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2.8rem}.tv2-object__media{width:100%}.tv2-object__frame{position:relative;width:100%;overflow:hidden;border-radius:1.6rem;background:rgba(var(--color-foreground),.04);isolation:isolate}.tv2-object__frame img,.tv2-object__placeholder-svg{display:block;width:100%;height:auto}.tv2-object__pic--desktop{display:none}.tv2-object__pic--mobile{display:block}.tv2-object__placeholder{aspect-ratio:4 / 5;display:grid;place-items:center;background:rgba(var(--color-foreground),.05)}.tv2-object__placeholder-svg{width:100%;height:100%;object-fit:cover;opacity:.5}.tv2-object__text{display:flex;flex-direction:column;gap:1.6rem;max-width:52rem}.tv2-object__eyebrow{display:inline-block;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.62)}.tv2-object__heading{margin:0;font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);color:rgb(var(--color-foreground))}.tv2-object__body{font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.82)}.tv2-object__body>p{margin:0}.tv2-object__body>p+p{margin-top:1.2rem}.tv2-object__details{margin-top:.4rem}.tv2-object__details-list{list-style:none;margin:0;padding:0;display:flex;flex-direction:column;gap:0;border-top:1px solid rgba(var(--color-foreground),.12)}.tv2-object__detail{display:flex;align-items:center;gap:1.2rem;padding:1.4rem 0;border-bottom:1px solid rgba(var(--color-foreground),.12)}.tv2-object__detail-mark{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:2rem;height:2rem;color:#2400ff}.tv2-object__detail-mark .icon{width:2rem;height:2rem}.tv2-object__detail-text{font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.4;color:rgb(var(--color-foreground))}@media(min-width:750px){.tv2-object__inner{flex-direction:row;align-items:center;gap:5.2rem;padding:0 4rem}.tv2-object__media{flex:0 0 56%;max-width:56%}.tv2-object__text{flex:1 1 auto;gap:1.8rem}.tv2-object__pic--desktop{display:block}.tv2-object__pic--mobile{display:none}.tv2-object__heading{font-size:clamp(3.2rem,3.4vw,4.4rem)}}.tv2-link{color:inherit;text-decoration:none}.tv2-link:hover{text-decoration:underline}.tv2-link:after{content:"\2197";display:inline-block;margin-left:.25em;font-size:.82em;opacity:.55;vertical-align:.04em}.tv2-quality{width:100%}.tv2-quality__wrap{max-width:120rem;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:3.2rem}.tv2-quality__figure{position:relative;margin:0;border-radius:var(--medium-blocks-radius, .6rem);overflow:hidden;background:rgba(var(--color-foreground),.05)}.tv2-quality__img,.tv2-quality__img img{display:block;width:100%}.tv2-quality__img img{height:auto}.tv2-quality__img--desktop{display:none}.tv2-quality__img--mobile{display:block}.tv2-quality__img--placeholder{aspect-ratio:4 / 5;display:grid;place-items:center;background:rgba(var(--color-foreground),.06)}.tv2-quality__placeholder-svg{width:38%;height:auto;opacity:.35;fill:rgb(var(--color-foreground))}.tv2-quality__mark{position:absolute;left:1.6rem;bottom:1.6rem;width:4.2rem;height:4.2rem;display:grid;place-items:center;border-radius:999px;background:rgba(var(--color-background),.92);color:rgb(var(--color-foreground));box-shadow:0 .4rem 1.6rem #0000002e}.tv2-quality__mark svg{width:2.2rem;height:2.2rem}.tv2-quality__content{display:flex;flex-direction:column;gap:2.8rem}.tv2-quality__head{display:flex;flex-direction:column;gap:1.2rem}.tv2-quality__eyebrow{margin:0;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.6)}.tv2-quality__heading{margin:0;font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);color:rgb(var(--color-foreground))}.tv2-quality__specs{margin:0;border-top:1px solid rgba(var(--color-foreground),.14)}.tv2-quality__row{display:flex;flex-wrap:wrap;align-items:baseline;justify-content:space-between;gap:.4rem 2rem;padding:1.6rem 0;border-bottom:1px solid rgba(var(--color-foreground),.14)}.tv2-quality__label{margin:0;flex:0 0 auto;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;text-transform:uppercase;letter-spacing:.14em;color:rgba(var(--color-foreground),.55)}.tv2-quality__value{margin:0;flex:1 1 auto;min-width:0;text-align:right;font-family:var(--font-body-family);font-weight:400;font-size:1.6rem;line-height:1.4;color:rgb(var(--color-foreground));word-break:break-word}.tv2-quality__care{display:flex;align-items:flex-start;gap:1.2rem;padding:1.8rem 2rem;border-radius:var(--medium-blocks-radius, .6rem);background:rgba(var(--color-foreground),.04);border-left:2px solid rgb(36,0,255)}.tv2-quality__care-icon{flex:0 0 auto;margin-top:.2rem;color:rgba(var(--color-foreground),.7)}.tv2-quality__care-icon svg{width:2rem;height:2rem}.tv2-quality__care-text{font-size:1.5rem;line-height:1.6;color:rgba(var(--color-foreground),.82)}.tv2-quality__care-text :first-child{margin-top:0}.tv2-quality__care-text :last-child{margin-bottom:0}.tv2-quality__care-text p{margin:0 0 .8rem}@media(min-width:750px){.tv2-quality__wrap{flex-direction:row;align-items:flex-start;gap:6rem;padding:0 4rem}.tv2-quality__media-col{flex:1 1 48%;max-width:52rem;position:sticky;top:3rem}.tv2-quality__content{flex:1 1 52%;gap:3.6rem;padding-top:.6rem}.tv2-quality__img--desktop{display:block}.tv2-quality__img--mobile{display:none}.tv2-quality__mark{width:5rem;height:5rem;left:2rem;bottom:2rem}.tv2-quality__mark svg{width:2.6rem;height:2.6rem}.tv2-quality__heading{font-size:clamp(3.2rem,4vw,4.4rem)}.tv2-quality__value{font-size:1.7rem}}.tvr-car{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.tvr-car__in{max-width:72rem;margin:0 auto;padding-left:2rem;padding-right:2rem}.tvr-car__head{display:flex;justify-content:space-between;align-items:flex-end;gap:1.5rem}.tvr-car__h{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;line-height:1.14;letter-spacing:-.01em;margin:0}.tvr-car__rate{margin:.6rem 0 0;font-size:1.3rem;color:rgba(var(--color-foreground),.6)}.tvr-car__nav{display:flex;gap:.6rem;flex:none}.tvr-car__arrow{width:3.6rem;height:3.6rem;min-width:0;padding:0;border-radius:50%;border:1px solid rgba(var(--color-foreground),.22);background:none;color:inherit;cursor:pointer;display:flex;align-items:center;justify-content:center}.tvr-car__track{display:flex;gap:1.6rem;overflow-x:auto;overflow-y:hidden;scroll-snap-type:x mandatory;margin-top:1.8rem;padding-bottom:.4rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tvr-car__track::-webkit-scrollbar{display:none}.tvr-car__card{flex:0 0 auto;width:min(66%,26rem);scroll-snap-align:start}.tvr-car__photo{width:100%;aspect-ratio:1 / 1;border-radius:1.2rem;object-fit:cover;display:block;background:rgba(var(--color-foreground),.06)}.tvr-car__photo--empty{display:flex;align-items:center;justify-content:center;color:rgba(var(--color-foreground),.28)}.tvr-car__card .tvr-stars{margin:1rem 0 .3rem;letter-spacing:.15rem;font-size:1.4rem;line-height:1}.tvr-car__t{font-weight:600;font-size:1.5rem;margin:.4rem 0 .3rem}.tvr-car__b{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.82);margin:0}.tvr-car__by{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin:.6rem 0 0}.tvr-vf{color:var(--tvr-acc);font-weight:500}@media(min-width:750px){.tvr-car__in{max-width:104rem}.tvr-car__h{font-size:3rem}.tvr-car__card{width:min(31%,34rem)}.tvr-car__track{gap:2rem}}.tvr-list{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.tvr-list__in{max-width:60rem;margin:0 auto;padding-left:2rem;padding-right:2rem}.tvr-list__h{font-size:clamp(2.6rem,7vw,3.6rem);font-weight:700;line-height:1.08;letter-spacing:-.01em;margin:0}.tvr-list__sub{font-size:1.4rem;color:rgba(var(--color-foreground),.6);margin:.6rem 0 0}.tvr-list__items{margin-top:2.4rem}.tvr-rev{display:flex;gap:1.2rem;padding:1.8rem 0;border-top:1px solid rgba(var(--color-foreground),.1)}.tvr-rev:first-child{border-top:0;padding-top:0}.tvr-rev__av{flex:none;width:3.6rem;height:3.6rem;border-radius:50%;background:rgba(var(--color-foreground),.07);display:flex;align-items:center;justify-content:center;font-weight:600;font-size:1.3rem;overflow:hidden}.tvr-rev__av img{width:100%;height:100%;object-fit:cover}.tvr-rev__main{flex:1;min-width:0}.tvr-rev__top{display:flex;justify-content:space-between;align-items:center;gap:1rem}.tvr-rev__nm{font-weight:600;font-size:1.45rem}.tvr-vf{color:var(--tvr-acc);font-size:1.15rem;font-weight:500;white-space:nowrap}.tvr-rev__dt{font-size:1.2rem;color:rgba(var(--color-foreground),.45);flex:none}.tvr-stars{margin:.5rem 0 .2rem;letter-spacing:.15rem;font-size:1.4rem;line-height:1}.tvr-rev__t{font-weight:600;font-size:1.5rem;margin:.6rem 0 .3rem}.tvr-rev__b{font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.82);margin:0}.tvr-list__all{display:block;text-align:center;margin-top:2rem;font-size:1.4rem;font-weight:500;color:var(--tvr-acc);text-decoration:none}@media(min-width:750px){.tvr-list__in{max-width:92rem;display:grid;grid-template-columns:26rem 1fr;gap:5rem;align-items:start}.tvr-list__head{position:sticky;top:2rem}.tvr-list__h{font-size:3.4rem}.tvr-list__sub{margin-top:1rem;font-size:1.5rem}.tvr-list__items{margin-top:0}.tvr-list__all{text-align:left;margin-top:1.6rem}}.tvr-wall{background:rgb(var(--color-background));color:rgb(var(--color-foreground))}.tvr-wall__in{max-width:64rem;margin:0 auto;padding-left:2rem;padding-right:2rem}.tvr-eyebrow{font-size:1.1rem;letter-spacing:.16em;text-transform:uppercase;color:rgba(var(--color-foreground),.5);font-weight:600;margin:0 0 .8rem}.tvr-wall__h{font-size:clamp(2rem,5vw,2.8rem);font-weight:700;line-height:1.14;margin:0 0 1.8rem}.tvr-wall__hero{display:flex;gap:2.4rem;align-items:center}.tvr-wall__score{text-align:center;flex:none}.tvr-wall__avg{font-size:4.4rem;font-weight:700;line-height:1}.tvr-wall__tot{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin-top:.3rem}.tvr-wall__bars{flex:1;min-width:0}.tvr-wall__bar{display:flex;align-items:center;gap:.8rem;font-size:1.2rem;color:rgba(var(--color-foreground),.6);margin-bottom:.5rem}.tvr-wall__bar:last-child{margin-bottom:0}.tvr-wall__barn{flex:none;width:2.4rem}.tvr-wall__barp{flex:none;width:3.2rem;text-align:right}.tvr-wall__track{flex:1;height:.5rem;background:rgba(var(--color-foreground),.1);border-radius:.3rem;overflow:hidden}.tvr-wall__fill{height:100%;background:var(--tvr-acc);border-radius:.3rem}.tvr-stars{letter-spacing:.15rem;line-height:1;font-size:1.4rem}.tvr-stars--sm{font-size:1.1rem}.tvr-star{color:rgba(var(--color-foreground),.18)}.tvr-star.on{color:var(--tvr-star)}.tvr-wall__quotes{columns:2;column-gap:1.4rem;margin-top:2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-foreground),.1)}.tvr-wall__q{break-inside:avoid;margin-bottom:1.4rem}.tvr-wall__q.is-hi{background:var(--tvr-soft);border-radius:1rem;padding:1.1rem 1.2rem}.tvr-wall__q.is-hi .tvr-star.on{color:var(--tvr-acc)}.tvr-wall__qt{font-size:1.35rem;line-height:1.45;margin:.4rem 0 0}.tvr-wall__qby{font-size:1.2rem;color:rgba(var(--color-foreground),.5);margin:.3rem 0 0}@media(min-width:750px){.tvr-wall__in{max-width:82rem}.tvr-wall__hero{max-width:58rem;margin-left:auto;margin-right:auto}.tvr-wall__quotes{columns:3;column-gap:2rem}}.tv2-set{width:100%}.tv2-set__wrap{max-width:64rem;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:2.8rem}.tv2-set__head{display:flex;flex-direction:column;gap:1.2rem}.tv2-set__eyebrow{margin:0;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.6)}.tv2-set__heading{margin:0;font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);color:rgb(var(--color-foreground))}.tv2-set__list{list-style:none;margin:0;padding:1.4rem 1.8rem;border-radius:var(--medium-blocks-radius, .6rem);border:1px solid rgba(var(--color-foreground),.14);background:rgba(var(--color-foreground),.02)}.tv2-set__row{display:flex;align-items:center;gap:1.4rem;padding:1.6rem 0;border-top:1px solid rgba(var(--color-foreground),.12)}.tv2-set__row:first-child{border-top:0}.tv2-set__media{flex:0 0 auto;width:4.6rem;height:4.6rem;display:grid;place-items:center;border-radius:.8rem;background:rgba(var(--color-foreground),.05);color:rgb(var(--color-foreground));overflow:hidden}.tv2-set__media svg{width:2.2rem;height:2.2rem}.tv2-set__thumb{width:100%;height:100%;object-fit:cover;display:block}.tv2-set__dot{width:.8rem;height:.8rem;border-radius:999px;background:rgba(var(--color-foreground),.4)}.tv2-set__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.3rem}.tv2-set__name{font-family:var(--font-body-family);font-weight:600;font-size:1.6rem;line-height:1.3;color:rgb(var(--color-foreground));word-break:break-word}.tv2-set__sub{font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;line-height:1.45;color:rgba(var(--color-foreground),.62);word-break:break-word}.tv2-set__tag{flex:0 0 auto;align-self:center;font-family:var(--font-body-family);font-weight:600;font-size:1.1rem;line-height:1;text-transform:uppercase;letter-spacing:.1em;padding:.5rem .9rem;border-radius:999px;color:rgba(var(--color-foreground),.7);background:rgba(var(--color-foreground),.06);white-space:nowrap}.tv2-set__note{margin:0;font-family:var(--font-body-family);font-size:1.4rem;line-height:1.6;color:rgba(var(--color-foreground),.62);padding-left:1.2rem;border-left:2px solid rgb(36,0,255)}@media(min-width:750px){.tv2-set__wrap{gap:3.4rem;padding:0 2.4rem}.tv2-set__list{padding:1.6rem 2.4rem}.tv2-set__row{gap:1.8rem;padding:1.9rem 0}.tv2-set__media{width:5.2rem;height:5.2rem}.tv2-set__media svg{width:2.5rem;height:2.5rem}.tv2-set__name{font-size:1.7rem}.tv2-set__sub{font-size:1.5rem}.tv2-set__heading{font-size:clamp(3.2rem,4vw,4rem)}}.tv2-stat{width:100%}.tv2-stat__wrap{max-width:120rem;margin:0 auto;padding:0 2rem;display:flex;flex-direction:column;gap:3.2rem}.tv2-stat__head{display:flex;flex-direction:column;gap:1.2rem;max-width:60rem}.tv2-stat__eyebrow{margin:0;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.6)}.tv2-stat__heading{margin:0;font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);color:rgb(var(--color-foreground))}.tv2-stat__grid{display:grid;grid-template-columns:repeat(var(--tv2-stat-cols, 2),minmax(0,1fr));gap:1px;background:rgba(var(--color-foreground),.14);border-top:1px solid rgba(var(--color-foreground),.14);border-bottom:1px solid rgba(var(--color-foreground),.14)}.tv2-stat__cell{background:rgb(var(--color-background));padding:2.8rem 1.6rem;display:flex}.tv2-stat__figure{display:flex;flex-direction:column;gap:.8rem;min-width:0}.tv2-stat__number{font-family:var(--font-heading-family);font-weight:700;letter-spacing:-.03em;line-height:.95;font-size:clamp(3.6rem,12vw,6rem);color:rgb(var(--color-foreground));word-break:break-word}.tv2-stat__cell--accent .tv2-stat__number{color:#2400ff}.tv2-stat__label{font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;line-height:1.4;color:rgba(var(--color-foreground),.66)}.tv2-stat__note{font-family:var(--font-body-family);font-weight:600;font-size:1.1rem;line-height:1.3;text-transform:uppercase;letter-spacing:.12em;color:rgba(var(--color-foreground),.42)}@media(min-width:750px){.tv2-stat__wrap{padding:0 4rem;gap:4.4rem}.tv2-stat__heading{font-size:clamp(3.2rem,4vw,4.4rem)}.tv2-stat__cell{padding:3.6rem 2.4rem}.tv2-stat__label{font-size:1.5rem}}.tv2-stories{width:100%}.tv2-stories__wrap{max-width:120rem;margin:0 auto;display:flex;flex-direction:column;gap:2.8rem}.tv2-stories__head{display:flex;flex-direction:column;gap:1.2rem;padding:0 2rem}.tv2-stories__eyebrow{margin:0;font-family:var(--font-body-family);font-weight:600;font-size:1.2rem;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.6)}.tv2-stories__heading{margin:0;font-family:var(--font-heading-family);font-weight:700;text-transform:none;letter-spacing:-.01em;line-height:1.12;font-size:clamp(2.6rem,7vw,3.6rem);color:rgb(var(--color-foreground))}.tv2-stories__rail{list-style:none;margin:0;padding:.4rem 2rem 1.2rem;display:flex;gap:1.2rem;overflow-x:auto;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none}.tv2-stories__rail::-webkit-scrollbar{display:none}.tv2-stories__cell{flex:0 0 auto;width:62vw;max-width:26rem;scroll-snap-align:start}.tv2-stories__thumb{-webkit-appearance:none;appearance:none;display:flex;flex-direction:column;gap:.9rem;width:100%;padding:0;border:0;background:none;text-align:left;cursor:pointer;color:inherit;font:inherit}.tv2-stories__thumb-media{position:relative;display:block;width:100%;aspect-ratio:9 / 16;border-radius:1.4rem;overflow:hidden;background:rgba(var(--color-foreground),.06);transition:transform .2s ease,box-shadow .2s ease}.tv2-stories__thumb-img,.tv2-stories__thumb-video{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;display:block}.tv2-stories__thumb-video{z-index:1;opacity:0;transition:opacity .35s ease}.tv2-stories__thumb-video.is-playing{opacity:1}.tv2-stories__thumb-placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:grid;place-items:center;background:rgba(var(--color-foreground),.06)}.tv2-stories__placeholder-svg{width:36%;height:auto;opacity:.35;fill:rgb(var(--color-foreground))}.tv2-stories__glyph{position:absolute;z-index:2;left:1rem;bottom:1rem;width:3.2rem;height:3.2rem;display:grid;place-items:center;border-radius:999px;background:rgba(var(--color-background),.86);color:rgb(var(--color-foreground));box-shadow:0 .3rem 1.2rem #00000038}.tv2-stories__glyph svg{width:1.6rem;height:1.6rem;margin-left:.15rem}.tv2-stories__cap{display:block;font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;line-height:1.4;color:rgba(var(--color-foreground),.7)}.tv2-stories__thumb:focus-visible .tv2-stories__thumb-media{outline:2px solid rgb(36,0,255);outline-offset:3px}@media(hover:hover){.tv2-stories__thumb:hover .tv2-stories__thumb-media{transform:translateY(-2px);box-shadow:0 .8rem 2.4rem #00000029}}.tv2-stories__empty{padding:4rem 2rem;text-align:center;font-size:1.5rem;color:rgba(var(--color-foreground),.55)}.tv2-stories__empty p{margin:0}.tv2-stories-player{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;display:flex;align-items:center;justify-content:center;background:#08080ceb;opacity:0;transition:opacity .22s ease}.tv2-stories-player.is-open{opacity:1}@supports ((-webkit-backdrop-filter: blur(1px)) or (backdrop-filter: blur(1px))){.tv2-stories-player{-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}}.tv2-stories-player__backdrop{position:absolute;top:0;right:0;bottom:0;left:0;border:0;background:none;cursor:pointer}.tv2-stories-player__stage{position:relative;z-index:1;width:100%;max-width:46rem;height:100%;max-height:100dvh;display:flex;flex-direction:column;background:#000;overflow:hidden}@media(min-width:750px){.tv2-stories-player__stage{height:92vh;max-height:92vh;border-radius:1.6rem;box-shadow:0 2rem 6rem #00000080}}.tv2-stories-player__bars{position:absolute;top:0;left:0;right:0;z-index:4;display:flex;gap:.4rem;padding:1rem 1.2rem 0}.tv2-stories-player__bar{position:relative;flex:1 1 0;height:.3rem;border-radius:999px;background:#ffffff47;overflow:hidden}.tv2-stories-player__bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;transform:scaleX(0);transform-origin:left center;background:#fff;will-change:transform}.tv2-stories-player__bar.is-done .tv2-stories-player__bar-fill{transform:scaleX(1)}.tv2-stories-player__close{position:absolute;top:2.4rem;right:1.2rem;z-index:5;width:4rem;height:4rem;display:grid;place-items:center;border:0;border-radius:999px;background:#0006;color:#fff;cursor:pointer}.tv2-stories-player__close svg{width:2rem;height:2rem}.tv2-stories-player__video-wrap{position:relative;flex:1 1 auto;min-height:0;background:#000}.tv2-stories-player__video,.tv2-stories-player__poster{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:contain;background:#000}.tv2-stories-player__spinner{position:absolute;top:50%;left:50%;width:3.4rem;height:3.4rem;margin:-1.7rem 0 0 -1.7rem;border:.3rem solid rgba(255,255,255,.25);border-top-color:#fff;border-radius:999px;animation:tv2StoriesSpin .8s linear infinite;opacity:0;pointer-events:none}.tv2-stories-player__video-wrap.is-buffering .tv2-stories-player__spinner{opacity:1}@keyframes tv2StoriesSpin{to{transform:rotate(360deg)}}.tv2-stories-player__pausehint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:3;width:6rem;height:6rem;display:grid;place-items:center;border-radius:999px;background:#00000073;color:#fff;opacity:0;pointer-events:none;transition:opacity .2s ease}.tv2-stories-player__pausehint svg{width:2.4rem;height:2.4rem}.tv2-stories-player__video-wrap.is-paused .tv2-stories-player__pausehint{opacity:1}.tv2-stories-player__zones{position:absolute;top:0;right:0;bottom:0;left:0;z-index:2;display:flex}.tv2-stories-player__zone{border:0;background:none;cursor:pointer;-webkit-tap-highlight-color:transparent}.tv2-stories-player__zone--prev{flex:0 0 30%}.tv2-stories-player__zone--next{flex:1 1 70%}.tv2-stories-player__caption{position:absolute;z-index:3;left:0;right:0;bottom:0;padding:6rem 1.8rem 2.2rem;display:flex;flex-direction:column;gap:1.2rem;pointer-events:none;background:linear-gradient(to top,#000000b8,#0000)}.tv2-stories-player__caption-text{margin:0;font-family:var(--font-body-family);font-weight:400;font-size:1.5rem;line-height:1.5;color:#fff}.tv2-stories-player__shop{pointer-events:auto;align-self:flex-start;-webkit-appearance:none;appearance:none;display:inline-flex;align-items:center;gap:.6rem;padding:1.1rem 2rem;border:0;border-radius:999px;background:#fff;color:#111;font-family:var(--font-body-family);font-weight:600;font-size:1.4rem;cursor:pointer;transition:transform .15s ease,filter .2s ease}.tv2-stories-player__shop:hover{filter:brightness(.94)}.tv2-stories-player__shop:active{transform:translateY(1px)}html.tv2-stories-locked,body.tv2-stories-locked{overflow:hidden}@media(prefers-reduced-motion:reduce){.tv2-stories__thumb-media,.tv2-stories__thumb-video,.tv2-stories-player,.tv2-stories-player__shop{transition:none}.tv2-stories-player__spinner{animation:none}}@media(min-width:750px){.tv2-stories__wrap{gap:3.6rem}.tv2-stories__head{padding:0 4rem}.tv2-stories__heading{font-size:clamp(3.2rem,4vw,4.4rem)}.tv2-stories__rail{padding:.4rem 4rem 1.6rem;gap:1.8rem}.tv2-stories__cell{width:22vw;max-width:28rem}.tv2-stories__glyph{width:3.6rem;height:3.6rem}.tv2-stories__glyph svg{width:1.8rem;height:1.8rem}}.tv2-trust{width:100%}.tv2-trust__inner{max-width:var(--page-width);margin-inline:auto;padding-inline:2rem}.tv2-trust__row{list-style:none;margin:0;padding:0;display:grid;grid-template-columns:repeat(2,minmax(0,1fr));gap:1.6rem 1.2rem;border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1);padding-block:2rem}.tv2-trust__item{display:block;min-width:0}.tv2-trust__cell{display:flex;align-items:center;gap:1rem;min-width:0}.tv2-trust__icon{display:inline-flex;align-items:center;justify-content:center;flex:0 0 auto;width:2.4rem;height:2.4rem;color:rgb(var(--color-foreground));opacity:.92}.tv2-trust__icon svg{width:2.2rem;height:2.2rem}.tv2-trust__label{font-family:var(--font-body-family);font-weight:400;font-size:1.4rem;line-height:1.3;letter-spacing:-.005em;color:rgba(var(--color-foreground),.86);min-width:0;overflow-wrap:anywhere}@media(min-width:750px){.tv2-trust__row{grid-template-columns:repeat(var(--tv2-trust-count, 4),minmax(0,1fr));gap:2.4rem;padding-block:2.4rem}.tv2-trust__cell{justify-content:center;gap:1.2rem}.tv2-trust__label{font-size:1.5rem}.tv2-trust__icon{width:2.6rem;height:2.6rem}.tv2-trust__icon svg{width:2.4rem;height:2.4rem}}.vp-inner{margin-inline:auto;max-width:64rem}.vp-head{text-align:center;margin-bottom:2.8rem}.vp-eyebrow{margin:0 0 .9rem;font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:rgb(var(--color-button, 36 0 255));opacity:.9}.vp-heading{margin:0;font-size:clamp(2.2rem,5vw,3.4rem);line-height:1.1;letter-spacing:-.01em;font-weight:600;color:rgb(var(--color-foreground))}.vp-subheading{margin:1rem auto 0;max-width:46rem;font-size:1.5rem;line-height:1.5;color:rgb(var(--color-foreground));opacity:.7}.vp-card{position:relative;padding:0;color:rgb(var(--color-foreground))}.vp-card--dark{color:rgb(var(--color-foreground))}.vp-row{display:flex;align-items:flex-start;gap:1.4rem;padding:1.8rem 0;border-top:1px solid rgba(var(--color-border),.5)}.vp-row:first-child{border-top:0}.vp-ico{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;width:4.2rem;height:4.2rem;color:rgb(var(--color-button, 36 0 255))}.vp-ico .icon{width:2.4rem;height:2.4rem}.vp-body{display:flex;flex-direction:column;gap:.3rem;padding-top:.6rem;min-width:0}.vp-title{font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:-.005em;word-break:break-word}.vp-text{font-size:1.4rem;line-height:1.5;opacity:.7;word-break:break-word}@media screen and (min-width:750px){.vp-row{align-items:center;gap:1.8rem;padding-block:2.2rem}.vp-body{flex-direction:row;align-items:baseline;gap:1.4rem;padding-top:0}.vp-title{flex-shrink:0}}.product-icons-grid__item--clickable{cursor:pointer;text-decoration:none;color:inherit;background:none;border:0;width:100%;font:inherit;justify-content:flex-start;padding:0;height:auto;min-height:0;-webkit-tap-highlight-color:transparent}.product-icons-grid__item--horizontal.product-icons-grid__item--clickable,.product-icons-grid__item--list.product-icons-grid__item--clickable{text-align:left}.product-icons-grid__proof{display:inline-flex;align-items:center;margin-inline-start:.4rem;color:#2400ff;opacity:.5;transition:opacity .2s ease;vertical-align:middle;flex:none}.product-icons-grid__item--clickable:hover .product-icons-grid__proof,.product-icons-grid__item--clickable:focus-visible .product-icons-grid__proof{opacity:1}.product-icons-grid__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99990;display:flex;align-items:center;justify-content:center;padding:2rem;background:#00000080;-webkit-backdrop-filter:blur(6px);backdrop-filter:blur(6px)}.product-icons-grid__modal[hidden]{display:none}.product-icons-grid__modal-card{position:relative;z-index:1;width:100%;max-width:46rem;max-height:86vh;overflow-y:auto;background:#fff;background:rgb(var(--color-background, 255 255 255));color:#1a1a1a;color:rgb(var(--color-foreground, 26 26 26));border-radius:1.4rem;padding:1.8rem;box-shadow:0 2rem 6rem #00000059}.product-icons-grid__modal-x{position:absolute;top:1rem;right:1rem;z-index:2;width:3.4rem;height:3.4rem;min-width:0;padding:0;border:0;background:#0000009e;border-radius:50%;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 10px #0000004d}.product-icons-grid__modal-img{width:100%;border-radius:1rem;display:block;margin-bottom:1.2rem}.product-icons-grid__modal-text{font-size:1.5rem;line-height:1.55}.feature-card-reveal{display:block}.feature-card{padding:1.8rem 0;background:transparent;color:var(--fc-text);border:none}.feature-card--light_glass,.feature-card--solid_light{--fc-text: #18181b;--fc-divider: rgba(0, 0, 0, .08)}.feature-card--dark_glass,.feature-card--solid_dark{--fc-text: #fafafa;--fc-divider: rgba(255, 255, 255, .12)}.feature-card__title{margin:0 0 1.4rem;font-size:1.7rem;font-weight:600;letter-spacing:-.01em;color:var(--fc-text)}.feature-card__list{display:flex;flex-direction:column;gap:1.3rem}.feature-card__row{display:flex;gap:1.1rem;align-items:flex-start}.feature-card--divided .feature-card__row+.feature-card__row{border-top:1px solid var(--fc-divider);padding-top:1.3rem}.feature-card__icon{flex-shrink:0;margin-top:.1rem;width:2.8rem;height:2.8rem;display:inline-flex;align-items:center;justify-content:center;color:var(--fc-accent, currentColor)}.feature-card__icon .icon{width:1.6rem;height:1.6rem}.feature-card__row-body{min-width:0}.feature-card__row-title{margin:0;font-size:1.35rem;font-weight:600;line-height:1.3;letter-spacing:-.005em;color:var(--fc-text)}.feature-card--upper .feature-card__row-title{text-transform:uppercase;font-size:1.15rem;letter-spacing:.08em;opacity:.92}.feature-card__row-text{margin:.35rem 0 0;font-size:1.25rem;line-height:1.5;opacity:.66}.feature-card__link{display:inline-flex;align-items:center;gap:.4rem;margin-top:1.4rem;font-size:1.3rem;font-weight:600;color:var(--fc-accent);text-decoration:none;transition:gap .2s ease,opacity .2s ease}.feature-card__link svg{transition:transform .2s ease}.feature-card__link:hover{gap:.6rem;opacity:.85}.tv-badges{position:absolute;top:1rem;inset-inline-end:1rem;z-index:3;display:flex;flex-direction:column;align-items:flex-end;gap:.5rem;pointer-events:none}.tv-badge{display:inline-flex;align-items:center;gap:.4rem;padding:.4rem .8rem;border-radius:.8rem;font-size:1.1rem;font-weight:700;line-height:1;letter-spacing:.02em;text-transform:uppercase;white-space:nowrap}.tv-badge--solid{background:rgb(var(--color-foreground));color:rgb(var(--color-background))}.tv-badge--express,.tv-badge--best,.tv-badge--low,.tv-badge--restock{background:#fff;border:1px solid rgba(0,0,0,.06);box-shadow:0 1px 3px #0000001f;border-radius:999px}.tv-badge--express{color:#2400ff}.tv-badge--best{color:#d97706}.tv-badge--low{color:#dc2626}.tv-badge--restock{color:#059669}.tv-badge .icon{width:1.3rem;height:1.3rem;flex-shrink:0}.tv-badges--product{top:1.4rem;inset-inline-end:1.4rem}.tv-badges--product .tv-badge{font-size:1.25rem;padding:.5rem 1rem}@media screen and (max-width:749px){.tv-badges{top:.7rem;inset-inline-end:.7rem;gap:.4rem}.tv-badge{font-size:1rem;padding:.35rem .7rem}}.tv-collab__wrap{width:100%}.tv-collab__card{position:relative;display:flex;align-items:center;gap:1.8rem;overflow:hidden;padding:2rem 0;background:transparent;border:0;color:rgb(var(--color-foreground))}.tv-collab__card--glass{background:transparent}.tv-collab__seal{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;flex-shrink:0;width:5.2rem;height:5.2rem;color:#2400ff}.tv-collab__seal .icon{width:2.8rem;height:2.8rem}.tv-collab__body{position:relative;z-index:1;flex:1 1 auto;min-width:0}.tv-collab__eyebrow{display:inline-flex;align-items:center;gap:.6rem;margin:0 0 .5rem;font-size:1.1rem;font-weight:600;letter-spacing:.04em;line-height:1.2;color:rgba(var(--color-foreground),.62)}.tv-collab__dot{width:.7rem;height:.7rem;border-radius:50%;background:#2400ff;box-shadow:0 0 0 .3rem #2400ff24;flex-shrink:0}.tv-collab__headline{margin:0;font-size:1.9rem;line-height:1.2;font-weight:600;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.tv-collab__brand{color:#2400ff;white-space:nowrap}.tv-collab__text{margin-top:.7rem;font-size:1.4rem;line-height:1.5;color:rgba(var(--color-foreground),.72)}.tv-collab__text>:first-child{margin-top:0}.tv-collab__text>:last-child{margin-bottom:0}.tv-collab__link{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.2rem;font-size:1.4rem;font-weight:600;line-height:1.2;color:#2400ff;text-decoration:none;transition:gap .18s ease,opacity .18s ease}.tv-collab__link .icon{width:1.4rem;height:1.4rem;transform:rotate(90deg)}.tv-collab__link:hover{gap:.8rem;opacity:.82}.tv-collab__logo{position:relative;z-index:1;flex-shrink:0;display:flex;align-items:center;justify-content:center;width:8.8rem;padding-inline-start:1.8rem;border-inline-start:1px solid rgba(var(--color-foreground),.1)}.tv-collab__logo img{display:block;width:100%;height:auto;max-height:6rem;object-fit:contain;transition:transform .2s ease}.tv-collab__card--centered{flex-direction:column;text-align:center;gap:1.2rem;padding:2.6rem 2rem}.tv-collab__card--centered .tv-collab__body{display:flex;flex-direction:column;align-items:center}.tv-collab__card--centered .tv-collab__eyebrow{justify-content:center}.tv-collab__card--centered .tv-collab__logo,.tv-collab__card--stamp .tv-collab__logo,.tv-collab__card--logos .tv-collab__logo{width:100%;padding-inline-start:0;border-inline-start:0;padding-block-start:1.4rem;border-block-start:1px solid rgba(var(--color-foreground),.1);justify-content:center}.tv-collab__card--banner{padding:1.2rem 1.8rem;gap:1.2rem}.tv-collab__card--banner .tv-collab__eyebrow,.tv-collab__card--banner .tv-collab__text,.tv-collab__card--banner .tv-collab__link{display:none}.tv-collab__card--banner .tv-collab__headline{font-size:1.5rem}.tv-collab__card--banner .tv-collab__seal{width:4rem;height:4rem}.tv-collab__card--banner .tv-collab__seal .icon{width:2.1rem;height:2.1rem}.tv-collab__card--banner .tv-collab__logo{width:auto;max-width:9rem}.tv-collab__card--stamp{flex-direction:column;text-align:center;gap:1.4rem;padding:2.8rem 2rem}.tv-collab__card--stamp .tv-collab__seal{width:7.2rem;height:7.2rem}.tv-collab__card--stamp .tv-collab__seal .icon{width:3.4rem;height:3.4rem}.tv-collab__card--stamp .tv-collab__body{display:flex;flex-direction:column;align-items:center}.tv-collab__card--stamp .tv-collab__eyebrow{justify-content:center}.tv-collab__card--poster{flex-direction:column;align-items:flex-start;gap:1.4rem;padding:2.6rem}.tv-collab__card--poster .tv-collab__logo{order:-1;width:auto;max-width:16rem;padding-inline-start:0;border-inline-start:0;justify-content:flex-start}.tv-collab__card--poster .tv-collab__headline{font-size:2.6rem}.tv-collab__card--poster .tv-collab__seal{width:4.4rem;height:4.4rem}.tv-collab__card--logos{flex-direction:column;text-align:center;gap:1.6rem;padding:2.6rem 2rem}.tv-collab__logos{position:relative;z-index:1;display:flex;align-items:center;justify-content:center;gap:1.8rem;width:100%}.tv-collab__logos-item{display:inline-flex;align-items:center}.tv-collab__logos img{max-height:4.6rem;max-width:14rem;width:auto;object-fit:contain}.tv-collab__logos-text{font-size:2rem;font-weight:700;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.tv-collab__logos-x{font-size:1.9rem;line-height:1;opacity:.4}.tv-collab__card--logos .tv-collab__body{display:flex;flex-direction:column;align-items:center}.tv-collab__card--logos .tv-collab__eyebrow{justify-content:center}@media screen and (min-width:750px){.tv-collab__card--row{gap:2.2rem;padding:2.6rem 3rem}.tv-collab__card--row .tv-collab__seal{width:6rem;height:6rem}.tv-collab__card--row .tv-collab__seal .icon{width:3.2rem;height:3.2rem}.tv-collab__card--row .tv-collab__headline,.tv-collab__card--banner .tv-collab__headline{font-size:2.2rem}.tv-collab__card--poster .tv-collab__headline{font-size:3.2rem}}@media screen and (max-width:749px){.tv-collab__card--row,.tv-collab__card--banner{flex-wrap:wrap}.tv-collab__card--row .tv-collab__logo{width:auto;padding-inline-start:0;padding-block-start:1.4rem;border-inline-start:0;border-block-start:1px solid rgba(var(--color-foreground),.1);flex-basis:100%;justify-content:flex-start}.tv-collab__logos img{max-height:3.8rem;max-width:10rem}.tv-collab__logos-text{font-size:1.7rem}}@media(prefers-reduced-motion:reduce){.tv-collab__link,.tv-collab__card,.tv-collab__seal,.tv-collab__logo img{transition:none}}.tv-collab__card--inline{padding:0;gap:1rem;background:transparent!important;border:0;box-shadow:none;-webkit-backdrop-filter:none!important;backdrop-filter:none!important}.tv-collab__card--inline .tv-collab__eyebrow,.tv-collab__card--inline .tv-collab__text,.tv-collab__card--inline .tv-collab__logo{display:none}.tv-collab__card--inline .tv-collab__seal{width:3.6rem;height:3.6rem}.tv-collab__card--inline .tv-collab__seal .icon{width:2rem;height:2rem}.tv-collab__card--inline .tv-collab__headline{font-size:1.5rem}.tv-collab__card--inline .tv-collab__link{margin-top:.4rem}.tv-collab__card--chip{display:inline-flex;align-items:center;gap:.7rem;width:auto;padding:.5rem 1.2rem .5rem .6rem;border-radius:999px}.tv-collab__card--chip .tv-collab__eyebrow,.tv-collab__card--chip .tv-collab__text,.tv-collab__card--chip .tv-collab__link,.tv-collab__card--chip .tv-collab__logo{display:none}.tv-collab__card--chip .tv-collab__seal{width:3rem;height:3rem;border-radius:999px}.tv-collab__card--chip .tv-collab__seal .icon{width:1.8rem;height:1.8rem}.tv-collab__card--chip .tv-collab__headline{font-size:1.3rem}.tv-collab__card--mini{padding:1.2rem 1.4rem;gap:1.1rem}.tv-collab__card--mini .tv-collab__eyebrow,.tv-collab__card--mini .tv-collab__text,.tv-collab__card--mini .tv-collab__logo{display:none}.tv-collab__card--mini .tv-collab__seal{width:4rem;height:4rem}.tv-collab__card--mini .tv-collab__seal .icon{width:2.2rem;height:2.2rem}.tv-collab__card--mini .tv-collab__headline{font-size:1.5rem}.tv-collab__card--mini .tv-collab__link{margin-top:.4rem}.tv-compare{padding:1.6rem 0;background:transparent;border:none;color:#18181b}.tv-compare__heading{margin:0 0 1.4rem;font-size:1.6rem;font-weight:600;letter-spacing:-.01em;line-height:1.3;color:#18181b}.tv-compare__grid{display:flex;flex-direction:column;background:transparent}.tv-compare__row{display:grid;grid-template-columns:1fr 6.4rem 6.4rem;align-items:stretch;transition:background .2s ease}.tv-compare__row+.tv-compare__row{border-top:1px solid rgba(0,0,0,.07)}.tv-compare__row:not(.tv-compare__row--head):hover{background:#00000005}.tv-compare__feature{display:flex;align-items:center;padding:1.1rem 1.2rem;font-size:1.3rem;line-height:1.35;font-weight:500;letter-spacing:.01em;min-width:0;word-break:break-word}.tv-compare__cell{display:flex;align-items:center;justify-content:center;padding:1.1rem .4rem;border-left:1px solid rgba(0,0,0,.07)}.tv-compare__cell--us{background:color-mix(in srgb,var(--tvc-accent, #2400ff) 5%,transparent)}.tv-compare__cell--head{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;line-height:1.2;text-align:center;word-break:break-word}.tv-compare__cell--us.tv-compare__cell--head{color:var(--tvc-accent, #2400ff)}.tv-compare__cell--them.tv-compare__cell--head{opacity:.55}.tv-compare__feature--head{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;opacity:.55}.tv-compare__row--head{background:transparent;border-bottom:1px solid rgba(0,0,0,.07)}.tv-compare__row--head .tv-compare__cell--us{background:color-mix(in srgb,var(--tvc-accent, #2400ff) 7%,transparent)}.tv-compare__mark{display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;transition:transform .2s ease}.tv-compare__mark .icon{width:1.6rem;height:1.6rem}.tv-compare__mark--on{color:var(--tvc-accent, #2400ff)}.tv-compare__cell--them .tv-compare__mark--on{color:#18181b}.tv-compare__mark--off{color:#00000047}@media screen and (min-width:750px){.tv-compare{padding:2rem 0}.tv-compare__row{grid-template-columns:1fr 8rem 8rem}.tv-compare__feature{font-size:1.4rem}}@media(prefers-reduced-motion:reduce){.tv-compare,.tv-compare__row,.tv-compare__mark{transition:none}}.tv-delivery{display:flex;flex-direction:column;gap:1rem}.tv-delivery__heading{margin:0 0 .2rem;font-size:1.15rem;font-weight:600;letter-spacing:.06em;text-transform:uppercase;color:rgba(var(--tvd-tint-rgb, 36, 0, 255),.85)}.tv-delivery__list{display:flex;flex-direction:column;gap:.9rem}.tv-delivery__box{display:flex;align-items:flex-start;gap:1.1rem;padding:.7rem 0;color:inherit;text-decoration:none}.tv-delivery__box--link{padding:.9rem 1rem;border-radius:var(--tvd-radius, 16px);border:1px solid rgba(var(--tvd-tint-rgb, 36, 0, 255),.12);transition:border-color .2s ease}.tv-delivery__icon{flex-shrink:0;width:3.4rem;height:3.4rem;display:inline-flex;align-items:center;justify-content:center;color:var(--tvd-tint, #2400ff)}.tv-delivery__icon .icon{width:2rem;height:2rem}.tv-delivery__body{display:flex;flex-direction:column;gap:.3rem;min-width:0;flex:1;padding-top:.2rem}.tv-delivery__title{font-size:1.3rem;font-weight:600;line-height:1.25}.tv-delivery__text{font-size:1.25rem;line-height:1.5;opacity:.7}.tv-delivery__chevron{flex-shrink:0;display:inline-flex;align-items:center;align-self:center;color:var(--tvd-tint, #2400ff);opacity:.7;transition:transform .2s ease,opacity .2s ease}@media(prefers-reduced-motion:reduce){.tv-delivery__box--link,.tv-delivery__chevron{transition:none}}.tv-inbox{display:block;border:none;border-radius:var(--tv-inbox-radius, 16px);padding:2rem 0;background:transparent;color:#18181b}.tv-inbox__heading{margin:0 0 1.4rem;font-size:1.25rem;font-weight:600;line-height:1.3;letter-spacing:.06em;text-transform:uppercase;color:#52525b}.tv-inbox__list{list-style:none;margin:0;padding:0;display:flex;flex-wrap:wrap;gap:.6rem 1.8rem}.tv-inbox__pill{display:inline-flex;align-items:center;gap:.7rem;padding:.4rem 0;border:none;background:transparent;font-size:1.4rem;line-height:1.2;font-weight:500;color:#18181b}.tv-inbox__icon{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;color:var(--tv-inbox-accent, #2400ff)}.tv-inbox__icon .icon{width:1.7rem;height:1.7rem}.tv-inbox__label{white-space:nowrap}.tv-inbox__not-included{display:inline-flex;align-items:center;gap:.5rem;margin-top:1.6rem;font-size:1.3rem;color:#52525b;opacity:.85;text-decoration:none;transition:opacity .2s ease,color .2s ease}.tv-inbox__not-included:hover{opacity:1;color:var(--tv-inbox-accent, #2400ff);text-decoration:underline}.tv-inbox__not-included-mark{font-weight:600}.tv-offers{display:flex;flex-direction:column;gap:1.1rem}.tv-offers__heading{display:flex;align-items:center;gap:.7rem;margin:0 0 .2rem;font-size:1.35rem;font-weight:600;letter-spacing:0;color:#18181b}.tv-offers__heading-icon{display:inline-flex;color:var(--tvo-accent)}.tv-offers__heading-icon .icon{width:1.6rem;height:1.6rem}.tv-offers__list{display:flex;flex-direction:column;gap:0}.tv-offers__tier{position:relative;display:flex;align-items:center;gap:1.1rem;padding:1.1rem 0;border-radius:var(--tvo-radius, 16px);border:0;border-top:1px solid rgba(0,0,0,.08);background:transparent;color:#18181b;text-decoration:none;transition:border-color .2s ease}.tv-offers__list .tv-offers__tier:first-child{border-top:0}.tv-offers__tier--on{border-top-color:var(--tvo-accent)}.tv-offers__radio{flex-shrink:0;width:1.9rem;height:1.9rem;border-radius:50%;border:1.5px solid rgba(0,0,0,.28);display:inline-flex;align-items:center;justify-content:center;transition:border-color .2s ease}.tv-offers__radio-dot{width:.9rem;height:.9rem;border-radius:50%;background:var(--tvo-accent);transform:scale(0);transition:transform .2s ease}.tv-offers__tier--on .tv-offers__radio{border-color:var(--tvo-accent)}.tv-offers__tier--on .tv-offers__radio-dot{transform:scale(1)}.tv-offers__body{flex:1 1 auto;min-width:0;display:flex;flex-direction:column;gap:.25rem}.tv-offers__qty{font-size:1.45rem;font-weight:600;letter-spacing:0;line-height:1.2}.tv-offers__sub{font-size:1.2rem;line-height:1.3;opacity:.62}.tv-offers__pricing{flex-shrink:0;display:flex;flex-direction:column;align-items:flex-end;gap:.4rem;text-align:right}.tv-offers__badge{display:inline-block;padding:.3rem .7rem;border-radius:999px;background:var(--tvo-accent);color:#fff;font-size:1.05rem;font-weight:600;letter-spacing:.04em;text-transform:uppercase;line-height:1.3;white-space:nowrap}.tv-offers__prices{display:inline-flex;align-items:baseline;gap:.6rem}.tv-offers__price{font-size:1.55rem;font-weight:600;letter-spacing:0}.tv-offers__compare{font-size:1.2rem;opacity:.5;text-decoration:line-through}.tv-offers__footnote{margin:.2rem 0 0;font-size:1.2rem;line-height:1.4;letter-spacing:0;opacity:.55}.rs-card{margin:0 auto;padding:2.4rem 0;border-radius:var(--rs-radius, 16px);border:0;background:transparent;box-shadow:none;color:rgb(var(--color-foreground))}.rs-label,.rs-details-title{margin:0 0 1rem;font-size:1.2rem;font-weight:600;letter-spacing:.08em;text-transform:uppercase;color:rgba(var(--color-foreground),.6)}.rs-score-row{display:flex;align-items:center;gap:1.2rem;flex-wrap:wrap}.rs-stars{position:relative;display:inline-flex;line-height:0}.rs-stars-base,.rs-stars-fill{display:inline-flex;gap:.2rem}.rs-stars-base{color:rgba(var(--color-foreground),.2)}.rs-stars-fill{position:absolute;top:0;right:0;bottom:0;left:0;color:var(--rs-star, #111111);width:var(--pct, 0%);overflow:hidden;white-space:nowrap}.rs-stars .icon{width:2rem;height:2rem}.rs-stars-fill .icon{fill:currentColor}.rs-score{font-size:2.8rem;font-weight:700;line-height:1;letter-spacing:-.01em;color:rgb(var(--color-foreground))}.rs-score-max{font-size:1.5rem;font-weight:500;color:rgba(var(--color-foreground),.5)}.rs-verified{display:inline-flex;align-items:center;gap:.6rem;margin-top:1.4rem;font-size:1.35rem;color:rgba(var(--color-foreground),.78);text-decoration:none}.rs-verified-icon{display:inline-flex;color:rgb(var(--color-button))}.rs-verified-icon .icon{width:1.7rem;height:1.7rem}a.rs-verified--link .rs-verified-text{text-decoration:underline;text-underline-offset:.25em;text-decoration-thickness:1px}a.rs-verified--link{transition:color .15s ease}a.rs-verified--link:hover{color:rgb(var(--color-button))}.rs-details{margin-top:2.2rem;padding-top:2rem;border-top:1px solid rgba(var(--color-border),.6)}.rs-criteria{list-style:none;margin:0;padding:0;display:grid;gap:1.4rem}.rs-criterion{display:grid;grid-template-columns:1fr auto;align-items:center;column-gap:1rem;row-gap:.6rem}.rs-crit-label{grid-column:1;font-size:1.4rem;color:rgba(var(--color-foreground),.85)}.rs-crit-value{grid-column:2;grid-row:1;font-size:1.4rem;font-weight:700;color:rgb(var(--color-foreground))}.rs-crit-bar{grid-column:1 / -1;grid-row:2;position:relative;display:block;height:6px;border-radius:999px;background:rgba(var(--color-foreground),.12);overflow:hidden}.rs-crit-bar-fill{position:absolute;top:0;right:0;bottom:0;left:0;width:var(--bar-pct, 0%);background:rgb(var(--color-button));border-radius:inherit}.rs-learn-more{display:inline-flex;align-items:center;gap:.5rem;margin-top:2rem;font-size:1.35rem;font-weight:600;color:rgb(var(--color-button));text-decoration:none;transition:opacity .2s ease}.rs-learn-more:hover{opacity:.82}.rs-learn-more span:first-child{text-decoration:underline;text-underline-offset:.25em;text-decoration-thickness:1px}.rs-arrow{font-size:1.6rem;line-height:1}.rs-card--inline{padding:1.4rem 0}.rs-card--inline .rs-overall{display:flex;align-items:center;gap:1.4rem;flex-wrap:wrap}.rs-card--inline .rs-label,.rs-card--inline .rs-details,.rs-card--inline .rs-learn-more{display:none}.rs-card--inline .rs-score{font-size:2rem}.rs-card--inline .rs-verified{margin-top:0}@media screen and (min-width:750px){.rs-card--split{display:grid;grid-template-columns:auto 1fr;column-gap:3rem;align-items:start}.rs-card--split .rs-details{margin-top:0;padding-top:0;border-top:0;border-inline-start:1px solid rgba(var(--color-border),.6);padding-inline-start:3rem}.rs-card--split .rs-learn-more{grid-column:1 / -1}}.rs-card--scoreled .rs-score-row{flex-direction:column;align-items:flex-start;gap:.6rem}.rs-card--scoreled .rs-score{font-size:5rem;order:-1}.rs-card--scoreled .rs-score-max{font-size:2rem}.rs-card--bare{padding:0}@media screen and (min-width:750px){.rs-card:not(.rs-card--inline):not(.rs-card--badge):not(.rs-card--bare){padding:3rem 0}.rs-card--bare{padding:0}.rs-card:not(.rs-card--inline):not(.rs-card--scoreled) .rs-score{font-size:3rem}.rs-stars .icon{width:2.2rem;height:2.2rem}}.rs-card--badge{display:inline-flex;align-items:center;gap:.8rem;width:auto;margin:0;padding:.6rem 1.2rem;border-radius:999px}.rs-card--badge .rs-label,.rs-card--badge .rs-details,.rs-card--badge .rs-learn-more{display:none}.rs-card--badge .rs-overall{display:inline-flex;align-items:center;gap:.9rem}.rs-card--badge .rs-score-row{gap:.6rem}.rs-card--badge .rs-score{font-size:1.6rem}.rs-card--badge .rs-score-max{font-size:1.2rem}.rs-card--badge .rs-stars .icon{width:1.6rem;height:1.6rem}.rs-card--badge .rs-verified{margin-top:0;font-size:1.2rem}.tv-specs{--tv-specs-ink: rgb(var(--color-foreground, 24, 24, 27));color:var(--tv-specs-ink)}.tv-specs--card{padding:2rem 0;border:none;background:transparent}.tv-specs__head{margin-bottom:1.6rem}.tv-specs__eyebrow{margin:0;font-size:1.1rem;font-weight:600;line-height:1.2;letter-spacing:.12em;text-transform:uppercase;color:var(--tv-specs-accent, #2400ff)}.tv-specs__heading{margin:.6rem 0 0;font-size:1.9rem;font-weight:600;line-height:1.25;letter-spacing:-.01em;color:var(--tv-specs-ink)}.tv-specs__list{margin:0;padding:0;display:flex;flex-direction:column;gap:0}.tv-specs__row{display:flex;align-items:baseline;gap:.8rem;margin:0;min-width:0;padding:.85rem 0;border-bottom:1px solid rgba(var(--color-foreground, 24, 24, 27),.08)}.tv-specs__row:last-child{border-bottom:0}.tv-specs__label{flex-shrink:0;margin:0;font-size:1.3rem;font-weight:500;line-height:1.4;letter-spacing:0;color:var(--tv-specs-ink);opacity:.6}.tv-specs__leader{flex:1 1 auto;align-self:center;min-width:1.2rem;height:0;border-bottom:1px solid rgba(var(--color-foreground, 24, 24, 27),.12);transform:translateY(.1rem)}.tv-specs__value{flex-shrink:0;margin:0;max-width:62%;font-size:1.4rem;font-weight:600;line-height:1.4;letter-spacing:-.01em;text-align:right;word-break:break-word;color:var(--tv-specs-ink)}.tv-steps{border:none;border-radius:var(--tv-steps-radius, 16px);background:transparent;color:#18181b;box-shadow:none}.tv-steps__head{display:flex;align-items:center;gap:.9rem;padding:1.6rem 0 1.2rem;border-bottom:1px solid rgba(0,0,0,.08)}.tv-steps__mark{display:inline-flex;align-items:center;justify-content:center;width:2.6rem;height:2.6rem;flex-shrink:0;color:var(--tv-steps-accent, #2400ff);background:transparent}.tv-steps__heading{margin:0;font-size:1.7rem;font-weight:600;letter-spacing:-.01em;line-height:1.2}.tv-steps__list{display:flex;flex-direction:column}.tv-steps__reveal{border-top:1px solid rgba(0,0,0,.08)}.tv-steps__reveal:first-child{border-top:none}.tv-steps__item{border-radius:inherit}.tv-steps__summary{display:flex;align-items:center;gap:1.1rem;padding:1.4rem 0;cursor:pointer;list-style:none;-webkit-tap-highlight-color:transparent}.tv-steps__summary::-webkit-details-marker{display:none}.tv-steps__summary:focus-visible{outline:2px solid var(--tv-steps-accent, #2400ff);outline-offset:-2px;border-radius:var(--tv-steps-radius, 16px)}.tv-steps__badge{flex-shrink:0;font-size:1.1rem;font-weight:600;text-transform:uppercase;letter-spacing:.06em;color:var(--tv-steps-accent, #2400ff);background:#2400ff12;border-radius:999px;padding:.4rem .8rem;line-height:1;white-space:nowrap;transition:background .2s ease,color .2s ease}.tv-steps__item:hover .tv-steps__badge,.tv-steps__item[open] .tv-steps__badge{background:#2400ff1f}.tv-steps__title{flex:1 1 auto;min-width:0;font-size:1.5rem;font-weight:600;line-height:1.3;letter-spacing:-.005em}.tv-steps--upper .tv-steps__title{text-transform:uppercase;letter-spacing:.04em}.tv-steps__chevron{flex-shrink:0;display:inline-flex;align-items:center;justify-content:center;width:2rem;height:2rem;color:#18181b;opacity:.5;transition:transform .2s ease,opacity .2s ease,color .2s ease}.tv-steps__item[open] .tv-steps__chevron{transform:rotate(180deg);opacity:1;color:var(--tv-steps-accent, #2400ff)}.tv-steps__body{padding:0 0 1.6rem;font-size:1.4rem;line-height:1.55;opacity:.72}.tv-steps__body>:first-child{margin-top:0}.tv-steps__body>:last-child{margin-bottom:0}.tv-tagline{text-align:center;color:inherit}.tv-tagline--boxed{padding:1.8rem 0;border:none;background:transparent}.tv-tagline__eyebrow{margin:0 0 .9rem;font-size:1.1rem;font-weight:600;line-height:1.2;text-transform:uppercase;letter-spacing:.16em;opacity:.62}.tv-tagline__strip{margin:0;display:flex;flex-wrap:wrap;align-items:baseline;justify-content:center;gap:.35em .7em;font-size:var(--tv-tg-size, 18px);line-height:1.25}.tv-tagline__word{font-weight:600;letter-spacing:-.01em;transition:color .2s ease}.tv-tagline__sep{color:var(--tv-tg-accent, #2400ff);font-weight:600;opacity:.85;transform:translateY(-.04em)}.tv-trust{border-radius:var(--tv-trust-radius, 16px);padding:1.8rem 0;background:transparent;border:none;color:#18181b;text-align:center}.tv-trust__made{display:flex;align-items:center;justify-content:center;gap:.8rem;margin:0;font-size:1.3rem;line-height:1.4;color:#18181b}.tv-trust__seal{display:inline-flex;align-items:center;justify-content:center;flex-shrink:0;color:var(--tv-trust-accent, #2400ff)}.tv-trust__seal .icon{width:1.8rem;height:1.8rem}.tv-trust__made-text{letter-spacing:.01em;font-size:1.3rem;font-weight:500}.tv-trust__brand{color:var(--tv-trust-accent, #2400ff);font-weight:600}.tv-trust__pays{display:flex;flex-wrap:wrap;align-items:center;justify-content:center;gap:.7rem;margin-top:1.4rem}.tv-trust__chip{display:inline-flex;align-items:center;justify-content:center;min-width:4.4rem;height:2.9rem;padding:0 .9rem;border:none;background:transparent;overflow:hidden}.tv-trust__chip-img{display:block;width:auto;height:1.7rem;max-width:4.4rem;object-fit:contain;transition:transform .2s ease}.tv-trust__chip-name{letter-spacing:.01em;font-size:1.2rem;font-weight:600;color:#18181b;white-space:nowrap}.tv-trust__compliance{margin:1.3rem 0 0;font-size:1.15rem;line-height:1.5;opacity:.7}.tv-trust__compliance-link{color:var(--tv-trust-accent, #2400ff);text-decoration:none;border-bottom:1px solid rgba(36,0,255,.3);transition:border-color .2s ease,opacity .2s ease}.tv-trust__compliance-link:hover{border-bottom-color:currentColor;opacity:.85}.tv-trust__guarantee{display:flex;align-items:center;justify-content:center;gap:.6rem;margin:1.3rem 0 0;text-transform:uppercase;letter-spacing:.08em;font-size:1.05rem;font-weight:600;color:#18181b}.tv-trust__guarantee-dot{width:.7rem;height:.7rem;border-radius:50%;flex-shrink:0;background:var(--tv-trust-accent, #2400ff);box-shadow:0 0 0 .3rem #2400ff24}.tv2-reels{text-align:center}.tv2-reels__eyebrow{font-size:1.2rem;font-weight:600;text-transform:uppercase;letter-spacing:.16em;color:rgba(var(--color-foreground),.6);margin:0 0 .6rem}.tv2-reels__heading{font-size:clamp(2rem,5.5vw,2.8rem);font-weight:700;letter-spacing:-.01em;line-height:1.12;margin:0 0 1.6rem;color:rgb(var(--color-foreground))}.tv2-reels__rail{display:flex;gap:1.6rem;justify-content:safe center;align-items:flex-start;overflow-x:auto;overflow-y:hidden;padding:1rem 1.6rem 1.2rem;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tv2-reels__rail::-webkit-scrollbar{display:none}.tv2-reels__thumb{flex:0 0 auto;width:var(--tv2-reels-size, 80px);height:auto;min-height:0;background:none;border:0;padding:0;cursor:pointer;display:flex;flex-direction:column;align-items:center;gap:.8rem;-webkit-tap-highlight-color:transparent}.tv2-reels__ring{flex:0 0 auto;display:block;width:var(--tv2-reels-size, 80px);height:var(--tv2-reels-size, 80px);min-width:var(--tv2-reels-size, 80px);min-height:var(--tv2-reels-size, 80px);max-width:var(--tv2-reels-size, 80px);max-height:var(--tv2-reels-size, 80px);aspect-ratio:1 / 1;border-radius:50%;border:3px solid var(--tv2-reels-ring, #2400ff);box-sizing:border-box;position:relative}.tv2-reels__poster{position:absolute;top:0;right:0;bottom:0;left:0;border-radius:50%;overflow:hidden;box-sizing:border-box;background-color:rgba(var(--color-foreground),.08);background-size:cover;background-position:center;border:2px solid rgb(var(--color-background))}.tv2-reels__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:2.6rem;height:2.6rem;border-radius:50%;background:#ffffffeb;display:flex;align-items:center;justify-content:center}.tv2-reels__play:after{content:"";width:0;height:0;margin-left:.3rem;border-left:.9rem solid #18181b;border-top:.55rem solid transparent;border-bottom:.55rem solid transparent}.tv2-reels__label{font-size:1.2rem;line-height:1.2;color:rgb(var(--color-foreground));max-width:calc(var(--tv2-reels-size, 80px) + 1.2rem);overflow:hidden;text-overflow:ellipsis;white-space:nowrap}[data-pulse] .tv2-reels__rail>.tv2-reels__thumb:first-child .tv2-reels__ring{animation:tv2-reels-pulse 2.4s ease-in-out infinite}@keyframes tv2-reels-pulse{0%,to{box-shadow:0 0 #2400ff00}50%{box-shadow:0 0 0 .6rem #2400ff29}}@media(prefers-reduced-motion:reduce){[data-pulse] .tv2-reels__rail>.tv2-reels__thumb:first-child .tv2-reels__ring{animation:none}}html.tv2-reels-lock,html.tv2-reels-lock body{overflow:hidden}.tv2-reels__player{position:fixed;top:0;right:0;bottom:0;left:0;z-index:99999;background:#000;display:none;align-items:center;justify-content:center;touch-action:none}.tv2-reels__player.is-open{display:flex}.tv2-reels__stage{position:relative;width:100%;height:100%;max-width:46rem;background:#000;overflow:hidden;-webkit-user-select:none;user-select:none;will-change:transform}@media(min-width:750px){.tv2-reels__player{background:#00000080;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.tv2-reels__stage{height:92vh;border-radius:1.4rem;box-shadow:0 2rem 6rem #0006}.tv2-reels__video{object-fit:contain}.tv2-reels__bg{display:block}}.tv2-reels__bg{position:absolute;top:0;right:0;bottom:0;left:0;z-index:0;background-size:cover;background-position:center;filter:blur(26px) brightness(.7);transform:scale(1.3);display:none}.tv2-reels__video{position:absolute;top:0;right:0;bottom:0;left:0;z-index:1;width:100%;height:100%;object-fit:cover}.tv2-reels__video.is-next{animation:tv2reels-next .3s ease}.tv2-reels__video.is-prev{animation:tv2reels-prev .3s ease}@keyframes tv2reels-next{0%{transform:translate(26%);opacity:.35}to{transform:translate(0);opacity:1}}@keyframes tv2reels-prev{0%{transform:translate(-26%);opacity:.35}to{transform:translate(0);opacity:1}}.tv2-reels__scrim{position:absolute;top:0;left:0;right:0;height:15rem;z-index:2;background:linear-gradient(to bottom,#00000080,#0000);pointer-events:none}.tv2-reels__top{position:absolute;top:0;left:0;right:0;z-index:4;padding:calc(.8rem + env(safe-area-inset-top,0px)) 1rem 0}.tv2-reels__bars{display:flex;gap:.4rem}.tv2-reels__bar{flex:1 1 0;height:.3rem;border-radius:.3rem;background:#ffffff57;overflow:hidden}.tv2-reels__bar>span{display:block;height:100%;width:0;background:#fff}.tv2-reels__head{display:flex;align-items:center;gap:.9rem;padding:1.2rem .3rem 0}.tv2-reels__avatar{flex:none;width:3.2rem;height:3.2rem;border-radius:50%;background-size:cover;background-position:center;display:flex;align-items:center;justify-content:center}.tv2-reels__avatar--mono{color:#fff;font-weight:600;font-size:1.4rem;background:#fff3}.tv2-reels__id{display:flex;flex-direction:column;line-height:1.25;min-width:0;flex:1;text-align:left}.tv2-reels__name{color:#fff;font-weight:600;font-size:1.4rem}.tv2-reels__lab{color:#ffffffb3;font-weight:400}.tv2-reels__handle{color:#ffffff9e;font-size:1.2rem}.tv2-reels__sound,.tv2-reels__close{flex:none;width:3.6rem;height:3.6rem;min-width:0;padding:0;border:0;background:none;color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center;-webkit-tap-highlight-color:transparent}.tv2-reels__sound svg,.tv2-reels__close svg{width:2.2rem;height:2.2rem}.tv2-reels__sound .tv2-reels__on{display:none}.tv2-reels__sound.is-on .tv2-reels__on{display:block}.tv2-reels__sound.is-on .tv2-reels__off{display:none}.tv2-reels__cta{position:absolute;left:1.6rem;right:1.6rem;bottom:15%;z-index:5;display:none;align-items:center;justify-content:center;gap:.8rem;padding:1.7rem;border:0;border-radius:1.4rem;background:#fff;color:#18181b;font-size:1.65rem;font-weight:600;cursor:pointer;box-shadow:0 .6rem 2rem #00000052}.tv2-reels__cta.is-on{display:flex}.tv2-reels__cta svg{width:2rem;height:2rem}.tv2-reels__cta:active{transform:scale(.985)}.tv2-reels__share{position:absolute;right:1.6rem;bottom:calc(2.4rem + env(safe-area-inset-bottom,0px));z-index:6;width:4.6rem;height:4.6rem;min-width:0;padding:0;border:0;border-radius:50%;background:#ffffff29;-webkit-backdrop-filter:blur(8px);backdrop-filter:blur(8px);color:#fff;cursor:pointer;display:flex;align-items:center;justify-content:center}.tv2-reels__share svg{width:2.1rem;height:2.1rem}.tv2-reels__hint{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);z-index:5;color:#fff;font-size:1.3rem;letter-spacing:.03em;background:#00000080;padding:.7rem 1.4rem;border-radius:999px;opacity:0;transition:opacity .12s ease;pointer-events:none}.tv2-reels__player.is-paused .tv2-reels__hint{opacity:1}.tv2-ticker{overflow:hidden}.tv2-ticker__viewport{overflow:hidden;-webkit-mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%);mask-image:linear-gradient(to right,transparent 0,#000 7%,#000 93%,transparent 100%)}.tv2-ticker__viewport[data-rule=top]{border-top:1px solid rgba(var(--color-foreground),.1);border-bottom:1px solid rgba(var(--color-foreground),.1)}.tv2-ticker__track{display:flex;width:max-content;animation:tv2-ticker-scroll var(--tv2-ticker-speed, 30s) linear infinite}.tv2-ticker__viewport:hover .tv2-ticker__track{animation-play-state:paused}@keyframes tv2-ticker-scroll{0%{transform:translate(0)}to{transform:translate(-50%)}}.tv2-ticker__group{display:flex;flex:0 0 auto}.tv2-ticker__item{display:inline-flex;align-items:center;gap:1rem;padding:1.3rem 2.6rem;white-space:nowrap}.tv2-ticker__item--divided{border-right:1px solid rgba(var(--color-foreground),.1)}.tv2-ticker__icon{display:inline-flex;flex:0 0 auto;color:var(--tv2-ticker-accent)}.tv2-ticker__icon .icon{width:1.9rem;height:1.9rem}.tv2-ticker__text{display:flex;flex-direction:column;gap:.1rem}.tv2-ticker__title{font-size:1.35rem;font-weight:600;line-height:1.2;color:rgb(var(--color-foreground));letter-spacing:-.005em}.tv2-ticker__sub{font-size:1.15rem;line-height:1.2;color:rgba(var(--color-foreground),.58)}@media(prefers-reduced-motion:reduce){.tv2-ticker__track{animation:none;flex-wrap:wrap;justify-content:center}.tv2-ticker__group:nth-child(2){display:none}}
/*# sourceMappingURL=/cdn/shop/t/59/compiled_assets/styles.css.map */
