.GMKbv {
    display: flex;
    font-size: 9px;
}


.GMKbv.prime-enable-popup {
    width: 40px;
    height: 40px;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


*, *::after, *::before {
    box-sizing: border-box;
}


html {
    font-size: 10px;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    accent-color: #FF42A5;
}


body {
    margin: 0;
    padding: 0;
    margin: auto;
    font-family: 'Bricolage Grotesque', sans-serif;
    -webkit-scrollbar-width: none;
    -moz-scrollbar-width: none;
    -ms-scrollbar-width: none;
    scrollbar-width: none;
    -ms-overflow-style: none;
}


h1, h2, h3, h4, h5, h6, p {
    margin: 0 0 0.5em 0;
}


a {
    color: #fff;
}


::-webkit-scrollbar {
    display: none;
    width: 0px;
}


input[type="checkbox" i] {
    width: 16px;
    height: 16px;
    cursor: pointer;
    outline: 1px solid #FF42A5;
}


label:focus-within {
    border: none;
    outline: 1px solid #FF42A5;
}


body {
    /*overflow: hidden;*/
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 100vw;
    height: 100vh;
}


@media only screen and (orientation: portrait) {
    body.rotate-screen {
        display: flex;
        -webkit-transform: rotate(90deg);
        -ms-transform: rotate(90deg);
        transform: rotate(90deg);
        -webkit-transform-origin: bottom left;
        -ms-transform-origin: bottom left;
        transform-origin: bottom left;
        position: absolute;
        top: -100vw;
        height: 100vw;
        width: 100vmax;
        background: rgba(0, 0, 0, 1);
        overflow: hidden;
    }
}


@media only screen and (orientation: landscape) {
    body.portrait-mode {
        -webkit-transform: rotate(-90deg);
        -ms-transform: rotate(-90deg);
        transform: rotate(-90deg);
        -webkit-transform-origin: top right;
        -ms-transform-origin: top right;
        transform-origin: top right;
        position: absolute;
        top: 0;
        right: 100vw;
        height: 100vw;
        width: 100vh;
        background: black !important;
        overflow: hidden;
    }
}


body #__next {
    width: 100%;
    height: 100%;
}


.overlayKey {
    position: absolute;
    min-width: 25px;
    text-align: center;
    z-index: 1;
    opacity: 0.75;
    pointer-events: none;
}


.overlayKey.MOBASkill .overlayKeyValue:not(.MobaText), .overlayKey.LBM .overlayKeyValue:not(.MobaText) {
    background: none;
    border: none;
}


.overlayKey.MOBASkill .overlayKeyValue:not(.MobaText) img, .overlayKey.LBM .overlayKeyValue:not(.MobaText) img {
    width: 26px;
}


.overlayKey.Scroll, .overlayKey.EdgeScroll {
    background: none !important;
    border: none !important;
}


.overlayKey.Scroll img, .overlayKey.EdgeScroll img {
    width: 26px;
}


.overlayKey.FreeLook.gamepad .overlayKeyValue {
    position: absolute;
}


.overlayKey.Dpad > span {
    position: absolute;
}


.overlayKey.Pan::before, .overlayKey.Pan::after {
    content: "";
}


.overlayKey.Pan::before {
    height: 78px;
    width: 1px;
    position: absolute;
    background: white;
    -webkit-transform: translate3d(-1px, -18px, 10px);
    -ms-transform: translate3d(-1px, -18px, 10px);
    transform: translate3d(-1px, -18px, 10px);
}


.overlayKey.Pan::after {
    width: 78px;
    height: 1px;
    position: absolute;
    background: white;
    -webkit-transform: translate3d(-39px, -21px, 10px);
    -ms-transform: translate3d(-39px, -21px, 10px);
    transform: translate3d(-39px, -21px, 10px);
}


.overlayKey.Pan.editMode::before {
    -webkit-transform: translate3d(0px, 0px, 10px);
    -ms-transform: translate3d(0px, 0px, 10px);
    transform: translate3d(0px, 0px, 10px);
}


.overlayKey.Pan.editMode::after {
    -webkit-transform: translate3d(0px, 0px, 10px);
    -ms-transform: translate3d(0px, 0px, 10px);
    transform: translate3d(0px, 0px, 10px);
}


.overlayKey.Pan.gamepad::before, .overlayKey.Pan.gamepad::after {
    display: none;
}


.overlayKey.Pan.gamepad .overlayKeyValue {
    width: auto;
    height: auto;
    padding: 10px;
}


.overlayKey.Pan.gamepad .overlayKeyValue::before {
    display: none;
}


.overlayKey.Pan .overlayKeyValue {
    width: 40px;
    height: 40px;
    border-radius: 50%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    z-index: 1;
    -webkit-transition: box-shadow 0.3s ease-in-out;
    transition: box-shadow 0.3s ease-in-out;
}


.overlayKey.Pan .overlayKeyValue::before {
    content: "";
    position: absolute;
    width: 52px;
    height: 52px;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    border: 1px solid white;
    border-radius: 50%;
    -webkit-transform: translate3d(-7.5px, -7px, 10px);
    -ms-transform: translate3d(-7.5px, -7px, 10px);
    transform: translate3d(-7.5px, -7px, 10px);
}


.overlayKey.Pan .overlayKeyValue img {
    width: 14px;
}


.overlayKeyValue {
    display: block;
    font-size: 12px;
    line-height: 1.1;
    border-radius: 9px;
    padding: 2px 6px;
    background-color: rgba(8, 10, 31, 0.85);
    border: 1px solid #f7faff;
    position: relative;
    white-space: nowrap;
    color: #f7faff;
}


.overlayKeyValue svg {
    width: 16px;
    height: 23px;
}


.overlayKeyValue.DpadImage {
    background: none;
    border: none;
}


.overlayKeyValue.DpadImage img {
    width: 26px;
}


.simplebar-scrollbar:before {
    background-color: rgba(255, 255, 255, 0.5);
    top: 30px;
    bottom: 20px;
    right: 5px;
}


.Toastify__toast-container--top-center {
    top: 100px;
}


.Toastify__toast-theme--colored.Toastify__toast--default {
    background-color: rgba(0, 0, 0, 0.8) !important;
    border: 1px solid rgba(255, 255, 255, 0.2);
    -webkit-backdrop-filter: blur(24px);
    backdrop-filter: blur(24px);
    border-radius: 4px;
}


.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body {
    font-size: 16px;
    -webkit-letter-spacing: 0.5px;
    -moz-letter-spacing: 0.5px;
    -ms-letter-spacing: 0.5px;
    letter-spacing: 0.5px;
    line-height: 1.5em;
}


.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body div {
    text-align: center;
    color: #ffffff;
}


.Toastify__toast-theme--colored.Toastify__toast--default .Toastify__toast-body div > kbd {
    color: #0B0223;
    background: #EEE3D9;
    padding: 6px 10px;
    border: 1px solid;
    margin: 0 2px;
    font-weight: 500;
    font-size: 14px;
    line-height: 19px;
    border-radius: 4px;
}


.Toastify__toast-container.Toastify__toast-container--top-center {
    width: 420px;
}


.Toastify__close-button--colored {
    display: none;
}


.select-container .select__control {
    cursor: pointer;
    background: transparent;
    border: 1px solid #FFFFFF1A;
    margin: 12px 0px;
}


.select-container .select__control--menu-is-open {
    background: rgba(0, 0, 0, 0.40);
    border: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    border-bottom: 0px;
    box-shadow: unset;
    border-radius: 4px 4px 0px 0px;
}


.select-container .select__control--menu-is-open:hover {
    border-color: rgba(255, 255, 255, 0.1);
}


.select-container .select__control--menu-is-open .select__indicator {
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.select-container .select__control--menu-is-open .select__indicator:hover {
    color: rgba(255, 255, 255, 0.5);
}


.select-container .select__indicator-separator {
    display: none;
}


.select-container .select__indicator {
    color: rgba(255, 255, 255, 0.5);
}


.select-container .select__indicator:hover {
    color: rgba(255, 255, 255, 0.5);
}


.select-container .select__placeholder, .select-container .select__single-value {
    color: rgba(255, 255, 255, 0.7);
    font-size: 12px;
}


.select-container .select__menu {
    color: rgba(255, 255, 255, 0.6);
    background: #444;
    box-shadow: unset;
    margin: 0px 3px;
    border-radius: 0px 0px 4px 4px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border-top: 0px;
    background: rgba(0, 0, 0, 0.40);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    -webkit-transform: translateX(-3px);
    -ms-transform: translateX(-3px);
    transform: translateX(-3px);
}


.select-container .select__menu-list {
    padding: 0px 8px 8px 8px;
    gap: 4px;
}


.select-container .select__option {
    margin: 2px 0px;
    padding: 4px 4px 4px 8px;
    border-radius: 4px;
    background: rgba(255, 255, 255, 0.10);
    color: rgba(255, 255, 255, 0.60);
    font-size: 12px;
    font-weight: 400;
    line-height: 150%;
}


.select-container .select__option:hover {
    color: rgba(255, 255, 255);
    cursor: pointer;
}


.icon-gamepad.null {
    position: relative;
}


.icon-gamepad.null:after {
    content: '';
    border: 2px;
    height: 29px;
    width: 1.5px;
    background: currentColor;
    position: absolute;
    -webkit-transform: rotate(40deg);
    -ms-transform: rotate(40deg);
    transform: rotate(40deg);
    left: 10px;
    top: -4px;
}


.hidden {
    display: none;
    visibility: hidden;
}


.portal-page .quarter-4, .portal-page .quarter-5 {
    position: static;
    width: 50%;
    height: auto;
    rotate: none;
    background: none;
}


.portal-page .quarter-4 > li, .portal-page .quarter-5 > li {
    position: static;
    rotate: none;
}


.portal-page .quarter-4 > li > div, .portal-page .quarter-5 > li > div {
    position: relative;
}


.portal-page .quarter-4 > li > div > img, .portal-page .quarter-5 > li > div > img {
    position: static;
}


div .fit-html {
    width: calc(100% - 352px);
    left: 176px;
    height: auto;
}


div .fit-app-page-html {
    width: 72%;
    left: 0;
    height: auto;
}


.revert-rotation {
    -webkit-transform: unset !important;
    -ms-transform: unset !important;
    transform: unset !important;
    top: 0 !important;
    right: 0 !important;
    position: relative !important;
    min-height: 100vh;
    min-width: 100vw;
}


.revert-rotation .landscape {
    display: none;
}


.overflow-hidden {
    overflow: hidden;
}


.h5 {
    position: fixed;
    top: 0px;
}


.body-overlay::before {
    position: absolute;
    left: 0;
    top: 0;
    content: '';
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.7);
    z-index: 1;
}


:root {
    --grid-items-per-row: 9;
    --grid-item-margin: 8px;
    --grid-vertical-items-per-row: 5;
    --grid-vertical-item-margin: 24px;
}


@media only screen and (min-width: 960px) and (max-width: 1366px) {
    :root {
        --grid-items-per-row: 8;
    }
}


@media only screen and (min-width: 550px) and (max-width: 959px) {
    :root {
        --grid-items-per-row: 6;
        --grid-vertical-items-per-row: 5;
    }
}


@media only screen and (max-width: 549px) {
    :root {
        --grid-items-per-row: 3;
        --grid-vertical-items-per-row: 2;
        --grid-vertical-item-margin: 16px;
    }
}


.d-mobile, .d-mobile-flex {
    display: none !important;
}


.d-small {
    display: none !important;
}


.d-desk, .d-desk-flex, .d-none {
    display: none !important;
}


@media only screen and (max-width: 767px) {
    .d-mobile {
        display: block !important;
    }

    .d-mobile-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


@media only screen and (min-width: 769px) {
    .d-desk {
        display: block !important;
    }
}


@media only screen and (max-width: 582px) {
    .developer-tag {
        display: none !important;
    }
}


@media only screen and (min-width: 949px) {
    .d-desk-flex {
        display: -webkit-box !important;
        display: -webkit-flex !important;
        display: -ms-flexbox !important;
        display: flex !important;
    }
}


@media only screen and (max-width: 1020px) {
    .d-small {
        display: block !important;
    }
}


.videoSwiper .swiper-slide {
    width: auto;
}


.space-between {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}


.hero-static {
    display: flex;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    padding: 0 35px;
    list-style-type: none;
    height: 400px;
    gap: 25px;
    margin-top: 32px;
}


@media only screen and (max-width: 960px) {
    .hero-static {
        height: 300px;
    }
}


@media only screen and (max-width: 767px) {
    .hero-static {
        margin-top: 16px;
    }
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
    .hero-static {
        height: 420px;
    }
}


.hero-static > div {
    max-width: 1550px;
    width: 100%;
    margin: auto;
}


.hero-static > div .gameInfo {
    z-index: 2;
}


.hero-static li {
    overflow: hidden;
    -webkit-flex: 0 0 100%;
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    width: 100%;
    position: relative;
}


.hero-static li .banner {
    height: 100%;
}


.hero-static li img:not(.banner) {
    position: absolute;
    z-index: 222;
    bottom: 20px;
    left: 20px;
    width: 144px;
    height: 144px;
    border: 8px;
}


.hero-static li span {
    position: absolute;
    left: 20%;
    bottom: 20px;
}


.full-w-h {
    width: 100%;
    height: 100% !important;
    min-height: 100% !important;
}


body.allow-overflow {
    overflow: auto;
}


@media (max-width: 767px) {
    .css-ev1fav.css-ev1fav {
        width: 90% !important;
    }

    .css-ev1fav.css-ev1fav .qc-usp-close-icon {
        background-size: 50% !important;
    }

    .css-ev1fav.css-ev1fav .qc-usp-ui-content .qc-usp-title {
        line-height: 1.3 !important;
        padding-right: 40px !important;
    }

    .css-ev1fav.css-ev1fav .qc-usp-ui-content .qc-usp-main-messaging {
        padding-right: 16px !important;
    }

    .qc-cmp-cleanslate p {
        line-height: 1.3 !important;
    }
}


.lcpImgWrapper {
    position: fixed;
    left: 0;
    top: 56px;
    right: 0;
    z-index: -1;
    height: 100vh;
    pointer-events: none;
}


.lcpImgWrapper.full-wh {
    top: 0px;
}


.lcpDiv {
    height: 56px;
    background-color: #0d0c14;
    width: 100%;
}


.left-element, .right-element {
    position: absolute;
    top: 0;
    pointer-events: none;
    opacity: 0.7;
    -webkit-filter: blur(30px);
    filter: blur(30px);
}


.left-element {
    top: 200px;
}


.right-element {
    right: 0;
}


.hide-akr-mode div.fc-ab-root {
    display: none !important;
}


@media only screen and (max-width: 385px) {
    .app-logo .ngg-logo {
        width: 135px !important;
    }
}


@media only screen and (max-width: 315px) {
    .app-logo .ngg-logo {
        width: 75px !important;
    }
}


@media only screen and (max-width: 325px) {
    .ngg-info-icon {
        display: none !important;
    }
}


.tmp-queue {
    max-width: 50vw;
    margin: 100px auto;
    text-align: center;
}


.tmp-queue img {
    margin: auto;
    max-width: 200px;
}


.textCenter {
    text-align: center !important;
}


.jvHAZK {
    color: currentcolor;
    font-size: 12px;
    font-weight: 600;
    line-height: 18px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin: 0;
    font-weight: 700;
}



.p-style {
    color: currentcolor;
    font-size: 12px;
    line-height: 18px;
    -webkit-letter-spacing: 0px;
    -moz-letter-spacing: 0px;
    -ms-letter-spacing: 0px;
    letter-spacing: 0px;
    margin: 0;
    font-weight: 400;
}




.kLzDbN {
    color: currentcolor;
    font-size: 10px;
    line-height: 12px;
    -webkit-letter-spacing: 0.05em;
    -moz-letter-spacing: 0.05em;
    -ms-letter-spacing: 0.05em;
    letter-spacing: 0.05em;
    margin: 0;
    font-weight: 500;
}



.gNkFOZ {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
}




.gzcxbK {
    cursor: pointer;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: relative;
    outline: none;
    border-radius: 54px;
    font-family: inherit;
    color: #FFFFFF;
    background: #FF42A5;
    border: 0px;
    box-shadow: 0px 4px 4px rgba(0, 0, 0, 0.2);
    -webkit-backdrop-filter: blur(120px);
    backdrop-filter: blur(120px);
    gap: 4px;
    padding: 7px 16px;
    border-radius: 6px;
    font-weight: 600;
    font-size: 12px;
    line-height: 150%;
}


.gzcxbK:hover {
    background: #FF3392;
    color: #FFFFFF;
    border-color: undefined;
    border: undefined;
}


.gzcxbK:active {
    background: #FF42A5;
    color: #FFFFFF;
    border: 0px;
}


.gzcxbK:disabled, .gzcxbK:hover:disabled {
    cursor: default;
    color: rgba(255, 255, 255, 0.4);
    background: #565656;
    box-shadow: undefined;
    border-color: undefined;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    box-shadow: none;
    border: none;
}


.gzcxbK.more-cta {
    font-size: 14px;
    padding: 9px 27px;
    margin-left: auto;
    margin-right: auto;
}


@media only screen and (max-width: 768px) and (orientation: portrait) {
    .gzcxbK.more-cta {
        width: 100%;
    }
}



.bGipuw {
    margin-left: 4px;
}




.kOEdsQ {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: calc(var(--vw, 1vw) * 100);
    height: calc(var(--vh, 1vh) * 100);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.XTbUT {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.1);
}


.XTbUT:hover {
    background: rgba(255, 255, 255, 0.4);
}


@media only screen and (max-width: 767px) {
    .XTbUT {
        display: none;
    }
}


.gddXYN {
    display: flex;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    cursor: pointer;
    border: 0;
    padding: 0;
    width: 52px;
    height: 52px;
    border-radius: 50%;
    border: 1px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    background: rgba(255, 255, 255, 0.1);
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}


.gddXYN:hover {
    background: rgba(255, 255, 255, 0.4);
}


@media only screen and (max-width: 767px) {
    .gddXYN {
        display: none;
    }
}




.ffCsdY {
    position: relative;
    margin: 20px 20px 30px;
}


@media (min-width: 768px) and (max-width: 1023px) {
    .ffCsdY {
        margin: 24px 48px;
    }
}


@media (max-width: 767px) {
    .ffCsdY {
        margin: 0px 20px;
    }
}


.zQsKo {
    content-visibility: auto;
    display: flex;
    gap: 20px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
}


@media only screen and (max-width: 768px) and (orientation: portrait) {
    .zQsKo {

        flex-direction: column;
    }
}

.jWyHcX {
    margin: auto 0;
}


.jWyHcX h1 {
    color: rgba(255, 255, 255, 0.70);
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


.jWyHcX a {
    color: rgba(255, 255, 255, 0.6);
}


.jWyHcX a:hover {
    color: #fff;
}


.jWyHcX p {
    color: rgba(255, 255, 255, 0.60);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: 150%;
    margin-bottom: 20px;
}


.jWyHcX p:last-child {
    margin: 0px;
}


@media only screen and (max-width: 480px) {
    .jWyHcX {
        margin: 0;
    }

    .jWyHcX h1 {
        font-size: 16px;
    }

    .jWyHcX p {
        font-size: 13px;
    }
}

@media (max-width: 1023px) {
    .vOZUa {
        -webkit-order: 5;
        -ms-flex-order: 5;
        order: 5;
    }
}



.gXClrq {
    display: flex;
    gap: 14px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    padding: 0;
}


.gXClrq li {
    list-style: none;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}


@media only screen and (max-width: 767px) and (orientation: portrait) {
    .gXClrq li {
        -webkit-flex: 0 0 calc(50% - 5px);
        -ms-flex: 0 0 calc(50% - 5px);
        flex: 0 0 calc(50% - 5px);
    }
}


@media (max-width: 767px) {
    .gXClrq {
        margin-bottom: 20px;
        gap: 16px;
        display: grid;
        grid-template-columns: 1fr 1fr;
        grid-template-rows: auto;
    }
}


@media only screen and (max-width: 768px) and (orientation: portrait) {
    .gXClrq {
        margin-bottom: 20px;
        gap: 16px;
    }
}


.bhvWMA {
    background: rgba(255, 255, 255, 0.1);
    border-radius: 8px;
    padding: 8px 16px;
    font-size: 14px;
    line-height: 150%;
    color: #fff;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 6px;
    -webkit-text-decoration: none;
    text-decoration: none;
    border: 1px solid transparent;
}


@media only screen and (max-width: 768px) and (orientation: portrait) {
    .bhvWMA {
        padding: 4px 8px;
    }
}


.bhvWMA:hover {
    border-color: #FF42A5;
}


.bhvWMA span {
    display: inline-block;
    width: calc(100% - 30px);
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-weight:bold;
}


.bTzUid {
    position: absolute;
    right: auto;
    top: 45%;
    z-index: 2;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
    margin-right: 4px;
}


.bTzUid:hover {
    background: rgba(0, 0, 0, 0.4);
}


@media only screen and (max-width: 768px) {
    .bTzUid {
        display: block;
        border: 1px solid #ff42a5;
        background: #111111;
    }
}


@media only screen and (max-width: 767px) {
    .bTzUid {
        display: none;
    }
}


.hVmskZ {
    position: absolute;
    right: 0;
    top: 45%;
    z-index: 2;
    -webkit-transform: translateY(-100%) rotate(180deg);
    -ms-transform: translateY(-100%) rotate(180deg);
    transform: translateY(-100%) rotate(180deg);
    background: rgba(0, 0, 0, 0.2);
    box-shadow: 0px 4px 12px rgba(0, 0, 0, 0.16);
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    opacity: 0;
    pointer-events: none;
    margin-right: 4px;
}


.hVmskZ:hover {
    background: rgba(0, 0, 0, 0.4);
}


@media only screen and (max-width: 768px) {
    .hVmskZ {
        display: block;
        border: 1px solid #ff42a5;
        background: #111111;
    }
}


@media only screen and (max-width: 767px) {
    .hVmskZ {
        display: none;
    }
}


.jwULGK {
    max-width: 1100px;
    content-visibility: auto;
    margin: auto;
    list-style-type: none;
    margin-bottom: 50px;
    padding: 0;
}

.gUlLEn {
    border-radius: 8px;
    padding: 12px 16px;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    margin-bottom: 8px;
    background: rgba(102, 102, 102, 0.2);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    border: 1px solid rgba(255, 255, 255, 0.2);
}


.gUlLEn.collapsed {
    background: rgba(102, 102, 102, 0.2);
    border-color: transparent;
}


.gUlLEn.collapsed section {
    max-height: 0;
    margin-top: 0;
}


.gUlLEn:hover {
    background: rgba(102, 102, 102, 0.4);
    border-color: rgba(255, 255, 255, 0.2);
}


@media only screen and (max-width: 480px) {
    .gUlLEn p, .gUlLEn a {
        font-size: 12px;
    }
}


.gUlLEn h1 {
    font-size: 14px;
    font-weight: 600;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin: 0;
    cursor: pointer;
}


.gUlLEn section {
    margin-top: 8px;
    max-height: 300px;
    -webkit-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
    overflow: hidden;
    box-sizing: border-box;
}


.gUlLEn p, .gUlLEn a {
    font-style: normal;
    font-weight: 400;
    font-size: 14px;
    line-height: 150%;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.6);
}


.gUlLEn ul {
    list-style-type: disc;
}


.hRyaxo {
    margin-left: auto;
}



.main-content {
    background: linear-gradient(270deg, rgb(123, 76, 255) 0%, rgb(14, 164, 197) 99.48%);
}


@media only screen and (max-width: 768px) and (orientation: portrait) {
    .main-content .footer {
        padding-bottom: 88px;
    }
}



.all-index-content {
    display: grid;
    grid-template-columns: 3fr 1fr;
    /*gap: 24px;*/
    max-width: 1440px;
    margin: 0 auto;
}


@media (max-width: 1023px) {
    .all-index-content {
        display: flex;
        flex-direction: column;
    }

    .all-bg-content{
        display: flex;
        flex-direction: column;
    }
}
.all-bg-content{
    display: grid;
    max-width: 1440px;
    margin: 0 auto;
}


.iZqVQo {
    display: grid;
    width: 100%;
    overflow: hidden;
    row-gap: 24px;
    grid-column: 1;
}


@media (max-width: 1023px) {
    .iZqVQo {
        display: contents;
    }
}



.hPQPPA {
    position: sticky;
    top: 68px;
    height: calc(100vh - 98px);
    grid-column: 2;
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
}


@media (max-width: 1023px) {
    .hPQPPA {
        display: contents;
    }
}


.LVekw {
    border: 1px solid #FF20A8;
    backdrop-filter: blur(60px);
    border-radius: 16px;
    display: flex;
}


.LVekw .left-bg, .LVekw .right-bg {
    position: absolute;
    pointer-events: none;
    height: 50%;
    top: unset !important;
}


.LVekw .right-bg {
    height: 30%;
    right: 0;
    border-radius: 12px;
}


@media (max-width: 1023px) {
    .LVekw {
        position: relative;
        top: 0px;
        -webkit-order: 2;
        -ms-flex-order: 2;
        order: 2;
    }
}



.hmJtml {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 20px;
    overflow-x: auto;
}


@media (max-width: 1023px) {
    .hmJtml {
        order: -1;
    }
}


@media (max-width: 1023px) {
    .bmzHdX {
        -webkit-order: 1;
        -ms-flex-order: 1;
        order: 1;
    }
}

.cjcAoY {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 2px 10px 3px;
    padding: 10px;
    border-radius: 8px;
}


@media only screen and (max-width: 768px) {
    .cjcAoY {
        padding: 0 10px;
    }
}

.dBmKqt {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    margin-right: 24px;
}
.IEPHo {
    width: 80px;
    height: 48px;
    background-color: #333;
    border-radius: 4px;
    -webkit-animation: cDMFJR 1.5s infinite;
    animation: cDMFJR 1.5s infinite;
}

.fRzvlk {
    display: flex;
    gap: 40px;
}

.kreMut {
    width: 48px;
    height: 48px;
    border-radius: 50%;
    background-color: #333;
    -webkit-animation: cDMFJR 1.5s infinite;
    animation: cDMFJR 1.5s infinite;
}

.bXhtsi {
    width: 100%;
    margin: 0 auto;
    pointer-events: auto;
    background: linear-gradient(270deg, rgb(123, 76, 255) 0%, rgb(14, 164, 197) 99.48%);
}

.crHnBn {
    position: relative;
    z-index: 1;
    border-radius: 16px;
    color: white;
    gap: 0px;
    /*opacity: 0;*/
    width: 100%;
}


.crHnBn:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 16px;
    padding: 1px;
    background: linear-gradient(215deg, #FF20A8 0.93%, #A55795 10.58%, #A55795 32.34%, #5F6BB9 55.42%, #6575DB 60.18%, #6D83FF 60.18%);
    mask-composite: exclude;
}


@media (min-width: 1024px) {
    .crHnBn {
        width: 320px;
    }
}


@media (max-width: 1023px) {
    .margin-2{
        margin:2rem 0;
    }
}

.ccHxlm {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 16px;
}





.faGOEl {
    display: flex;
    height: 50px;
    padding: 0px 12px 0px 16px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-flex-shrink: 0;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
}




.hmxePi {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
    margin: 0;
    font-size: 16px;
    font-weight: bold;
}


.hmxePi::after {
    content: '';
    clear: both;
    height: 20px;
    width: 20px;
    display: block;
    background-size: 100%;
}




.erxOMC {
    width: 65px;
    height: 16px;
    color: rgba(255, 255, 255, 0.7);
    -webkit-text-decoration: none;
    text-decoration: none;
    font-size: 12px;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    z-index: 1;
    position: relative;
}


.erxOMC:hover {
    color: #fff;
}


.erxOMC:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}



.kSZHBm {
    position: relative;
    padding-right: 4px;
    padding-top: 4px;
}


@media (min-width: 1024px) {
    .kSZHBm {
        height: 100%;
    }
}




.enjxpD {
    display: flex;
    gap: 16px;
    overflow-x: auto;
    scroll-snap-type: x mandatory;
    padding: 16px;
    scroll-behavior: smooth;
}


@media (max-width: 480px) {
    .enjxpD {
        display: flex;
        padding: 0;
        margin: 16px 0px 16px 16px;
        align-items: flex-end;
        gap: 16px;
        align-self: stretch;
    }
}


@media (min-width: 481px) and (max-width: 1024px) {
    .enjxpD {
        display: grid;
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
        grid-auto-flow: column;
        overflow-x: auto;
        margin: 16px 0px 0px 16px;
        padding: 0;
    }
}


@media (min-width: 1024px) {
    .enjxpD {
        display: flex;
        flex-direction: column;
        gap: 16px;
        overflow-y: auto !important;
    }

    .enjxpD::-webkit-scrollbar {
        width: 3px !important;
        display: block !important;
        background-color: transparent !important;
    }

    .enjxpD::-webkit-scrollbar-thumb {
        background-color: rgba(255, 255, 255, 0.20) !important;
        border-radius: 4px !important;
        border: 0.5px solid rgba(255, 255, 255, 0.20) !important;
    }

    .enjxpD::-webkit-scrollbar-track {
        background: transparent !important;
    }
}



.eWcGqa {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-text-decoration: none;
    text-decoration: none;
    cursor: pointer;
    position: relative;
    z-index: 2;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    -webkit-scroll-snap-align: start;
    -moz-scroll-snap-align: start;
    -ms-scroll-snap-align: start;
    scroll-snap-align: start;
    -webkit-transition: -webkit-transform 0.3s ease, box-shadow 0.3s ease;
    -webkit-transition: transform 0.3s ease, box-shadow 0.3s ease;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    border-radius: 8px;
}


.eWcGqa .image-container {
    width: 64px;
    height: 64px;
    min-width: 80px;
    min-height: 80px;
    position: relative;
    overflow: hidden;
    border-radius: 12px;
}


@media (min-width: 1024px) {
    .eWcGqa .image-container {
        width: 80px;
        height: 80px;
        min-width: 80px;
        min-height: 80px;
        overflow: hidden;
    }
}


.eWcGqa .image-container img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    -webkit-transition: -webkit-transform 0.2s ease;
    -webkit-transition: transform 0.2s ease;
    transition: transform 0.2s ease;
}


.eWcGqa:hover .image-container img {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}


.eWcGqa:hover .play-button {
    -webkit-animation: ckuoxv 0.3s ease forwards;
    animation: ckuoxv 0.3s ease forwards;
}




.kHzYSQ {
    position: absolute;
    top: 25px;
    right: 0;
    bottom: 0;
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    color: white;
    padding: 0 16px;
    font-size: 14px;
    white-space: nowrap;
    -webkit-transform: translateX(-350%);
    -ms-transform: translateX(-350%);
    transform: translateX(-350%);
    -webkit-transition: -webkit-transform 0.3s ease;
    -webkit-transition: transform 0.3s ease;
    transition: transform 0.3s ease;
    z-index: 10;
}


@media (max-width: 1023px) {
    .kHzYSQ {
        display: none;
    }
}


.kHzYSQ img {
    width: 48px;
    height: 48px;
}




.eTsAZU {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: flex-start;
    -webkit-box-align: flex-start;
    -ms-flex-align: flex-start;
    align-items: flex-start;
    gap: 4px;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    width: 140px;
}


@media (max-width: 767px) {
    .eTsAZU {
        max-width: 140px;
        width: auto;
    }
}




.gJEmHh {
    overflow: hidden;
    color: rgba(255, 255, 255, 0.80);
    text-overflow: ellipsis;
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    line-height: 150%;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}




.doVUQD {
    display: flex;
    padding: 4px 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
    border-radius: 8px;
    border: 1px solid rgba(255, 255, 255, 0.10);
    border: 1px solid color(display-p3 1 1 1 / 0.10);
    background: rgba(0, 0, 0, 0.20);
    background: color(display-p3 0 0 0 / 0.20);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
}


.dpLcal {
    display: flex;
    padding: 16px 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 16px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    align-self: stretch;
}


@media (min-width: 1024px) {
    .dpLcal {
        display: none;
    }
}



.cEwnYB {
    position: relative;
    z-index: 2;
    width: 12px;
    height: 12px;
    border-radius: 50%;
    border: none;
    outline: none;
    padding: 0;
    background-color: #FFD700;
    cursor: pointer;
}




.TyIoq {
    display: none;
}


@media (min-width: 1024px) {
    .TyIoq {
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0px;
        display: flex;
        height: 60px;
        padding: 0px 16px;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
        background: radial-gradient(30.88% 73.66% at 95.6% 100%, rgba(105, 126, 250, .3) 0%, rgba(105, 126, 250, 0) 100%), radial-gradient(19.71% 62.2% at 0% 0%, rgb(255 32 168 / 70%) 0%, rgba(255, 32, 168, 0) 100%), rgba(0, 0, 0, 0.2);
        -webkit-backdrop-filter: blur(8px);
        backdrop-filter: blur(8px);
        -webkit-backdrop-filter: blur(8px);
        z-index: 10;
    }
}



.fzKEsm {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    /*-webkit-box-align: flex-start;*/
    /*-ms-flex-align: flex-start;*/
    align-items: flex-start;
    -webkit-flex: 1 0 0;
    -ms-flex: 1 0 0;
    flex: 1 0 0;
    z-index: 2;
}


@media (max-width: 1023px) {
    .gjEOaY {
        -webkit-order: 9;
        -ms-flex-order: 9;
        order: 9;
    }
}


.eJrKVD {

    display: flex;
    -webkit-box-pack: justify;
    justify-content: space-between;
    border-bottom: 1px solid rgba(255, 255, 255, 0.1);
    margin-bottom: 20px;
}


.eJrKVD h1 {
    color: rgba(255, 255, 255, 0.9);
    font-size: 20px;
    font-style: normal;
    font-weight: 600;
    line-height: 150%;
}


.eJrKVD a.view-all-btn {
    display: flex;
    position: relative;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: rgba(255, 255, 255, 0.7);
    gap: 8px;
    font-size: 12px;
    font-weight: 600;
    line-height: 150%;
    text-align: center;
    cursor: pointer;
    -webkit-text-decoration: none;
    text-decoration: none;
}


.eJrKVD a.view-all-btn:hover {
    color: #fff;
}


.eJrKVD a.view-all-btn::after {
    content: "";
    position: absolute;
    width: 100%;
    height: 1px;
    bottom: 8px;
    left: 0;
    background-color: currentColor;
    -webkit-transform: scaleX(0);
    -ms-transform: scaleX(0);
    transform: scaleX(0);
    -webkit-transition: -webkit-transform 0.3s ease-in-out;
    -webkit-transition: transform 0.3s ease-in-out;
    transition: transform 0.3s ease-in-out;
}


.eJrKVD a.view-all-btn:hover::after {
    -webkit-transform: scaleX(1);
    -ms-transform: scaleX(1);
    transform: scaleX(1);
}



@media (max-width: 1023px) {
    .lkjcml {
        -webkit-order: 10;
        -ms-flex-order: 10;
        order: 10;
    }
}




.gSzhSP {
    position: sticky;
    top: 0px;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    z-index: 3;
    -webkit-box-pack: justify;
    justify-content: space-between;
    gap: 16px;
    color: rgba(255, 255, 255, 0.8);
    background: linear-gradient(215deg, #FF20A8 0.93%, #A55795 10.58%, #A55795 32.34%, #5F6BB9 55.42%, #6575DB 60.18%, #6D83FF 60.18%);
    padding: 18px 16px 18px 36px;
}


.gSzhSP i {
    cursor: pointer;
}


.gSzhSP.home {
    padding-top: 0;
    padding-bottom: 0;
}


@media only screen and (max-width: 1032px) {
    .gSzhSP.home {
        padding-top: 0;
        padding-bottom: 0;
    }
}


.gSzhSP .header-search {
    position: relative;
    transform: none;
    left: auto;
    top: auto;
    flex: 0 0 min(35%, 400px);
    margin-top: auto;
    margin-bottom: auto;
    margin-right: auto;
}


.gSzhSP::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backdrop-filter: blur(60px);
    backdrop-filter: blur(60px);
}


@media only screen and (max-width: 1032px) {
    .gSzhSP {
        padding: 20px 24px;
    }

    .gSzhSP > div {
        z-index: 1;
        display: flex;
        -webkit-align-items: center;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}


@media only screen and (max-width: 768px) {
    .gSzhSP {
        padding-left: 16px;
        padding-right: 16px;
    }
}



.ftsFOF {
    top: 0;
    display: flex;
    gap: 8px;
    z-index: 1;
    position: relative;
    width: fit-content;
    -webkit-box-align: center;
    align-items: center;
}


@media only screen and (max-width: 981px) and (orientation: portrait),(orientation: landscape) and (max-height: 575.98px) {
    .ftsFOF .icon-info {
        display: none;
    }
}



.menu-btn-content {
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 8px;
}

.btn-info {
    display: flex;
    height: 40px;
    padding-right: 0px;
    -webkit-box-align: center;
    align-items: center;
    gap: 8px;
    border-radius: 120px;
    margin-right: 3px;
    align-self: center;
    cursor: pointer;
    position: relative;
}

.bLZOoa {
    display: grid;
    gap: 24px;
}


@media (min-width: 1281px) {
    .bLZOoa.top {
        grid-template-columns:repeat(9, minmax(0, 1fr));
        grid-template-rows: repeat(2, auto);
    }

    .bLZOoa.popular {
        grid-template-columns: repeat(6, 1fr);
    }

    .bLZOoa.more {
        grid-template-columns: repeat(8, minmax(0, 1fr));
    }
}


@media (min-width: 768px) and (max-width: 1280px) {
    .bLZOoa.top {
        grid-template-columns:repeat(6, minmax(0, 1fr));
        grid-template-rows: repeat(2, auto);
    }

    .bLZOoa.popular {
        grid-template-columns: repeat(5, minmax(0, 1fr));
    }

    .bLZOoa.more {
        grid-template-columns: repeat(6, minmax(0, 1fr));
    }
}


@media (min-width: 481px) and (max-width: 767px) {
    .bLZOoa {
        gap: 12px;
    }

    .bLZOoa.top {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-template-rows: repeat(2, auto);
    }

    .bLZOoa.popular {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .bLZOoa.more {
        grid-template-columns: repeat(6, minmax(0, 1fr));
        grid-template-rows: repeat(2, auto);
    }
}


@media (max-width: 480px) {
    .bLZOoa {
        gap: 12px;
    }

    .bLZOoa.top {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
    }

    .bLZOoa.popular {
        grid-template-columns: repeat(2, 1fr);
        grid-template-rows: repeat(2, auto);
    }

    .bLZOoa.more {
        grid-template-columns: repeat(3, 1fr);
        grid-template-rows: repeat(3, auto);
    }
}

.hozgwG {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    /*-webkit-box-align: flex-start;*/
    /*-ms-flex-align: flex-start;*/
    align-items: flex-start;
    gap: 8px;
    -webkit-text-decoration: none;
    text-decoration: none;
    width: 100%;
    position: relative;
}


.brgBxE {
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
    border-radius: 8px;
}


@media (max-width: 767px) {
    .brgBxE {
        position: absolute;
        top: 0;
        left: 0;
        height: 100%;
        padding-top: 0;
    }
}

.kVDvmG {
    position: relative;
    width: 100%;
    border-radius: 8px;
    overflow: hidden;
    box-shadow: 0 2px 10px 0 rgba(0, 0, 0, 0.1);
}


.kVDvmG:hover {
    border-radius: 8px;
    overflow: hidden !important;
    border: 2px solid #FF0096;
    background: linear-gradient(180deg, #000 0%, rgba(0, 0, 0, 0.70) 100%);
    background: linear-gradient(180deg, color(display-p3 0 0 0 / 0.00) 0%, color(display-p3 0 0 0 / 0.70) 100%);
    box-shadow: 0px 0px 20px 0px #FF0094 inset;
}

@media (max-width: 767px) {
    .kVDvmG {
        height: auto;
        border-radius: 4px;
        padding-bottom: 100%;
    }

    .latest-icon{
        width: 60px!important;
        height: 60px!important;
    }
}

.fqFtDb {
    position: absolute;
    top: 0;
    border-radius: 8px 0px;
    border: 1px solid rgba(255, 255, 255, 0.1);
    background: rgba(0, 0, 0, 0.8);
    -webkit-backdrop-filter: blur(12px);
    backdrop-filter: blur(12px);
    font-size: 12px;
    display: flex;
    padding: 4px 8px;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    gap: 4px;
}


@media (max-width) {
    .fqFtDb {
        left: -2px;
        top: -2px;
    }
}


.fqFtDb img {
    width: 12px;
    height: 12px;
}


@media (min-width: 1024px) {
    .fqFtDb {
        display: none;
        top: 0;
        left: 0;
        -webkit-box-pack: center;
        -webkit-justify-content: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-radius: 8px 0px;
        border: 1px solid rgba(255, 255, 255, 0.1);
    }

    .game-main-ontent:hover .game-main-ontent-item {
        display: flex;
    }
}



.lgIdsz {
    color: color(display-p3 1 1 1 / 0.80);
    font-size: 14px;
    font-style: normal;
    font-weight: bold;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}



.FzdRW {
    position: absolute;
    right: 1px;
    top: -3px;
}


.FzdRW:hover + .recommendation-desc {
    display: block;
}




.XnCOa {
    position: absolute;
    padding: 8px 12px;
    border-radius: 24px;
    display: none;
    top: -37px;
    right: -37px;
}



@media (max-width: 1023px) {
    .MbtLG {
        -webkit-order: 3;
        -ms-flex-order: 3;
        order: 3;
    }
}



@media (max-width: 1023px) {
    .gqfTAI {
        -webkit-order: 4;
        -ms-flex-order: 4;
        order: 4;
    }
}


.gqfTAI .show-more-btn {
    position: relative;
    width: 160px;
    height: 40px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
    padding: 9.5px 24px 9.5px 24px;
    gap: 4px;
    opacity: 0px;
    color: white;
    background: transparent;
    margin-top: 24px;
    border: none;
    margin-left: 2px;
}


.gqfTAI .show-more-btn:before {
    content: "";
    position: absolute;
    top: -1px;
    left: -1px;
    right: -1px;
    bottom: -1px;
    border-radius: 6px;
    border: 1px solid #FF42A5;
}


.gqfTAI .show-more-btn:hover::before {
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-width: 2px;
    box-shadow: 0px 8px 16px 0px rgba(0, 0, 0, 0.1);
}


@media (max-width: 767px) {
    .gqfTAI .show-more-btn {
        margin: 24px auto 0px auto;
    }
}





@media (max-width: 1023px) {
    .bQhmyB {
        -webkit-order: 7;
        -ms-flex-order: 7;
        order: 7;
    }
}



.gvMacP {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    gap: 24px;
    max-width: 1200px;
    margin: 0 auto;
}


@media (min-width: 480px) {
    .gvMacP {
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}





.fesODq {
    overflow: hidden;
    -webkit-text-decoration: none;
    text-decoration: none;
    border-radius: 12px;
    background: rgba(255, 255, 255, 0.05);
    box-shadow: 0px 4px 16px 0px rgba(0, 0, 0, 0.08);
    border: 1px solid transparent;
    -webkit-transition: border-color 0.3s ease;
    transition: border-color 0.3s ease;
}


.fesODq:hover {
    border-color: #FF42A5;
}


@media (min-width: 480px) {
    .fesODq {
        -webkit-flex: 1;
        -ms-flex: 1;
        flex: 1;
    }
}


.fesODq:nth-child(n + 5) {
    display: none;
}


.fesODq .image-container {
    width: 100%;
    border-radius: 12px;
    overflow: hidden;
    border: 0.912px solid rgba(255, 255, 255, 0.1);
    box-shadow: 0px 4px 16px rgba(0, 0, 0, 0.08);
}





.jRuHBs {
    padding: 10px 16px;
}



.cBdOIm {
    margin: 0;
    font-size: 16px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 1.5em;
    max-height: 3em;
    overflow: hidden;
    text-overflow: ellipsis;
}




.ciziUy {
    background: linear-gradient(270deg, rgb(123, 76, 255) 0%, rgb(14, 164, 197) 99.48%);
    color: #fff;
    /*overflow: auto;*/
    position: relative;
}


.KGrAb {
    display: flex;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    width: 207px;
    margin: 0 16px;
    cursor: pointer;
}




.hVUUyG {
    width: 212px;
    font-weight: 500;
    font-size: 14px;
    margin-bottom: 0;
    margin-top: 8px;
    white-space: initial;
}




.elhVQo {
    position: relative;
    border-radius: 8px;
    height: 337px;
    overflow: hidden;
}





.jZBivD {
    height: 270px;
    display: block;
}


.jZBivD:hover ~ .hover {
    opacity: 1;
}



.VHEbE {
    display: flex;
    -webkit-align-items: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    background: rgba(0, 0, 0, 0.5);
    opacity: 0;
    pointer-events: none;
    border: 1px solid #FF42A5;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    border-radius: 8px;
}


.VHEbE:before {
    content: '';
    position: absolute;
    width: 40px;
    height: 40px;
    background: #ff42a5;
    border-radius: 50%;
}


.VHEbE:after {
    content: '';
    width: 0;
    height: 0;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 12px solid white;
    z-index: 2;
    position: absolute;
    margin-left: 4px;
}

.hIfipl {
    width: 100%;
    overflow: hidden;
}


@media (max-width: 1023px) {
    .hIfipl {
        -webkit-order: 6;
        -ms-flex-order: 6;
        order: 6;
    }
}


.kfNCdF {
    display: flex;
    overflow-x: scroll;
    -webkit-scroll-behavior: smooth;
    -moz-scroll-behavior: smooth;
    -ms-scroll-behavior: smooth;
    scroll-behavior: smooth;
    -webkit-scroll-snap-type: x mandatory;
    -moz-scroll-snap-type: x mandatory;
    /*-ms-scroll-snap-type: x mandatory;*/
    scroll-snap-type: x mandatory;
    -webkit-overflow-scrolling: touch;
    white-space: nowrap;
}




.dbjoPI {
    overflow-y: scroll;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    align-self: stretch;
    margin-top: 12px;
    margin-bottom: 10px;
}


.dbjoPI .empty-tiles {
    border: 1px dashed rgba(255, 255, 255, 0.2);
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    height: 48px;
    background: none;
    pointer-events: none;
}


@media only screen and (max-width: 768px) {
    .dbjoPI .empty-tiles {
        display: none;
    }
}

@-webkit-keyframes cDMFJR {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.6;
    }
}


@keyframes cDMFJR {
    0% {
        opacity: 0.6;
    }

    50% {
        opacity: 0.3;
    }

    100% {
        opacity: 0.6;
    }
}

@-webkit-keyframes iMcuwv {
    0% {
        top: -159px;
        left: -58px;
        opacity: 1;
    }

    10% {
        top: 168px;
        left: -58px;
        opacity: 1;
    }

    100% {
        top: -29px;
        left: 138px;
        opacity: 0;
    }
}


@keyframes iMcuwv {
    0% {
        top: -159px;
        left: -58px;
        opacity: 1;
    }

    10% {
        top: 168px;
        left: -58px;
        opacity: 1;
    }

    100% {
        top: -29px;
        left: 138px;
        opacity: 0;
    }
}



.search-box {
    background: rgb(47 157 201 / 80%);
    padding: 8px;
    display: flex;
    align-items: center;
    border-radius: 12px;
}

.search-box::before {
    content: "";
    position: absolute;
    inset: -2px;
    border-radius: inherit;
    background: linear-gradient(270deg, rgb(123, 76, 255) 0%, rgb(14, 164, 197) 99.48%);
    z-index: -1;
}

.eIwqWm {
    cursor: pointer;
    width: 16px;
    height: 16px;
    flex-shrink: 0;
}

.eIwqWm img {
    width: 16px;
    height: 16px;
}


.search-input {

    font-size: 14px;
    font-style: normal;
    margin: 0;
    font-weight: 400;

    font-family: inherit;
    width: 100%;
    padding: 0 10px;
    border: 0;
    outline: none;
    background: transparent;
    line-height: 24px;
    color: rgb(255, 255, 255);

}

.jlZZBY {
    color: rgb(255, 255, 255);
    display: flex;
    height: 44px;
    -webkit-box-align: center;
    align-items: center;
    flex-wrap: wrap;
    font-size: 20px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%;
}

.kTRDsR {
    border-left: 1px solid rgba(255, 255, 255, 0.1);
    height: 44px;
}

.hqiDGs {
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    gap: 16px;
    flex: 1 0 0;
}

.latest-icon {
    width: 100px;
    height: 100px;
    border-radius: 50%;
    cursor: pointer;
}

.game-img {
    width: 100%;
}

.footer-info{
    text-align: center;
    font-size: 15px;
    font-weight: bold;
    margin: 2rem auto;
}
.footer-info a{
    margin-right:1.5rem;
}

a{
    text-decoration: auto;
}

.home{
    min-height:64px
}

.menu-content {
    background: #1c1c1cc2;
    width: 100%;
    height: 100%;
    position: fixed;
    left: 0px;
    top: 0px;
    display: flex;
    flex-direction: row-reverse;
    z-index: 20;
    color: rgb(255, 255, 255);
    animation-name: iUturM;
    animation-duration: 0.5s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.menu-close {
    display: flex;
    flex-direction: column;
    transform: translate(44px, 4px);
    animation-name: jksuAm;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.close-item {
    padding: 8px;
    color: rgba(255, 255, 255, 0.7);
    cursor: pointer;
    border-radius: 8px;
    height: 40px;
    width: 40px;
}

.mobile-menu-info {
    width: 348px;
    display: flex;
    flex-direction: column;
    padding: 60px 0 20px 20px;
    background: rgb(218 0 255 / 32%);
    backdrop-filter: blur(60px);
    border: 1px solid rgba(255, 255, 255, 0.1);
    animation-name: ghXvKC;
    animation-duration: 0.3s;
    animation-timing-function: ease-out;
    animation-fill-mode: forwards;
}

.mobile-menu-title{
    font-size: 2rem;
    font-weight: bold;
}

.menu-main-info {
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 100%;
    height: 100%;
}

.menu-cate-list {
    padding-top: 20px;
    gap: 16px;
    display: flex;
    flex-direction: column;
    overflow: auto;
    width: 100%;
    height: 100%;
    padding-right: 16px;
}

.cate-divider {
    width: 100%;
    border-bottom: 2px solid;
    border-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.1) 25.52%, rgba(255, 255, 255, 0.1) 75%, rgba(255, 255, 255, 0) 100%) 1 / 1 / 0 stretch;
    margin: 4px 0;
}

.cate-item .header {
    margin-bottom: 8px;
}

.cate-item-info {
    display: flex;
    gap: 8px;
    cursor: pointer;
    align-items:center;
}
.cate-item-title {
    font-size: 20px;
    font-weight: bold;
    line-height: 32px;
    letter-spacing: 0;
    margin: 0;
    color:#fff;
}

.cate-item-info svg {
    transform: rotate(-90deg);
    margin: 0px;
    transition: 300ms ease-out;
}

.about-info{
    display:flex;
}

.about-info p{
    margin-right:10px;
    font-size:15px;
    font-weight:bold;
}

.back_to_top {
    position: fixed;
    right: 2rem;
    bottom: 11rem;
    z-index: 1000;
    height: 5rem;
    width: 5rem;
    box-shadow: 0 0 28px #0000009c;
    cursor: pointer;
    display: flex;
    background: linear-gradient(270deg, rgb(156 60 213) 0%, rgb(237 72 72) 100%);
    border-radius: 40px;
    padding: 5px 10px;
    font-weight: bold;
    font-size: large;
    color: #fff;
    align-items: center;
    justify-content: center;
}

.back_to_top img {
    width: 65%;
    height: 65%;
}

.width-100{
    width:100%;
}

.detail-content{
    width: 100%;
    max-width: 960px;
    margin: 2rem auto;
    background: #26a5c9;
    border-radius: 20px;
    text-align: center;
}

.game-play-btn{
    width: 50%;
    font-size: 30px;
    font-weight: bold;
    margin: 1rem auto;
    padding: 1rem 1rem;
    background: #2754cf;
    color: #fff;
    border-radius: 20px;
    border: none;
}

.game-desc{
    width: 100%;
    margin: 2rem auto;
    background: #26a5c9;
    border-radius: 20px;
    padding: 10px;
}

.desc-title{
    font-size:30px;
    color:#fff;
    font-weight:bold;
}

.desc-info{
    font-size:15px;
    color:#fff;
}


.detail-image-icon{
    text-align:center;
    margin:1rem auto;
}

.detail-image-icon img{
    width:250px;
    border-radius: 12px;
    margin:1rem auto;
}

@media screen and (max-width: 768px) {
    #description_view{
        word-break:break-all;
        display:-webkit-box;
        -webkit-line-clamp:12;
        -webkit-box-orient:vertical;
        overflow:hidden;
    }
}

@media screen and (min-width: 768px) {
    .desc-btn{
        display:none!important;
    }
}

.desc-btn{
    border: solid 1px #d3d3d3;
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding: 5px 10px;
    border-radius: 8px;
    background: #2754cf;
    font-size: 1.5rem;
    margin: 1rem 0;
}

.detail-game-title{
    font-size:25px;
    font-weight:bold;
    width:100%;
    margin:1rem auto;
    text-align:center;
}


.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;
}