:root{--default-font-size: 1rem;--heading-1: calc(var(--default-font-size) * 3.75);--heading-2: calc(var(--default-font-size) * 3);--heading-3: calc(var(--default-font-size) * 2);--heading-4: calc(var(--default-font-size) * 1.5);--heading-5: calc(var(--default-font-size) * 1.25)}@media screen and (max-width: 1199px){:root{--default-font-size: calc(1rem - 1px) }}@media screen and (max-width: 767px){:root{--heading-1: calc(var(--default-font-size) * 2.75);--heading-2: calc(var(--default-font-size) * 2.25);--heading-3: calc(var(--default-font-size) * 1.5);--heading-4: calc(var(--default-font-size) * 1.25)}}h1,h2,h3,h4,h5,h6,p{margin:0}ul{list-style:none;padding:0;margin:0}a{text-decoration:none;color:inherit;transition:all .3s ease-in-out}a.line-effect{position:relative}a.line-effect:before{content:"";position:absolute;bottom:-3px;left:0;width:0%;height:2px;background:var(--input-color, #31a8b7);transition:all .3s ease-in-out;border-radius:8px}a.line-effect:hover:before{width:100%}.btn{font-size:var(--heading-4);line-height:34px;min-width:267px;position:relative;transition:all .3s ease-in-out;overflow:hidden;z-index:1}@media screen and (max-width: 1199px){.btn{min-width:237px}}.btn:before{content:"";position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:calc(100% - 2px);height:calc(100% - 2px);border:1px solid #fff;border-radius:8px;transition:all .3s ease-in-out;visibility:visible;opacity:1}.btn:after{content:"";position:absolute;top:0;left:-105%;width:100%;height:100%;background:#0000001a;transform:skew(-25deg);transition:all .5s ease-in-out;z-index:-1}.btn:hover{transform:scale(1.025);box-shadow:0 5px 15px #00000040;background-color:#0099ac;border-color:var(--bs-btn-border-color)}.btn:hover:before{visibility:hidden;opacity:0}.btn:hover:after{left:105%}.section-title{font-size:var(--heading-1);font-weight:700;line-height:70px}@media screen and (max-width: 1199px){.section-title{line-height:65px}}@media screen and (max-width: 767px){.section-title{line-height:50px}}.heading-3{font-size:var(--heading-3);line-height:30px;font-weight:700}.heading-4{font-size:var(--heading-4);line-height:30px;font-weight:700}.heading-5{font-size:var(--heading-5);line-height:30px;font-weight:700}.cursor-pointer{cursor:pointer}section.have-padding{padding:80px 0}@media screen and (max-width: 1199px){section.have-padding{padding:70px 0}}@media screen and (max-width: 991px){section.have-padding{padding:60px 0}}@media screen and (max-width: 767px){section.have-padding{padding:50px 0}}@media screen and (max-width: 575px){section.have-padding{padding:40px 0}}section.have-padding-sm{padding:60px 0 90px}@media screen and (max-width: 1199px){section.have-padding-sm{padding:50px 0 80px}}@media screen and (max-width: 991px){section.have-padding-sm{padding:40px 0 70px}}@media screen and (max-width: 767px){section.have-padding-sm{padding:30px 0 55px}}.game-card{--space: 20px}@media screen and (max-width: 1199px){.game-card{--space: 15px}}.game-card:hover .game-img{transform:scale(1.025) rotate(.5deg);transition:all .3s ease-in-out}.game-card:hover .game-content .content:before{opacity:1}.game-card:hover .game-content .content .game-title{bottom:calc(var(--space) * 2)}.game-card:hover .game-content .content .view-link{opacity:1;visibility:visible}.game-card .game-img{height:330px;object-fit:cover;object-position:center;transition:all .3s ease-in-out}@media screen and (max-width: 1399px){.game-card .game-img{height:290px}}@media screen and (max-width: 1199px){.game-card .game-img{height:250px}}.game-card .game-content .content{background:linear-gradient(180deg,#0000 40%,#000)}.game-card .game-content .content:before{content:"";position:absolute;top:0;left:0;width:100%;height:100%;transition:all .3s ease-in-out;background:linear-gradient(179.69deg,#0000 48.35%,#31a8b7 90.56%);opacity:0}.game-card .game-content .content .game-title{left:var(--space);bottom:calc(var(--space) - 7px);transition:all .3s ease-in-out;padding-right:var(--space);line-height:25px}.game-card .game-content .content .view-link{bottom:calc(var(--space) - 7px);left:var(--space);transition:all .3s ease-in-out;opacity:0;visibility:hidden}.game-card .game-content .content .view-link svg{animation:arrowMove 1s infinite;transition:transform .3s ease-in-out}.range_custom_thumb{-webkit-appearance:none;height:0px}.range_custom_thumb::-webkit-slider-thumb{-webkit-appearance:none;-moz-appearance:none;appearance:none;width:52px;height:52px;background:var(--range-custom-thumb-url) no-repeat center center;background-size:contain;cursor:pointer}.range_custom_thumb ::-moz-range-thumb{width:52px;height:52px;background:var(--range-custom-thumb-url) no-repeat center center;background-size:contain;cursor:pointer}.swiper-pagination{--swiper-pagination-bullet-opacity: 1;--swiper-pagination-bullet-inactive-opacity: 1;display:flex;align-items:center;justify-content:space-between;z-index:-1}.swiper-pagination .swiper-pagination-bullet{background-color:#31a8b7;width:6px;height:6px;border-radius:1000%}@keyframes bounce{0%,to{transform:translateY(-1.5%);animation-timing-function:cubic-bezier(.4,0,1,1)}50%{transform:none;animation-timing-function:cubic-bezier(0,0,.2,1)}}.animate-bounce{animation:bounce 2.5s infinite}@keyframes slide{0%{transform:translate(0)}to{transform:translate(-100%)}}.animate-slide{animation:slide 60s linear infinite;animation-direction:normal}@keyframes shake{0%{transform:translate(0) scale(1)}20%{transform:translate(-3px) scale(1.025)}40%{transform:translate(3px) scale(1.05)}60%{transform:translate(-3px) scale(1.1)}80%{transform:translate(3px) scale(1.1)}to{transform:translate(0) scale(1.1)}}@keyframes arrowMove{0%{transform:translate(0);animation-timing-function:cubic-bezier(.175,.885,.32,1.275)}50%{transform:translate(5px);animation-timing-function:linear}to{transform:translate(0);animation-timing-function:cubic-bezier(1,0,0,1)}}.arrow_move{animation:arrowMove 1s infinite}:target{scroll-margin-top:70px}html{scroll-behavior:initial}body{font-size:var(--default-font-size);background-color:#000;color:#fff}.page-heading-section{padding-top:160px;padding-bottom:55px;background-size:cover;background-position:center;background-repeat:no-repeat;--calculated-margin: 130px}@media screen and (max-width: 767px){.page-heading-section{padding-top:120px;padding-bottom:40px}}@media screen and (max-width: 1199px){.page-heading-section{--calculated-margin: 110px}}@media screen and (max-width: 767px){.page-heading-section{--calculated-margin: 90px}}@media screen and (max-width: 575px){.page-heading-section{--calculated-margin: 60px}}.page-heading-section .section-title{margin-top:var(--calculated-margin)}.page-heading-section .custom-breadcrumb{margin-bottom:var(--calculated-margin)}.page-heading-section .custom-breadcrumb a.active{color:#31a8b7;pointer-events:none}.page-heading-section .custom-breadcrumb a:hover{color:#31a8b7}.navbar{position:fixed;top:0;left:0;width:100%;background-color:transparent;transition:all .3s ease-in-out;z-index:1000}.navbar.dark-bg{background-color:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.bg-blur{background-color:#00000040;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.sticky{background-color:#000000bf;-webkit-backdrop-filter:blur(10px);backdrop-filter:blur(10px)}.navbar.sticky .nav-logo{width:60px}@media screen and (max-width: 767px){.navbar.sticky .nav-logo{width:55px}}.navbar .custom-toggler{width:30px;height:24px;position:relative;background:none;border:none;padding:0}.navbar .custom-toggler:focus{box-shadow:none}.navbar .custom-toggler .toggler-line{width:100%;height:2px;background-color:#fff;position:absolute;left:0;transition:all .3s ease}.navbar .custom-toggler .toggler-line.line-1{top:0}.navbar .custom-toggler .toggler-line.line-2{top:50%;transform:translateY(-50%)}.navbar .custom-toggler .toggler-line.line-3{bottom:0}.navbar .custom-toggler.active .line-1{transform:translateY(11px) rotate(45deg)}.navbar .custom-toggler.active .line-2{opacity:0}.navbar .custom-toggler.active .line-3{transform:translateY(-11px) rotate(-45deg)}.navbar .nav-logo{transition:all .3s ease-in-out;width:80px}@media screen and (max-width: 767px){.navbar .nav-logo{width:60px}}.navbar .navbar-nav{gap:80px}@media screen and (max-width: 992px){.navbar .navbar-nav{gap:40px}}@media screen and (max-width: 767px){.navbar .navbar-nav{gap:5px;margin-bottom:10px}}.navbar .navbar-nav .nav-link{color:#fff;font-weight:500;font-size:calc(var(--default-font-size) + 2px);line-height:23px;border:1px solid transparent;border-radius:4px;padding:3px 10px;transition:all .3s ease-in-out;box-shadow:none}.navbar .navbar-nav .nav-link:hover{color:#31a8b7;border:1px solid #31a8b7;transition:all .3s ease-in-out}.navbar .navbar-nav .nav-link.active,.navbar .navbar-nav .nav-link.show{color:#31a8b7;border:1px solid #31a8b7}.navbar .navbar-nav .dropdown .dropdown-toggle svg{width:14px;height:14px}.navbar .navbar-nav .dropdown .dropdown-toggle:after{display:none}.navbar .navbar-nav .dropdown .dropdown-menu{padding:0;overflow:hidden;margin-top:10px}.navbar .navbar-nav .dropdown .dropdown-menu li:not(:last-child){border-bottom:1px solid #c3f8ff}.navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item{font-size:var(--default-font-size);line-height:20px;padding:10px 12px;color:#31a8b7;transition:all .3s ease-in-out}.navbar .navbar-nav .dropdown .dropdown-menu li .dropdown-item:hover{color:#fff;background-color:#31a8b7}main.home-page #showcase{background:linear-gradient(149deg,#0000004d,#00000045),var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat}@media screen and (min-width: 992px){main.home-page #showcase{height:calc(100vh + -0px);display:flex;align-items:center}}@media screen and (max-width: 991px){main.home-page #showcase{padding-top:150px;padding-bottom:90px}}@media screen and (max-width: 767px){main.home-page #showcase{padding-top:120px;padding-bottom:60px}}main.home-page #showcase .left-content{max-width:610px}main.home-page #showcase .section-title{margin-bottom:32px}main.home-page #showcase p{font-size:var(--heading-5);line-height:28px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}main.home-page #showcase .explore_btn{margin-top:40px}main.home-page #showcase .showcase-r-div{max-width:510px;margin-left:auto}main.home-page #showcase .showcase-r-div .fire-animation{top:calc(6rem - 10px);left:calc(50% - 4px);height:13rem}main.home-page #showcase .social-links{right:2rem!important}main.home-page #showcase .social-links svg{fill:#a9a9a9;width:20px;height:20px;transition:all .3s ease-in-out}main.home-page #showcase .social-links svg:hover{transform:scale(1.2);fill:#31a8b7}main.home-page #feature-game{background:linear-gradient(180deg,#0000 29.36%,#000 94.35%),var(--bg-img);background-repeat:no-repeat;background-size:cover;background-position:center;height:700px;padding-bottom:54px;--content-max-width: 350px}@media screen and (max-width: 991px){main.home-page #feature-game{height:600px}}main.home-page #feature-game .slider_div{display:flex;align-items:center;justify-content:space-between;gap:20px}@media screen and (max-width: 767px){main.home-page #feature-game .slider_div{flex-direction:column-reverse;gap:20px}}main.home-page #feature-game .thumb{width:55%}@media screen and (max-width: 991px){main.home-page #feature-game .thumb{width:50%}}@media screen and (max-width: 767px){main.home-page #feature-game .thumb{width:100%}}main.home-page #feature-game .thumb #home_custom_thumb{height:0px}@media screen and (max-width: 767px){main.home-page #feature-game .thumb #home_custom_thumb{height:2px}}main.home-page #feature-game .thumb .homepage-slider-pagination{--swiper-pagination-bottom: 5px;left:50%;transform:translate(-50%);width:calc(100% - 40px)}@media screen and (max-width: 1199px){main.home-page #feature-game .thumb .homepage-slider-pagination{--swiper-pagination-bottom: 4px}}main.home-page #feature-game .thumb .slider_dotes{position:absolute;bottom:-30px;left:50%;transform:translate(-50%);width:calc(100% - 50px);display:flex;align-items:center;justify-content:space-between;gap:10px}main.home-page #feature-game .thumb .slider_dotes span{width:4px;height:4px;border-radius:50%;background-color:#626262}main.home-page #feature-game .thumb .slider_dotes span.active{background-color:#fff}main.home-page #feature-game .home_game_slider{width:45%;pointer-events:none;-webkit-user-select:none;user-select:none}@media screen and (max-width: 991px){main.home-page #feature-game .home_game_slider{width:50%}}@media screen and (max-width: 767px){main.home-page #feature-game .home_game_slider{width:100%}}main.home-page #feature-game .home_game_slider .feature-game-img{width:200px;height:125px;object-fit:cover;object-position:center}main.home-page #feature-game .home_game_slider .feature-game-content p{line-height:20px;margin-top:4px;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}main.home-page #feature-game .line{height:2px;top:calc(50% + 4px);right:calc(50% - 75px);width:100%;transform:translateY(-50%)}main.home-page #game-list{background-image:var(--bg-img);background-repeat:no-repeat;background-position:left center}main.home-page #game-list .section-title{margin-bottom:50px}@media screen and (max-width: 991px){main.home-page #game-list .section-title{margin-bottom:30px}}@media screen and (max-width: 767px){main.home-page #game-list .section-title{margin-bottom:20px}}main.home-page #game-list .view-btn{margin-top:60px}@media screen and (max-width: 991px){main.home-page #game-list .view-btn{margin-top:40px}}@media screen and (max-width: 767px){main.home-page #game-list .view-btn{margin-top:30px}}main.home-page #platform-details{background-image:var(--bg-img);background-repeat:no-repeat;background-position:left center}main.home-page #platform-details .section-title{line-height:80px}@media screen and (max-width: 1199px){main.home-page #platform-details .section-title{line-height:65px}}@media screen and (min-width: 768px) and (max-width: 991px){main.home-page #platform-details .section-title{word-break:break-all}}@media screen and (max-width: 767px){main.home-page #platform-details .section-title{margin-bottom:20px}}main.home-page #platform-details .top{margin-bottom:90px}main.home-page #platform-details .top:hover .company-logo{animation:shake .5s ease-in-out forwards}@media screen and (max-width: 767px){main.home-page #platform-details .top{margin-bottom:40px}}main.home-page #platform-details .top .company-logo{max-width:100px;transition:transform .3s ease-in-out}main.home-page #platform-details .top .box-1{width:152px;height:60px;background-color:#000;top:0;right:0}main.home-page #platform-details .top .box-2{width:60px;height:60px;background-color:#31a8b7;top:-15px;right:76px}main.home-page #platform-details .top .left_img{height:500px;object-fit:cover;object-position:center}@media screen and (max-width: 1399px){main.home-page #platform-details .top .left_img{height:450px}}main.home-page #platform-details .top .right_img{height:385px;object-fit:cover;object-position:center}@media screen and (max-width: 1399px){main.home-page #platform-details .top .right_img{height:335px}}@media screen and (max-width: 767px){main.home-page #platform-details .top .right_img{margin-top:2rem;margin-bottom:2rem}}main.home-page #platform-details .top .details-content{padding:20px;margin-left:-165px}@media screen and (max-width: 1399px){main.home-page #platform-details .top .details-content{margin-left:-135px}}@media screen and (max-width: 1199px){main.home-page #platform-details .top .details-content{margin-left:-115px}}@media screen and (max-width: 767px){main.home-page #platform-details .top .details-content{margin-left:0;padding:0}}main.home-page #platform-details .top .details-content .rectangular-box{width:60px;height:60px;background-color:#31a8b7;bottom:100%;right:100%}main.home-page #platform-details .bottom .bottom-img-div{max-width:530px}@media screen and (max-width: 767px){main.home-page #platform-details .bottom .bottom-img-div{max-width:100%;margin-top:2rem}}main.home-page #platform-details .bottom .bottom-img-div .box-shapes{width:80%}main.home-page #platform-details .bottom .bottom-img-div .box-shapes .c-box{height:85px}main.home-page #platform-details .bottom .bottom-img-div .box-shapes .c-box.first{width:40%;margin-bottom:-18px}main.home-page #platform-details .bottom .bottom-img-div .box-shapes .c-box .rectangular-box{width:60px;height:60px;right:12px;transform:translateY(-50%)}main.home-page #platform-details .bottom img{height:385px;object-fit:cover;object-position:center}main.home-page #platform-details .p-first{margin-bottom:2rem;display:-webkit-box;-webkit-line-clamp:5;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}main.home-page #platform-details .p-last{display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis}main.home-page #feature-company{--slider-height: 120px}@media screen and (max-width: 767px){main.home-page #feature-company{--slider-height: 100px}}@media screen and (max-width: 575px){main.home-page #feature-company{--slider-height: 80px}}main.home-page #feature-company .section-title{margin-bottom:60px}@media screen and (max-width: 991px){main.home-page #feature-company .section-title{margin-bottom:40px}}@media screen and (max-width: 767px){main.home-page #feature-company .section-title{margin-bottom:30px}}@media screen and (max-width: 575px){main.home-page #feature-company .section-title{margin-bottom:20px}}main.home-page #feature-company .feature-carousel{--item-gap: 2em;display:flex;overflow:hidden}@media screen and (max-width: 767px){main.home-page #feature-company .feature-carousel{--item-gap: 1em}}main.home-page #feature-company .feature-carousel .ticker{display:flex;align-items:center;justify-content:space-around;flex-shrink:0;gap:var(--item-gap);min-width:100%;padding-right:calc(var(--item-gap))}main.home-page #feature-company .feature-carousel .ticker img{background-color:#fff;height:var(--slider-height)}main.home-page #feature-company .mask-bg{height:var(--slider-height);background:linear-gradient(90deg,#fff,#fff0 40%,#fff0 60%,#fff);width:100%}main.home-page #contact-us .content{max-width:560px;margin-top:40px}@media screen and (max-width: 991px){main.home-page #contact-us .content{max-width:100%;margin-top:0}}main.home-page #contact-us .content .heading-5{margin-top:40px}@media screen and (max-width: 991px){main.home-page #contact-us .content .heading-5{margin-top:20px;margin-bottom:40px}}@media screen and (max-width: 767px){main.home-page #contact-us .contact-form .form-control{padding:15px}}main #b-r-showcase{background:linear-gradient(180deg,#0006,#0006),var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat}main #b-r-brand .section-title{margin-bottom:30px}@media screen and (max-width: 767px){main #b-r-brand .section-title{margin-bottom:20px}}main #b-r-brand .section-title .title-span{max-width:50%}@media screen and (max-width: 767px){main #b-r-brand .section-title .title-span{max-width:100%}}main #b-r-brand .section-title:after{content:"";width:100%;height:1px;background-color:#31a8b7;position:absolute;top:50%;left:50%;transform:translateY(-50%)}@media screen and (max-width: 1199px){main #b-r-brand .section-title:after{left:55%}}@media screen and (max-width: 991px){main #b-r-brand .section-title:after{left:60%}}@media screen and (max-width: 767px){main #b-r-brand .section-title:after{display:none}}main #b-r-brand .brand-cards{margin-top:40px}@media screen and (max-width: 767px){main #b-r-brand .brand-cards{margin-top:25px}}main #b-r-brand .brand-cards .card{border:1px solid transparent;transition:all .3s ease-in-out}main #b-r-brand .brand-cards .card:hover{border:1px solid #31a8b7;transition:all .3s ease-in-out}main #b-r-brand .brand-cards .card:after{content:"";position:absolute;top:0;left:0;width:100%;height:100%;background-color:red;background:linear-gradient(180deg,#0000 10%,#0000 15%,#000 52.05%);border-radius:inherit}main #b-r-brand .brand-cards .card .top-img{height:250px;object-fit:cover;object-position:center}@media screen and (max-width: 767px){main #b-r-brand .brand-cards .card .top-img{height:220px}}main #b-r-brand .brand-cards .card .card-body{padding:20px}@media screen and (max-width: 767px){main #b-r-brand .brand-cards .card .card-body{padding:15px}}main #b-r-brand .brand-cards .card .card-body .title{display:-webkit-box;-webkit-line-clamp:2;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;line-height:35px;height:70px}@media screen and (max-width: 767px){main #b-r-brand .brand-cards .card .card-body .title{height:auto}}main #b-r-brand .brand-cards .card .card-body .description{line-height:20px;margin-top:20px;margin-bottom:20px;display:-webkit-box;-webkit-line-clamp:4;-webkit-box-orient:vertical;overflow:hidden;text-overflow:ellipsis;height:80px}@media screen and (max-width: 767px){main #b-r-brand .brand-cards .card .card-body .description{margin-top:10px;margin-bottom:14px;height:auto}}main #b-r-brand .brand-cards .card .card-body .game-link{transition:all .3s cubic-bezier(.075,.82,.165,1);display:flex;align-items:center}main #b-r-brand .brand-cards .card .card-body .game-link:hover{color:#31a8b7}main #b-r-brand .brand-cards .card .card-body .game-link:hover svg{animation:arrowMove 1s infinite}main #b-r-brand .brand-cards .card .card-body .game-link:hover svg path{fill:#31a8b7}main #g-c-showcase{background:linear-gradient(180deg,#0006,#0006),var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat}main #g-d-showcase{background:linear-gradient(180deg,#0006,#0006),var(--bg-img);background-size:cover;background-position:center;background-repeat:no-repeat}main #g-d-game_overview{padding-top:75px;padding-bottom:75px}@media screen and (max-width: 991px){main #g-d-game_overview{padding-top:50px;padding-bottom:50px}}@media screen and (max-width: 767px){main #g-d-game_overview{padding-top:40px;padding-bottom:40px}}main #g-d-game_overview .left .description{margin-top:32px;margin-bottom:34px}@media screen and (max-width: 991px){main #g-d-game_overview .left .description{margin-top:20px;margin-bottom:22px}}@media screen and (max-width: 767px){main #g-d-game_overview .left .description{margin-top:15px;margin-bottom:17px}}main #g-d-game_overview .left .buttons{margin-top:34px}@media screen and (max-width: 991px){main #g-d-game_overview .left .buttons{margin-top:22px}}@media screen and (max-width: 767px){main #g-d-game_overview .left .buttons{margin-top:17px}}main #g-d-game_overview .left .buttons img{transition:all .3s ease-in-out}main #g-d-game_overview .left .buttons img:hover{transform:scale(1.025);transition:all .3s ease-in-out}@media screen and (max-width: 991px){main #g-d-game_overview .right{display:flex;flex-direction:column-reverse;justify-content:center;gap:20px;margin-top:20px}}main #g-d-game_overview .right .card{max-width:80%}@media screen and (max-width: 991px){main #g-d-game_overview .right .card{max-width:100%}}main #g-d-game_overview .right .card .card-body{padding:40px}@media screen and (max-width: 1199px){main #g-d-game_overview .right .card .card-body{padding:25px}}@media screen and (max-width: 767px){main #g-d-game_overview .right .card .card-body{padding:16px}}main #g-d-game_overview .right .card .card-body .text-heading{margin-bottom:24px}main #g-d-game_overview .right .card .card-body ul{display:flex;flex-direction:column;gap:10px}main #g-d-game_overview .right .card .card-body ul li{display:grid;grid-template-columns:97px 10px auto;column-gap:10px}main #g-d-game_overview .right .card .card-body ul li .description-text{max-width:66%}@media screen and (max-width: 1400px){main #g-d-game_overview .right .card .card-body ul li .description-text{max-width:62%}}@media screen and (max-width: 1199px){main #g-d-game_overview .right .card .card-body ul li .description-text{max-width:68%}}@media screen and (max-width: 991px){main #g-d-game_overview .right .card .card-body ul li .description-text{max-width:100%}}main #g-d-game_overview .right .card .card-body ul .last-four{display:grid;grid-template-columns:1fr 1fr;column-gap:5rem;row-gap:10px}@media screen and (max-width: 1399px){main #g-d-game_overview .right .card .card-body ul .last-four{column-gap:2rem}}@media screen and (max-width: 575px){main #g-d-game_overview .right .card .card-body ul .last-four{grid-template-columns:1fr}}main #g-d-game_overview .right .card .card-body ul .last-four .circle{background-color:#fffcfc;width:1rem;height:1rem}main #g-d-game_overview .right .card .card-body ul .last-four .circle.active{background-color:#31a8b7}main #g-d-game_overview .right .brand-img{position:absolute;top:-180px;right:10px;width:300px;height:360px;object-fit:cover;object-position:center}@media screen and (max-width: 1400px){main #g-d-game_overview .right .brand-img{height:340px;width:280px;right:0}}@media screen and (max-width: 1199px){main #g-d-game_overview .right .brand-img{height:300px;width:250px;top:-130px}}@media screen and (max-width: 991px){main #g-d-game_overview .right .brand-img{position:initial;display:block;margin:auto;width:auto;max-width:100%}}main #g-d-key_feature{padding-top:80px;padding-bottom:80px}@media screen and (max-width: 1199px){main #g-d-key_feature{padding-top:70px;padding-bottom:70px}}@media screen and (max-width: 991px){main #g-d-key_feature{padding-top:50px;padding-bottom:40px}}@media screen and (max-width: 767px){main #g-d-key_feature{padding-top:40px;padding-bottom:40px}}@media screen and (max-width: 1199px){main #g-d-key_feature .section-title{margin-bottom:40px}}main #g-d-key_feature .top-row{margin-bottom:80px}@media screen and (max-width: 1199px){main #g-d-key_feature .top-row{flex-direction:column-reverse;gap:20px}}@media screen and (max-width: 767px){main #g-d-key_feature .top-row{margin-bottom:60px}}main #g-d-key_feature .title{margin-top:37px;margin-bottom:23px}main #g-d-key_feature .img-section{--height: 385px;--width: calc(var(--height) * 1.375)}@media screen and (max-width: 1199px){main #g-d-key_feature .img-section{--height: 325px}}@media screen and (max-width: 767px){main #g-d-key_feature .img-section{--height: 300px}}@media screen and (max-width: 575px){main #g-d-key_feature .img-section{--height: 235px}}main #g-d-key_feature .img-section:hover .game-img{transform:rotate(0)}main #g-d-key_feature .img-section:hover .rectangle{transform:rotate(0)}main #g-d-key_feature .img-section:hover.left .rectangle{transform:rotate(0)}main #g-d-key_feature .img-section .bg{height:var(--height);width:var(--width);background-color:#31a8b7}main #g-d-key_feature .img-section .rectangle{width:42px;height:42px;background-color:#31a8b7;transform:rotate(-4deg);top:-15px;right:calc(var(--width) + 15px);transition:all .3s ease-in-out}@media screen and (max-width: 575px){main #g-d-key_feature .img-section .rectangle{display:none}}main #g-d-key_feature .img-section .game-img{height:var(--height);width:var(--width);object-fit:cover;object-position:center;transform:rotate(-4deg);transform-origin:bottom right;transition:all .3s ease-in-out}main #g-d-key_feature .img-section.left:hover .game-img{transform:rotate(0)}main #g-d-key_feature .img-section.left .game-img{transform:rotate(4deg);transform-origin:bottom left}main #g-d-key_feature .img-section.left .rectangle{left:calc(var(--width) + 15px);right:unset;transform:rotate(4deg)}main #g-d-game_screenshot{padding-bottom:65px}main #g-d-game_screenshot .content{width:40%}@media screen and (max-width: 991px){main #g-d-game_screenshot .content{width:100%}}main #g-d-game_screenshot .screenshot_slider{width:60%}@media screen and (max-width: 991px){main #g-d-game_screenshot .screenshot_slider{width:calc(100% - 32px)}}main #g-d-game_screenshot .screenshot_slider .swiper-slide{width:auto}main #g-d-game_screenshot .section-title{margin-bottom:32px}@media screen and (max-width: 991px){main #g-d-game_screenshot .section-title{margin-bottom:20px}}@media screen and (max-width: 767px){main #g-d-game_screenshot .section-title{margin-bottom:15px}}main #g-d-game_screenshot .description{max-width:350px}@media screen and (max-width: 991px){main #g-d-game_screenshot .description{max-width:100%;margin-bottom:30px}}main #g-d-game_screenshot .slider-img{height:375px;object-fit:cover;object-position:center;transition:all .3s ease-in-out}main #g-d-game_screenshot .slider-img:hover{transform:scale(1.025)}main #g-d-border{padding-bottom:60px}main #g-d-border img{left:20px}main #g-d-border .full_line{top:14px}@media screen and (max-width: 1199px){main #g-d-border .full_line{top:13px}}main #g-d-border .screenshot-slider-pagination{--swiper-pagination-bottom: 4px;left:50%;transform:translate(-50%);width:calc(100% - 60px)}main #g-d-border .screenshot-slider-pagination .swiper-pagination-bullet{width:8px;height:8px}footer{padding-top:8px;padding-bottom:30px}footer .menu-title{margin-top:42px;margin-bottom:30px}@media screen and (max-width: 767px){footer .menu-title{margin-top:28px;margin-bottom:10px}}footer .all-links .platform-info .f-logo{width:280px;height:110px}@media screen and (max-width: 767px){footer .all-links .platform-info .f-logo{width:240px}}footer .all-links .platform-info p{line-height:23px}footer .all-links .footer-links ul li{font-weight:500;line-height:23px}footer .all-links .footer-links ul li:not(:last-child){margin-bottom:10px}@media screen and (max-width: 767px){footer .all-links .footer-links ul li:not(:last-child){margin-bottom:5px}}footer .all-links .footer-links ul li a:hover{color:#31a8b7}footer .all-links .social-links svg{fill:#31a8b7;width:20px;height:20px;transition:all .3s ease-in-out}footer .all-links .social-links svg:hover{transform:scale(1.2);transition:all .3s ease-in-out}footer .radial-border{background:radial-gradient(37.5% 37.5% at 50% 50%,#ffd7d7b3,#ffffff1f .01%,#fff0);height:4px;max-width:1140px;margin-top:25px;margin-bottom:15px}footer .reserved{font-size:calc(var(--default-font-size) - 2px)}@media screen and (max-width: 767px){footer .reserved{gap:5px}}footer .reserved .riseup{color:#ea5400;--input-color: #ea5400}footer .reserved .riseup:before{height:1px}.terms-policy-section ul{list-style:outside;padding-left:2rem}
