* {margin: 0;padding: 0;box-sizing: border-box;}body {font-family: "Anta", "sans-serif";background: #0d0d0d;min-height: 100vh;position: relative;display: flex;flex-direction: column;}h1, h2, h3, h4, h5, h6 {color: #e5e5e5;}@font-face {font-family: "Anta";src: url("/assets/game/images/theme/game-regular/font/Anta-Regular.ttf");font-display: swap;}img {width: 100%;aspect-ratio: 1/1;}ul, li {list-style-type: none;}a, a:link, a:visited, a:hover, a:active {text-decoration: none;color: #e5e5e5;}input {border: none;background: none;outline: none;width: 100%;}.re-svg {display: inline-block;width: 20px;height: 20px;min-width: 20px;min-height: 20px;vertical-align: middle;}.re-svg.big {width: 30px;height: 30px;}.re-vessel {max-width: 1280px;margin: 0 auto;}.re-padding {padding: 10px 15px;}.re-margin {margin: 25px 0;}main {flex: 1;}footer {background: #0d0d0d;}.re-footer {width: 100%;text-align: center;box-sizing: border-box;}.re-footer a {color: #9f9f9f;}.re-footer a:hover {text-decoration: underline;color: #ffffff;}.re-footer a:not(:last-child) {margin-right: 10px;}.re-slides-show-container {position: relative;z-index: 11;width: auto;max-height: 450px;overflow: hidden;margin: 0 auto;border-radius: 1rem;}@media (max-width:769px){.re-slides-show-container {height: 250px;}}.re-slides-show-container .re-slides-box {position: relative;display: flex;width: 100%;height: 100%;gap: 10px;border-radius: inherit;}.re-slides-show-container .re-slides-box .re-slides_item {flex: 0 0 100%;height: 100%;width: 100%;border-radius: inherit;overflow: hidden;}.re-slides-show-container .re-slides-box .re-slides_item .re-slides_item_box {display: flex;justify-content: center;align-items: center;width: 100%;height: 100%;border-radius: inherit;background: #ffffff;overflow: hidden;position: relative;}.re-slides-box .re-slides-img-bg-box {width: 100%;height: 100%;overflow: hidden;border-radius: 1rem;}.re-slides-box .re-slides-img-bg-box .re-slides-img-bg {filter: blur(20px);transform: scale(2);height: 100%;object-fit: cover;}.re-slides-box .re-slides-inner {position: absolute;inset: 0;z-index: 11;display: flex;flex-direction: column;align-items: center;justify-content: center;gap: 15px;width: 100%;height: 100%;min-height: 240px;max-height: 450px;background-color: rgba(0, 0, 0, 0.31);border-radius: 1rem;}@media (max-width: 769px) {.re-slides-box .re-slides-inner {height:250px;}}.re-slides-box .re-slides-inner img {width: 200px;border-radius: 1rem;}@media (max-width: 769px) {.re-slides-box .re-slides-inner img {width: 100px;}.re-slides-box .re-slides-inner .re-slides-text .re-slides-btn {width: 250px;}}.re-slides-box .re-slides-inner .re-slides-text {display: flex;flex-direction: column;align-items: center;gap: 15px;width: 100%;}.re-slides-box .re-slides-inner .re-slides-text .re-slides-btn {border-radius: 5rem;padding: 10px;background-color: #ee622f;text-transform: capitalize;color: #ffffff;font-size: 1.1rem;font-weight: bolder;width: 350px;text-align: center;transition: transform 0.3s ease-in-out;}.re-slides-btn:hover {transform: translateY(5px);}.re-slides-show-container .re-slides-left, .re-slides-show-container .re-slides-right {position: absolute;top: 50%;transform: translate(0, -50%);background: rgba(0, 0, 0, 0.2);height: 50px;width: 50px;z-index: 13;border-radius: 50%;display: flex;justify-content: center;align-items: center;color: #fff;}.re-slides-show-container .re-slides-left:hover, .re-slides-show-container .re-slides-right:hover {cursor: pointer;}.re-slides-show-container .re-slides-left {left: 10px;}.re-slides-show-container .re-slides-right {right: 10px;}header {position: sticky;top: 0;left: 0;right: 0;border-bottom: 1px solid #cbcbd3;z-index: 99;background: #0d0d0d;color: #ffffff;padding: 10px;}header .re-header {padding: 0 15px;display: flex;min-height: 50px;}@media (min-width: 1025px) {header .re-header {flex-direction: row;justify-content: space-between;}}header .re-header .re-header-logo {color: #ffffff;}header .re-header .re-header-right {display: none;min-height: 100%;}@media (min-width: 1025px) {header .re-header .re-header-right {display: flex;}}header .re-header .re-header-menu {display: flex;flex-direction: row;gap: 15px;align-items: center;}.re-header-menu a {font-size: 1.1rem;box-sizing: border-box;position: relative;color: #9f9f9f;}.re-header-menu a::after {content: "";display: block;width: 0;max-width: 100%;height: 4px;background: #ee622f;transition: width 0.3s ease-in-out;}.re-header-menu a:hover {color: #ffffff;}.re-header-menu a:hover::after {width: 100%;}.re-header-menu a.action::after {content: "";display: block;width: 100%;height: 5px;background: #000;position: absolute;bottom: -1px;}.re-search-box {display: flex;flex-direction: row;align-items: center;border-radius: 0.5rem;background: #202020;color: #a09c9c;margin-bottom: 25px;border: 1px solid transparent;width: 50%;margin-left: auto;transition: all 0.2s ease-in-out;}@media (max-width: 769px) {.re-search-box {width: 100%;}}.re-search-box input {flex-grow: 1;font-size: 1.1rem;width: 100%;padding: 10px 15px;color: #ffffff;}.re-search-box.active {border: 1px solid #ffffff;}.re-search_icon {padding: 0 15px;}.re-search-box input::placeholder {color: #a09c9c;}.re-classify-box {margin: 30px 0;}@media (min-width: 1025px) {.re-classify-box {display: none;}}.re-classify-box .re-classify_list {display: grid;grid-template-columns: repeat(3, 1fr);gap: 10px;margin-top: 25px;}.re-classify-box .re-title {border-left:5px solid #EE622F;padding-left: 5px;}.re-classify_list a {display: inline-block;padding: 10px 15px;color: #ffffff;background-color: #202020;text-align: center;}.re-classify_list a:hover {background-color: #333333;}.re-classify-tab {position: relative;display: inline-block;margin-top: 25px;}@media (min-width: 1025px) {.re-classify-tab {display: none;}}.re-classify-tab .re-classify-tab_title {color: #474672;font-size: 1.5rem;font-weight: bolder;}.re-classify-tab .re-classify-tab_title_name_1 {margin-right: 5px;}.re-classify-tab .re-classify-tab_title_name_2 {color: #c3848f;text-transform: capitalize;}.re-classify-tab .re-classify-tab_title_name_2::after {content: "\25BC";vertical-align: middle;}.re-classify-tab .re-classify-tab_list {position: absolute;display: flex;flex-direction: column;gap: 10px;background: #ffffff;z-index: 10;border-radius: 1.1rem;padding: 10px;right: 0;visibility: hidden;opacity: 0;box-shadow: 5px 7px 5px 0px #afafaf;transition: all 0.2s ease-in-out;}.re-classify-tab .re-classify-tab_list.show {visibility: visible;opacity: 1;}.re-classify-tab .re-classify-tab_list a {font-size: 1.1rem;border-radius: inherit;padding: 10px;transition: all 0.2s ease-in-out;}.re-classify-tab .re-classify-tab_list a:hover {background: #0000001f;color: #000;}.re-game-module_title {margin-bottom: 15px;display: flex;flex-direction: row;justify-content: space-between;align-items: center;color: #474672;}.re-game-module_title h2 {display: inline-block;}.re-game-module_title h2::after {content: "";display: block;height: 5px;width: 80px;background-color: #ee622f;}.re-game-module_list {display: grid;grid-template-columns: repeat(6, 1fr);gap: 10px;}@media (max-width: 560px) {.re-game-module_list {grid-template-columns: repeat(2, 1fr);}}@media (min-width: 560px) and (max-width: 959px) {.re-game-module_list {grid-template-columns: repeat(3, 1fr);}}@media (min-width: 960px) and (max-width: 1025px) {.re-game-module_list {grid-template-columns: repeat(4, 1fr);}}.re-game-module_list:hover {transform: sacle;}.re-game-module_list .re-game-module_item {border-radius: 0.5rem;padding: 10px;display: flex;flex-direction: column;gap: 10px;background: #202020;overflow: hidden;transition: all 0.2s ease-in-out;}.re-game-module_list .re-game-module_item:hover {transform: scale(0.98);}.re-game-module_list .re-game-module_item img {border-radius: inherit;background-color: #0d0d0d;}.re-game-module_list .re-game-module_item_name {display: inline-block;width: 150px;text-overflow: ellipsis;overflow: hidden;white-space: nowrap;}.re-game-section {display: flex;flex-direction: column;gap: 25px;}@media (min-width: 1025px) {.re-game-section {flex-direction: row-reverse;}}.re-game-section_one {flex: 2;border-radius: 0.5rem;overflow: hidden;}.re-game-section_one .re_one_inner {display: flex;flex-direction: column;min-height: 250px;max-height: 450px;}.re-game-section_one .re_one_inner_img {position: relative;z-index: 10;height: 100%;display: inline-flex;overflow: hidden;}.re-game-section_one .re_one_inner_img img {filter: blur(25px);object-fit: cover;}.re-game-section_one .re_one_inner_start {position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);background: #f16436;color: #ffffff;border-radius: 5rem;padding: 10px;width: 50%;height: 50px;display: flex;justify-content: center;align-items: center;font-size: 1.2rem;font-weight: bolder;animation: updown 1s infinite;}.re-game-section_one .re_one_inner_bottom {display: flex;flex-direction: row;gap: 10px;align-items: center;background: #1a1a1a;padding: 10px;color: #e5e5e5;}.re-game-section_one .re_one_inner_bottom img {width: 50px;height: 50px;border-radius: 0.5rem;}.re-game-section_two {flex: 1;background: #1a1a1a;border-radius: 0.5rem;padding: 20px;color: #1a1a1a;}@media (min-width: 1025px) {.re-game-section_two {overflow-y: scroll;scrollbar-width: none;}.re-game-section_two::-webkit-scrollbar {width: 0;}}.re-game-section_two span {color: #c3848f;}.re-game-section_two .re_two_inner {max-height: 530px;text-align: center;display: flex;flex-direction: column;gap: 15px;}.re-game-section_two .re_two_inner a {color: #ff784d;}.re-game-section_two .re_two_inner a:hover {text-decoration: underline;}.re-game-section_two .re_two_inner p {line-height: 1.3;color: #646464;}.re-game-section_two .re_two_inner li:not(:last -child) {margin-bottom: 10px;}@keyframes updown {0%, 100% {transform: translate(-50%, -50%) scale(1);}50% {transform: translate(-50%, -50%) scale(1.2);}}.re-result-list {display: flex;flex-direction: column;gap: 15px;margin-top: 20px;}.re-result-list a {border-radius: 0.5rem;}.re-result-list a:nth-child(odd) {background-color: #1a1a1a;}.re-result-list .re-result-item {display: flex;flex-direction: row;gap: 10px;border-radius: inherit;padding: 10px;}.re-result-item .result_content {display: flex;flex-direction: column;align-items: flex-start;justify-content: space-between;width: 100%;}.result_content span {display: inline-block;text-align: center;width: 150px;}.re-result-list .re-result-item img {width: 160px;height: 160px;border-radius: inherit;}@media (max-width: 769px) {.re-result-list .re-result-item img {width: 80px;height: 80px;}}.re-result-list .re-result-item h3 {display: block;margin-bottom: 20px;}.re-result-list .re-result-item span {display: inline-block;padding: 8px 10px;font-size: 1.1rem;background: #f16436;border-radius: 0.5rem;text-transform: capitalize;color: #ffffff;}