.hs-video{--hs-radius:18px;--hs-shadow:0 16px 50px rgba(0,0,0,.18);--hs-btn-size:74px;--hs-btn-bg:rgba(0,0,0,.65);--hs-btn-bg-hover:rgba(0,0,0,.78);--hs-btn-ring:rgba(255,255,255,.18);--hs-hud-pad:12px;--hs-bar-h:4px;--hs-bar-h-hover:7px;--hs-track:rgba(255,255,255,.25);--hs-loaded:rgba(255,255,255,.38);--hs-played:red;--hs-text:rgba(255,255,255,.92);width:100%;max-width:720px}.hs-video__frame{position:relative;border-radius:var(--hs-radius);overflow:hidden;box-shadow:var(--hs-shadow);background:#0b0f19}.hs-video__el{width:100%;height:auto;display:block;aspect-ratio:16 / 9;object-fit:cover;background:#0b0f19}.hs-video__btn{position:absolute;inset:0;margin:auto;width:var(--hs-btn-size);height:var(--hs-btn-size);border-radius:999px;border:1px solid var(--hs-btn-ring);background:var(--hs-btn-bg);display:grid;place-items:center;cursor:pointer;transition:transform 160ms ease,background 160ms ease,opacity 180ms ease;box-shadow:0 10px 30px rgba(0,0,0,.35);z-index:3}.hs-video__btn:hover{background:var(--hs-btn-bg-hover);transform:scale(1.04)}.hs-video__btn:active{transform:scale(.98)}.hs-video__btn:focus-visible{outline:3px solid rgba(59,130,246,.55);outline-offset:3px}.hs-video__icon{width:0;height:0;display:block}.hs-video[data-state="paused"] .hs-video__icon,.hs-video:not([data-state]) .hs-video__icon{border-style:solid;border-width:14px 0 14px 22px;border-color:transparent transparent transparent #fff;margin-left:4px;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.hs-video[data-state="playing"] .hs-video__icon{width:20px;height:24px;position:relative;filter:drop-shadow(0 2px 6px rgba(0,0,0,.35))}.hs-video[data-state="playing"] .hs-video__icon::before,.hs-video[data-state="playing"] .hs-video__icon::after{content:"";position:absolute;top:0;width:7px;height:24px;background:#fff;border-radius:2px}.hs-video[data-state="playing"] .hs-video__icon::before{left:0}.hs-video[data-state="playing"] .hs-video__icon::after{right:0}.hs-video[data-state="playing"] .hs-video__btn{opacity:0;pointer-events:none}.hs-video__frame:hover .hs-video__btn,.hs-video__btn:focus-visible{opacity:1!important;pointer-events:auto!important}.hs-video__hud{position:absolute;left:0;right:0;bottom:0;padding:calc(var(--hs-hud-pad) + 6px) var(--hs-hud-pad) var(--hs-hud-pad);display:grid;gap:8px;z-index:2;pointer-events:none;background:linear-gradient(to top,rgba(0,0,0,.55),rgba(0,0,0,0));opacity:0;transition:opacity 180ms ease}.hs-video__frame:hover .hs-video__hud,.hs-video[data-state="paused"] .hs-video__hud{opacity:1}.hs-video__bar{position:relative;height:var(--hs-bar-h);border-radius:999px;background:var(--hs-track);overflow:hidden;pointer-events:auto;cursor:pointer;transition:height 160ms ease}.hs-video__frame:hover .hs-video__bar{height:var(--hs-bar-h-hover)}.hs-video__barLoaded,.hs-video__barPlayed{position:absolute;left:0;top:0;bottom:0;width:0%}.hs-video__barLoaded{background:var(--hs-loaded)}.hs-video__barPlayed{background:var(--hs-played)}.hs-video__barKnob{position:absolute;top:50%;left:0%;width:12px;height:12px;border-radius:999px;background:#fff;transform:translate(-50%,-50%);box-shadow:0 6px 18px rgba(0,0,0,.35);opacity:0;transition:opacity 160ms ease}.hs-video__frame:hover .hs-video__barKnob{opacity:1}.hs-video__time{font-size:12.5px;line-height:1;color:var(--hs-text);letter-spacing:.2px;text-shadow:0 2px 10px rgba(0,0,0,.45);justify-self:end;user-select:none}@media (max-width:520px){.hs-video{--hs-btn-size:62px;--hs-radius:16px;--hs-hud-pad:10px}.hs-video[data-state="paused"] .hs-video__icon{border-width:12px 0 12px 19px}.hs-video[data-state="playing"] .hs-video__icon{width:18px;height:22px}.hs-video[data-state="playing"] .hs-video__icon::before,.hs-video[data-state="playing"] .hs-video__icon::after{height:22px}}@media (prefers-reduced-motion:reduce){.hs-video__btn,.hs-video__hud,.hs-video__bar,.hs-video__barKnob{transition:none}}