body {
  background-color: #1f2642;
}

.cnt {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.modal-backdrop.in {
  opacity: 0.8;
}

.cf:after, .cf:before {
  content: "";
  display: table;
  clear: both;
}

.swiper-wrapper, .swiper-slide {
  height: auto;
}

.imgWrap {
  overflow: hidden;
  display: block;
  position: relative;
  border-radius: 12px;
}
.imgWrap:before {
  content: "";
  display: block;
}
.imgWrap .imgWrap-item {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: block;
}
.imgWrap .imgWrap-item img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  -webkit-transition: 0.4s;
  -moz-transition: 0.4s;
  -ms-transition: 0.4s;
  -o-transition: 0.4s;
  transition: 0.4s;
}
.imgWrap.img--contain img {
  object-fit: contain;
}
.imgWrap.img--cover img {
  object-fit: cover;
}
.imgWrap:hover img {
  transform: scale(1.1);
}
.imgWrap.noHover:hover img {
  transform: none !important;
}

.pt_78::before {
  padding-top: 78%;
}

.pt_100::before {
  padding-top: 100%;
}

.positionLeft50, .section-banner .page1_content .page1_sub, .section-banner .page1_content .btn_joinNow, .section-banner .page1_content .slg, .section-banner .page1_content .icon_play, .section-banner .page1_content .page1_logo, .section-banner .page1_content .go_tele, .section-banner .page1_art {
  position: absolute;
  left: 50%;
}

.bgContain, .modal .modal-wrapper .close_banner, .go_landing, .fix_goLanding, .map .road .road__item .road__item-metka, .section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item::before, .section-playToEarn .box_wrap .box_texts .light, .section-news .box_wrap .btn_viewMore span::after, .section-banner .page1_content .box_button .tele_pc, .section-banner .page1_content .btn_joinNow, .section-banner .page1_content .slg, .section-banner .page1_content .icon_play, .section-banner .page1_content .page1_logo, .section-banner .page1_content .go_tele, .section-banner .page1_art {
  background-repeat: no-repeat;
  -webkit-background-size: contain;
  background-size: contain;
  background-position: center;
}

.bg100, .section-playToEarn .box_wrap .box_texts::before, .section-banner .page1_content .box_button .box_download, .section-banner .page1_content .page1_sub {
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}

.w-1200 {
  width: 100%;
  max-width: 1430px;
  position: relative;
  padding: 0 15px;
  overflow: hidden;
  margin: auto;
}
@media only screen and (max-width: 1024px) {
  .w-1200 {
    max-width: 670px;
  }
}
.w-1200.is--inherit {
  overflow: unset;
}
@media only screen and (max-width: 1024px) {
  .w-1200.is--inherit {
    overflow-x: clip;
  }
}

.txtGradient, .map .section-header h2 span, .cases .cases__list .cases__item .cases__item-content .cases__item-title, .cases .section-header h2 span {
  background: linear-gradient(0deg, #00F5A0 -27.59%, #00D9F5 113.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-shadow: none;
}

.title--border span {
  font-weight: 600;
  position: relative;
  padding-bottom: 25px;
}
@media only screen and (max-width: 640px) {
  .title--border span {
    padding-bottom: 15px;
  }
}
.title--border span::after {
  content: "";
  display: block;
  background: #fff;
  -webkit-border-radius: 10px;
  -moz-border-radius: 10px;
  border-radius: 10px;
  width: 216px;
  height: 6px;
  position: absolute;
  left: 50%;
  margin-left: -108px;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .title--border span::after {
    width: 100px;
    height: 4px;
    margin-left: -50px;
  }
}

#dubModal {
  position: fixed;
  z-index: 99999;
  background: #efe4d0;
  display: none;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -moz-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  -o-transform: translate(-50%, -50%);
  border-radius: 15px;
  opacity: 0;
}
#dubModal.active {
  display: block;
  opacity: 1;
}
#dubModal .dubClose_wrapper #dubClose {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #f44e19;
  color: #fff;
  border-radius: 50%;
  line-height: 40px;
  text-align: center;
  top: -17px;
  right: -17px;
  font-size: 32px;
  text-decoration: none !important;
}
#dubModal .dubContent {
  width: 290px;
  padding: 50px 0px;
  text-align: center;
  font-size: 22px;
  color: #333;
  background: #fff;
  border-radius: 15px;
}
#dubModal .dubContent::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.2);
  border-radius: 10px;
}
#dubModal .dubContent::-webkit-scrollbar {
  width: 3px;
}
#dubModal .dubContent::-webkit-scrollbar-thumb {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
  border-radius: 6px;
}

.dubModal_overplay {
  display: none;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0px !important;
  left: 0px;
  z-index: 99998;
  background: rgba(0, 0, 0, 0.8);
}
.dubModal_overplay.active {
  display: block;
}

.btn-shine {
  position: relative;
  overflow: hidden;
}
.btn-shine:after {
  content: " ";
  display: block;
  position: absolute;
  height: 200%;
  width: 200%;
  top: 0px;
  left: 0px;
  z-index: 2;
  -webkit-animation: moveafter 2s infinite linear;
  -moz-animation: moveafter 2s infinite linear;
  animation: moveafter 2s infinite linear;
  background: -moz-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.5) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -webkit-gradient(linear, left top, right bottom, color-stop(0%, rgba(255, 255, 255, 0)), color-stop(45%, rgba(255, 255, 255, 0)), color-stop(50%, rgba(255, 255, 255, 0.2)), color-stop(55%, rgba(255, 255, 255, 0)), color-stop(100%, rgba(255, 255, 255, 0)));
  background: -webkit-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -o-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: -ms-linear-gradient(-45deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  background: linear-gradient(135deg, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0) 45%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 55%, rgba(255, 255, 255, 0) 100%);
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr="#00ffffff", endColorstr="#00ffffff",GradientType=1 );
}

@-webkit-keyframes moveafter {
  0% {
    top: 100%;
    left: 100%;
  }
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: -200%;
    left: -200%;
  }
}
@-moz-keyframes moveafter {
  0% {
    top: 100%;
    left: 100%;
  }
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: -100%;
    left: -100%;
  }
}
@keyframes moveafter {
  0% {
    top: 100%;
    left: 100%;
  }
  50% {
    top: -100%;
    left: -100%;
  }
  100% {
    top: -100%;
    left: -100%;
  }
}
@keyframes fadeIn {
  from {
    opacity: 0;
    transform: translate3d(0, -20%, 0);
  }
  to {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
}
@keyframes zoomEffect {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.01, 1.01);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.01, 1.01);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomEffect2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.02, 1.02);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.02, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
@-webkit-keyframes zoomEffect2 {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.02, 1.02);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.02, 1.02);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes rotate {
  to {
    transform: rotate(-360deg);
  }
}
@keyframes zoomEffect {
  0% {
    transform: scale(1, 1);
  }
  25% {
    transform: scale(1.1, 1.1);
  }
  50% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
  100% {
    transform: scale(1, 1);
  }
}
@keyframes zoomEffect2 {
  0% {
    transform: scale(1, 1);
  }
  15% {
    transform: scale(1.1, 1.1);
  }
  30% {
    transform: scale(1, 1);
  }
  45% {
    transform: scale(1.2, 1.2);
  }
  60% {
    transform: scale(1, 1);
  }
  75% {
    transform: scale(1.1, 1.1);
  }
  90% {
    transform: scale(1, 1);
  }
  95% {
    transform: scale(1.1, 1.1);
  }
}
@keyframes spin1 {
  0% {
    top: 60px;
    left: -10px;
    opacity: 1;
  }
  17% {
    top: -10px;
    left: -10px;
    opacity: 1;
  }
  51% {
    top: -10px;
    left: 150px;
    opacity: 1;
  }
  68% {
    top: 60px;
    left: 150px;
    opacity: 1;
  }
  100% {
    top: 60px;
    left: -10px;
    opacity: 1;
  }
}
@-webkit-keyframes light {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  75% {
    opacity: 0.6;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@-moz-keyframes light {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  75% {
    opacity: 0.6;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
@keyframes light {
  0% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  25% {
    opacity: 0.6;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  50% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
  75% {
    opacity: 0.6;
    transform: scale(0.6);
    -webkit-transform: scale(0.6);
  }
  100% {
    opacity: 1;
    transform: scale(1);
    -webkit-transform: scale(1);
  }
}
/*video*/
.lightbox {
  background-color: rgba(0, 0, 0, 0.8);
  overflow: hidden;
  position: fixed;
  display: none;
  z-index: 9999;
  bottom: 0;
  right: 0;
  left: 0;
  top: 0;
}

.lightbox-container {
  position: relative;
  max-width: 960px;
  margin: 7% auto;
  display: block;
  padding: 0 3%;
  height: auto;
  z-index: 10;
}
@media only screen and (max-height: 460px), (max-width: 1023px) and (orientation:landscape) {
  .lightbox-container {
    max-width: 400px;
  }
}

@media screen and (max-width: 768px) {
  .lightbox-container {
    margin-top: 10%;
  }
}
@media screen and (max-width: 414px) {
  .lightbox-container {
    margin-top: 13%;
  }
}
.lightbox-content {
  box-shadow: 0 1px 6px rgba(0, 0, 0, 0.7);
}

.lightbox-close {
  text-transform: uppercase;
  background: transparent;
  position: absolute;
  font-weight: 300;
  font-size: 12px;
  display: block;
  border: none;
  color: white;
  top: -22px;
  right: 3%;
}

.video-container {
  padding-bottom: 56.25%;
  position: relative;
  padding-top: 30px;
  overflow: hidden;
  height: 0;
}

.video-container iframe,
.video-container object,
.video-container embed {
  position: absolute;
  height: 100%;
  width: 100%;
  left: 0;
  top: 0;
}

/*------ end video ---------*/
.comming-soon {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.comming-soon {
  width: 290px;
  padding: 50px 0px;
  text-align: center;
  font-size: 22px;
  color: #333;
  background: #fff;
  border-radius: 15px;
}

.comming-soon .closeModal88 {
  position: absolute;
  width: 40px;
  height: 40px;
  background: #f44e19;
  color: #fff;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  top: -17px;
  right: -17px;
  font-size: 32px;
}

.pagging {
  position: fixed;
  z-index: 98;
  right: 22px;
  top: 50%;
  margin-top: -127px;
}
@media only screen and (max-width: 1024px) {
  .pagging {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .pagging {
    margin-top: 0;
    top: auto;
    left: 5px;
    bottom: 30px;
  }
}
.pagging:before {
  display: none;
  content: "";
  width: 1px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -0.5px;
  z-index: 0;
  border: 1px dashed #db3d07;
}
.pagging li {
  position: relative;
  z-index: 2;
}
.pagging li a {
  display: block;
  width: 12px;
  height: 12px;
  border-radius: 50%;
  text-align: center;
  line-height: 46px;
  font-size: 24px;
  margin-bottom: 15px;
  font-weight: bold;
  text-indent: -9999px;
  border: 2px solid #3B4360;
  box-shadow: 0px 0px 3px white;
}
.pagging li.active a {
  background: #3B4360;
  color: #fff;
}
.pagging li:last-of-type a {
  margin-bottom: 0;
}

.fix_social {
  padding: 18px 10px;
  background-color: #486180;
  border-radius: 30px;
  position: fixed;
  left: 6px;
  top: 50%;
  z-index: 20;
  margin-top: -120px;
  text-align: center;
}
@media only screen and (max-width: 1024px) {
  .fix_social {
    display: none;
  }
}
.fix_social .items {
  display: block;
  margin: 0 auto 12px;
}
.fix_social .items:last-of-type {
  margin-bottom: 0;
}
.fix_social .items img {
  display: block;
  max-width: 22px;
  height: auto;
}

.contract {
  padding: 8px 15px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.contract .items {
  color: #fff;
  display: flex;
}
@media screen and (max-width: 1200px) {
  .contract .items {
    display: block;
  }
}
.contract .items p {
  white-space: nowrap;
  margin-bottom: 0;
  font-size: 17px;
  margin-right: 8px;
}
@media screen and (max-width: 767px) {
  .contract .items p {
    font-size: 13px;
    margin-right: 0;
  }
}
@media screen and (max-width: 767px) {
  .contract .items p ._2dot {
    display: none;
  }
}
.contract .items p:last-of-type {
  margin-bottom: 0;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  .contract .items p:last-of-type {
    display: none;
  }
}

.header {
  --height: 66px;
  background: #fff;
  height: var(--height);
  border-bottom: 0;
}
@media only screen and (max-width: 640px) {
  .header {
    padding: 0;
  }
}
.header .w-1200 .header_content {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header .w-1200 .header_content .logo {
  width: 167px;
  height: 46px;
  background-image: url("logo1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: none !important;
  top: 0;
}
.header .w-1200 .header_content .logo:hover {
  opacity: 1;
}
.header .w-1200 .header_content .logo .logo__img {
  display: none;
}
.header .w-1200 .header_content .logo .logo__title {
  display: none;
}
.header .w-1200 .header_content .menu {
  margin-bottom: 0;
}
.header .w-1200 .header_content .menu .menu__item .menu__link {
  color: #3B4360;
  font-weight: 600;
}
.header .w-1200 .header_content .header__right .btn-sign-in {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 32px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fc786b;
  color: #3B4360;
  width: auto;
  line-height: 48px;
  height: 48px;
}
.header .w-1200 .header_content .btn-menu div {
  background: #000;
}
.header .w-1200 .header_content .btn-menu div:first-of-type::after {
  background-color: #000;
}
.header .w-1200 .header_content .btn-menu div:last-of-type::after {
  background-color: #000;
}
.header.sticky {
  background: #fff;
  border-bottom: 0;
  height: var(--height);
}

.section-banner {
  width: 100%;
  max-height: 1080px;
  height: 100vh;
  background-image: url("bg2.jpg");
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
  overflow: hidden;
  position: relative;
}
@media only screen and (max-width: 1024px) {
  .section-banner {
    -webkit-background-size: 1024px;
    background-size: 1024px;
    background-image: url("bg_mb2.jpg");
    max-height: unset;
    background-position: bottom center;
    height: 1110px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner {
    -webkit-background-size: 640px;
    background-size: 640px;
    height: 700px;
  }
}
.section-banner .w-1200 {
  position: relative;
  width: 100%;
  height: 100%;
}
.section-banner .video__wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-banner .video__wrap {
    display: none;
  }
}
.section-banner .video__wrap video {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translateX(-50%);
}
.section-banner .page1_art {
  z-index: 1;
  top: 366px;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_art {
    top: 564px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_art {
    top: 397px;
  }
}
.section-banner .page1_art1 {
  width: 492px;
  height: 458px;
  margin-left: -670px;
  background-image: url("page1_art1.png");
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_art1 {
    width: 404px;
    height: 365px;
    margin-left: -494px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_art1 {
    width: 202px;
    height: 182px;
    margin-left: -238px;
  }
}
.section-banner .page1_art2 {
  width: 402px;
  height: 389px;
  margin-left: 178px;
  margin-top: 27px;
  background-image: url("page1_art2.png");
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_art2 {
    width: 345px;
    height: 334px;
    margin-left: 71px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_art2 {
    width: 172px;
    height: 167px;
    margin-left: 34px;
    margin-top: 13px;
  }
}
.section-banner .page1_content {
  position: absolute;
  z-index: 4;
  width: 100%;
  height: 100%;
  left: 0;
}
.section-banner .page1_content .page1_img {
  display: none;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .page1_img {
    display: block;
    width: 640px;
    position: absolute;
    top: 126px;
    left: 50%;
    margin-left: -320px;
    z-index: 0;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .page1_img {
    width: 320px;
    margin-left: -160px;
    top: 111px;
  }
}
.section-banner .page1_content .go_tele {
  z-index: 5;
  display: block;
  width: 106px;
  height: 106px;
  margin-left: 164px;
  background-image: url("tele.png");
  top: 474px;
  animation: 2s zoomEffect2 infinite;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .go_tele {
    top: 562px;
    margin-left: 162px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .go_tele {
    top: 344px;
    margin-left: 102px;
    width: 53px;
    height: 53px;
  }
}
.section-banner .page1_content .page1_logo {
  background-image: url("logot4.png");
  z-index: 2;
  width: 274px;
  height: 66px;
  margin-left: -137px;
  top: 724px;
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .page1_logo {
    width: 246px;
    height: 56px;
    margin-left: -123px;
    top: 583px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .page1_logo {
    width: 109px;
    height: 28px;
    margin-left: -55px;
    top: 380px;
  }
}
.section-banner .page1_content .icon_play {
  z-index: 5;
  display: block;
  width: 106px;
  height: 101px;
  margin-left: -28px;
  background-image: url("icon_play2.png");
  top: 419px;
  animation: rotate 20s infinite;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .icon_play {
    top: 359px;
    margin-left: -84px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .icon_play {
    top: 222px;
    margin-left: -38px;
    width: 53px;
    height: 51px;
  }
}
.section-banner .page1_content .slg {
  z-index: 1;
  background-image: url("slg.png");
  width: 689px;
  height: 269px;
  margin-left: -345px;
  top: 136px;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .slg {
    top: 125px;
    width: 560px;
    height: 217px;
    margin-left: -280px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .slg {
    margin-left: -144px;
    top: 95px;
    width: 290px;
    height: 111px;
  }
}
.section-banner .page1_content .btn_joinNow {
  z-index: 5;
  background-image: url("btn_join.png");
  width: 257px;
  height: 70px;
  margin-left: -128px;
  top: 720px;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .btn_joinNow {
    top: 575px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .btn_joinNow {
    top: 346px;
    width: 134px;
    height: 36px;
    margin-left: -67px;
  }
}
.section-banner .page1_content .btn_joinNow .btn-shine {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-clip-path: polygon(16% 0, 83% 0%, 91% 76%, 85% 99%, 22% 100%, 7% 65%);
  clip-path: polygon(16% 0, 83% 0%, 91% 76%, 85% 99%, 22% 100%, 7% 65%);
}
.section-banner .page1_content .slg0 {
  color: red;
}
.section-banner .page1_content .page1_sub {
  background-image: url("page1_sub.png");
  z-index: 2;
  width: 500px;
  height: 113px;
  font-weight: 700;
  color: #fff;
  text-align: center;
  font-size: 32px;
  line-height: 63px;
  text-shadow: 0px -1.5px 0 #000, 0px -1.5px 0 #000, 0px 1.5px 0 #000, 0px 1.5px 0 #000, -1.5px 0px 0 #000, 1.5px 0px 0 #000, -1.5px 0px 0 #000, 1.5px 0px 0 #000, -1.5px -1.5px 0 #000, 1.5px -1.5px 0 #000, -1.5px 1.5px 0 #000, 1.5px 1.5px 0 #000;
  top: 427px;
  margin-left: -250px;
  display: none !important;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .page1_sub {
    width: 338px;
    height: 76px;
    margin-left: -169px;
    top: 379px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .page1_sub {
    width: 170px;
    height: 38px;
    margin-left: -85px;
    top: 249px;
  }
}
.section-banner .page1_content .page1_sub .btn-shine {
  position: absolute;
  width: 96%;
  height: 71%;
  top: 18%;
  left: 2%;
  border-radius: 50px;
}
.section-banner .page1_content .box_button {
  position: absolute;
  z-index: 10;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  left: 0;
  top: 830px;
}
@media only screen and (max-width: 1024px) {
  .section-banner .page1_content .box_button {
    top: 908px;
  }
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button {
    top: 567px;
  }
}
.section-banner .page1_content .box_button .box_download {
  --_8px: 8px;
  background-image: url("page1_down.png");
  width: 510px;
  height: 150px;
  display: flex;
  justify-content: center;
  padding-top: 7px;
  box-shadow: 0 3px 6px #00000045;
  border-radius: 11px;
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .box_download {
    height: auto;
    width: 320px;
    background: transparent;
    padding-top: 0;
    box-shadow: none;
    border-radius: 0;
  }
}
.section-banner .page1_content .box_button .box_download .favicon {
  margin-right: var(--_8px);
  background-image: url("icon_favicon.png");
  width: 136px;
  height: 136px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .box_download .favicon {
    display: none;
  }
}
.section-banner .page1_content .box_button .box_download .group-dl {
  margin-right: var(--_8px);
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .box_download .group-dl {
    margin-right: 0;
    width: auto;
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px 10px;
  }
}
.section-banner .page1_content .box_button .box_download .group-dl .btn_dl {
  display: block;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
  width: 124px;
  height: 43px;
  margin-bottom: 4px;
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .box_download .group-dl .btn_dl {
    margin: 0;
  }
}
.section-banner .page1_content .box_button .box_download .group-dl .btn_dl-ios {
  background-image: url("icon_ios.svg");
}
.section-banner .page1_content .box_button .box_download .group-dl .btn_dl-android {
  background-image: url("164173f9f28ade12f20317251e4f033dae434c3f.svg");
}
.section-banner .page1_content .box_button .box_download .group-dl .btn_dl.btn_dl-apk {
  background-image: url("icon_apk.svg");
  margin-bottom: 0;
}
.section-banner .page1_content .box_button .box_download .group-dl .btn_dl.tele_mb {
  background-image: url("icon_tele3_mb.svg");
  display: none;
  background-color: #2da5e1;
  border-radius: 6px;
  border: 2px solid white;
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .box_download .group-dl .btn_dl.tele_mb {
    display: inline-block;
  }
}
.section-banner .page1_content .box_button .box_download .group-dl .btn_dl:last-of-type {
  margin-bottom: 0;
}
.section-banner .page1_content .box_button .box_download .btn_dl2 {
  margin-right: var(--_8px);
  display: block;
  width: 102px;
  height: 136px;
  -webkit-background-size: 100% 100%;
  background-size: 100% 100%;
  background-repeat: no-repeat;
  background-position: center;
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .box_download .btn_dl2 {
    display: none;
  }
}
.section-banner .page1_content .box_button .box_download .btn_dl2.btn_dl-window {
  background-image: url("icon_window.svg");
}
.section-banner .page1_content .box_button .box_download .btn_dl2.btn_dl-mac {
  background-image: url("icon_mac.svg");
}
.section-banner .page1_content .box_button .box_download .btn_dl2:last-of-type {
  margin-right: 0;
}
.section-banner .page1_content .box_button .tele_pc {
  background-image: url("icon_tele3.svg");
  width: 150px;
  height: 150px;
  display: inline-block;
  margin-left: 10px;
  box-shadow: 0 3px 6px #00000045;
  border-radius: 11px;
  border: 4px solid white;
}
@media only screen and (max-width: 640px) {
  .section-banner .page1_content .box_button .tele_pc {
    display: none;
  }
}

.section-news {
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: top center;
  background-image: url("bg4.png");
  padding: 40px 0 50px;
}
.section-news .box_wrap .page-title .title-sub {
  text-align: center;
  font-size: 38px;
  line-height: 1.2;
  color: #fff;
}
@media only screen and (max-width: 640px) {
  .section-news .box_wrap .page-title .title-sub {
    font-size: 20px;
  }
}
.section-news .box_wrap .page-title .title-name {
  text-align: center;
  background: linear-gradient(0deg, #00F5A0 -27.59%, #00D9F5 113.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  margin-top: 10px;
  font-size: 52px;
  line-height: 1.3;
  font-weight: 900;
}
@media only screen and (max-width: 640px) {
  .section-news .box_wrap .page-title .title-name {
    margin-top: 4px;
    font-size: 34px;
  }
}
.section-news .box_wrap .list_news {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 22px;
  row-gap: 40px;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-news .box_wrap .list_news {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .section-news .box_wrap .list_news {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 20px;
    row-gap: 30px;
  }
}
.section-news .box_wrap .list_news .items {
  overflow: hidden;
}
.section-news .box_wrap .list_news .items .items-img {
  display: block;
}
.section-news .box_wrap .list_news .items .items-img .imgWrap {
  -webkit-border-radius: 20px;
  -moz-border-radius: 20px;
  border-radius: 20px;
}
.section-news .box_wrap .list_news .items .items-txt {
  margin-top: 18px;
}
@media only screen and (max-width: 1024px) {
  .section-news .box_wrap .list_news .items .items-txt {
    margin-top: 12px;
  }
}
.section-news .box_wrap .list_news .items .items-txt .name {
  font-size: 23px;
  line-height: 34px;
  height: 69px;
  display: block;
  color: #fff;
  overflow: hidden;
  font-weight: 600;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .section-news .box_wrap .list_news .items .items-txt .name {
    font-size: 16px;
    line-height: 24px;
    height: 48px;
  }
}
.section-news .box_wrap .list_news .items .items-txt .type {
  color: #E2E2E2;
  margin-top: 18px;
  font-size: 16px;
  line-height: 20px;
  max-height: 40px;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
@media only screen and (max-width: 640px) {
  .section-news .box_wrap .list_news .items .items-txt .type {
    margin-top: 7px;
  }
}
.section-news .box_wrap .btn_viewMore {
  color: #00D9F5;
  display: block;
  width: fit-content;
  margin: 30px auto 0;
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .section-news .box_wrap .btn_viewMore {
    background: linear-gradient(90deg, #DE6262 0%, #FFB88C 100%);
    width: 100%;
    height: 48px;
    line-height: 48px;
    font-size: 20px;
    color: #fff;
    text-align: center;
  }
}
.section-news .box_wrap .btn_viewMore span {
  display: inline-block;
  position: relative;
}
.section-news .box_wrap .btn_viewMore span::after {
  content: "";
  display: block;
  width: 18px;
  height: 7px;
  background-image: url("icon_right.svg");
  position: absolute;
  top: 50%;
  margin-top: -3.5px;
  right: -30px;
}
@media only screen and (max-width: 640px) {
  .section-news .box_wrap .btn_viewMore span::after {
    display: none;
  }
}

.fixed-menu {
  z-index: 99999;
}
.fixed-menu .fixed-menu__header .logo {
  width: 167px;
  height: 42px;
  background-image: url("logo1.png");
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: none !important;
}
.fixed-menu .fixed-menu__header .logo:hover {
  opacity: 1;
}
.fixed-menu .fixed-menu__header .logo .logo__img {
  display: none;
}
.fixed-menu .fixed-menu__header .logo .logo__title {
  display: none;
}
@media only screen and (max-width: 640px) {
  .fixed-menu .fixed-menu__content {
    padding: 0px 18px 20px;
  }
}
.fixed-menu .fixed-menu__content .btn-wrap .btn-sign-in {
  font-size: 18px;
  font-weight: bold;
  text-transform: uppercase;
  padding: 0 26px;
  border-radius: 30px;
  background: #fff;
  border: 2px solid #fc786b;
  color: #3B4360;
  width: auto;
  line-height: 44px;
  height: 48px;
}

.section-intro {
  width: 100%;
  background-image: url("bg3.png");
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-position: center 71px;
  background-repeat: no-repeat;
  overflow: hidden;
  background-color: #1e263f;
}
@media only screen and (max-width: 1024px) {
  .section-intro {
    background-image: url("bg3_mb.png");
    -webkit-background-size: 1024px;
    background-size: 1024px;
    background-position: center 0;
    background-color: #1c243b;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro {
    -webkit-background-size: 640px;
    background-size: 640px;
    background-color: #1f2640;
  }
}
.section-intro::after {
  content: "";
  display: block;
  width: 1920px;
  height: 286px;
  background-image: url("page3_footer.png");
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-position: bottom center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  bottom: 0;
  z-index: -1;
}
@media only screen and (max-width: 1024px) {
  .section-intro::after {
    background-image: url("page3_footer_mb.png");
    -webkit-background-size: 1024px;
    background-size: 1024px;
    height: 687px;
    width: 1024px;
    margin-left: -512px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro::after {
    -webkit-background-size: 640px;
    background-size: 640px;
    height: 340px;
    width: 640px;
    margin-left: -320px;
  }
}
.section-intro .box_wrap {
  display: flex;
  align-items: center;
  padding-bottom: 123px;
}
@media only screen and (max-width: 1024px) {
  .section-intro .box_wrap {
    flex-direction: column;
    padding-bottom: 328px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap {
    padding-bottom: 216px;
  }
}
.section-intro .box_wrap .box_txts {
  width: 40%;
  min-width: 520px;
  padding-right: 30px;
  padding-top: 114px;
}
@media screen and (max-width: 1400px) {
  .section-intro .box_wrap .box_txts {
    padding-top: 202px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-intro .box_wrap .box_txts {
    width: 100%;
    min-width: unset;
    padding-right: 0;
    text-align: center;
    padding-top: 145px;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap .box_txts {
    padding-top: 83px;
  }
}
.section-intro .box_wrap .box_txts .page-title .h2-title {
  background: linear-gradient(180deg, #F857A6 0%, #FF5858 93.1%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 56px;
  font-weight: 600;
  text-transform: uppercase;
  line-height: 1.1;
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap .box_txts .page-title .h2-title {
    font-size: 40px;
  }
}
.section-intro .box_wrap .box_txts .page-title .title-sub {
  color: #3B4360;
  font-size: 38px;
  line-height: 1.1;
  margin-top: 4px;
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap .box_txts .page-title .title-sub {
    font-size: 24px;
  }
}
.section-intro .box_wrap .box_txts .line {
  width: 172px;
  height: 6px;
  background: #242735;
  margin-top: 15px;
}
@media only screen and (max-width: 1024px) {
  .section-intro .box_wrap .box_txts .line {
    margin: 15px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap .box_txts .line {
    width: 104px;
    height: 4px;
    background: linear-gradient(90deg, #00F5A0 0%, #00D9F5 100%);
    border-radius: 7.74382px;
  }
}
.section-intro .box_wrap .box_txts .des {
  font-size: 28px;
  line-height: 41px;
  margin-top: 27px;
  color: #3B4360;
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap .box_txts .des {
    font-size: 20px;
    line-height: 28px;
    margin-top: 16px;
  }
}
.section-intro .box_wrap .box_txts .btn_register {
  background: linear-gradient(90deg, #FD746C 0%, #FF9068 100%);
  border-radius: 35.1836px;
  color: #fff;
  padding: 17px 38px 13px;
  line-height: 1;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  display: block;
  width: fit-content;
  margin-top: 30px;
}
@media only screen and (max-width: 1024px) {
  .section-intro .box_wrap .box_txts .btn_register {
    margin: 30px auto 0;
  }
}
@media only screen and (max-width: 640px) {
  .section-intro .box_wrap .box_txts .btn_register {
    margin: 16px auto 0;
  }
}
.section-intro .box_wrap .box_img {
  width: 60%;
}
@media only screen and (max-width: 1024px) {
  .section-intro .box_wrap .box_img {
    width: 100%;
    margin-top: 40px;
  }
}
.section-intro .box_wrap .box_img img {
  display: block;
  max-width: 100%;
  height: auto;
}

.section-playToEarn {
  background-image: url("bg4.png");
  background-repeat: no-repeat;
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-position: center top;
  padding: 60px 0;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn {
    padding: 40px 0 30px;
  }
}
@media only screen and (max-width: 1024px) {
  .section-playToEarn .w-1200 {
    overflow: visible;
  }
}
.section-playToEarn .box_wrap {
  display: flex;
  align-items: center;
}
@media only screen and (max-width: 1024px) {
  .section-playToEarn .box_wrap {
    flex-direction: column-reverse;
  }
}
.section-playToEarn .box_wrap .box_img {
  flex: 1;
}
@media only screen and (max-width: 1024px) {
  .section-playToEarn .box_wrap .box_img {
    margin-top: 30px;
  }
}
.section-playToEarn .box_wrap .box_img img {
  display: block;
  max-width: 100%;
  height: auto;
}
@media only screen and (max-width: 1024px) {
  .section-playToEarn .box_wrap .box_img img {
    max-width: 80%;
    margin: 0 auto;
  }
}
.section-playToEarn .box_wrap .box_texts {
  position: relative;
  width: 690px;
  min-width: 690px;
  height: 800px;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts {
    position: relative;
    width: 397px;
    min-width: unset;
    height: 458px;
  }
}
.section-playToEarn .box_wrap .box_texts .light {
  background-image: url("page4_light.png");
  position: absolute;
  z-index: 0;
  width: 808px;
  height: 796px;
  left: -123px;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .light {
    width: 336px;
    height: 364px;
    left: 50%;
    top: -54px;
    margin-left: -168px;
  }
}
.section-playToEarn .box_wrap .box_texts::before {
  background-image: url("page4_khung.png");
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
}
.section-playToEarn .box_wrap .box_texts .h2-title {
  letter-spacing: -0.3px;
  text-transform: uppercase;
  color: #FFEFD9;
  font-size: 48px;
  line-height: 1.2;
  position: absolute;
  z-index: 5;
  left: 173px;
  width: 361px;
  text-align: center;
  top: 18px;
  text-shadow: 2px 2px 3px #bb5a00;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .h2-title {
    font-size: 29px;
    left: 96px;
    width: 212px;
    top: 11px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content {
  position: absolute;
  z-index: 8;
  top: 130px;
  left: 93px;
  width: 493px;
  padding-left: 46px;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content {
    top: 72px;
    left: 61px;
    width: 282px;
    padding-left: 22px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-p {
  background: linear-gradient(90deg, #C04848 0%, #480048 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  font-size: 74px;
  line-height: 1.2;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-p {
    font-size: 45px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-span {
  display: inline-block;
  font-weight: 600;
  font-size: 46px;
  line-height: 1.2;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-span {
    font-size: 27px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-span--white {
  color: #fff;
  margin-right: 8px;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-span--white {
    margin-right: 4px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .page-sub .sub-span--yellow {
  color: #BB5A00;
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list {
  position: relative;
  margin-top: 50px;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content .txt-list {
    margin-top: 16px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list::before {
  content: "";
  display: block;
  width: 2px;
  height: 100%;
  background: #fff;
  position: absolute;
  left: 0;
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item {
  color: #BB5A00;
  margin-bottom: 29px;
  font-size: 27px;
  line-height: 35px;
  position: relative;
  padding-left: 65px;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item {
    margin-bottom: 16px;
    font-size: 18px;
    line-height: 24px;
    position: relative;
    padding-left: 36px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item::before {
  background-image: url("nino-1.svg");
  content: "";
  display: block;
  width: 67px;
  height: 67px;
  position: absolute;
  left: -32px;
  top: 50%;
  margin-top: -33px;
  z-index: 5;
}
@media only screen and (max-width: 640px) {
  .section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item::before {
    width: 33px;
    height: 33px;
    left: -16px;
    margin-top: -16px;
  }
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item:first-of-type::after {
  content: "";
  display: block;
  width: 5px;
  height: 50%;
  background: #f1cf99;
  position: absolute;
  left: -3px;
  z-index: 2;
  top: 0;
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item:last-of-type {
  margin-bottom: 0;
}
.section-playToEarn .box_wrap .box_texts .txt_content .txt-list .item:last-of-type::after {
  content: "";
  display: block;
  width: 5px;
  height: 50%;
  background: #f1cf99;
  position: absolute;
  left: -3px;
  z-index: 2;
  bottom: 0;
}
.news {
  background-image: url("bg5.jpg");
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center -128px;
  padding: 50px 0;
}
@media only screen and (max-width: 640px) {
  .news {
    -webkit-background-size: 640px;
    background-size: 640px;
    background-position: center 31px;
  }
}
.news .section-header h2 {
  background: linear-gradient(0deg, #00F5A0 -27.59%, #00D9F5 113.79%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  text-transform: uppercase;
  font-size: 52px;
  font-weight: 600;
}
@media only screen and (max-width: 640px) {
  .news .section-header h2 {
    font-size: 28px;
  }
}
.news .news-carousel {
  margin-top: 20px;
}

.cases {
  padding: 82px 0;
  background-image: url("bg6.png");
  background-repeat: no-repeat;
  background-position: center top;
  -webkit-background-size: 1920px;
  background-size: 1920px;
}
@media only screen and (max-width: 1024px) {
  .cases {
    -webkit-background-size: 1400px;
    background-size: 1400px;
    padding: 50px 0;
  }
}
@media only screen and (max-width: 640px) {
  .cases {
    padding-bottom: 30px;
  }
}
.cases .section-header h2 {
  font-size: 52px;
  line-height: 58px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .cases .section-header h2 {
    font-size: 37px;
    line-height: 38px;
  }
}
.cases .cases__list {
  padding: 0 68px;
}
@media only screen and (max-width: 1024px) {
  .cases .cases__list {
    padding: 0;
  }
}
@media only screen and (max-width: 640px) {
  .cases .cases__list {
    padding: 0 15px;
  }
}
.cases .cases__list .cases__item {
  -webkit-flex: 0 calc(50% - 60px);
  -ms-flex: 0 calc(50% - 60px);
  flex: 0 calc(50% - 60px);
}
@media only screen and (max-width: 1024px) {
  .cases .cases__list .cases__item {
    -webkit-flex: 0 calc(50% - 20px);
    -ms-flex: 0 calc(50% - 20px);
    flex: 0 calc(50% - 20px);
  }
}
@media only screen and (max-width: 640px) {
  .cases .cases__list .cases__item {
    -webkit-flex: 0 1;
    -ms-flex: 0 1;
    flex: 0 1;
  }
}
.cases .cases__list .cases__item .cases__item-content .cases__item-title {
  font-size: 22px;
  line-height: 31px;
  margin-bottom: 20px;
}
.cases .cases__list .cases__item .cases__item-content .cases__item-text {
  font-size: 17px;
  line-height: 22px;
  color: #fff;
}
.cases .cases__elements {
  right: auto;
  left: 0;
  display: block;
  width: 24vw;
  top: 6vw;
}
@media only screen and (max-width: 1024px) {
  .cases .cases__elements {
    display: none;
  }
}

.map {
  background-image: url("bg7.jpg");
  padding-bottom: 540px;
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-repeat: no-repeat;
  background-position: center top;
  padding-top: 60px;
}
@media only screen and (max-width: 1024px) {
  .map {
    padding-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .map {
    padding-bottom: 82vw;
  }
}
.map .section-header h2 {
  font-size: 52px;
  line-height: 58px;
  text-shadow: 0px 3px 3px rgba(0, 0, 0, 0.25);
  font-weight: 600;
  text-transform: uppercase;
}
@media only screen and (max-width: 640px) {
  .map .section-header h2 {
    font-size: 37px;
    line-height: 1;
  }
}
.map .road {
  position: relative;
  z-index: 10;
}
.map .road .road__item {
  padding-left: 73px;
}
@media only screen and (max-width: 640px) {
  .map .road .road__item {
    padding-left: 44px;
    margin-bottom: 20px;
  }
}
.map .road .road__item::before {
  display: none;
}
.map .road .road__item::after {
  left: 10.5px;
  width: 0;
  border-left: 2px solid #F4B056;
}
@media only screen and (max-width: 640px) {
  .map .road .road__item::after {
    left: 8.5px;
  }
}
.map .road .road__item .road__item-metka {
  width: 23px;
  height: 19px;
  background-image: url("page6_dot.png");
  background-color: #38465c;
  border: 0;
  -webkit-border-radius: 0;
  -moz-border-radius: 0;
  border-radius: 0;
}
@media only screen and (max-width: 640px) {
  .map .road .road__item .road__item-metka {
    width: 18px;
    height: 14px;
    top: 3px;
  }
}
.map .road .road__item .road__item-content {
  color: #fff;
}
.map .road .road__item .road__item-content .road__item-title {
  font-size: 24px;
  left: -243px;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .map .road .road__item .road__item-content .road__item-title {
    font-size: 18px;
    margin-bottom: 7px;
  }
}
.map .road .road__item .road__item-content p {
  font-size: 24px;
  line-height: 1.3;
}
@media only screen and (max-width: 640px) {
  .map .road .road__item .road__item-content p {
    font-size: 18px;
  }
}
.map .road .road__item-active::after {
  border-left: 2px dotted #F4B056;
}
.map .road .road__item-active .road__item-metka {
  left: 0;
  top: 2px;
  background-color: #feea80;
}
.map .road .road__item-active .road__item-metka::after {
  display: none;
}
.map .road__left-img {
  max-width: 29vw;
  top: auto;
  bottom: 409px;
  left: 6vw;
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .map .road__left-img {
    position: relative;
    bottom: unset;
    left: unset;
    max-width: 80%;
    margin: 0 auto 20px;
  }
}
.map .road__right-img {
  max-width: 29vw;
  top: auto;
  bottom: 367px;
  right: 6vw;
  display: block !important;
}
@media only screen and (max-width: 1024px) {
  .map .road__right-img {
    display: none !important;
  }
}
.map .page7_footer {
  width: 1920px;
  background-image: url("page7_footer.png");
  height: 517px;
  -webkit-background-size: 1920px;
  background-size: 1920px;
  background-position: top center;
  background-repeat: no-repeat;
  position: absolute;
  left: 50%;
  margin-left: -960px;
  bottom: 0;
}
@media only screen and (max-width: 640px) {
  .map .page7_footer {
    -webkit-background-size: contain;
    background-size: contain;
    background-image: url("page7_footer_mb.png");
    width: 100vw;
    margin-left: -50vw;
    height: 80vw;
  }
}

.partners-logo {
  overflow: visible;
}
.partners-logo .partners-logo__bg {
  top: 0;
  max-width: 100%;
}

.token-data {
  overflow: visible;
}

.partners .logoes {
  margin: 0 -8px;
}
.partners .logoes div {
  margin: 8px 6px;
}

.telenai {
  display: none;
}

section {
  overflow: hidden;
}

.backTop {
  display: block;
  width: 56px;
  height: 56px;
  position: fixed;
  right: 30px;
  bottom: 10px;
  z-index: 50;
  background: #ff6b05;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  -webkit-transition: all 0.4s;
  -moz-transition: all 0.4s;
  -ms-transition: all 0.4s;
  -o-transition: all 0.4s;
  transition: all 0.4s;
  opacity: 0;
  visibility: hidden;
  box-shadow: 0px 0px 5px #0000003d;
  display: none !important;
}
@media only screen and (max-width: 640px) {
  .backTop {
    width: 40px;
    height: 40px;
    right: 10px;
  }
}
.backTop.show {
  opacity: 1;
  visibility: visible;
  bottom: 30px;
}
.backTop span {
  margin: 22px;
  display: inline-block;
  height: 12px;
  position: relative;
  width: 12px;
  -moz-transform: rotate(225deg);
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
}
@media only screen and (max-width: 640px) {
  .backTop span {
    margin: 15px;
  }
}
.backTop span::after {
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-right-style: solid;
  border-right-width: 2px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  position: absolute;
  top: 0;
  width: 12px;
  border-color: white;
}
.backTop.is--hidden {
  display: none !important;
}

.go_landing, .fix_goLanding {
  position: fixed;
  z-index: 50;
  background-image: url("btn_landing1.png");
  width: 15vw;
  height: 16vw;
  right: 0;
  bottom: 1vw;
  animation: zoomEffect 3s infinite;
}
@media only screen and (max-width: 1024px) {
  .go_landing, .fix_goLanding {
    width: 14rem;
    height: 14rem;
  }
}
@media only screen and (max-width: 640px) {
  .go_landing, .fix_goLanding {
    width: 30vw;
    height: 30vw;
    right: 0vw;
    bottom: 2rem;
  }
}
.go_landing.active, .fix_goLanding.active {
  display: block !important;
}

.modal {
  position: fixed;
  z-index: 10000;
  top: 0;
  left: 0;
  visibility: hidden;
  width: 100%;
  height: 100vh;
}
.modal .modal-overlay {
  position: fixed;
  z-index: 10;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
  visibility: hidden;
  opacity: 0;
  transition: visibility 0s linear 0.3s, opacity 0.3s;
}
.modal .modal-wrapper {
  position: absolute;
  z-index: 9999;
  top: 6em;
  left: 50%;
  width: 32em;
  margin-left: -16em;
}
.modal .modal-wrapper .close_banner {
  position: absolute;
  width: 45px;
  height: 45px;
  background-image: url("icon_close.png");
  color: #fff;
  border-radius: 50%;
  line-height: 38px;
  text-align: center;
  top: -30px;
  right: -48px;
  font-size: 32px;
  z-index: 10;
  cursor: pointer;
}
@media only screen and (max-width: 640px) {
  .modal .modal-wrapper .close_banner {
    width: 38px;
    height: 38px;
    top: -26px;
    right: -16px;
  }
}
.modal .modal-wrapper.pop-bg-banner {
  width: 80vw;
  margin-left: -40vw;
  top: 50%;
  transform: translateY(-50%) !important;
}
@media only screen and (max-width: 640px) {
  .modal .modal-wrapper.pop-bg-banner {
    width: 86vw;
    margin-left: -43vw;
  }
}
.modal .modal-wrapper.pop-bg-banner .img_banner {
  max-width: 1130px;
  margin: auto;
  position: relative;
}
@media only screen and (max-width: 640px) {
  .modal .modal-wrapper.pop-bg-banner .img_banner {
    max-width: 400px;
  }
}
@media only screen and (max-height: 460px), (max-width: 1023px) and (orientation:landscape) {
  .modal .modal-wrapper.pop-bg-banner .img_banner {
    max-width: 400px;
  }
}
.modal .modal-wrapper.pop-bg-banner .img_banner::before {
  content: "";
  display: block;
  padding-top: 56.64%;
}
.modal .modal-wrapper.pop-bg-banner .img_banner a {
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 10px;
  overflow: hidden;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.modal .modal-wrapper.pop-bg-banner .img_banner img {
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 2;
}
.modal .modal-transition {
  transition: all 0.3s 0.12s;
  transform: translateY(-10%);
  opacity: 0;
}
.modal.is-visible {
  visibility: visible;
}
.modal.is-visible .modal-overlay {
  opacity: 1;
  visibility: visible;
  transition-delay: 0s;
}
.modal.is-visible .modal-transition {
  transform: translateY(0);
  opacity: 1;
}

.f_email {
  color: #fff;
}
.f_email a {
  color: #fff;
  display: block;
  margin-top: 7px;
}
@media only screen and (max-width: 640px) {
  .f_email a {
    margin-top: 5px;
  }
}

/*# sourceMappingURL=style.css.map */
