#hover-video-host{position:fixed;pointer-events:none;display:none;background:transparent;overflow:hidden;will-change:transform;border-radius:var(--radius-medium, 4px)}#hover-video-host.loading{background:transparent}#hover-video-host video{position:absolute;left:0;top:0;width:100%;object-fit:cover;filter:opacity(1)}#hover-video-host.loading>video,#hover-video-host.loading>div:not(.hover-spinner):not(.video-unsupported){visibility:hidden}#hover-video-host>div:not(.hover-spinner):not(.video-unsupported){display:none}#hover-video-host .hover-spinner{position:absolute;inset:0;display:flex;align-items:center;justify-content:center}#hover-video-host .hover-spinner:after{content:"";width:24px;height:24px;border:2px solid rgba(255,255,255,.15);border-top-color:#ffffffd9;border-radius:50%;animation:hover-spin .6s linear infinite}@keyframes hover-spin{to{transform:rotate(360deg)}}#hover-video-host .video-unsupported{position:absolute;inset:0;display:flex;align-items:center;justify-content:center;color:#ffffffd9;font-size:11px;text-align:center;padding:8px;background:#000000b3}
