body{background:var(--bg);color:var(--fg);margin:0;overflow:hidden}main{margin:0!important;padding:0!important}.video__wrap{background:#000;height:100dvh;margin:0 auto;max-width:100%;overflow:hidden;padding:0}.video__wrap.paused-timeout .video__icons--item{opacity:1}.video__wrap:not(.paused) .video__icons--play{opacity:0}.video__player{border-radius:12px;height:100%;margin:0 auto;padding:24px;position:relative;width:fit-content}@media (max-width:768px){.video__player{padding:16px}}.video__player video{background:#000;display:block;height:100%;margin:0 auto;max-width:100%;width:auto}.video__player video::-webkit-media-controls{display:flex!important;opacity:1!important;visibility:visible!important}.video__player video::-webkit-media-controls-panel{display:flex!important;opacity:1!important}.video__player video::-internal-media-controls-button-panel{display:flex!important;opacity:1!important}.video__player video::-webkit-media-controls-timeline{display:flex!important;opacity:1!important}.video__icons--item{align-items:center;cursor:pointer;display:flex;flex-direction:column;gap:8px;opacity:0;transition:opacity .5s ease;width:65px;z-index:4}.video__icons--item.active p{color:var(--Main-Yellow,#ffdb26)}.video__icons--item.active svg{fill:var(--Main-Yellow,#ffdb26)}.video__icons--item p{color:var(--Main-White,#fff);font-feature-settings:"liga" off,"clig" off;font-size:14px;font-style:normal;font-weight:400;line-height:20px}@media (max-width:768px){.video__icons--item{gap:6px}.video__icons--item img,.video__icons--item svg{width:24px}}.video__icons--item svg{fill:#fff}.video__icons--stack{bottom:48px;display:flex;flex-direction:column;gap:24px;position:absolute;right:-65px}@media (max-width:768px){.video__icons--stack{bottom:100px;gap:16px;right:16px}}.video__icons--menu{position:absolute;right:24px;top:24px}@media (max-width:768px){.video__icons--menu{right:16px;top:32px}}.video__icons--play{left:50%;position:absolute;top:50%;transform:translate(-50%,-50%);z-index:2}.video__icons--play img{height:auto;width:54px}.video__episodes{background:var(--Main-Black,#000);border:0 solid var(--Main-Black,#000);border-radius:16px 16px 0 0;bottom:0;opacity:1;padding:20px 16px 30px;position:absolute;right:0;transform:translateY(0);transition:opacity .5s ease,transform .5s ease;width:390px;z-index:8}@media (min-width:567px){.video__episodes{top:0;transform:translateX(0)}}.video__episodes:not(.open){opacity:0;transform:translateY(100%)}@media (min-width:567px){.video__episodes:not(.open){transform:translateX(100%)}}@media (prefers-color-scheme:dark){.video__episodes{background:var(--Main-White,#fff);border:0 solid var(--Main-Black,#fff)}}.video__episodes--bg{background:linear-gradient(180deg,transparent,rgba(0,0,0,.5)),linear-gradient(180deg,rgba(0,0,0,.5),transparent);border-radius:16px 16px 0 0;bottom:100%;left:0;opacity:1;position:fixed;right:0;top:-200%;transition:opacity .5s ease,background .5s ease;z-index:0}@media (min-width:567px){.video__episodes--bg{bottom:0;left:-100vw;right:0;top:0}}.video__episodes:not(.open) .video__episodes--bg{display:none;opacity:0}.video__episodes--title{color:var(--Main-White,#fff);font-size:24px;font-style:normal;font-weight:700;line-height:32px;margin-bottom:18px;position:relative;text-align:center;text-transform:uppercase}@media (prefers-color-scheme:dark){.video__episodes--title{color:var(--Main-Black,#000)}}.video__episodes--list{align-content:flex-start;align-items:center;align-self:stretch;display:flex;flex-wrap:wrap;gap:8px;justify-content:stretch}.video__episodes--item{cursor:pointer;position:relative;width:calc(33% - 8px)}.video__episodes--item img{width:100%}.video__episodes--lock{left:8px;position:absolute;top:8px}.video__episodes--lock img{width:15px}.video__episodes--coming-soon{overflow:hidden}.video__episodes--coming-soon:before{background:#fff;box-shadow:0 4px 0 rgba(0,0,0,.6);color:#000;content:attr(data-text);font-size:9px;font-style:normal;font-weight:700;height:auto;left:-40%;line-height:10px;padding:3px;position:absolute;text-align:center;text-transform:uppercase;top:38%;transform:rotate(-11.26deg);white-space:nowrap;width:auto;z-index:1}.video__episodes--close{cursor:pointer;filter:invert(1);height:24px;position:absolute;right:0;top:0;width:24px}.video__episodes--close img,.video__episodes--close svg{padding:5px}.video__controls{align-items:center;background:#151820;border-radius:0 0 12px 12px;display:flex;gap:8px;padding:10px 12px}.video__btn{background:#232a36;border:0;border-radius:8px;color:var(--fg);cursor:pointer;padding:8px 12px}.video__btn[disabled]{cursor:not-allowed;opacity:.4}.video__btn.accent{background:var(--accent);color:#fff}.video__pill{background:#232a36;border-radius:999px;color:var(--muted);font-size:12px;padding:6px 10px}.video__grow{flex:1}.video__progress{background:#1c2230;border-radius:999px;height:6px;overflow:hidden}.video__bar{background:var(--accent);height:100%;transition:width .1s linear;width:0}.video__overlay{align-items:center;background:rgba(0,0,0,.35);cursor:pointer;display:none;inset:0;justify-content:center;position:absolute;z-index:4}.video__overlay.show{display:flex}.video__overlay.show .sound{display:none}.video__overlay.show.muted{background:rgba(0,0,0,.25)}.video__overlay.show.muted .sound{display:block}.video__overlay.show.muted .play{display:none}.video__overlay .hint{backdrop-filter:blur(6px);background:rgba(10,12,18,.7);border:1px solid hsla(0,0%,100%,.1);border-radius:10px;color:#fff;font-size:14px;padding:12px 16px}