.game-cover-image{position:absolute;width:100%;height:144px;z-index:-1}.game-cover-image:after{content:"";position:absolute;inset:0 0 -1px;background:linear-gradient(rgba(13,13,13,.5),var(--surface-primary,#101010) 100%)}.game-cover-image img{object-fit:cover;object-position:top;opacity:.8;position:absolute;inset:0;width:100%;height:100%;margin:0}.game-page-layout{padding:32px 20px;position:relative}.game-page-layout .game-page-inner{max-width:1224px;margin:auto}.game-page-content-wrapper.is-animated>:not([data-sequential-skip]){opacity:0;transform:translateY(10px);animation:contentWrapperIn .5s ease-out forwards;animation-delay:calc(var(--content-wrapper-index, 0)*.2s)}@media(prefers-reduced-motion:reduce){.game-page-content-wrapper.is-animated>:not([data-sequential-skip]){animation:none;opacity:1;transform:none}}