.gb-vs{position:relative;display:block;width:100%;overflow:hidden;cursor:pointer;background:#1a1a1a;line-height:0;-webkit-tap-highlight-color:transparent;min-height:1px}.gb-vs__poster{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;transition:opacity .35s ease,transform .7s cubic-bezier(.25,.46,.45,.94),filter .4s ease;z-index:1;will-change:transform}.gb-vs:hover .gb-vs__poster{transform:scale(1.04);filter:brightness(.92)}.gb-vs.is-playing .gb-vs__poster{opacity:0;pointer-events:none}.gb-vs video{position:absolute;inset:0;width:100%;height:100%;display:block;object-fit:cover;z-index:2;background:#000}.gb-vs__play{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:80px;height:80px;border:none;border-radius:50%;background:rgba(255,255,255,.55);display:flex;align-items:center;justify-content:center;padding:0;transition:transform .35s cubic-bezier(.25,.46,.45,.94),background-color .35s ease;z-index:3;pointer-events:none}.gb-vs__play svg{width:30px;height:30px;fill:#900;margin-left:4px;transition:fill .35s ease}.gb-vs:hover .gb-vs__play,.gb-vs:focus-visible .gb-vs__play{transform:translate(-50%,-50%) scale(1.12);background:#900}.gb-vs:hover .gb-vs__play svg,.gb-vs:focus-visible .gb-vs__play svg{fill:#fff}.gb-vs:active .gb-vs__play{transform:translate(-50%,-50%) scale(1.05)}.gb-vs.is-playing{cursor:default}.gb-vs.is-playing .gb-vs__play{display:none}.gb-vs.is-loading .gb-vs__play{pointer-events:none;background:#900}.gb-vs.is-loading .gb-vs__play svg{display:none}.gb-vs.is-loading .gb-vs__play:after{content:"";width:28px;height:28px;border:3px solid rgba(255,255,255,.3);border-top-color:#fff;border-radius:50%;animation:gb-vs-spin .8s linear infinite}@keyframes gb-vs-spin{to{transform:rotate(360deg)}}.gb-vs:focus-visible{outline:3px solid #900;outline-offset:3px}@media (prefers-reduced-motion:reduce){.gb-vs__poster,.gb-vs__play{transition:none}}