.gameCard.animated{animation:slide-up .2s ease-out 0s 1 normal both running}.gameCard{width:100%;height:100%;display:block}.gameCard .coming-soon-text{position:absolute;z-index:3;top:.5rem;left:.5rem}.gameCard .coming-soon-text-inner{font-size:var(--font-xxs);color:#fff;text-transform:uppercase;background:var(--color-dark-grey);padding:.25rem .5rem;border-radius:8px;-webkit-backdrop-filter:blur(3px);backdrop-filter:blur(3px)}.gameCard .gameCardContentWrapper{overflow:hidden;border-radius:6px;box-sizing:border-box;transition:transform .15s ease-in-out,box-shadow .15s ease-in-out;width:100%;height:100%;position:relative;display:flex;flex-direction:column}.gameCard .gameCardContentWrapper .game-card-image-container{position:relative;width:100%;padding-top:75%;overflow:hidden;border-radius:6px}.gameCard .gameCardContentWrapper .game-card-image-container .gameCardImageBlurred{position:absolute;top:0;left:0;width:100%;height:100%;object-fit:cover;filter:blur(10px);transform:scale(1.1);opacity:0;transition:opacity .3s ease-out;z-index:0}.gameCard .gameCardContentWrapper .game-card-image-container .gameCardImageBlurred:after{content:"";position:absolute;inset:0;background:rgba(0,0,0,.2)}.gameCard .gameCardContentWrapper .game-card-image-container .gameCardImage{position:absolute;border-radius:6px;object-fit:contain;z-index:1;opacity:0;transition:opacity .3s ease-out}.gameCard .gameCardContentWrapper .gameCardOverlay{width:100%;height:100%;position:absolute;left:0;top:0;z-index:2;opacity:0;scale:1.05}.gameCard .gameCardContentWrapper .gameCardOverlay .game-feature{display:flex;flex-direction:column;text-align:center;align-items:center;justify-content:center;height:100%}.gameCard .gameCardContentWrapper .gameCardOverlay .game-feature .game-feature-title{letter-spacing:.5px;text-transform:uppercase}.gameCard .gameCardContentWrapper .gameDescriptionWrapper{bottom:0;display:flex;flex-direction:column;height:100%;padding-top:6px;text-align:start;width:100%;z-index:3;white-space:nowrap;overflow:hidden;text-overflow:ellipsis;min-height:47px}.gameCard .gameCardContentWrapper .gameDescriptionWrapper .gameCardTitle{align-items:center;display:flex;font-size:14px;font-weight:700;line-height:17px;margin:0;width:calc(100% - .3rem);text-transform:capitalize;color:#fff}.gameCard .gameCardContentWrapper .gameDescriptionWrapper .gameCardProviderName{font-size:13px;font-weight:400;color:var(--color-light-grey-2);margin:0;text-transform:capitalize!important}.gameCard .gameCardOverlay.restricted{opacity:1;background:rgba(27,29,37,.8)}.gameCard:hover .gameCardContentWrapper{transform:translateY(-8px)!important}.gameCard:hover .gameCardContentWrapper .gameCardOverlay{transition:all .15s ease-in-out 1s;scale:1;background:rgba(27,29,37,.8);opacity:1}.gameCard:hover .gameCardContentWrapper .gameCardOverlay.restricted{transition:all .15s ease-in-out .1s;background:rgba(27,29,37,.5);color:#b7bac7}.gameCard.skeleton .game-card-image-container{background-color:var(--color-dark-grey-3)}.gameCard.skeleton .gameCardTitle .ellipsis{width:100%;background-color:var(--color-dark-grey-4)!important;border-radius:5px;height:15px}.gameCard.skeleton .gameCardProviderName{background-color:var(--color-dark-grey-4)!important;border-radius:5px;width:75%;height:15px;margin-top:3px!important}.gameCard:first-of-type{animation-delay:0s}.gameCard:nth-of-type(2){animation-delay:15ms}.gameCard:nth-of-type(3){animation-delay:.03s}.gameCard:nth-of-type(4){animation-delay:45ms}.gameCard:nth-of-type(5){animation-delay:.06s}.gameCard:nth-of-type(6){animation-delay:75ms}.gameCard:nth-of-type(7){animation-delay:.09s}.gameCard:nth-of-type(8){animation-delay:.105s}.gameCard:nth-of-type(9){animation-delay:.12s}.gameCard:nth-of-type(10){animation-delay:.135s}.gameCard:nth-of-type(n+11){animation-delay:.15s}