.error-message {
  color: #d63939;
}

.table-responsive {
	overflow: inherit;
}

@media (max-width:767px){
	.table-responsive {
		overflow-x: auto;
	}
}

.elementor-widget-container {
	padding: 14px 14px 14px 14px;
	color: #FFF
}
.elementor-widget-container p {
	font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;;
	font-size: 16px;
}

.elementor-widget-container ul,
.elementor-element  ul,
ul.cke-element,
ol.cke-element {
	margin-left: 15px;
}
.elementor-widget-container p a,
.entry-content,
.entry-content p,
.elementor-widget-text-editor,
.elementor-element,
.elementor-element p a {
	color: #FFF;
}

.ajax-loading {
  box-sizing: border-box;
  margin: 0px;
  min-width: 0px;
  display: flex;
  width: 30px;
  height: 30px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  justify-content: space-between;
  z-index: 999999;
  position: fixed;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
}
.ajax-loading .bar1 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.3s;
  animation-delay: -0.3s;
}
.ajax-loading .bar2 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.2s;
  animation-delay: -0.2s;
}
.ajax-loading .bar3 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0.1s;
  animation-delay: -0.1s;
}
.ajax-loading .bar4 {
  box-sizing: border-box;
  margin: 0;
  min-width: 0;
  background-color: rgba(227, 51, 36);
  height: 100%;
  width: 3px;
  -webkit-animation: animation-hqgv56 1.2s infinite ease-in-out;
  animation: animation-hqgv56 1.2s infinite ease-in-out;
  -webkit-animation-delay: -0s;
  animation-delay: -0s;
}
.content-wrapper-loading {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 9999;
}

@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}
@-webkit-keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}@keyframes animation-hqgv56{0%,40%,100%{-webkit-transform:scaleY(0.4);-ms-transform:scaleY(0.4);transform:scaleY(0.4);}20%{-webkit-transform:scaleY(1.0);-ms-transform:scaleY(1.0);transform:scaleY(1.0);}}


.hide {
	display: none;
}
.alert {
    position: relative;
    padding: 0.75rem 1.25rem;
    margin-bottom: 1rem;
    border: 1px solid transparent;
    border-radius: 0.25rem;
}
.alert-success {
    color: #155724;
    background-color: #d4edda;
    border-color: #c3e6cb;
}
.alert-danger {
    color: #721c24;
    background-color: #f8d7da;
    border-color: #f5c6cb;
}
.alert p {
	margin-bottom: 0;
  color: #721c24 !important;
}

.menu-item .dropdown {
  position: relative;
}
.menu-item .dropdown a,
.entry-meta a,
.elementor-section a {
  color: #FFF;
}
.dropdown-menu {
  display: none;
  position: absolute;
  top: 27px;
  left: 0;
  background-color: #FFF;
  width: 180px;
  padding: 10px;
  border-radius: 3px;
}
.menu-item .dropdown a:hover + .dropdown-menu {
  display: block;
}
.menu-item .dropdown a + .dropdown-menu a {
  color: #000;
  display: block;
}
.menu-item .dropdown a + .dropdown-menu:hover {
  display: block;
}

#content.site-content {
  padding-bottom: 15px;
}

.elementor-section img {
  margin-bottom: 15px;
}
.elementor-section table {
  border: 1px solid #FFF;
}
.elementor-section table td,
.elementor-section table th {
  font-size: 12px;
  border: 1px solid #FFF;
}

.text-center {
  text-align: center;
}
.elementor-column.elementor-col-33,
.elementor-column[data-col="33"] {
  width: 100% !important;
}
.mb-0 {
  margin-bottom: 0 !important;
}

.menu-item-object-child {
  margin-left: 20px;
}

@media (max-width:767px){
  // #content.site-content {
    // margin-top: 25px;
  // }

  .ast-single-post .entry-title,
  .page-title {
    font-size: 24px;
  }
}

.tawkto-livechat {
  position: fixed;
  right: 25px;
  bottom: 20px;
}
.tawkto-livechat a {
  background-color: #dc3545;
  width: 60px;
  height: 60px;
  color: #FFF;
  border-radius: 50%;
  text-align: center;
  position: relative;
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;

  -webkit-box-pack: center!important;
  -ms-flex-pack: center!important;
  justify-content: center!important;

  -webkit-box-align: center!important;
  -ms-flex-align: center!important;
  align-items: center!important;
}
.tawkto-livechat-label {
  position: absolute;
  top: -60px;
  left: 30%;
  background-color: #dc3545;
  border-radius: 5px;
  padding: 10px;
  width: 100px;
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  font-weight: bold;
}
.tawkto-livechat-label:after {
  content: "";
  display: block;
  position: absolute;
  width: 5px;
  height: 5px;
  background-color: #dc3545;
  bottom: -20px;
  border-radius: 50%;
  left: 35%;
}
.tawkto-livechat-label:before {
  content: "";
  display: block;
  position: absolute;
  width: 10px;
  height: 10px;
  background-color: #dc3545;
  bottom: -13px;
  border-radius: 50%;
  left: 30%;
}
.tawkto-livechat a i {
  font-size: 2em;
  color: #FFF;
}
.tawkto-livechat a:hover {
  text-decoration: none;
}

@media (max-width: 767px){
  .tawkto-livechat {
    right: 30px;
    bottom: 30px;
  }
}

.tawkto-livechat a.contact-us {
  padding: 0;
  margin-top: 15px;
  background-color: #11b917;
}
.tawkto-livechat a.contact-us i {
  font-size: 1.5em;
  color: #FFF;
}

/*Chosen*/
.select2-container--default .select2-selection--single {
  -webkit-border-radius: 0 !important;
  -moz-border-radius: 0 !important;
  border-radius: 0 !important;
}

.select2-container .select2-selection--single {
  height: 34px !important;
}

.select2-container--default .select2-selection--single .select2-selection__rendered {
  line-height: 28px !important;
  padding: 0 !important;
}
.select-block + .select2-container {
  width: 100% !important;
}
.select2-container {
  display: block !important;
  width: 100% !important;
}

.d-flex {
  display: -webkit-box!important;
  display: -ms-flexbox!important;
  display: flex!important;
}
.align-items-center {
    -webkit-box-align: center!important;
    -ms-flex-align: center!important;
    align-items: center!important;
}
.justify-content-center {
	justify-content: center;
}
.flex-wrap {
    -ms-flex-wrap: wrap!important;
    flex-wrap: wrap!important;
}
.mr-2 {
    margin-right: 0.5rem!important;
}
.mb-2 {
    margin-bottom: 0.5rem!important;
}
.mx-2 {
    margin-left: 0.5rem!important;
    margin-right: 0.5rem!important;
}

.badge {
    display: inline-block;
    padding: 0.25em 0.4em;
    font-size: 75%;
    font-weight: 700;
    line-height: 1;
    text-align: center;
    white-space: nowrap;
    vertical-align: baseline;
    border-radius: 0.25rem;
}
.badge-pill {
    padding-right: 1em;
    padding-left: 1em;
    border-radius: 10rem;
    margin-bottom: 1em;
}
.badge-light {
    color: #212529 !important;
    background-color: #f8f9fa !important;
    text-decoration: none !important;
}
.d-block {
  display: block;
}

#accordion .faq-item button {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 2px;
  padding-left: 15px;
  padding-right: 15px;
  color: #000;
  background: #e6e6e6;
}
#accordion .faq-item .faq-content {
  display: none;
  padding: 15px;
}


.hero-wrapper {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px;
  margin-bottom: 25px;
}

/* TOP AREA */
.hero-top {
  display: flex;
  justify-content: space-between;
  align-items: center;
  flex-wrap: wrap;
}

.logo-box img {
  max-width: 150px;
  border-radius: 10px;
	margin: 0 auto
}

/* BUTTON BASIC */
.top-wrapper .btn {
  display: inline-block;
  padding: 5px 20px;
  border-radius: 30px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
font-size: 16px;
}

/* CONTACT BUTTON */
.contact-buttons {
  display: flex;
  gap: 15px;
}

.btn.telegram {
  background-color: #1e88e5;
  color: #ffffff;
}

.btn.whatsapp {
  background-color: #1fa855;
  color: #ffffff;
}

.btn {
  font-weight: 600;
}

.btn.whatsapp i,
.btn.telegram i {
font-size: 20px;
margin-right: 5px;
}

/* PLAY BUTTON */
.btn-play {
  display: block;
  margin-top: 20px;
  padding: 18px;
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  border-radius: 40px;
  background-color: #dc3545;
  color: #fff;
}

/* DOWNLOAD AREA */
.download-wrapper {
  display: grid;
  grid-template-columns: repeat(auto-fit, minmax(220px, 1fr));
  gap: 20px;
	align-items: center;
}

.download-box {
  background: #ffffff;
  border-radius: 15px;
  padding: 20px 0;
  text-align: center;
  border: 1px solid #eee;
}

.download-box h3 {
  color: #000;
  margin-bottom: 8px;
}
.download-box h3 i {
margin-right: 10px;
}

.download-box p {
  color: #444;
  font-size: 14px;
}

.download {
  margin-top: 10px;
  display: inline-block;
  padding: 5px 24px;
  border-radius: 25px;
  color: #fff;
  font-weight: bold;
}

.download.android {
  background-color: #db3646;
}

.download.ios {
  background-color: #dc3545;
}
/* ===============================
   HOME BACKGROUND ONLY
   (NO BUTTON CHANGE)
================================= */

/* Wrapper utama home */
.hero-wrapper,
.download-box {
  background-color: #0E122D;
}

/* Warna teks agar kebaca */
.hero-wrapper,
.hero-wrapper p,
.download-box,
.download-box p,
.download-box h3 {
  color: #ffffff;
}

/* Teks kecil agar lebih soft */
.download-box p {
  color: #d6d6d6;
}

/* Border halus supaya tidak flat */
.download-box {
  border: 1px solid rgba(255,255,255,0.15);
}

@media (max-width:767px){
  .hero-top {
  	display: block;
	text-align: center;
  }
  .logo-box {
  	margin-bottom: 15px;
  }
  .btn.telegram,
  .btn.whatsapp{
  	font-size: 16px;
	padding: 10px 26px;
  }
  .contact-buttons {
  justify-content: center;
  }
}

.box-border {
    border: 1px solid rgba(255,255,255,.2);
    padding: 15px;
}
.box-border ul {
    list-style-type: none;
    padding: 0;
	margin-left: 0;
	margin-bottom: 0;
}
.box-border ul li {
    padding-bottom: 5px;
}
.entry-content .box-border ul li a {
	text-decoration: none;
}

.my-0 {
	margin-top: 0;
	margin-bottom: 0;
}
.mr-3 {
	margin-right: 1rem;
}
.box-border h6 {
	margin-bottom: 0;
}
.mb-4 {
	margin-bottom: 2rem;
}

.modal-open .modal {
	overflow-y: hidden;
}
.modal-open .modal .modal-body {
	height: 500px;
    overflow-y: auto;
}

.blog-wrapper {
  display: flex;
}
.blog-left {
	width: 30%;
	margin-right: 15px;
}
.blog-right {
	width: 70%;
}

/* cegah layout shift: semua gambar ada rasio */
img {
  max-width: 100%;
  height: auto;
}

/* contoh: gambar logo atau banner yang fixed */
.logo-box img {
  aspect-ratio: 150 / 150;  /* ubah sesuai ukuran logo */
  width: 150px;
  height: auto;
}


/* reserve tinggi hero supaya tidak geser */
.hero-wrapper {
  min-height: 190px; /* adjust ikut layout kamu */
}

/*
.download-wrapper {
  min-height: 220px;
}
*/


/* cegah icon width berubah */
.btn i, .fab {
  display: inline-block;
  width: 1.2em;
  text-align: center;
}


.btn.telegram,
.btn.whatsapp {
  color: #fff !important;
}

.btn.telegram i,
.btn.whatsapp i,
.btn.telegram span,
.btn.whatsapp span {
  color: #fff !important;
}


.btn.telegram,
.btn.whatsapp {
  text-shadow: 0 1px 2px rgba(0,0,0,.6);
  border: 1px solid rgba(255,255,255,.25);
}


.page-logo {
    width: 180px;
    height: auto;
    aspect-ratio: auto;
    display: block;
}

/*
.download-wrapper {
    min-height: 260px;
}
*/

.w-100 {
	width: 100%;
}

.flex-column {
    flex-direction: column !important;
}

.mobile-show {
	display: none;
}
.desktop-show {
	display: block;
}

.gap-15 {
	gap: 15px;
}

.partner-title {
    color: #0a1b38;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 33px;
}
.partner-title {
    color: #0a1b38;
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    font-size: 33px;
}

.partner-title:after, .partner-title:before {
    display: block;
    content: "";
    border-top: 1px solid #d1d1d1;
    width: 23%;
    margin-top: 27px;
}

.officialpartner {
    width: 1400px;
    margin: 40px auto 40px;
    display: flex;
}

.officialpartner img {
    width: 458px;
    margin-right: 15px;
}

.home-partner {
    margin-top: 6vw;
}
.home-partner, .home-partner-title {
    display: flex;
    align-items: center;
    justify-content: space-between;
    text-align: center;
	margin-left: 15px;
    margin-right: 15px;
}
.home-partner-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    margin: 0 15px;
}
.home-partner-content img {
    width: 15vw;
}
.home-partner-content>div {
    color: #0a1b38;
    display: flex;
    flex-direction: column;
    align-items: center;
}
.home-partner-content>div>div:first-child {
    font-weight: 600;
    font-size: 3.5vw;
    margin: 1vw 0;
}
.home-partner-content>div>div:nth-child(2) {
    text-align: center;
}
.home-partner-content>div>div:last-child {
    margin-top: -.7vw;
    font-size: 2.7vw;
}

footer ul li {
	list-style: none;
}

footer {
    background: #0a1b38;
    min-width: 1400px
}

footer .footer-navigation {
    display: flex;
    justify-content: center;
    background: #f3f3f3;
    padding: 20px 0;
    gap: 80px
}

footer .footer-navigation a {
    display: flex;
    align-items: center;
    color: #0a1b38;
    opacity: 1;
    gap: 10px
}

footer .footer-navigation a img {
    width: 50px;
    height: 50px
}

footer .footer-top {
    width: 1400px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    padding: 30px 0;
    align-items: center;
    border-bottom: .2px solid hsla(0,0%,100%,.259)
}

footer .footer-top .top-container {
    display: flex;
    gap: 40px;
		margin-right: 50px;
}

footer .footer-top .top-container .top-item {
    display: flex;
    flex-direction: column;
    gap: 8px
}

footer .footer-top .social-media {
    display: flex
}

footer .footer-top .social-media a {
    margin: 0
}

footer .footer-top a {
    color: #fff
}

footer .footer-top>div img {
    width: 50px;
    margin-left: 8px
}

footer .footer-center {
    gap: 100px;
    display: flex;
    width: 1400px;
    margin: 50px auto 0;
    justify-content: space-between;
    border-bottom: .2px solid hsla(0,0%,100%,.259);
    padding-bottom: 50px
}

footer .footer-center .footer-center-item.payment .footer-icon {
    display: flex;
    flex-wrap: wrap;
		width: 350px;
}

footer .footer-center .footer-center-item.payment .footer-icon img {
    width: auto;
    height: 40px;
    border-radius: 5px
}

footer .footer-center .footer-center-item .game-license {
    display: flex;
    align-items: center
}

footer .footer-center .footer-center-item .game-license>div {
    width: 65px;
    margin: 15px 10px 0 0
}

footer .footer-center .footer-center-item .game-license .icon-aware {
    width: 115px
}

footer .footer-center .footer-center-item:first-child .footer-center-title:first-child {
    display: flex;
    align-items: center
}

footer .footer-center .footer-center-item:first-child .footer-center-title:first-child:after {
    display: block;
    content: "";
    background: url(https://banner.monalisa66.com/desktop/img/4.0/license-tick.png?v=20260205062115) no-repeat 50%/cover;
    height: 20px;
    width: 20px;
    margin-left: 8px
}

footer .footer-center .footer-center-item:nth-child(2) .footer-icon img {
    margin: 15px 10px 0 0
}

footer .footer-center .footer-center-item .footer-icon {
    display: flex;
    align-items: center
}

footer .footer-center .footer-center-item .footer-icon img {
    width: 50px;
    margin: 15px 20px 0 0
}

footer .footer-center .footer-center-item .footer-icon .icon-aware {
    width: 129px;
    height: 25px
}

footer .footer-bottom {
    padding: 25px 0;
    background: #132546
}

footer .footer-bottom .footer-hideinfo .footer-btn {
    margin: 0
}

footer .footer-bottom>div {
    width: 1400px;
    margin: 0 auto
}

footer .footer-bottom p {
    font-size: 12px;
    display: contents;
    margin-top: 0;
    font-weight: 400;
    color: #bfbfbf
}

footer .footer-bottom h1 {
    padding: 16px 0 8px;
    font-size: 16px
}

footer .footer-bottom .footer-btn {
    color: #ff7600;
    text-decoration: underline;
    margin-left: 5px
}

footer .footer-bottom .footer-btn img {
    width: 15px
}

footer .footerList,footer .license,footer .platform,footer .sfp {
    background: transparent;
    width: 1400px;
    margin: auto;
    border-bottom: 1px solid #7591c1;
    padding: 25px 0
}

footer .copyright {
    width: 1400px;
    margin: 0 auto;
    background: #0a1b38;
    padding: 40px 0;
    font-size: 14px;
    text-align: left;
    display: flex;
    align-items: center
}

footer .platform>div {
    width: 100%
}

footer .license {
    font-size: 12px;
    display: flex;
    background: url(https://banner.monalisa66.com/desktop/img/licensebg.png?v=20260205062115) no-repeat 100% 100%;
    margin-top: 20px
}

footer .license .title {
    color: #fff;
    position: relative;
    display: flex;
    align-items: center
}

footer .license .title img {
    width: 30px;
    margin-left: 10px
}

footer .license>div:first-child {
    width: 560px;
    padding-right: 90px
}

footer .license>div:first-child>div:nth-child(2) {
    display: flex;
    align-items: center
}

footer .license>div:first-child>div:nth-child(2)>div {
    margin: 15px 20px 0 0;
    width: 65px
}

footer .license>div:first-child>div:nth-child(2)>div:last-child {
    width: 115px
}

footer .license>div:nth-child(2) {
    width: 730px;
    display: flex;
    position: relative;
    justify-content: center
}

footer .license>div:nth-child(2) iframe {
    margin-right: 30px
}

footer .license>div:nth-child(2) iframe+div {
    margin-right: 175px
}

footer .license>div:nth-child(2)>div {
    text-align: center
}

footer .license>div:nth-child(2)>div div:first-child {
    font-size: 24px;
    font-weight: 700;
    margin-right: 0
}

footer .license>div:nth-child(2)>div span {
    font-weight: 700
}

footer .license>div:nth-child(2)>div img {
    width: 65px;
    margin: auto
}

footer .license>div .star {
    width: auto;
    position: absolute;
    right: -16px;
    bottom: -25px
}

footer .sfp {
    display: flex;
    border-bottom: 0
}

footer .sfp .title {
    color: #fff
}

footer .sfp>div>div {
    display: flex;
    align-items: center;
    margin-bottom: 20px;
    margin-right: 150px
}

footer .sfp>div>div img {
    width: auto;
    margin-right: 10px
}

footer .sfp .paymentLogo a,footer .sfp .paymentLogo button {
    cursor: auto
}

footer .footerList {
    display: flex;
    flex-flow: wrap;
    flex-direction: column;
    color: #bfcce2;
    padding: 25px 0 130px
}

footer .footerList>.item-wrapper {
    display: flex;
    justify-content: space-between;
    text-align: center
}

footer .footerList>.item-wrapper>div {
    flex: 0 0 252px;
    margin-right: 35px
}

footer .footerList>.item-wrapper>div>a,footer .footerList>.item-wrapper>div>button {
    color: #f1d5b6;
    display: block;
    margin-bottom: 30px
}

footer .footerList>.item-wrapper>div>div .title {
    margin: 15px 0;
    color: #bfcce2
}

footer .footerList>.item-wrapper>div>div.title {
    display: flex;
    flex-flow: column;
    height: 76px;
    justify-content: space-between;
    font-size: 16px;
    color: #fff;
    white-space: nowrap
}

footer .footerList>.item-wrapper>div>div.title+div {
    margin: 10px 0;
    display: flex;
    justify-content: center;
    align-items: center
}

footer .footerList>.item-wrapper>div>div.title:before {
    font-size: 56px;
    font-weight: 400;
    color: #f1d5b6
}

footer .footerList>.item-wrapper>div>div>div {
    text-align: left
}

footer .footerList>.item-wrapper:nth-child(2)>div {
    font-size: 12px
}

.Award_awardTitle__tU0FR {
    display: flex;
    align-items: center
}

.Award_awardTitle__tU0FR:after {
    display: block;
    content: "";
    background: unset!important
}

.Award_awardImageEgr__udNl5 {
    width: 183px;
    display: block;
    height: 46px
}

.Award_awardImageEgrOp__0qsZY {
    width: 247px;
    display: block;
    height: 47px
}

.Award_awardText__su95J {
    color: #ccc;
    font-weight: 200
}

.Award_awardList__YN1wd {
    margin: 15px 10px 0 0
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP {
    display: flex;
    justify-content: flex-start
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X {
    width: 6rem;
    height: 6rem;
    border: 2px solid #f44;
    border-radius: 8px;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    background: #fff;
    transition: all .3s ease
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X:hover {
    border-color: #f66;
    background: #fff8f8
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X .survey_mountainIcon__3rANz {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 20px
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X .survey_mountainIcon__3rANz img {
    width: 80px;
    height: 80px;
    object-fit: contain
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X .survey_mountainIcon__3rANz .survey_uploadText__VB8lg {
    text-align: center
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X .survey_mountainIcon__3rANz .survey_uploadText__VB8lg .survey_uploadTitle__hURr5 {
    color: #f44;
    font-size: 16px;
    font-weight: 600;
    margin-bottom: 5px
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imageUploadArea__c9G3X .survey_mountainIcon__3rANz .survey_uploadText__VB8lg .survey_uploadHint__wZOkG {
    color: #f44;
    font-size: 12px;
    font-weight: 400
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imagePreviewContainer__PEp5u .survey_imagePreview__siGpt {
    position: relative;
    width: 6rem;
    height: 6rem;
    border: 2px solid #f44;
    border-radius: 8px;
    overflow: hidden
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imagePreviewContainer__PEp5u .survey_imagePreview__siGpt img {
    width: 100%;
    height: 100%;
    object-fit: cover
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imagePreviewContainer__PEp5u .survey_imagePreview__siGpt .survey_removeImageBtn__IMcnq {
    position: absolute;
    top: 8px;
    right: 8px;
    width: 1vw;
    height: 1vw;
    border-radius: 50%;
    background: rgba(0,0,0,.7);
    color: #fff;
    border: none;
    font-size: 16px;
    font-weight: 700;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: background .3s ease;
    line-height: 1;
    padding: 0;
    margin: 0
}

.survey_imageUpload__ptCeZ .survey_imageUploadContainer__CuTKP .survey_imagePreviewContainer__PEp5u .survey_imagePreview__siGpt .survey_removeImageBtn__IMcnq:hover {
    background: rgba(0,0,0,.9)
}

.survey_submitBtn__Aajh6 {
    margin-top: 1vw
}

.home-bottom {
	display: none;
}

@media (max-width:767px){
	.blog-wrapper {
	  display: block;
	}
	.blog-left {
		width: 100%;
		margin-right: 0;
	}
	.blog-right {
		width: 100%;
	}
	.download-wrapper {
		min-height: inherit !important;
	}
	.download-wrapper.download-wrapper-mobile {
		display: block;
		margin: 0;
	}
	.contact-buttons {
		display: block;
	}
	.download-box p {
		margin-bottom: 0;
	}
	.contact-buttons .telegram {
		margin-bottom: 20px;
	}
	.btn.download {
		font-size: 16px;
	}
	
	.contact-buttons {
		flex-direction: column;
	}
	
	.download-wrapper {
		grid-template-columns: auto;
		width: 100%;
	}
	
	.contact-buttons {
		width: 100%;
	}
	
	footer {
		display: none;
	}

.btn.download {
	display: block;
}

.mobile-show {
	display: block;
}
.desktop-show {
	display: none;
}

.home-bottom {
	display: block;
}
	
	.home-bottom {
    background: #0a1b38;
    margin-top: 12vw
}

.home-bottom-aff {
    text-align: center;
    background: #132546;
    padding: 5vw 0;
    color: #acb2bc
}

.home-bottom-aff a.title {
    color: #acb2bc;
    margin: 4vw 0 1vw;
    display: block
}

.home-bottom-aff p {
    margin: 0 3vw
}

.bottom-social {
    display: flex;
    justify-content: center;
    padding-top: 8vw
}

.bottom-social a {
    margin: 0 1vw
}

.bottom-social img {
    width: 9.5vw
}

.bottom-license {
    margin: 5vw 0 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center
}

.bottom-license div {
    display: flex;
    align-items: center;
    color: #acb2bc
}

.bottom-license div img {
    width: 24vw
}

.bottom-license div .icon-tick {
    width: 4vw
}

.bottom-license div:nth-child(2) {
    display: flex;
    align-items: center
}

.bottom-license div:nth-child(2) div {
    margin-right: 1vw;
    margin-left: -1vw
}

.footer {
    background: url(https://banner.monalisa66.com/h5/img/4.0/footer-bg.png?v=20260205062114) no-repeat 50%/cover;
    height: 21.5vw;
    width: 100%;
    display: flex;
    position: fixed;
    bottom: 0;
    z-index: 4;
    justify-content: space-around;
    filter: drop-shadow(0 7px 6px #c5c5c5)
}

.footer-item {
    display: flex;
    flex-direction: column;
    align-items: center;
    flex: 0 0 21vw;
    justify-content: center;
    padding-bottom: 1vw;
    font-weight: 500
}

.footer-item img {
    width: 6vw
}

.footer-item.active :not(.plus) {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #0a1b38
}

.footer-item.active :not(.plus).footer-title {
    border-bottom: 2.5px solid #ff7600;
    padding-bottom: 2vw
}

.footer-title {
    color: #d1d1d1;
    text-align: center;
    line-height: 3vw;
    margin: 1vw 0 0;
    white-space: nowrap;
    font-size: 2.5vw
}

.footer .plus {
    position: relative;
    background: linear-gradient(180deg,#ff973e 20%,#db4300);
    box-shadow: 0 0 5px #ffae68;
    border-radius: 50px;
    height: 12vw;
    flex: 0 0 12vw;
    padding: 2vw;
    margin-top: -3.5vw
}

.footer .plus img {
    width: 6vw
}

.footer .plus:before {
    transform: translate(-50%,-50%) rotate(-90deg)
}

.footer .plus:after,.footer .plus:before {
    content: "";
    position: absolute;
    height: 1vw;
    width: 6.5vw;
    border-radius: 20px;
    background-color: #fff;
    left: 50%;
    top: 50%;
    transition: all .2s ease-out
}

.footer .plus:after {
    transform: translate(-50%,-50%) rotate(180deg)
}

.footer .plus.active:before {
    transform: translate(-50%,-50%) rotate(135deg)
}

.footer .plus.active:after {
    transform: translate(-50%,-50%) rotate(225deg)
}

.footer .plus span {
    color: #fff;
    padding-bottom: 1vw
}

.footer .plus.close img {
    transform: translate(-50%,-50%) rotate(-45deg);
    transition: all .3s ease-out
}

.footer .livechat img {
    width: 7vw
}

.footer .me:after {
    top: 9vw;
    right: 7vw;
    position: absolute;
    display: block;
    content: "";
    background: red;
    width: 2vw;
    height: 2vw;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    animation: move 1.5s ease 0s infinite normal none
}

.footer-popup {
    background: #efefef;
    display: flex;
    align-items: center;
    padding: 5vw 23vw 15vw;
    justify-content: center;
    bottom: 10vw;
    left: 0;
    border-radius: 50px 50px 0 0;
    z-index: 3;
    position: fixed;
    transform: translateY(50vw);
    width: 54vw
}

.footer-popup img {
    width: 8vw
}

.footer-popup-item {
    flex: 0 0 20vw;
    display: flex;
    flex-direction: column;
    align-items: center
}

.footer-popup-title {
    color: #585858;
    font-weight: 500;
    margin-top: 1.5vw
}

.footer-popup-img {
    background: #fff;
    padding: 1.5vw;
    border-radius: 50px;
    width: 9vw;
    height: 9vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.footer-popup.active {
    transform: translateY(0);
    transition: .5s
}

.menu {
    padding: 0;
    position: relative
}

.menu-logo {
    background: #e7e7e7;
    border-radius: 0 0 13vw 13vw;
    height: 40vw;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 3vw
}

.menu-logo img {
    width: 27vw
}

.menu-logo button {
    background: #f77a00;
    font-size: 3.6vw;
    font-weight: 500;
    padding: 2.5vw 9.5vw;
    border-radius: 10vw;
    color: #fff
}

.menu-logo>div {
    font-weight: 600
}

.menu-logo>div:first-child {
    color: #989898
}

.menu-logo>div:last-child {
    font-size: 8vw;
    color: #0a1b38;
    margin-top: -1vw;
    letter-spacing: -.2vw
}

.menu-logo>div:last-child span {
    color: #ff7600
}

.menu-center {
    font-weight: 500;
    display: grid;
    grid-template-columns: repeat(4,1fr);
    grid-gap: 5.6vw 3.7vw;
    gap: 5.6vw 3.7vw;
    margin: 7.5vw 5.6vw
}

.menu-center a {
    display: flex;
    flex-direction: column;
    align-items: center;
    color: #121311
}

.menu-center a img {
    width: 10vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-center a span {
    text-align: center;
    line-height: 3.5vw;
    margin-top: 2vw
}

.menu-center a .exclusion-icon,.menu-center a .prediction-icon {
    width: 10vw
}

.menu-bottom {
    background: #e7e7e7;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-bottom: 50vw
}

.menu-bottom-item {
    width: 100%
}

.menu-bottom-item .info {
    display: flex;
    color: #585858;
    font-weight: 500;
    align-items: center;
    border-bottom: 1px solid #ccc;
    padding: 5vw 0;
    margin: 0;
    background: #e7e7e7;
    justify-content: center
}

.menu-bottom-item .info img {
    width: 6vw
}

.menu-bottom-item .info>div {
    margin-left: 2vw;
    width: 53vw;
    font-size: 3.5vw;
    color: #1e1f1d
}

.menu-bottom-item .info:after {
    display: block;
    content: "";
    background: url(https://banner.monalisa66.com/h5/img/4.0/down.svg?v=20260205062114) no-repeat 50%/100%;
    width: 3vw;
    height: 3vw;
    margin-left: 15vw
}

.menu-bottom-item .option {
    display: none;
    background: #fff;
    color: #000;
    font-weight: 500
}

.menu-bottom-item .option .country {
    display: flex;
    flex-wrap: wrap;
    align-items: center
}

.menu-bottom-item .option .country-current {
    display: flex;
    margin-bottom: 5vw;
    background-color: #ececec;
    border-radius: 4vw;
    padding: 6vw
}

.menu-bottom-item .option .country-current .country-item {
    margin-left: 0
}

.menu-bottom-item .option .country-current .country-item button {
    margin-top: 2vw;
    color: #415f93
}

.menu-bottom-item .option .country-current .country-title img {
    width: 12vw;
    border-radius: 50%;
    border: 1px solid #d1d1d1
}

.menu-bottom-item .option .country-current.after {
    background-color: transparent;
    margin: 0;
    padding: 0 6vw
}

.menu-bottom-item .option .country-item {
    display: flex;
    width: 100%;
    align-items: center;
    padding: 2vw 0;
    margin-left: 6vw
}

.menu-bottom-item .option .country-item>div:last-child {
    width: 60vw
}

.menu-bottom-item .option .country-item>div button.active {
    color: #ff7600
}

.menu-bottom-item .option .country-item:first-child {
    padding-top: 0
}

.menu-bottom-item .option .country-item:last-child {
    padding-bottom: 0
}

.menu-bottom-item .option .country-title {
    display: flex;
    align-items: center;
    padding: 0 4vw 0 0
}

.menu-bottom-item .option .country-title>div {
    margin-bottom: 1vw;
    display: flex;
    align-items: center;
    justify-content: center
}

.menu-bottom-item .option .country-title img {
    width: 8vw;
    border-radius: 50%;
    border: 1px solid #d1d1d1
}

.menu-bottom-item .option-item {
    padding: 5vw
}

.menu-bottom-item .option div {
    font-size: 3.5vw;
    font-weight: 600
}

.menu-bottom-item .option button {
    font-size: 3.5vw;
    color: #415f93;
    font-weight: 500;
    border-right: 1px solid #415f93;
    padding: 0 2vw
}

.menu-bottom-item .option button:first-of-type {
    padding-left: 0
}

.menu-bottom-item .option button:last-child {
    padding-right: 0;
    border-right: 0
}

.menu-bottom-item .option a {
    color: #a7a7a7;
    font-size: 600;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    padding: 0 0 5vw 18vw
}

.menu-bottom-item.active .info {
    border: 0
}

.menu-bottom-item.active .info:after {
    background: url(https://banner.monalisa66.com/h5/img/4.0/up.svg?v=20260205062114) no-repeat 50%/100%
}

.menu-bottom-item.active .option {
    display: block
}

.menu .close-btn {
    position: absolute;
    top: 3.5vw;
    right: 3.5vw
}

.menu .close-btn img {
    width: 3.5vw
}

.after .menu-top {
    background: url(https://banner.monalisa66.com/h5/img/4.0/menu-after-bg.png?v=20260205062114) no-repeat 50%/cover;
    height: 55vw;
    border-radius: 0 0 20px 20px
}

.after .menu-top .profile-item {
    justify-content: space-between;
    padding: 5vw 10vw
}

.after .menu-top .profile-item,.after .menu-top .profile-item>div {
    display: flex;
    align-items: center
}

.after .menu-top .profile-item>div>div {
    margin-left: 2vw
}

.after .menu-top .profile-item>div>div a {
    display: flex;
    align-items: center;
    margin-top: -1vw
}

.after .menu-top .profile-item>div>div a:after {
    display: block;
    content: "";
    background: url(https://banner.monalisa66.com/h5/img/4.0/right.png?v=20260205062114) no-repeat 50%/cover;
    height: 2vw;
    width: 2vw;
    margin-left: 1vw
}

.after .menu-top .profile-item img {
    width: 8vw;
    height: 8vw
}

.after .menu-top .profile-item a img {
    width: 6vw;
    height: 6vw
}

.after .menu-top .profile-item .message {
    position: relative
}

.after .menu-top .profile-item .message.active:after {
    top: 0;
    left: 5vw;
    position: absolute;
    display: block;
    content: "";
    background: red;
    width: 2vw;
    height: 2vw;
    border-radius: 10px;
    transition: all .2s ease-in-out;
    animation: move 1.5s ease 0s infinite normal none
}
	.Award_bottom-award__YOAUm {
    margin: 5vw 0 3vw;
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
}
}

.copyright a {
	color: #ff7600;
    text-decoration: underline;
}