.AgAutocompleteGameItem {
    display: flex;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #333;
    cursor: pointer
}

.AgAutocompleteGameItem__thumbnailOuter .AgAutocompleteGameItem__thumbnail {
    width: 5.625rem;
    height: 3.688rem;
    border-radius: 4px;
    margin-right: .75rem
}

.AgAutocompleteGameItem__metadata .AgAutocompleteGameItem__title {
    font-size: 1rem;
    font-weight: 700
}

.AgAutocompleteGameItem__metadata .AgAutocompleteGameItem__ratingOuter .AgAutocompleteGameItem__ratingIcon {
    width: .8rem;
    height: auto;
    margin-right: .313rem
}

.AgAutocompleteGameItem__metadata .AgAutocompleteGameItem__ratingOuter .AgAutocompleteGameItem__rating {
    font-size: .75rem;
    font-weight: 400;
    margin-bottom: .313rem
}

.AgAutocompleteGameItem__metadata .AgAutocompleteGameItem__genre {
    font-size: .75rem;
    font-weight: 400
}

.AgAutocompleteGameItem__flag {
    font-size: .625rem;
    font-weight: 700;
    border-radius: 4px
}

.AgAutocompleteGameItem:last-of-type {
    margin-bottom: 0;
    border-bottom: none
}

.AgAutocompleteTagItem {
    display: flex;
    justify-content: space-between;
    margin-bottom: .75rem;
    padding-bottom: .75rem;
    border-bottom: 1px solid #333;
    cursor: pointer
}

.AgAutocompleteTagItem__nameOuter .AgAutocompleteTagItem__nameLabel {
    margin-right: .75rem;
    font-size: 1rem;
    font-weight: 700;
}

.AgAutocompleteTagItem__nameOuter .AgAutocompleteTagItem__name {
    border-radius: 4px;
    background: #333;
    vertical-align: middle;
    padding: .313rem
}

.AgAutocompleteTagItem__games {
    font-size: 1rem;
    font-weight: 700rem
}

.AgSearch input {
    border-radius: 100px
}

.AgSearch .Autocomplete__Menu {
    margin-top: 12px
}

.AgSearch .Autocomplete__Content {
    max-height: calc(100svh - 64px - 1rem)
}

.UserAvatar {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    border: 3px solid;
    border-radius: 100px;
    font-size: 0;
    word-spacing: 0
}

.UserAvatar img {
    width: calc(2.5rem - 8px);
    height: calc(2.5rem - 8px);
    border-radius: 100px;
    border: 1px solid rgba(0, 0, 0, .4)
}

.UserAvatar--small {
    border-width: 2px
}

.UserAvatar--small img {
    width: 2rem;
    height: 2rem
}

.UserAvatar--large {
    border-width: 4px
}

.UserAvatar--large img {
    border-width: 2px;
    width: 5rem;
    height: 5rem
}

.BlockPod--box {
    border-radius: .325rem;
    padding: .75rem
}

@media (min-width: 1024px) {
    .BlockPod--box {
        padding: 1.5rem
    }
}

.BlockPod--fill {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column
}

.BlockPod--fill > div {
    flex: 1 1
}

.BlockPod--centerHeader > header {
    justify-content: center;
    text-align: center
}

.BlockPod--centerHeader > header > div {
    padding-right: 0
}

.BlockPod > header {
    display: flex;
    align-items: center;
    line-height: 1
}

.BlockPod > header + div {
    margin-top: .75rem
}

@media (min-width: 1024px) {
    .BlockPod > header + div {
        margin-top: 1.125rem
    }
}

.BlockPod > header > div {
    font-size: 125%;
    text-transform: uppercase;
    font-weight: 700;
    padding-right: .75rem
}

.BlockPod > header > aside {
    margin-left: auto
}

@media (min-width: 769px) {
    .BlockPod > header > aside {
        margin-left: 0
    }
}

.BlockPod--rightAlignAside > header > aside {
    margin-left: auto !important
}

.AppHeader {
    position: inherit
}

.AppHeader a.--active {
    font-weight: 700
}

/*.AppHeader .--disableLink {*/
/*    pointer-events: none*/
/*}*/

.DesktopHeader {
    display: none;
    padding: .75rem;
    position: relative
}

@media (min-width: 1152px) {
    .DesktopHeader {
        display: flex
    }
}

.DesktopHeader .Buttons, .DesktopHeader .Buttons .Button {
    margin-bottom: 0 !important
}

.DesktopHeader .Dropdown {
    height: 2.5rem;
    margin-left: 1rem
}

.DesktopHeader__Logo img {
    height: 2.5rem;
    width: 160px;
}

.DesktopHeader__GamepassUpgradeButton {
    line-height: .75
}

.DesktopHeader__GamepassUpgradeButton span {
    display: inline-flex;
    flex-direction: column
}

.DesktopHeader__GamepassUpgradeButton small {
    font-size: 90%
}

.DesktopHeader__Dropdown {
    border-radius: 0 0 .325rem .325rem;
    border: 1px solid hsla(0, 0%, 100%, .1);
    position: absolute;
    top: 100%;
    margin-top: 1px;
    z-index: 10;
    background: #333333;
    left: 50%;
    transform: translateX(-50%)
}

.DesktopHeader__Dropdown .Button--large img {
    filter: none !important
}

.DesktopHeader__DropdownOverlay {
    pointer-events: none;
    opacity: 0;
    position: absolute;
    top: 65px;
    left: 0;
    width: 100%;
    max-width: 100svw;
    bottom: 0;
    z-index: 2
}

.cate-bg-active {
    pointer-events: all;
    opacity: 1;
    z-index: 10;
    backdrop-filter: blur(2px);
    background: rgba(0, 0, 0, .9);
}

.DesktopHeader__DropdownInner {
    padding: 2rem
}

.DesktopHeader__DropdownInner:last-child {
    border-radius: 0 0 .325rem .325rem;
    padding: .75rem 2rem
}

.DesktopHeader__DropdownInner > div {
    margin: 0 auto
}

.DesktopHeader__DropdownInner .--secondRow .Button.Button--large:nth-child(n+4) {
    display: none
}

@media (min-width: 1350px) {
    .DesktopHeader__DropdownInner .--secondRow .Button.Button--large:nth-child(n+4) {
        display: inline-flex
    }
}

.DesktopHeader__DropdownInner .Button.Button--large {
    height: auto;
    padding: 1rem;
    text-align: left;
    justify-content: flex-start;
    width: calc(33.3% - 1rem);
    min-width: 200px;
    background: #535554;
}

@media (min-width: 1350px) {
    .DesktopHeader__DropdownInner .Button.Button--large {
        width: 200px
    }
}

.DesktopHeader__DropdownInner .Button.Button--large img {
    width: 30px;
    height: auto;
    margin: auto .75rem auto auto;
    border-radius: .125rem
}

.DesktopHeader__DropdownInner .Button.Button--large p {
    line-height: 1
}

.DesktopHeader__DropdownInner .Button.Button--large strong {
    font-size: 1.1rem
}

.DesktopHeader__DropdownInner .Button.Button--large small {
    font-size: .9rem;
    font-weight: 400
}

.DesktopHeader__DropdownInner ul {
    display: flex;
    opacity: .85
}

.DesktopHeader__DropdownInner ul li {
    display: inline-block;
    font-weight: 700
}

.DesktopHeader__DropdownInner ul li:not(:last-child):after {
    content: "·";
    margin: 0 1rem;
    display: inline-block
}

.DesktopHeader__DropdownInner hr {
    margin: 1.5rem 0
}

.MobileHeader {
    display: none;
    padding: .75rem 0
}

@media (max-width: 1151px) {
    .MobileHeader {
        display: flex
    }
}

.mobile_menu_open .MobileHeader__Menu__Bg {
    opacity: 1;
    pointer-events: auto !important;
    background: rgba(0, 0, 0, .9);
}

.mobile_menu_open .MobileHeader__Menu__Panel {
    pointer-events: all;
    opacity: 1;
    transform: translateY(0) scale(1)
}

.mobile_menu_open .mobile_menu_close .Icon {
    transform: rotate(135deg)
}

.mobile_menu_open .MobileHeader__Menu__ExtraButtonItem > .Button {
    pointer-events: auto
}

.MobileHeader--positionTopLeft .MobileHeader__Menu__Panel:not(.--userPanel), .MobileHeader--positionTopRight .MobileHeader__Menu__Panel:not(.--userPanel) {
    top: 10vh
}

.MobileHeader__Logo{
    margin-left: 1rem;
    width: 100%;
    flex:1;
}

.MobileHeader_menu{
    flex:1;
    text-align: right;
    margin-right: 1rem;
}

.MobileHeader__Logo img {
    height: 2.5rem;
    /*margin-right: 1.5rem;*/
}

body.--fullScreen .MobileHeader__Menu {
    z-index: 100000000
}

.MobileHeader__ButtonContainer {
    z-index: 100000003;
    pointer-events: none;
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
    right: calc(2.75em + 1.5rem);
    bottom: calc(2.75em + 1.5rem);
    font-size: 150%
}

.close-btn{
    width:100%;
    text-align:center;
    margin:auto;
}

.mobile_menu_close {
    font-size: 100%;
    z-index: 100000003;
    width: 3.75em;
    height: 3.75em;
    background: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
}


.mobile_menu_close .Icon {
    transition: transform .2s ease;
    transform: rotate(0deg)
}


.MobileHeader__Menu {
    position: fixed;
    left: 0;
    bottom: 0;
    right: 0;
    top: 0;
    z-index: 5;
    pointer-events: none
}

.MobileHeader__Menu > .Button {
    width: 2.75em;
    height: 2.75em;
    padding: 0;
    box-shadow: none;
    position: absolute;
    bottom: 1.5rem;
    right: 1.5rem;
    z-index: 15;
    pointer-events: auto
}

.MobileHeader__Menu > .Button .Icon {
    transition: transform .2s ease;
    transform: rotate(0deg)
}

.MobileHeader__Menu .MobileHeader__Menu__Panel {
    position: absolute;
    right: 0;
    left: 0;
    max-width: 100svw;
    max-height: 100svh;
    border-radius: 0
}

.MobileHeader__Menu .AgSearch .Input {
    font-size: 120%
}

.MobileHeader__Menu .AgSearch .Autocomplete__Menu {
    max-height: 60vh;
    overflow-y: auto
}

.MobileHeader__Menu__Bg {
    content: "";
    position: absolute;
    z-index: 0;
    left: 0;
    bottom: 0;
    right: 0;
    height: 100svh;
    opacity: 0;
    pointer-events: none;
    transition: opacity .2s ease
}

.MobileHeader__Menu__ExtraButtons, .MobileHeader__Menu__Panels {
    position: absolute;
    left: 3rem;
    bottom: 3rem;
    right: 3rem;
    z-index: 1;
    pointer-events: none
}

.MobileHeader__Menu__Panel {
    padding: 3rem 1rem;
    pointer-events: none;
    border-radius: .325rem;
    transform-origin: 50% 100%;
    transition-duration: .2s;
    transition-timing-function: ease;
    opacity: 0;
    transform: translateY(1rem) scale(.9)
}

.MobileHeader__Menu__Panel--empty {
    padding: 0;
    border-radius: 0;
    background: transparent !important
}

.MobileHeader__Menu__Panel.--userPanel {
    bottom: 5rem;
    left: 0;
    right: 0
}

.MobileHeader__Menu__ExtraButtons {
    z-index: 10;
    left: 1.5rem;
    right: 1.5rem;
    bottom: 2rem
}

.MobileHeader__Menu__ExtraButtonItem {
    position: absolute;
    bottom: 0;
    right: 0;
    left: 0
}

.MobileHeader__Menu__ExtraButtonItem > .Button {
    width: 44px;
    height: 44px;
    float: right
}

.MobileHeader__Menu__ExtraButtonItem .MobileHeader__Menu__Panel {
    position: absolute;
    bottom: 22px;
    right: 22px;
    left: 0;
    z-index: -1
}

.MobileHeader__UserPanel__User strong {
    font-size: 120%
}

.MobileHeader__DropTargets {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    pointer-events: 0;
    z-index: 2;
    opacity: 0;
    transition: opacity .2s ease;
    pointer-events: none
}

.MobileHeader__DropTargets--open {
    opacity: 1
}

@media (min-width: 1153px) {
    .MobileHeader__DropTargets {
        display: none
    }
}

.MobileHeader__DropTargets > div {
    position: absolute;
    width: 30vw;
    height: 30vw;
    border-radius: 50%;
    z-index: 1;
    opacity: .65;
    transform: scale(.65);
    transition: all .2s ease
}

.MobileHeader__DropTargets > div.--active {
    opacity: 1;
    transform: scale(1)
}

.MobileHeader__DropTargets > div[data-position=TopLeft] {
    top: -15vw;
    left: -15vw
}

.MobileHeader__DropTargets > div[data-position=TopRight] {
    top: -15vw;
    right: -15vw
}

.MobileHeader__DropTargets > div[data-position=BottomLeft] {
    bottom: -15vw;
    left: -15vw
}

.MobileHeader__DropTargets > div[data-position=BottomRight] {
    bottom: -15vw;
    right: -15vw
}

.MobileHeader__MoreGamesPanel {
    border-radius: .325rem
}

.MobileHeader__MoreGamesPanel > .Flex:first-child {
    margin-bottom: 0
}

.MobileHeader__MoreGamesPanel .MobileHeader__MoreGamesPanel__Break {
    display: none
}

@media (max-width: 574px) {
    .MobileHeader__MoreGamesPanel .AgGameTile {
        width: calc(50% - .75rem);
        margin: .375rem
    }
}

@media (min-width: 575px) {
    .MobileHeader__MoreGamesPanel .MobileHeader__MoreGamesPanel__Break:nth-child(4n) {
        display: block;
        width: 100%
    }

    .MobileHeader__MoreGamesPanel > .Flex:first-child {
        text-align: center;
        align-items: center;
        justify-content: center
    }

    .MobileHeader__MoreGamesPanel > .Flex:last-child {
        align-items: center;
        justify-content: center
    }

    .MobileHeader__MoreGamesPanel .AgGameTile {
        margin: .375rem
    }
}

@media (min-width: 800px) {
    .MobileHeader__MoreGamesPanel .MobileHeader__MoreGamesPanel__Break {
        display: none !important
    }
}

.MobileHeader_menu .DropdownItem {
    align-items: center;
    display: flex
}

.MobileHeader_menu .DropdownItem .IconFA {
    margin-right: .125rem
}

.MobileHeader_menu .DropdownItem span:nth-child(2) {
    font-size: 120%;
    margin-left: 4px
}

.MobileHeader_menu .DropdownItem--active .MobileHeader_menu__GamepassUpgradeButton {
    filter: brightness(0) invert(1)
}

.MobileHeader_menu__GamepassUpgradeButton {
    font-weight: 800;
    font-size: 120%
}

.MobileHeader_menu__GamepassUpgradeButton small {
    display: block;
    margin-top: -6px
}

.GamePass__Banner {
    border-top: 1px solid;
    border-bottom: 1px solid;
    padding: 1rem
}

@media (orientation: landscape)and (max-device-width: 1280px) {
    .MobileHeader__ExitFullScreenBtn {
        position: absolute;
        left: 50%;
        transform: translateX(-50%);
        bottom: 0;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0
    }
}

.BlockHeader {
    font-size: 125%;
    text-transform: uppercase;
    font-weight: 700
}

.GameTileFilmStrip {
    overflow-x: auto;
    overflow-y: hidden;
    flex-wrap: nowrap;
    align-items: center
}

.GameTileFilmStrip > :not(:last-child) {
    margin-right: .75rem
}

.GameTileFilmStrip--includeOuterPadding > :first-child {
    margin-left: .75rem
}

.GameTileFilmStrip--includeOuterPadding > :last-child {
    margin-right: .75rem
}

.GameTileFilmStrip--includeOuterPadding > :only-child {
    margin-left: auto;
    margin-right: auto
}

.GameTileFilmStrip--includeOuterPadding > :first-child:nth-last-child(2) {
    margin-left: auto
}

.GameTileFilmStrip--includeOuterPadding > :first-child:nth-last-child(2) + * {
    margin-right: auto
}

.GameTileContainer {
    margin: 0 auto
}

@media (min-width: 451px) {
    .GameTileContainer {
        width: 23.25rem
    }
}

@media (min-width: 575px) {
    .GameTileContainer {
        width: 35.25rem
    }
}

@media (min-width: 48.0625rem) {
    .GameTileContainer {
        width: 35.25rem
    }
}

@media (min-width: 59.3125rem) {
    .GameTileContainer {
        width: 47.25rem
    }
}

@media (min-width: 71.3125rem) {
    .GameTileContainer {
        width: 59.25rem
    }
}

@media (min-width: 83.3125rem) {
    .GameTileContainer {
        width: 71.25rem
    }
}

@media (min-width: 95.3125rem) {
    .GameTileContainer {
        width: 83.25rem
    }
}

@media (min-width: 107.3125rem) {
    .GameTileContainer {
        width: 95.25rem
    }
}

@media (min-width: 119.3125rem) {
    .GameTileContainer {
        width: 107.25rem
    }
}

@media (min-width: 131.3125rem) {
    .GameTileContainer {
        width: 119.25rem
    }
}

@media (min-width: 143.3125rem) {
    .GameTileContainer {
        width: 131.25rem
    }
}

@media (min-width: 155.3125rem) {
    .GameTileContainer {
        width: 143.25rem
    }
}

.GameTileContainer--withAdGutter{
    width:100%;
}


.GameTileContainer--alignLeft {
    margin-left: 0;
    margin-right: 0
}

.AppFooter {
    padding: 2rem 0;
    font-size: 90%
}

.AppFooter__Logo img {
    height: 1.5rem
}

.AppFooter__Links {
    text-transform: uppercase;
    font-weight: 700
}

.AppFooter__Links a {
    cursor: pointer
}

@media (max-width: 768px) {
    .AppFooter__Links > .Flex {
        padding: .325rem 0
    }

    .AppFooter__Links > .Flex:last-child {
        padding-bottom: 0
    }

    .AppFooter__Links .RouterLink {
        min-height: 48px;
        display: inline-flex;
        align-items: center;
        justify-items: center
    }
}

@media (min-width: 769px) {
    .AppFooter__Links > .Flex:not(:last-child):after {
        content: "";
        margin: 0 .5rem
    }
}

.DynamicLayout {
    width: 100%
}

.GameTileMasonry__Col {
    display: flex;
    flex-direction: column
}

@media (min-width: 1366px) {
    .GameTileMasonry__Col:nth-child(n+3) {
        display: none
    }
}

@media (min-width: 1920px) {
    .GameTileMasonry__Col:nth-child(3), .GameTileMasonry__Col:nth-child(4) {
        display: block
    }
}

@media (min-width: 1920px)and (max-width: 2559px) {
    .GameTileMasonry__Col:nth-child(4) .AgGameTile:last-child {
        display: none
    }
}

@media (min-width: 2560px) {
    .GameTileMasonry__Col:nth-child(5) {
        display: block
    }
}

.GameTileMasonry__Row {
    display: flex
}

@media (min-width: 1366px) {
    .GameTileMasonry__Row:last-child {
        display: none
    }
}

@media (min-width: 1920px) {
    .GameTileMasonry__Row:last-child {
        display: flex
    }
}

.GameTileMasonry {
    display: flex;
    width: 100%;
    height: 100%;
    margin: -5px
}

.GameTileMasonry .AgGameTile {
    display: block;
    width: 147px;
    height: 96px;
    box-shadow: inset 0 0 0 1px gray;
    margin: 5px
}

.GameTileMasonry .AgGameTile.--size2x {
    width: 304px;
    height: 202px
}

@media (min-width: 1024px) {
    .GameTileMasonry {
        margin: -8px
    }

    .GameTileMasonry .AgGameTile {
        width: 180px;
        height: 117px;
        margin: 8px
    }

    .GameTileMasonry .AgGameTile.--size2x {
        width: 376px;
        height: 250px
    }
}

@media (min-width: 1366px) {
    .GameTileMasonry {
        width: 784px;
        height: 266px
    }
}

@media (min-width: 1920px) {
    .GameTileMasonry {
        width: 1372px;
        height: 399px
    }
}

@media (min-width: 2560px) {
    .GameTileMasonry {
        width: 1960px;
        height: 399px
    }
}

.TakeoverContainer__Inner {
    margin: auto;
    position: relative;
    display: flex;
    z-index: 1
}

.TakeoverContainer__Inner > * {
    margin: auto
}

.TakeoverContainer__Feature {
    position: absolute;
    top: 0;
    left: 50%;
    height: 100%;
    transform: translateX(-50%)
}

.TakeoverContainer__Target {
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%
}

.TakeoverContainer__Target img, .TakeoverContainer__Target picture {
    width: 100%;
    height: 100%
}

.TakeoverContainer {
    width: 100%;
    display: flex;
    position: relative;
    height: 585px
}

.TakeoverContainer .TakeoverContainer__Feature {
    width: 375px
}

.TakeoverContainer .TakeoverContainer__Inner {
    height: 470px
}

@media (min-width: 1024px) {
    .TakeoverContainer {
        height: 354px
    }

    .TakeoverContainer .TakeoverContainer__Feature {
        width: 1024px
    }

    .TakeoverContainer .TakeoverContainer__Inner {
        height: 354px
    }
}

@media (min-width: 1366px) {
    .TakeoverContainer .TakeoverContainer__Feature {
        width: 1366px
    }

    .TakeoverContainer .TakeoverContainer__Inner {
        height: 336px
    }
}

@media (min-width: 1920px) {
    .TakeoverContainer {
        height: 515px
    }

    .TakeoverContainer .TakeoverContainer__Feature {
        width: 1920px
    }

    .TakeoverContainer .TakeoverContainer__Inner {
        height: 470px
    }
}

@media (min-width: 2560px) {
    .TakeoverContainer {
        height: 520px
    }

    .TakeoverContainer .TakeoverContainer__Feature {
        width: 2560px
    }
}

.FluidCarousel {
    width: 100%;
    position: relative;
    display:flex;
}

.FluidCarousel__Controls {
    display: none;
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    z-index: 1;
    pointer-events: none
}

@media (min-width: 500px) {
    .FluidCarousel__Controls {
        display: flex
    }
}

.FluidCarousel__Controls .Button {
    border-radius: 100px;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    pointer-events: all;
    transition-property: all !important;
    transition-duration: .3s !important;
    transition-timing-function: ease !important
}

@media (min-width: 1024px) {
    .FluidCarousel__Controls .Button {
        width: 56px;
        height: 56px
    }
}

.FluidCarousel__Controls .Button:last-child {
    margin-left: auto
}

.FluidCarousel__Controls.--firstSlide .Button:first-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    pointer-events: none
}

@keyframes fluidCarouselShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.FluidCarousel__Wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden;
    overflow-x: auto;
    -webkit-overflow-scrolling: touch
}

@media (min-device-width: 1024px) {
    .FluidCarousel__Wrapper {
        overflow-x: hidden
    }
}

.FluidCarousel__Wrapper:after {
    right: 0;
    left: auto
}

.FluidCarousel__Wrapper.--shake__next, .FluidCarousel__Wrapper.--shake__prev {
    transition: none;
    animation: fluidCarouselShake 1s ease-in-out 1
}

@media (max-width: 768px) {
    .FluidCarousel__Wrapper:after, .FluidCarousel__Wrapper:before {
        display: none
    }
}

.FluidCarousel__Inner {
    display: flex;
    height: 100%;
    transition: transform .3s ease
}

.FluidCarousel__Slide {
    height: 100%;
    width:100%;
}

.BlogPost {
    position: relative;
    width: 100%
}

.BlogPost h2 {
    font-size: 125%
}

.BlogPost .RouterLink {
    display: inline-flex;
    align-items: center;
    font-weight: 700
}

.BlogPost .RouterLink .Icon {
    height: 1rem;
    width: 1rem;
    margin-left: .5rem
}

.BlogPost .Content {
    width: 100%
}

.BlogPost p:empty:after {
    content: "";
    display: inline-block;
    border-radius: 5px;
    width: 90%;
    height: 1em
}

.BlogPost h2 p:empty:after {
    width: 60%
}

.BlogPost__Image {
    width: 100%;
    position: relative
}

.BlogPost__Image > span {
    border-radius: .75rem
}

.BlogPost__Image > span > img {
    -o-object-fit: cover;
    object-fit: cover
}

.BlogPost__Image .Spacer {
    width: 100%;
    height: auto
}

.FluidGameCarousel--height-featured {
    min-height: 202px
}

@media (min-width: 1024px) {
    .FluidGameCarousel--height-featured {
        min-height: 383px
    }
}

.FluidGameCarousel--height-default {
    min-height: 202px
}

@media (min-width: 1024px) {
    .FluidGameCarousel--height-default {
        min-height: 250px
    }
}

.FluidGameCarousel--height-single {
    min-height: 96px
}

@media (min-width: 1024px) {
    .FluidGameCarousel--height-single {
        min-height: 117px
    }
}

.FluidGameCarousel .FluidCarousel__Slide.--oneRow {
    padding-right: 10px
}

.FluidGameCarousel .FluidCarousel__Slide.--oneRow .GameTile {
    width: 147px;
    height: 96px
}

@media (min-width: 1024px) {
    .FluidGameCarousel .FluidCarousel__Slide.--oneRow {
        padding-right: 16px
    }

    .FluidGameCarousel .FluidCarousel__Slide.--oneRow .GameTile {
        width: 180px;
        height: 117px
    }
}

.FluidGameCarousel .FluidCarousel__Slide.--desktop {
    padding-right: 10px
}

.FluidGameCarousel .FluidCarousel__Slide.--desktop.--single .GameTile {
    /*width: 376px;*/
    width: 100%;
    height: 250px
}

.FluidGameCarousel .FluidCarousel__Slide.--desktop.--twoRows > .Flex:first-child {
    margin-bottom: 16px
}

.FluidGameCarousel .FluidCarousel__Slide.--feature {
    margin-right: 10px
}

.FluidGameCarousel .FluidCarousel__Slide.--feature .GameTile {
    /*width: 147px;*/
    width: 100%!important;
    height: 96px;
}

@media (min-width: 1024px) {
    .FluidGameCarousel .FluidCarousel__Slide.--feature {
        margin:0;
        margin-right: 16px;
    }

    .FluidGameCarousel .FluidCarousel__Slide.--feature .GameTile {
        width: 180px;
        height: 117px
    }
}

.FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:first-child {
    margin-bottom: 10px
}

.FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:first-child .GameTile {
    /*width: 304px;*/
    width: 100% !important;
    height: 202px
}

@media (min-width: 1024px) {
    .FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:first-child {
        margin-bottom: 16px
    }

    .FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:first-child .GameTile {
        width: 376px;
        height: 250px
    }
}

.FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:last-child .Flex:first-child {
    margin-right: 10px
}

@media (min-width: 1024px) {
    .FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:last-child .Flex:first-child {
        margin-right: 16px
    }
}

.FluidGameCarousel .FluidCarousel__Slide.--mobile .GameTile {
    width: 147px;
    height: 96px
}

.FluidGameCarousel .FluidCarousel__Slide.--mobile > .Flex {
    margin-right: 10px
}

.FluidGameCarousel .FluidCarousel__Slide.--mobile > .Flex:first-child {
    margin-bottom: 10px
}

.TaxonomyTile {
    position: relative;
    display: flex;
    background-image: none
}

.TaxonomyTile > span {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 1;
    margin: auto;
    font-weight: 600;
    padding: 0 .75rem;
    line-height: 1.2
}

.TaxonomyTile > span .IconFA {
    font-size: 125%;
    min-width: .65rem;
    min-height: .65rem;
    max-width: .65rem;
    max-height: .65rem;
    margin-left: .5rem
}

.TaxonomyTile .GameTile__Preview {
    overflow: hidden
}

.TaxonomyTile .GameTile__Preview img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    opacity: .15;
    transform: scale(1.2);
    transition: all 1s ease
}

.TaxonomyTile:hover .GameTile__Preview img {
    opacity: .4;
    transform: scale(1.4);
    transition: all .1s ease-out
}

.CardCarousel {
    width: 100%;
    position: relative
}

.CardCarousel__Controls {
    display: flex;
    position: absolute;
    top: 50%;
    left: 16px;
    right: 16px;
    z-index: 1;
    pointer-events: none
}

.CardCarousel__Controls .Button {
    border-radius: 100px;
    width: 44px;
    height: 44px;
    transform: translateY(-50%);
    pointer-events: all;
    transition-property: all !important;
    transition-duration: .3s !important;
    transition-timing-function: ease !important
}

@media (min-width: 1024px) {
    .CardCarousel__Controls .Button {
        width: 56px;
        height: 56px
    }
}

.CardCarousel__Controls .Button:last-child {
    margin-left: auto
}

.CardCarousel__Controls.--firstSlide .Button:first-child {
    transform: translateX(-50%) translateY(-50%);
    opacity: 0;
    pointer-events: none
}

.CardCarousel__Wrapper {
    z-index: 0
}

@keyframes cardCarouselShake {
    0% {
        transform: translateX(0)
    }
    6.5% {
        transform: translateX(-6px) rotateY(-9deg)
    }
    18.5% {
        transform: translateX(5px) rotateY(7deg)
    }
    31.5% {
        transform: translateX(-3px) rotateY(-5deg)
    }
    43.5% {
        transform: translateX(2px) rotateY(3deg)
    }
    50% {
        transform: translateX(0)
    }
}

.CardCarousel__Wrapper {
    width: 100%;
    height: 100%;
    position: relative;
    overflow: hidden
}

.CardCarousel__Wrapper:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    width: 200px;
    height: 100%;
    pointer-events: none;
    right: 0;
    background: linear-gradient(90deg, hsla(0, 0%, 9%, 0), hsla(0, 0%, 9%, .7), #171717)
}

.CardCarousel__Wrapper.--shake__next, .CardCarousel__Wrapper.--shake__prev {
    transition: none;
    animation: cardCarouselShake 1s ease-in-out 1
}

.CardCarousel__Inner {
    height: 100%;
    min-height: 285px;
    max-height: 285px
}

.CardCarousel__Inner.--shake {
    animation: cardCarouselShake .3s linear 1
}

.CardCarousel__Card {
    width: 0;
    min-height: 285px;
    max-height: 285px;
    left: 0;
    top: 0;
    position: absolute;
    opacity: 0;
    z-index: 0;
    transform: scale(.8);
    filter: brightness(.6);
    transition-duration: .5s;
    transition-timing-function: ease
}

.CardCarousel__Card > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    transition: width .5s ease;
    background: #333;
    overflow: hidden;
    border-radius: .325rem;
    height: 285px
}

@media screen and (min-width: 750px) {
    .CardCarousel__Card > div {
        width: 485px
    }
}

.CardCarousel__Card.--current {
    display: block;
    opacity: 1;
    left: 16.7%;
    transform: scale(.8);
    z-index: 1;
    filter: brightness(.6)
}

.CardCarousel__Card.--current + div, .CardCarousel__Card.--current + div + div, .CardCarousel__Card.--current + div + div + div, .CardCarousel__Card.--current + div + div + div + div {
    display: block;
    opacity: 1
}

.CardCarousel__Card.--current + div {
    left: 27%;
    z-index: 2;
    transform: scale(.9);
    filter: brightness(.8)
}

.CardCarousel__Card.--current + div + div {
    left: 50%;
    z-index: 3;
    transform: scale(1);
    filter: brightness(1)
}

@media screen and (min-width: 750px) {
    .CardCarousel__Card.--current + div + div > div {
        width: 705px
    }

    .CardCarousel__Card.--current + div + div ~ div > div {
        width: 485px
    }
}

.CardCarousel__Card.--current + div + div + div {
    left: 73%;
    z-index: 2;
    transform: scale(.9);
    filter: brightness(.8)
}

.CardCarousel__Card.--current + div + div + div + div {
    left: 83.3%;
    z-index: 1;
    transform: scale(.8);
    filter: brightness(.6)
}

.CardCarousel__Card.--current + div + div + div + div ~ div {
    left: 100%;
    z-index: 0;
    transform: scale(.8);
    filter: brightness(.6);
    opacity: 0
}

.CardCarousel__Card--placeholder {
    visibility: hidden
}

.DeveloperPod {
    overflow: hidden;
    font-size: 90%;
    position: relative;
    height: 285px
}

@media screen and (min-width: 750px) {
    .DeveloperPod {
        width: 705px
    }
}

@media screen and (max-width: 749px) {
    .DeveloperPod {
        width: calc(100svw - 1.5rem);
        max-width: 485px
    }

    .DeveloperPod > .Flex:first-child {
        flex: 1 1;
        position: relative
    }

    .DeveloperPod > .Flex:first-child > span {
        width: 100% !important
    }

    .DeveloperPod > .Flex:first-child > span img {
        margin: auto;
        -o-object-fit: cover;
        object-fit: cover
    }

    .DeveloperPod > .Flex:last-child {
        display: none
    }

    .DeveloperPod .Button--medium > span {
        flex-direction: column
    }

    .DeveloperPod .Button--medium small {
        display: none;
        font-size: 85%;
        margin-top: -.125rem;
        opacity: .85
    }

    .DeveloperPod .Button--medium {
        height: auto
    }
}

.DeveloperPod .Button--medium small {
    display: none
}

@media screen and (max-width: 749px) {
    .DeveloperPod .Button--medium small {
        display: inline-flex
    }
}

.DeveloperPod > .Flex:first-child {
    position: relative
}

@media screen and (min-width: 750px) {
    .DeveloperPod > .Flex:first-child {
        min-width: 485px;
        min-height: 285px;
        max-width: 485px;
        max-height: 285px
    }
}

.DeveloperPod > .Flex:first-child > div {
    position: absolute;
    bottom: 1rem;
    left: 50%;
    transform: translateX(-50%) translateY(150%);
    transition: all .3s ease
}

.DeveloperPod > .Flex:first-child .Button {
    padding-left: 2rem;
    padding-right: 2rem
}

.DeveloperPod > .Flex:last-child {
    padding: 1rem
}

.DeveloperPod > .Flex:last-child hr {
    margin: 1rem 0;
    background-color: hsla(0, 0%, 100%, .15)
}

.--current + div + div .DeveloperPod > .Flex:first-child > div {
    transform: translateX(-50%) translateY(0)
}

.IndexPage .SiteTakeover {
    margin-bottom: 1.5rem
}

.Flex {
    max-width:1440px;
    margin:auto;
    width:100%;
    color:#fff;
}

.latest-list{
    display:flex;
}


@media screen and (max-width: 768px) {
    .FluidGameCarousel .FluidCarousel__Slide.--desktop.--twoRows > .Flex:first-child {
        margin-bottom: 0;
    }

    .FluidGameCarousel .FluidCarousel__Slide.--desktop.--twoRows > .Flex:nth-child(2n+1) {
        margin-bottom: 0;
        padding: 5px 5px 5px 0;
    }
    .FluidGameCarousel .FluidCarousel__Slide.--desktop.--twoRows > .Flex:nth-child(2n+2) {
        margin-bottom: 0;
        padding: 5px 0 5px 5px;
    }

    .FluidGameCarousel .FluidCarousel__Slide.--desktop{
        padding-right:0;
    }

    .FluidCarousel__Inner{
        display:block;
    }

    .--twoRows{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .latest-list{
        display: grid;
        grid-template-columns: repeat(2, minmax(0, 1fr));
    }

    .latest-item:nth-child(2n+1) {
        margin-bottom: 0;
        padding: 5px 5px 5px 0;
    }

    .latest-item:nth-child(2n+2) {
        margin-bottom: 0;
        padding: 5px 0 5px 5px;
    }

    .FluidGameCarousel .FluidCarousel__Slide.--feature > .Flex:first-child .GameTile{
        height: 7.3125rem;
    }

    .ntd-sty:nth-child(2n+1){
        margin-right:5px;
    }
    .ntd-sty:nth-child(2n+2){
        margin-left:5px;
    }
}

.App, .App__Header {
    background: #292727;
    border-bottom: 1px solid #3c3c3c;
}

body{
    background: #292727;
}

h2{
    color:#fff;
}

.RouterLink{
    color: #a69ffb;
}

.img-hover:hover{
    transform: scale(1.15);
}

.Button{
    transition: border-color .5s ease;
}

.Button:hover{
    background:#4582f5!important;
}

h4{
    text-transform: uppercase;
    font-size: 110%;
    font-weight: 700;
    white-space: nowrap;
}



.desc_btn {
    border: solid 1px #d3d3d3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #290161;
    font-size: 1rem;
    margin: 1rem 0;
}

@media screen and (max-width: 768px) {
    .cate-content{
        display:none!important;
    }
}

@media screen and (min-width: 768px) {
    #mobile_main{
        display:none!important;
    }

    .more-list{
        display:grid!important;
        grid-template-columns: repeat(auto-fill, 12.55rem)!important;
    }

    .latest-item{
        margin-bottom:1rem;
    }
}

.desc-icon{
    margin-right: 1rem;
    border: 3px solid #4582f5;
    border-radius: 12px;
}
.desc-icon img{
    border-radius: 12px;
    height: 100%;
}

.desc-title{
    font-size: 1.5rem;
    font-weight: bold;
    margin: 1rem 0;
    white-space: nowrap;
}

.play-btn{
    background: #7eb9ed;
}


@media screen and (min-width: 992px) {
    .desc_btn{
        display:none!important;
    }
}

@media screen and (max-width: 992px) {
    #description_view{
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:10;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
}


.desc_btn {
    border: solid 1px #d3d3d3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #5193bb;
    font-size: 1rem;
    margin: 1rem 0;
}

.back_to_top {
    position: fixed;
    right: 2rem;
    bottom: 8rem;
    z-index: 1;
    /* height: 3rem; */
    /* width: 3rem; */
    box-shadow: 0 0 28px #0000009c;
    cursor: pointer;
    display: flex;
    background: linear-gradient(270deg, rgba(103, 88, 250, 1) 0%, rgba(140, 88, 250, 1) 100%);
    border-radius: 20px;
    padding: .5rem;
    font-weight: bold;
    color: #fff;
}

.back_to_top img {
    width: 65%;
    height: 65%;
}

.adBox {
    width: calc(100% + 2rem - 20px);
    margin-left: calc(-1rem + 10px);
    border-radius: 8px;
    margin-top: 30px;
    margin-bottom: 30px;
    height: auto;
    display: flex;
    justify-content: center;
    background-color: #CCCCCC;
    color: #000;
}

.adBox0 {
    width: 100%;
    overflow: hidden;
    height: auto;
    display: flex;
    align-items: center;
    flex-direction: column;
    position: relative;
    padding: 15px 0 15px 0;
}