.navigation {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.nav-link {
  border-bottom: 3px none #fff;
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.nav-link:hover {
  border-bottom-style: solid;
}

.nav-link.w--current {
  margin-top: 0px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
  font-weight: 500;
}

.nav-link.w--open {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px none #000;
  background-color: transparent;
  color: #fff;
}

.nav-link.drop {
  width: 191px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  border-color: #fff;
  border-bottom-width: 3px;
}

.bullet {
  width: 4px;
  height: 4px;
  margin-right: 15px;
  margin-left: 15px;
  border-radius: 50%;
  background-color: #fff;
}

.navigation-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90%;
  height: 90px;
  max-width: none;
  margin-right: 0px;
  margin-left: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.navigation-button {
  margin-left: 15px;
  border: 2px none #fff;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  font-family: 'Noto Sans SC', sans-serif;
  color: #07f;
  font-size: 14px;
  line-height: 24px;
  font-weight: 600;
}

.navigation-button:hover {
  background-color: transparent;
  color: #fff;
}

.nav-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.logo {
  margin-top: 20px;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-decoration: none;
}

.header {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: -90px;
  padding: 210px 30px 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 255, 0.79)), to(rgba(0, 119, 255, 0.79))), url('../images/hero.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 255, 0.79), rgba(0, 119, 255, 0.79)), url('../images/hero.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.header-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 80%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-perspective: 2000px;
  perspective: 2000px;
  text-align: center;
}

.h1 {
  width: 100%;
  height: auto;
  margin-top: 0px;
  margin-bottom: 30px;
  color: #fff;
  font-size: 72px;
  line-height: 78px;
  font-weight: 800;
}

.paragraph {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
}

.paragraph.cc-gray {
  margin-bottom: 40px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #000;
  font-size: 20px;
  line-height: 30px;
}

.button {
  margin-top: 50px;
  padding: 15px 30px;
  border-radius: 10px;
  background-color: #770ffb;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  color: #fff;
  font-size: 16px;
  line-height: 30px;
  font-weight: 800;
}

.button:hover {
  background-color: #770ffb;
}

.text-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
}

.icon-3 {
  margin-right: 50px;
  color: #fff;
}

.dropdown-link {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
  border-style: none;
  border-width: 3px;
  border-color: #fff;
  background-color: #fff;
  color: #07f;
  text-align: center;
}

.dropdown-link:hover {
  border-bottom: 3px solid #07f;
}

.dropdown-link.w--current {
  width: 100%;
  margin-top: 0px;
  border-style: solid solid none;
  border-width: 3px;
  border-color: #fff;
  background-color: #fff;
  color: #07f;
}

.dropdown-link.w--current:hover {
  border-bottom-style: solid;
  border-bottom-color: #07f;
}

.dropdown-link-2 {
  color: #fff;
}

.dropdown-link-2.w--current {
  margin-top: 10px;
  border: 1px none #000;
  color: #fff;
}

.text-block-2 {
  font-family: Arial, 'Helvetica Neue', Helvetica, sans-serif;
  color: #fff;
  font-size: 40px;
  text-decoration: none;
}

.container {
  position: relative;
  z-index: 1;
  width: 90%;
  max-width: none;
}

.container.cc-footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.h3 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #000;
  font-size: 16px;
  font-weight: 600;
}

.link {
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #5ab963;
  font-size: 12px;
  line-height: 18px;
  font-weight: 400;
  text-decoration: none;
  text-transform: uppercase;
}

.link:hover {
  color: #48944f;
}

.h2 {
  margin-top: 0px;
  margin-bottom: 0px;
  color: #b3b3b3;
  font-size: 24px;
  line-height: 36px;
  font-weight: 300;
}

.h2.cc-2-rows {
  margin-bottom: 25px;
}

._2-row-action-text {
  position: -webkit-sticky;
  position: sticky;
  top: auto;
  height: 20px;
  margin-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.text-span {
  font-family: 'Noto Sans SC', sans-serif;
  color: #07f;
  font-size: 40px;
  font-weight: 800;
}

._2-row-text {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

._2-row-text.cc-bottom {
  margin-right: 100px;
}

._2-row-image.cc-bottom {
  width: 1000px;
  height: 330px;
  min-width: auto;
  margin-right: 0px;
  border-radius: 10px;
  background-image: url('../images/ad.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._2-row-image.cc-bottom.home {
  background-image: url('../images/2.jpg');
}

._2-row-image.cc-row-spacing {
  width: 1000px;
  height: 330px;
  margin-right: 100px;
  border-radius: 10px;
  background-image: url('../images/游戏发行.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._2-row-image.cc-row-spacing.home {
  background-image: url('../images/1.jpg');
}

._2-row-image.cc-last-one {
  width: 1000px;
  height: 330px;
  margin-right: 100px;
  border-radius: 10px;
  background-image: url('../images/直播.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

._2-row-image.cc-last-one.home {
  background-image: url('../images/3.png');
}

.premium {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 30px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fafafa;
}

.row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.row.cc-bottom {
  margin-top: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -webkit-flex-direction: row-reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.image {
  width: auto;
  height: 100%;
  max-width: 100%;
  min-height: 100%;
  min-width: 100%;
  background-image: url('../images/3.png');
  background-position: 50% 50%;
  background-size: cover;
}

.text-footer-credits {
  margin-top: 15px;
  color: #666;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
}

.navigation-logo {
  text-decoration: none;
}

.link-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 15px;
  height: 15px;
  margin-right: 15px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-social {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 25%;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.footer-links-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.link-footer {
  margin-bottom: 25px;
  -webkit-transition: color 200ms ease;
  transition: color 200ms ease;
  color: #fff;
  font-size: 12px;
  line-height: 18px;
  font-weight: 600;
  text-decoration: none;
}

.link-footer:hover {
  color: hsla(0, 0%, 100%, 0.7);
}

.footer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px 150px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #0a0e1a;
}

.footer-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
}

.footer-column.cc-footer {
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.footer-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.15);
}

.footer-wrapper.second-version {
  width: 90%;
  max-width: 90%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-color: #e1e1e1;
  border-radius: 10px;
}

.footer-ttile {
  margin-bottom: 30px;
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.footer-ttile.darker-title {
  color: #121217;
}

.footer-ttile.darker-title.bigger {
  font-family: 'Noto Sans SC', sans-serif;
  color: #fff;
  font-size: 15px;
  font-weight: 500;
  text-transform: capitalize;
}

.social-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.social-wrapper.more {
  margin-top: 30px;
}

.footer-2 {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 600px;
  padding-right: 100px;
  padding-left: 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  background-color: #212129;
}

.footer-2.white-version {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 120px 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #07f;
}

.container-2 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.tooltip-arrow {
  position: absolute;
  left: 0px;
  right: 0px;
  bottom: 203px;
  display: block;
  width: 8px;
  height: 8px;
  margin-right: auto;
  margin-left: auto;
  border-style: solid none none solid;
  border-width: 1px;
  border-color: #e1e6ee;
  background-color: #fff;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
}

.footer-column-2 {
  min-height: 400px;
  padding-right: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-right: 1px solid hsla(0, 0%, 100%, 0.15);
}

.footer-column-2.center {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footer-column-2.center.dark-line {
  position: relative;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
}

.footer-column-2.center.dark-line.nav {
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border: 1px none #000;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}

.copyright-wrapper {
  margin-top: 30px;
}

.div-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block-16 {
  position: static;
}

.social-icon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 35px;
  height: 35px;
  margin-right: 3px;
  margin-left: 3px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100%;
}

.social-icon.facebook {
  background-color: #e75e60;
}

.social-icon.linkdin {
  background-color: #0077b5;
}

.social-icon.wechat {
  background-color: #7bb32e;
}

.tooltip {
  position: absolute;
  bottom: 50%;
  z-index: 5;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  max-width: 200px;
  margin-bottom: 20px;
  padding: 12px 16px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid #e1e6ee;
  border-radius: 5px;
  background-color: #fff;
  box-shadow: 0 2px 6px 0 rgba(89, 98, 115, 0.1);
  color: #7a8292;
  font-size: 12px;
  line-height: 16px;
  text-align: center;
}

.tooltip.hidden {
  top: 65%;
  bottom: auto;
  display: block;
}

.left-copyright-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.nav-link-2 {
  margin-left: 27px;
  padding: 5px 0px;
  border-bottom: 2px solid transparent;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.nav-link-2:hover {
  border-bottom-color: #cfcfcf;
}

.nav-link-2.w--current {
  border-bottom-color: #6f81fd;
  color: #6f81fd;
}

.nav-link-2.in-footer-link {
  display: inline-block;
  margin-bottom: 5px;
  margin-left: 0px;
  color: hsla(0, 0%, 100%, 0.76);
  font-size: 13px;
  font-weight: 500;
  text-decoration: none;
  text-transform: capitalize;
}

.nav-link-2.in-footer-link:hover {
  color: #fff;
}

.nav-link-2.in-footer-link.gray {
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #fff;
  font-size: 14px;
  text-transform: capitalize;
}

.nav-link-2.in-footer-link.gray:hover {
  border-bottom-color: #fff;
}

.nav-link-2.in-footer-link.gray.w--current {
  border-style: none;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fff;
}

.nav-link-2.in-footer-link.gray.w--current:hover {
  border-style: none none solid;
  border-width: 0px 0px 2px;
  border-color: #000 #000 #fff;
}

.copyright {
  margin-bottom: 0px;
  color: #b7b7c7;
  font-size: 13px;
}

.copyright.dark-color {
  color: #fff;
}

.subpage-header {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 255, 0.78)), to(rgba(0, 119, 255, 0.78))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 255, 0.78), rgba(0, 119, 255, 0.78)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.container-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  max-width: 100%;
  margin-bottom: 100px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-align-content: flex-start;
  -ms-flex-line-pack: start;
  align-content: flex-start;
}

.container-3.above-image-section {
  display: inline-block;
  overflow: hidden;
  margin-top: 100px;
  margin-bottom: 0px;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  text-align: center;
}

.container-3.title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.subpage-title {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 50px;
  line-height: 40px;
  font-weight: 400;
}

.subpage-title.less-wide {
  display: block;
  width: 70%;
  margin-right: auto;
  margin-left: auto;
  line-height: 50px;
}

.page-subtitle {
  display: block;
  margin-top: 20px;
  margin-right: auto;
  margin-left: auto;
  font-size: 20px;
  line-height: 27px;
  font-weight: 300;
  text-align: center;
}

.section {
  position: relative;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fff;
}

.section.feature-section {
  position: static;
  top: -100px;
  overflow: visible;
  padding: 120px 30px;
}

.section.feature-section.odd {
  position: static;
  border-top: 1px solid #ececec;
  background-color: #fafafa;
}

.section.feature-section.odd {
  border-top: 1px solid #ececec;
  background-color: #fafafa;
}

.section.below-contact-form {
  padding-top: 250px;
  background-color: #f0f2f5;
}

.feature-intro-title {
  margin-bottom: 5px;
  color: #bebebe;
  font-size: 14px;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2 {
  margin-top: 0px;
  padding: 15px 25px;
  border-radius: 10px;
  background-color: #fff;
  font-family: 'Noto Sans SC', sans-serif;
  color: #07f;
  font-size: 12px;
  font-weight: 600;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button-2:hover {
  border-style: none;
  border-width: 3px;
  border-color: #07f;
  background-color: transparent;
  color: #fff;
}

.button-2._2 {
  margin-left: 10px;
  background-color: #07f;
  color: #fff;
}

.button-2._2:hover {
  background-color: #fff;
  color: #1f6fff;
}

.main-feature-title {
  margin-top: 0px;
  margin-bottom: 30px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #07f;
  font-size: 35px;
  line-height: 37px;
}

.browser-mockup-left {
  position: absolute;
  left: -370px;
  top: -25px;
  width: 790px;
  border: 1px solid #e2e2e2;
  border-radius: 4px;
  box-shadow: 4px 4px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-left.small {
  left: -150px;
  top: -35px;
  width: 55%;
  height: 170%;
  border-radius: 10px;
}

.browser-mockup-left.small {
  left: -150px;
  top: -15px;
  width: 560px;
  height: 300px;
}

.feature-text-block {
  width: 500px;
  margin-right: 100px;
  float: left;
}

.feature-text-block.right {
  float: right;
}

.long-feature-icon-wrapper {
  position: absolute;
  left: 0px;
  top: 0px;
  width: 50px;
  height: 50px;
  padding-top: 10px;
  border-style: solid;
  border-width: 1px;
  border-color: rgba(0, 0, 0, 0.1);
  border-radius: 7px;
  text-align: center;
}

.browser-mockup-right {
  position: absolute;
  top: -35px;
  right: -150px;
  width: 55%;
  height: 115%;
  border: 1px solid #e6e6e6;
  border-radius: 10px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.long-feature-icon {
  height: 25px;
}

.long-feature-block {
  position: relative;
  margin-top: 25px;
  padding-right: 20px;
  padding-left: 65px;
}

.long-feature-block.title-only {
  margin-top: 15px;
  padding-top: 3px;
  padding-left: 75px;
}

.long-feature-title {
  margin-bottom: 14px;
  font-size: 19px;
}

.long-feature-title.uppercase {
  margin-bottom: 4px;
  float: none;
  font-size: 17px;
  font-weight: 600;
  text-transform: none;
}

.small-paragraph {
  margin-bottom: 0px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #838383;
  font-size: 14px;
  line-height: 20px;
}

.small-features-wrapper {
  margin-top: 30px;
}

.paragraph-2 {
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 14px;
  line-height: 25px;
  text-align: left;
}

.blog-posts-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-content: space-between;
  -ms-flex-line-pack: justify;
  align-content: space-between;
}

.simple-blog-post-item {
  margin-bottom: 20px;
  -webkit-box-ordinal-group: 0;
  -webkit-order: -1;
  -ms-flex-order: -1;
  order: -1;
}

.empty-state {
  border-radius: 3px;
  background-color: rgba(0, 0, 0, 0.08);
  text-align: center;
}

.feature-info-row {
  margin-top: 40px;
  margin-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.feature-info-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  border-radius: 10px;
}

.game-block {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-top: 0px;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 10px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/548.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/548.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  text-align: justify;
}

.game-block:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/548.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/548.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._1:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/548.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/548.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/551.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/551.jpg');
  background-attachment: scroll, scroll;
}

.game-block._2:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/551.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/551.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.game-block._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/531.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/531.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.game-block._3:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/531.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/531.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/542.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/542.jpg');
}

.game-block._4:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/542.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/542.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._5 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/544.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/544.jpg');
}

.game-block._5:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/544.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/544.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._6 {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/533.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/533.jpg');
}

.game-block._6:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/533.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/533.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._7 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/534.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/534.jpg');
}

.game-block._7:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/534.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/534.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.game-block._8 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/525.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/525.jpg');
}

.game-block._8:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/525.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/525.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._9 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/523.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/523.jpg');
}

.game-block._9:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/523.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/523.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._10 {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/527.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/527.jpg');
}

.game-block._10:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/527.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/527.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
}

.game-block._11 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/532.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/532.jpg');
}

.game-block._11:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/532.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/532.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._12 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/image.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/image.jpg');
}

.game-block._12:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/image.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/image.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._13 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/522.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/522.jpg');
}

.game-block._13:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/522.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/522.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._14 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/535.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/535.jpg');
}

.game-block._14:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/535.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/535.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._15 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/526.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/526.jpg');
}

.game-block._15:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/526.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/526.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._16 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/528.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/528.jpg');
}

.game-block._16:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/528.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/528.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._17 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/541.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/541.jpg');
}

.game-block._17:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/541.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/541.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._18 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/543.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/543.jpg');
}

.game-block._18:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/543.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/543.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.game-block._19 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/545.jpg');
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/545.jpg');
}

.game-block._19:hover {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), -webkit-gradient(linear, left top, left bottom, from(transparent), to(rgba(0, 0, 0, 0.5))), url('../images/545.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.5)), url('../images/545.jpg');
  background-position: 0px 0px, 0px 0px, 50% 50%;
  background-size: auto, auto, cover;
}

.feature-info-icon {
  width: auto;
  height: auto;
  margin-right: 0px;
  margin-bottom: 20px;
  float: left;
  border-radius: 10px 10px 0px 0px;
}

.feature-info-title {
  width: 100%;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #07f;
  font-size: 14px;
  font-weight: 700;
  text-align: center;
}

.feature-info-paragraph {
  opacity: 0.7;
  font-size: 14px;
}

.popup {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 999;
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: rgba(0, 0, 0, 0.8);
  opacity: 0;
}

.popup.xiaoji {
  display: none;
  opacity: 1;
}

.gameblock {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.gameembed {
  width: 360px;
  height: 608px;
  border-style: solid;
  border-width: 20px;
  border-color: #f7f6ff;
  border-radius: 20px;
}

.pop-up-close {
  position: static;
  top: 5%;
  right: 5%;
  display: block;
  margin-top: 10px;
  color: #f7f6ff;
  text-align: center;
}

.pop-up-close:hover {
  color: #ff5454;
}

.service-card {
  border-radius: 28px 28px 60px;
  background-color: #fff;
  box-shadow: 0 0 8px -4px rgba(251, 15, 90, 0.03), 0 14px 34px 0 rgba(251, 15, 90, 0.06), 0 24px 44px 0 rgba(11, 9, 27, 0.02);
}

.service-card.sponsor {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 30%;
  margin-right: 20px;
  margin-left: 20px;
  padding: 60px 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-2 {
  margin: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
}

.heading-4 {
  width: 100%;
  max-width: 100%;
  font-size: 18px;
  line-height: 1.4em;
  font-weight: 500;
  text-align: center;
}

.text-span-10 {
  color: #ff5454;
}

.container-4 {
  position: relative;
  margin-bottom: 100px;
}

.main-feature-title-2 {
  margin-top: 0px;
  margin-bottom: 30px;
  color: #07f;
  font-size: 35px;
  line-height: 37px;
}

.browser-mockup-right-2 {
  position: absolute;
  top: -35px;
  right: -395px;
  width: 770px;
  border: 1px solid #e6e6e6;
  border-radius: 3px;
  box-shadow: 3px 3px 33px 0 rgba(0, 0, 0, 0.1);
}

.browser-mockup-right-2.small {
  top: -35px;
  right: -165px;
  width: 55%;
  border-radius: 10px;
}

.small-contact-info-title {
  margin-bottom: 9px;
  opacity: 0.6;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 700;
  text-transform: uppercase;
}

.field {
  height: 50px;
  border: 0px solid #000;
  border-radius: 4px;
  background-color: hsla(0, 0%, 100%, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.field:hover {
  background-color: #fff;
}

.field:focus {
  background-color: #fff;
}

.field.rounded {
  height: 40px;
  border-radius: 4px;
  background-color: #f2f3f7;
  -webkit-transition: background-color 200ms ease, box-shadow 200ms ease;
  transition: background-color 200ms ease, box-shadow 200ms ease;
}

.field.rounded:hover {
  background-color: #dfe1e7;
}

.field.rounded:focus {
  background-color: #fff;
  box-shadow: 4px 4px 15px 0 rgba(0, 0, 0, 0.2);
  color: #000;
}

.field.rounded.area {
  height: 100px;
}

.error-bg {
  padding-top: 12px;
  padding-bottom: 1px;
  border-radius: 3px;
  color: #e42121;
  font-size: 12px;
  text-align: center;
}

.white-contact-form {
  width: 60%;
  height: 545px;
  margin-bottom: 0px;
  padding: 35px 45px;
  float: left;
  border-radius: 4px;
  background-color: #fff;
  color: #000;
  text-align: left;
}

.white-contact-form.centered {
  position: relative;
  z-index: 10;
  display: block;
  height: 650px;
  margin-right: auto;
  margin-bottom: -220px;
  margin-left: auto;
  float: none;
  border-radius: 10px;
  box-shadow: 0 0 30px 0 rgba(0, 0, 0, 0.07);
}

.contact-info-block {
  height: 545px;
  padding: 45px 45px 0px;
  border-style: solid;
  border-width: 2px;
  border-color: hsla(0, 0%, 100%, 0.25);
  border-radius: 4px;
  text-align: left;
}

.success-message {
  padding-top: 30px;
  border-radius: 5px;
  background-color: #5ec045;
  color: #fff;
}

.contact-info-block-right {
  width: 35%;
  float: right;
}

.form-title {
  margin-top: 0px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #07f;
  line-height: 60px;
  font-weight: 600;
  text-align: center;
}

.form-title.subtitle {
  margin-top: 13px;
  margin-bottom: 40px;
  font-family: 'Noto Sans SC', sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 30px;
  font-weight: 400;
}

.subpage-header-2 {
  padding-top: 190px;
  padding-bottom: 90px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(31, 111, 255, 0.9)), to(rgba(31, 111, 255, 0.9))), url('../images/Photo-5.jpg');
  background-image: linear-gradient(180deg, rgba(31, 111, 255, 0.9), rgba(31, 111, 255, 0.9)), url('../images/Photo-5.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  color: #fff;
  text-align: center;
}

.subpage-header-2.contact-1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(119, 15, 251, 0.87)), to(rgba(119, 15, 251, 0.87))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(119, 15, 251, 0.87), rgba(119, 15, 251, 0.87)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.subpage-header-2.contact-1 {
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 119, 255, 0.79)), to(rgba(0, 119, 255, 0.79))), url('../images/Photo-4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 119, 255, 0.79), rgba(0, 119, 255, 0.79)), url('../images/Photo-4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
}

.contact-info-small-block {
  margin-bottom: 30px;
}

.field-label {
  font-family: 'Noto Sans SC', sans-serif;
  color: #989ba2;
  font-size: 13px;
  font-weight: 400;
  text-transform: uppercase;
}

.text-column {
  padding-right: 20px;
}

.text-column-title {
  display: inline-block;
  margin-bottom: 14px;
  font-family: 'Noto Sans SC', sans-serif;
  font-size: 15px;
  line-height: 18px;
  font-weight: 700;
  text-transform: uppercase;
}

.form {
  height: 100%;
}

.div-block-17 {
  position: static;
  top: 0px;
  right: 0px;
  width: 40%;
  height: 250px;
  margin-right: 100px;
  border-radius: 10px;
  background-image: url('../images/1.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.bussiness._2 {
  width: 40%;
  height: auto;
  margin-right: 100px;
  border-radius: 10px;
  background-image: url('../images/2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.blog-post-overlay {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
  border-radius: 4px;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
}

.blog-post-overlay:hover {
  background-color: rgba(31, 111, 255, 0.3);
}

.blog-date-block {
  position: absolute;
  left: 35px;
  top: 25px;
}

.blog-date-title {
  color: #fff;
  font-size: 11px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.blog-post-title-wrapper {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  overflow: hidden;
  height: 100%;
  padding: 55px 35px 35px;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(68%, rgba(0, 0, 0, 0.6)));
  background-image: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6) 68%);
}

.blog-overlay-title {
  margin-bottom: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
}

.post-author-block {
  font-size: 14px;
  line-height: 19px;
}

.blog-author-image {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  float: left;
  border-radius: 2px;
}

.blog-author-name {
  display: inline-block;
  margin-top: 0px;
  float: left;
  color: #fff;
}

.heading-5 {
  font-size: 20px;
}

.game-name {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 49.60000228881836px;
  max-width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  color: #fff;
  font-size: 20px;
  line-height: 25px;
  font-weight: 700;
  text-align: left;
  text-decoration: none;
}

.link-block {
  width: 90%;
  margin-right: 0px;
  margin-left: 0px;
  padding-right: 0px;
  padding-left: 0px;
  text-decoration: none;
}

.bold-text {
  width: auto;
}

.bold-text-2 {
  max-height: none;
}

.container-5 {
  max-width: 90%;
}

.container-5.blog {
  margin-top: 100px;
}

.column {
  padding-right: 0px;
  padding-left: 0px;
}

.column-2 {
  padding-right: 0px;
  padding-left: 0px;
}

.column-3 {
  padding-right: 0px;
  padding-left: 0px;
}

.image-4 {
  position: absolute;
  left: 227px;
  top: 1277.6px;
  right: 878px;
  width: 10%;
}

.div-block-18 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.image-5 {
  height: 30px;
}

@media screen and (min-width: 1440px) {
  .h1 {
    width: 90%;
    text-align: center;
  }

  .subpage-header {
    padding-right: 30px;
    padding-left: 30px;
  }

  .container-3.title {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .feature-info-row {
    display: block;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
  }

  .feature-info-column {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
}

@media screen and (min-width: 1920px) {
  .nav-link.w--open {
    color: rgba(255, 255, 255, 0.8);
  }

  .navigation-container {
    width: 90%;
    max-width: none;
  }

  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    width: 100%;
    text-align: center;
  }

  .container {
    width: 90%;
  }

  ._2-row-image.cc-bottom {
    width: 2000px;
    height: 500px;
  }

  ._2-row-image.cc-bottom.home {
    height: 400px;
  }

  ._2-row-image.cc-row-spacing {
    width: 2000px;
    height: 500px;
  }

  ._2-row-image.cc-row-spacing.home {
    height: 400px;
  }

  ._2-row-image.cc-last-one {
    width: 2000px;
    height: 500px;
  }

  ._2-row-image.cc-last-one.home {
    height: 400px;
  }

  .row {
    margin-top: 100px;
  }

  .row.cc-bottom {
    margin-top: 100px;
  }

  .footer-wrapper.second-version {
    max-width: 100%;
  }

  .footer-ttile.darker-title.bigger {
    font-size: 20px;
  }

  .nav-link-2.in-footer-link.gray {
    font-size: 20px;
  }

  .container-3.above-image-section {
    max-width: 90%;
  }

  .section.feature-section {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game-block._12 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .game-block._16 {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .service-card.sponsor {
    margin-right: 35px;
    margin-left: 35px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .image-2 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    max-width: 380px;
    min-width: 300px;
    font-size: 26px;
  }

  .link-block {
    display: block;
  }

  .container-5 {
    max-height: none;
    margin-bottom: 0px;
  }

  .container-5.blog {
    margin-top: 100px;
  }

  .image-3 {
    position: absolute;
    left: 409px;
    top: 1151px;
    width: 3%;
    background-color: #07f;
  }

  .image-4 {
    position: absolute;
    left: 415px;
    top: 1202px;
    width: 5%;
  }
}

@media screen and (max-width: 991px) {
  .icon-2 {
    color: #fff;
    font-size: 32px;
  }

  .navigation {
    z-index: 999;
    padding-right: 10px;
  }

  .nav-link {
    position: static;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    overflow: visible;
    padding: 10px 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    color: #07f;
    text-align: center;
  }

  .menu-button:active {
    background-color: #5ab963;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .bullet {
    display: none;
  }

  .navigation-button {
    width: 75%;
    margin: 20px 30px;
  }

  .nav-menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-top: 30px;
    padding-bottom: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    background-color: #fff;
    box-shadow: 0 5px 20px 0 rgba(0, 0, 0, 0.2);
  }

  .header {
    padding-right: 60px;
    padding-left: 60px;
  }

  .text-block {
    color: #07f;
  }

  .icon-3 {
    display: none;
    overflow: hidden;
  }

  .dropdown-link {
    color: #07f;
    text-align: center;
  }

  .dropdown-link.w--current {
    color: #07f;
    font-weight: 400;
    text-align: center;
  }

  ._2-row-text {
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 40px;
  }

  ._2-row-image {
    max-width: 50%;
    margin-right: 30px;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 50px;
  }

  ._2-row-image.cc-row-spacing.home {
    margin-right: 40px;
  }

  ._2-row-image.cc-last-one.home {
    margin-right: 40px;
  }

  .row {
    margin-top: 40px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .row.cc-bottom {
    margin-top: 40px;
  }

  .footer-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .footer-2 {
    position: relative;
    min-height: auto;
    padding: 30px 20px;
  }

  .footer-2.white-version {
    position: relative;
  }

  .footer-column-2.center {
    -webkit-box-flex: 0;
    -webkit-flex: 0 100%;
    -ms-flex: 0 100%;
    flex: 0 100%;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.15);
    border-right-style: none;
  }

  .footer-column-2.center.dark-line {
    min-height: 200px;
    border-bottom-color: #e1e1e1;
  }

  .tooltip.hidden {
    top: 80%;
  }

  .left-copyright-flex {
    padding-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .nav-link-2 {
    margin-left: 0px;
  }

  .copyright {
    margin-bottom: 7px;
  }

  .subpage-header {
    padding: 140px 45px 60px;
  }

  .subpage-title.less-wide {
    width: 90%;
    font-size: 46px;
    line-height: 52px;
  }

  .page-subtitle {
    width: 80%;
  }

  .section {
    padding: 45px;
  }

  .section.feature-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .section.below-contact-form {
    padding-bottom: 35px;
  }

  .browser-mockup-left {
    left: -360px;
    top: 4px;
    width: 580px;
  }

  .browser-mockup-left.small {
    left: -336px;
    top: 1px;
  }

  .browser-mockup-left.small {
    left: -336px;
    top: 1px;
  }

  .feature-text-block {
    width: 400px;
  }

  .browser-mockup-right {
    top: 9px;
    right: -288px;
    width: 540px;
  }

  .blog-posts-list {
    -webkit-align-content: space-between;
    -ms-flex-line-pack: justify;
    align-content: space-between;
  }

  .feature-info-title {
    margin-top: 0px;
    font-size: 17px;
  }

  .feature-info-paragraph {
    text-align: left;
  }

  .service-card.sponsor {
    width: 30%;
    margin: 21px 15px;
    padding: 40px 24px;
  }

  .image-2 {
    min-height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    font-size: 18px;
    text-align: center;
  }

  .text-span-10 {
    color: #ff5454;
  }

  .browser-mockup-right-2 {
    top: 9px;
    right: -288px;
    width: 540px;
  }

  .browser-mockup-right-2.small {
    right: -316px;
  }

  .white-contact-form {
    padding: 25px;
  }

  .contact-info-block {
    padding: 25px;
    font-size: 13px;
  }

  .subpage-header-2 {
    padding: 140px 45px 60px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 110px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 110px;
  }

  .text-column {
    padding-right: 10px;
    padding-bottom: 10px;
  }

  .text-column-title {
    font-size: 13px;
  }

  .game-name {
    font-size: 14px;
  }

  .bold-text {
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .menu-button.w--open {
    background-color: transparent;
  }

  .header {
    height: 600px;
    padding-right: 30px;
    padding-left: 30px;
  }

  .h1 {
    font-size: 48px;
    line-height: 54px;
  }

  .paragraph.cc-gray {
    width: 99.9999984981507%;
  }

  .container.cc-footer {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  ._2-row-action-text {
    margin-top: 50px;
  }

  ._2-row-text {
    width: 100%;
    margin-right: 0px;
  }

  ._2-row-text.cc-bottom {
    width: 100%;
    margin-right: 0px;
  }

  ._2-row-image {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 60px;
  }

  ._2-row-image.cc-bottom {
    width: 100%;
  }

  ._2-row-image.cc-row-spacing {
    margin-right: 0px;
  }

  ._2-row-image.cc-last-one {
    width: 100%;
    margin-right: 0px;
  }

  .premium {
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .row {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .row.cc-bottom {
    width: 100%;
  }

  .footer {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer-column {
    width: 100%;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .footer-column.cc-footer {
    width: 100%;
  }

  .copyright {
    text-align: center;
  }

  .subpage-header {
    padding: 110px 25px 40px;
  }

  .container-3.above-image-section {
    margin-bottom: -130px;
  }

  .subpage-title {
    font-size: 30px;
  }

  .subpage-title.less-wide {
    font-size: 36px;
    line-height: 42px;
  }

  .page-subtitle {
    width: 100%;
    margin-top: 10px;
  }

  .section {
    padding: 25px;
  }

  .section.feature-section {
    padding-top: 25px;
    padding-bottom: 25px;
  }

  .browser-mockup-left {
    position: relative;
    left: 0px;
    top: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .browser-mockup-left.small {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .browser-mockup-left.small {
    position: static;
    width: 100%;
    height: auto;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .feature-text-block {
    width: 100%;
  }

  .browser-mockup-right {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .blog-posts-list {
    display: block;
  }

  .simple-blog-post-item {
    padding-right: 0px;
    padding-left: 0px;
  }

  .feature-info-row {
    margin-top: 0px;
  }

  .feature-info-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .game-block {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .feature-info-icon {
    margin-top: -12px;
  }

  .feature-info-title {
    margin-bottom: 13px;
  }

  .service-card.sponsor {
    width: 500px;
    max-width: 100%;
    min-width: 50px;
    margin-right: 20px;
    margin-left: 20px;
    padding: 40px 60px;
    border-radius: 20px 20px 40px;
  }

  .browser-mockup-right-2 {
    position: relative;
    top: 0px;
    right: 0px;
    width: 100%;
    margin-bottom: 30px;
  }

  .browser-mockup-right-2.small {
    position: static;
    width: 100%;
    margin-top: 30px;
    margin-bottom: 0px;
  }

  .white-contact-form {
    width: 100%;
    height: auto;
    text-align: left;
  }

  .white-contact-form.centered {
    margin-bottom: -245px;
  }

  .contact-info-block {
    height: auto;
    padding-bottom: 6px;
  }

  .contact-info-block-right {
    width: 100%;
    margin-top: 20px;
  }

  .form-title {
    margin-bottom: 10px;
    text-align: left;
  }

  .form-title.subtitle {
    margin-bottom: 30px;
  }

  .subpage-header-2 {
    padding: 110px 25px 40px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 90px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 90px;
  }

  .text-column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .blog-date-block {
    left: 25px;
  }

  .blog-post-title-wrapper {
    padding-right: 25px;
    padding-bottom: 25px;
    padding-left: 25px;
  }

  .game-name {
    width: 470px;
    max-width: none;
    min-width: 470px;
    font-size: 20px;
  }

  .link-block {
    margin-right: 0px;
    margin-left: 0px;
    padding-bottom: 10px;
  }

  .column-2 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-left: 0px;
  }

  .bold-text-3 {
    max-width: 91.729%;
  }
}

@media screen and (max-width: 479px) {
  .nav-link {
    position: static;
    padding: 10px 0px;
    font-weight: 700;
    text-align: center;
  }

  .menu-button.w--open {
    background-color: transparent;
  }

  .navigation-container {
    height: 60px;
  }

  .navigation-button {
    background-color: #07f;
    color: #fff;
    font-weight: 700;
  }

  .navigation-button:hover {
    background-color: #fff;
    color: #07f;
    font-weight: 700;
  }

  .nav-menu {
    height: auto;
    padding-top: 0px;
    padding-bottom: 0px;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .header {
    height: 100vh;
    margin-top: -60px;
    padding: 120px 0px 60px;
  }

  .header-content {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    max-width: 90%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .h1 {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    font-size: 30px;
    line-height: 42px;
    letter-spacing: 0px;
  }

  .text-block {
    color: #07f;
  }

  .dropdown-link.w--current {
    margin-top: 0px;
    font-weight: 300;
    text-align: center;
  }

  .container {
    width: 100%;
  }

  .h2 {
    font-size: 20px;
    line-height: 30px;
  }

  ._2-row-text {
    width: 100%;
    max-width: 100%;
    margin-right: 0px;
    margin-left: 0px;
  }

  ._2-row-text.cc-bottom {
    margin-right: 0px;
  }

  ._2-row-image {
    margin-bottom: 60px;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  ._2-row-image.cc-row-spacing.home {
    margin-right: 0px;
  }

  ._2-row-image.cc-last-one {
    margin-right: 0px;
  }

  ._2-row-image.cc-last-one.home {
    margin-right: 0px;
  }

  .row.cc-bottom {
    margin-top: 60px;
  }

  .footer-social {
    width: 50%;
  }

  .footer-links-list {
    width: 50%;
  }

  .footer-column {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-ttile.darker-title.bigger {
    margin-bottom: 10px;
    font-family: 'Noto Sans SC', sans-serif;
    font-weight: 700;
    text-align: center;
  }

  .footer-column-2.center.dark-line.nav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-auto-columns: 1fr;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .div-block-5 {
    margin-bottom: 40px;
  }

  .nav-link-2.in-footer-link {
    text-align: left;
  }

  .nav-link-2.in-footer-link.gray {
    text-align: left;
  }

  .subpage-header {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-title {
    font-size: 20px;
    line-height: 20px;
  }

  .subpage-title.less-wide {
    width: 100%;
    font-size: 27px;
    line-height: 35px;
  }

  .page-subtitle {
    margin-top: 10px;
    font-size: 15px;
    line-height: 23px;
  }

  .section {
    padding: 25px;
  }

  .section.feature-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .button-2 {
    margin-top: 10px;
    padding-right: 10px;
    padding-left: 10px;
    font-size: 11px;
    line-height: 21px;
  }

  .button-2._2 {
    margin-left: 4px;
  }

  .main-feature-title {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .long-feature-block {
    padding-right: 10px;
    padding-left: 55px;
  }

  .long-feature-block.title-only {
    padding-top: 0px;
    padding-right: 0px;
    padding-left: 65px;
  }

  .long-feature-title {
    margin-bottom: 7px;
  }

  .long-feature-title.uppercase {
    font-size: 16px;
    line-height: 21px;
  }

  .feature-info-icon {
    height: 25px;
    margin-top: -3px;
  }

  .feature-info-title {
    margin-bottom: 12px;
  }

  .popup {
    max-width: none;
  }

  .gameblock {
    max-width: 320px;
  }

  .service-card {
    border-radius: 20px 20px 50px;
  }

  .service-card.sponsor {
    width: 100%;
    max-width: 100%;
    min-width: 50px;
    margin-right: 12px;
    margin-left: 12px;
    padding: 30px 20px;
  }

  .image-2 {
    min-height: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .heading-4 {
    font-size: 18px;
    text-align: center;
  }

  .main-feature-title-2 {
    margin-bottom: 20px;
    font-size: 29px;
    line-height: 32px;
  }

  .white-contact-form.centered {
    margin-bottom: -225px;
  }

  .form-title {
    font-size: 25px;
    line-height: 24px;
  }

  .form-title.subtitle {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 19px;
  }

  .subpage-header-2 {
    padding-top: 90px;
    padding-bottom: 20px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .subpage-header-2.contact-1 {
    padding-top: 80px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .contact-info-small-block {
    margin-bottom: 10px;
  }

  .blog-date-block {
    top: 15px;
  }

  .blog-post-title-wrapper {
    padding-top: 35px;
  }

  .blog-overlay-title {
    font-size: 19px;
    line-height: 23px;
  }

  .blog-author-image {
    width: 15px;
    height: 16px;
    margin-right: 7px;
  }

  .game-name {
    max-width: 100%;
    min-width: auto;
  }

  .bold-text {
    width: auto;
    min-width: 228px;
  }

  .column {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .column-2 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }

  .column-3 {
    padding-right: 0px;
    padding-bottom: 10px;
    padding-left: 0px;
  }
}

