/*!
 * fullPage 2.7.5
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
 * Contribution by Jhony0311
 */
html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }
  .fp-controlArrow.fp-prev {
    left: 15px;
    width: 0;
    border-width: 38.5px 34px 38.5px 0;
    border-color: transparent #fff transparent transparent; }
  .fp-controlArrow.fp-next {
    right: 15px;
    border-width: 38.5px 0 38.5px 34px;
    border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: scroll; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1; }
  .fp-slidesNav.bottom {
    bottom: 17px; }
  .fp-slidesNav.top {
    top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }
  #fp-nav ul li,
  .fp-slidesNav ul li {
    display: block;
    width: 14px;
    height: 13px;
    margin: 7px;
    position: relative; }
    #fp-nav ul li a,
    .fp-slidesNav ul li a {
      display: block;
      position: relative;
      z-index: 1;
      width: 100%;
      height: 100%;
      cursor: pointer;
      text-decoration: none; }
      #fp-nav ul li a.active span,
      .fp-slidesNav ul li a.active span {
        height: 12px;
        width: 12px;
        margin: -6px 0 0 -6px;
        border-radius: 100%; }
        #fp-nav ul li:hover #fp-nav ul li a.active span, #fp-slidesNav ul li:hover #fp-nav ul li a.active span, #fp-nav ul li:hover
        .fp-slidesNav ul li a.active span, #fp-slidesNav ul li:hover
        .fp-slidesNav ul li a.active span {
          height: 12px;
          width: 12px;
          margin: -6px 0 0 -6px;
          border-radius: 100%; }
      #fp-nav ul li a span,
      .fp-slidesNav ul li a span {
        border-radius: 50%;
        position: absolute;
        z-index: 1;
        height: 4px;
        width: 4px;
        border: 0;
        background: #333;
        left: 50%;
        top: 50%;
        margin: -2px 0 0 -2px;
        -webkit-transition: all 0.1s ease-in-out;
        -moz-transition: all 0.1s ease-in-out;
        -o-transition: all 0.1s ease-in-out;
        transition: all 0.1s ease-in-out; }
    #fp-nav ul li:hover a span,
    .fp-slidesNav ul li:hover a span {
      width: 10px;
      height: 10px;
      margin: -5px 0px 0px -5px; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }
  #fp-nav.right {
    right: 17px; }
  #fp-nav.left {
    left: 17px; }
  #fp-nav ul li .fp-tooltip {
    position: absolute;
    top: -2px;
    color: #fff;
    font-size: 14px;
    font-family: arial, helvetica, sans-serif;
    white-space: nowrap;
    max-width: 220px;
    overflow: hidden;
    display: block;
    opacity: 0;
    width: 0;
    cursor: pointer; }
    #fp-nav ul li .fp-tooltip.right {
      right: 20px; }
  #fp-nav ul li:hover .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }
  #fp-nav.fp-show-active a.active + .fp-tooltip {
    -webkit-transition: opacity 0.2s ease-in;
    transition: opacity 0.2s ease-in;
    width: auto;
    opacity: 1; }

.fp-slidesNav ul li {
  display: inline-block; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

* {
  margin: 0;
  padding: 0; }

article, aside, canvas, figure, figure img, figcaption,
hgroup, footer, header, nav, section, audio, video {
  position: relative;
  display: block; }

nav ul, nav ol {
  list-style: none; }

html,
textarea,
input,
select {
  font-weight: 400;
  font-size: 1.25rem;
  line-height: 1.8;
  font-family: 'Roboto', 'Helvetica Neue', Helvetica, 'PingFang SC', 'Hiragino Sans GB', Arial, sans-serif;
  -webkit-font-smoothing: antialiased;
  outline: none; }

.hidden {
  display: none; }

.nav {
  position: fixed;
  width: 100%;
  left: 0;
  top: 30px;
  z-index: 10;
  color: white;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.left-nav {
  float: left;
  margin-left: 60px; }

.right-nav {
  float: right;
  margin-right: 60px; }

.logo-link {
  font-size: 32px;
  font-weight: 500;
  line-height: 88px;
  color: white;
  text-decoration: none; }
  .logo-link .icon {
    vertical-align: -20px;
    margin-right: 20px; }

.header-logo {
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .header-logo.active {
    visibility: visible;
    opacity: 1; }

.nav-link {
  height: 88px;
  float: left;
  color: white;
  text-decoration: none;
  line-height: 88px;
  font-size: 22px;
  position: relative;
  cursor: pointer;
  padding: 0 16px;
  text-align: center; }
  .nav-link .text {
    padding: 0 5px;
    display: inline-block;
    white-space: nowrap; }
  .nav-link .icon-inter {
    vertical-align: -4px;
    margin-right: 12px; }
  .nav-link .icon-arrow-small {
    vertical-align: 3px;
    margin-left: 10px; }
  .nav-link .icon-facebook {
    vertical-align: -4px; }
  .nav-link .icon-twitter {
    vertical-align: -3px; }
  .nav-link .icon-google {
    vertical-align: -3px;
    margin-left: 3px; }
  .nav-link .icon-mail {
    vertical-align: -1px; }

.nav-text-link {
  width: auto; }
  .nav-text-link .text {
    position: relative; }
    .nav-text-link .text:after {
      position: absolute;
      content: '';
      height: 3px;
      left: -5px;
      right: -5px;
      bottom: 20px;
      background: white;
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease;
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(8px) scaleX(0.2);
      -moz-transform: translateY(8px) scaleX(0.2);
      -ms-transform: translateY(8px) scaleX(0.2);
      -o-transform: translateY(8px) scaleX(0.2);
      transform: translateY(8px) scaleX(0.2); }
  .nav-text-link:hover .text:after, .nav-text-link.current .text:after {
    visibility: visible;
    opacity: 1;
    -webkit-transform: translateY(0) scaleX(1);
    -moz-transform: translateY(0) scaleX(1);
    -ms-transform: translateY(0) scaleX(1);
    -o-transform: translateY(0) scaleX(1);
    transform: translateY(0) scaleX(1); }

.mobile-nav-link {
  position: fixed;
  width: 60px;
  height: 60px;
  top: 34px;
  right: 36px;
  z-index: 10; }
  .mobile-nav-link .icon-hamburger {
    position: absolute;
    top: 50%;
    left: 50%;
    margin-top: -10px;
    margin-left: -14px; }
  .mobile-nav-link .layer {
    width: 28px;
    height: 4px;
    border-radius: 1px;
    display: block;
    background: white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .mobile-nav-link .layer + .layer {
      margin-top: 4px; }
  .mobile-nav-link.active .layer-top {
    -webkit-transform-origin: 1px 0;
    -moz-transform-origin: 1px 0;
    -ms-transform-origin: 1px 0;
    -o-transform-origin: 1px 0;
    transform-origin: 1px 0;
    -webkit-transform: rotateZ(45deg) translate3D(2px, -2px, 0);
    -moz-transform: rotateZ(45deg) translate3D(2px, -2px, 0);
    -ms-transform: rotateZ(45deg) translate3D(2px, -2px, 0);
    -o-transform: rotateZ(45deg) translate3D(2px, -2px, 0);
    transform: rotateZ(45deg) translate3D(2px, -2px, 0); }
  .mobile-nav-link.active .layer-center {
    visibility: hidden;
    opacity: 0; }
  .mobile-nav-link.active .layer-bottom {
    -webkit-transform-origin: 0 0;
    -moz-transform-origin: 0 0;
    -ms-transform-origin: 0 0;
    -o-transform-origin: 0 0;
    transform-origin: 0 0;
    -webkit-transform: rotateZ(-45deg) translate3D(-2px, 2px, 0);
    -moz-transform: rotateZ(-45deg) translate3D(-2px, 2px, 0);
    -ms-transform: rotateZ(-45deg) translate3D(-2px, 2px, 0);
    -o-transform: rotateZ(-45deg) translate3D(-2px, 2px, 0);
    transform: rotateZ(-45deg) translate3D(-2px, 2px, 0); }

.mobile-nav {
  z-index: 12;
  position: fixed;
  display: none; }
  .mobile-nav .nav-lan-link {
    position: fixed;
    bottom: auto;
    top: 20px;
    right: 96px;
    z-index: 10; }

.mobile-lan-choices {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .mobile-lan-choices.active {
    visibility: visible;
    opacity: 1; }
  .mobile-lan-choices .mobile-lan-dest-links {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%; }
  .mobile-lan-choices .lan-dest {
    display: block;
    font-size: 24px;
    color: white;
    text-decoration: none;
    line-height: 54px;
    padding: 0 60px;
    font-weight: 200;
    text-align: center; }
    .mobile-lan-choices .lan-dest .text {
      position: relative; }
      .mobile-lan-choices .lan-dest .text:after {
        position: absolute;
        content: '';
        height: 3px;
        left: -8px;
        right: -8px;
        bottom: -10px;
        background: white;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(8px) scaleX(0.2);
        -moz-transform: translateY(8px) scaleX(0.2);
        -ms-transform: translateY(8px) scaleX(0.2);
        -o-transform: translateY(8px) scaleX(0.2);
        transform: translateY(8px) scaleX(0.2); }
    .mobile-lan-choices .lan-dest:hover .text:after, .mobile-lan-choices .lan-dest.current .text:after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0) scaleX(1);
      -moz-transform: translateY(0) scaleX(1);
      -ms-transform: translateY(0) scaleX(1);
      -o-transform: translateY(0) scaleX(1);
      transform: translateY(0) scaleX(1); }

.mobile-nav-contents {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.7);
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .mobile-nav-contents.active {
    visibility: visible;
    opacity: 1; }
  .mobile-nav-contents .mobile-nav-links {
    float: left;
    margin-top: 20px;
    margin-left: 40px; }
  .mobile-nav-contents .mobile-nav-entries {
    position: absolute;
    top: 100px;
    left: 0;
    width: 100%; }
  .mobile-nav-contents .mobile-nav-entry-link {
    display: block;
    font-size: 32px;
    color: white;
    text-decoration: none;
    line-height: 88px;
    text-align: center;
    font-weight: 200; }
    .mobile-nav-contents .mobile-nav-entry-link .text {
      position: relative; }
      .mobile-nav-contents .mobile-nav-entry-link .text:after {
        position: absolute;
        content: '';
        height: 3px;
        left: -8px;
        right: -8px;
        bottom: -10px;
        background: white;
        -webkit-transition: all 0.25s ease;
        -moz-transition: all 0.25s ease;
        transition: all 0.25s ease;
        visibility: hidden;
        opacity: 0;
        -webkit-transform: translateY(8px) scaleX(0.2);
        -moz-transform: translateY(8px) scaleX(0.2);
        -ms-transform: translateY(8px) scaleX(0.2);
        -o-transform: translateY(8px) scaleX(0.2);
        transform: translateY(8px) scaleX(0.2); }
    .mobile-nav-contents .mobile-nav-entry-link:hover .text:after, .mobile-nav-contents .mobile-nav-entry-link.current .text:after {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0) scaleX(1);
      -moz-transform: translateY(0) scaleX(1);
      -ms-transform: translateY(0) scaleX(1);
      -o-transform: translateY(0) scaleX(1);
      transform: translateY(0) scaleX(1); }

.nav-lan-link.active .lan-choices {
  visibility: visible;
  opacity: 1;
  -webkit-transform: translateY(0) scale(1);
  -moz-transform: translateY(0) scale(1);
  -ms-transform: translateY(0) scale(1);
  -o-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1); }
.nav-lan-link.active .icon-arrow-small {
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0);
  -webkit-transform: rotateZ(180deg);
  -moz-transform: rotateZ(180deg);
  -ms-transform: rotateZ(180deg);
  -o-transform: rotateZ(180deg);
  transform: rotateZ(180deg); }
.nav-lan-link .lan-choices {
  width: 300px;
  position: absolute;
  background: rgba(255, 255, 255, 0.9);
  border-radius: 12px;
  top: 0;
  right: 0;
  text-align: left;
  padding: 10px 0;
  margin-top: 80px;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: translateY(-36%) scale(0.5);
  -moz-transform: translateY(-36%) scale(0.5);
  -ms-transform: translateY(-36%) scale(0.5);
  -o-transform: translateY(-36%) scale(0.5);
  transform: translateY(-36%) scale(0.5); }
.nav-lan-link .icon-arrow-small {
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease;
  -webkit-transform: rotateZ(0);
  -moz-transform: rotateZ(0);
  -ms-transform: rotateZ(0);
  -o-transform: rotateZ(0);
  transform: rotateZ(0); }
.nav-lan-link .lan-dest {
  display: block;
  text-decoration: none;
  color: #666;
  line-height: 48px;
  padding: 0 20px;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .nav-lan-link .lan-dest:hover {
    color: #ec4980; }
  .nav-lan-link .lan-dest.current {
    color: #ec4980; }

html,
body {
  height: 100%; }

.btn {
  height: 64px;
  line-height: 64px;
  font-size: 24px;
  font-weight: bold;
  color: white;
  background: #ec4980;
  text-decoration: none;
  display: inline-block;
  border-radius: 10px;
  padding: 0 30px;
  font-weight: 500;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -ms-transform: translateY(0);
  -o-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.2s ease;
  -moz-transition: all 0.2s ease;
  transition: all 0.2s ease; }
  .btn:hover {
    -webkit-transform: translateY(-2px);
    -moz-transform: translateY(-2px);
    -ms-transform: translateY(-2px);
    -o-transform: translateY(-2px);
    transform: translateY(-2px); }
  .btn + .btn {
    margin-left: 40px; }
  .btn .icon-play-white {
    vertical-align: -6px;
    margin-right: 16px; }
  .btn .icon-apk {
    vertical-align: -5px;
    margin-right: 12px; }

.apk-btn {
  background: white;
  color: #ec4980;
  font-weight: 300; }

.main {
  overflow: hidden;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-user-select: inherit !important;
  -moz-user-select: inherit !important;
  -ms-user-select: inherit !important;
  user-select: inherit !important; }
  .main .content-wrap {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: table;
    z-index: 2; }
    .main .content-wrap.with-bottom-arrow {
      height: 100%; }
    .main .content-wrap.with-bottom-phone {
      height: 60%; }
  .main .content {
    text-align: center;
    position: relative;
    z-index: 1;
    color: white;
    display: table-cell;
    vertical-align: middle; }
  .main .content-text {
    padding: 50px 0; }
  .main .title-wrap {
    margin: 0 auto; }
  .main .title {
    font-size: 50px;
    margin-top: 20px;
    line-height: 1.2;
    font-weight: 300; }
    .main .title.bold {
      font-weight: 500; }
  .main .tagline {
    margin-top: 18px;
    font-size: 20px;
    line-height: 1.33;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto; }
    .main .tagline.big {
      font-size: 28px;
      margin-top: 50px;
      max-width: none;
      margin-bottom: 60px; }
    .main .tagline.cn {
      font-size: 28px;
      font-weight: 200; }
    .main .tagline.narrower {
      max-width: 440px; }
  .main .btns-wrap {
    margin-top: 50px; }
  .main .phone-wrap {
    max-height: 484px; }

.phones-wrap {
  width: 100%;
  position: absolute;
  height: 100%;
  z-index: 1;
  pointer-events: none; }
  .phones-wrap .phone {
    position: absolute;
    width: 40%;
    height: 100%;
    left: 0; }
    .phones-wrap .phone + .phone {
      left: auto;
      right: 0; }
    .phones-wrap .phone .phone-object {
      position: absolute;
      top: 50%;
      left: 50%;
      margin-left: -205px;
      margin-top: -326px; }
      .phones-wrap .phone .phone-object.horizontal {
        margin-left: -280px;
        margin-top: -216px; }

.mobile-arrow-down {
  display: none; }

.arrow-down {
  z-index: 2; }
  .arrow-down .icon-arrow {
    margin-top: 50px;
    z-index: 1;
    -webkit-animation: arrow 4s ease-out infinite;
    -moz-animation: arrow 4s ease-out infinite;
    animation: arrow 4s ease-out infinite; }
  .arrow-down.bottom {
    position: absolute;
    left: 50%;
    margin-left: -18px;
    bottom: 8%; }

@-webkit-keyframes arrow {
  0% {
    -webkit-transform: translateY(0); }
  20% {
    -webkit-transform: translateY(15px); }
  40% {
    -webkit-transform: translateY(0); } }
@-moz-keyframes arrow {
  0% {
    -moz-transform: translateY(0); }
  20% {
    -moz-transform: translateY(15px); }
  40% {
    -moz-transform: translateY(0); } }
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); }
  20% {
    -webkit-transform: translateY(15px);
    -moz-transform: translateY(15px);
    -ms-transform: translateY(15px);
    -o-transform: translateY(15px);
    transform: translateY(15px); }
  40% {
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -ms-transform: translateY(0);
    -o-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes arrow-80 {
  0% {
    -webkit-transform: scale(0.8) translateY(0); }
  20% {
    -webkit-transform: scale(0.8) translateY(15px); }
  40% {
    -webkit-transform: scale(0.8) translateY(0); } }
@-moz-keyframes arrow-80 {
  0% {
    -moz-transform: scale(0.8) translateY(0); }
  20% {
    -moz-transform: scale(0.8) translateY(15px); }
  40% {
    -moz-transform: scale(0.8) translateY(0); } }
@keyframes arrow-80 {
  0% {
    -webkit-transform: scale(0.8) translateY(0);
    -moz-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0); }
  20% {
    -webkit-transform: scale(0.8) translateY(15px);
    -moz-transform: scale(0.8) translateY(15px);
    -ms-transform: scale(0.8) translateY(15px);
    -o-transform: scale(0.8) translateY(15px);
    transform: scale(0.8) translateY(15px); }
  40% {
    -webkit-transform: scale(0.8) translateY(0);
    -moz-transform: scale(0.8) translateY(0);
    -ms-transform: scale(0.8) translateY(0);
    -o-transform: scale(0.8) translateY(0);
    transform: scale(0.8) translateY(0); } }
@-webkit-keyframes arrow-60 {
  0% {
    -webkit-transform: scale(0.6) translateY(0); }
  20% {
    -webkit-transform: scale(0.6) translateY(15px); }
  40% {
    -webkit-transform: scale(0.6) translateY(0); } }
@-moz-keyframes arrow-60 {
  0% {
    -moz-transform: scale(0.6) translateY(0); }
  20% {
    -moz-transform: scale(0.6) translateY(15px); }
  40% {
    -moz-transform: scale(0.6) translateY(0); } }
@keyframes arrow-60 {
  0% {
    -webkit-transform: scale(0.6) translateY(0);
    -moz-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0); }
  20% {
    -webkit-transform: scale(0.6) translateY(15px);
    -moz-transform: scale(0.6) translateY(15px);
    -ms-transform: scale(0.6) translateY(15px);
    -o-transform: scale(0.6) translateY(15px);
    transform: scale(0.6) translateY(15px); }
  40% {
    -webkit-transform: scale(0.6) translateY(0);
    -moz-transform: scale(0.6) translateY(0);
    -ms-transform: scale(0.6) translateY(0);
    -o-transform: scale(0.6) translateY(0);
    transform: scale(0.6) translateY(0); } }
.scene {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  pointer-events: none;
  z-index: 3; }
  .scene .animate-element {
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(30px);
    -moz-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -o-transform: translateY(30px);
    transform: translateY(30px); }
  .scene.active {
    pointer-events: auto; }
  .scene .footer-info {
    position: fixed;
    color: #666;
    width: 100%;
    display: block;
    font-size: 14px;
    bottom: 20px;
    text-align: center; }

.bg-wrap {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 0.1px;
  position: absolute !important; }

.mobile-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none; }

.scene-5-objects {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  visibility: hidden;
  opacity: 0;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .scene-5-objects.active {
    visibility: visible;
    opacity: 1; }

.mobile-nav-gradient {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 150px;
  z-index: 2;
  background: -webkit-linear-gradient( top , rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  background: linear-gradient(to bottom, rgba(0, 0, 0, 0.5) 0%, transparent 100%);
  visibility: hidden;
  opacity: 0;
  display: none;
  -webkit-transition: all 0.25s ease;
  -moz-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  .mobile-nav-gradient.active {
    visibility: visible;
    opacity: 1; }

.mobile-scene-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  transition: all 0.4s ease;
  background: #82daf0; }
  .mobile-scene-bg.scene-bg-2 {
    background: #3e81da; }
  .mobile-scene-bg.scene-bg-3 {
    background: #3875a1; }
  .mobile-scene-bg.scene-bg-4 {
    background: #87b725; }
  .mobile-scene-bg.scene-bg-5 {
    background: #99dfce; }

.mobile-bg.cn .mobile-scene-bg.scene-bg-2 {
  background: #73c447; }
.mobile-bg.cn .mobile-scene-bg.scene-bg-3 {
  background: #3ec8f5; }

.mobile-slash-bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  -webkit-transform: scaleX(-1) rotateZ(90deg);
  -moz-transform: scaleX(-1) rotateZ(90deg);
  -ms-transform: scaleX(-1) rotateZ(90deg);
  -o-transform: scaleX(-1) rotateZ(90deg);
  transform: scaleX(-1) rotateZ(90deg);
  top: 0;
  left: 0;
  width: 100vh;
  margin-top: 0;
  z-index: 1;
  height: 100vw;
  min-height: 640px; }

.bg {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-position: center;
  background-size: cover; }

.object {
  z-index: 2;
  position: absolute; }

.bg-item {
  height: 7000px !important; }
  .bg-item .bg-contents {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0; }

.bg-item-one {
  background: #82daf0;
  background: -webkit-linear-gradient( top , #82daf0 0%, #3e81da 100%);
  background: linear-gradient(to bottom, #82daf0 0%, #3e81da 100%);
  background-repeat: no-repeat; }

.bg-item-one-cn {
  background: #82daf0;
  background: -webkit-linear-gradient( top , #82daf0 0%, #73c447 100%);
  background: linear-gradient(to bottom, #82daf0 0%, #73c447 100%);
  background-repeat: no-repeat; }

.bg-item-two {
  background: #3e81da;
  background: -webkit-linear-gradient( top , #3e81da 0%, #3875a1 100%);
  background: linear-gradient(to bottom, #3e81da 0%, #3875a1 100%);
  background-repeat: no-repeat; }

.bg-item-two-cn {
  background: #73c447;
  background: -webkit-linear-gradient( top , #73c447 0%, #3ec8f5 100%);
  background: linear-gradient(to bottom, #73c447 0%, #3ec8f5 100%);
  background-repeat: no-repeat; }

.bg-item-three {
  background: #3875a1;
  background: -webkit-linear-gradient( top , #3875a1 0%, #87b725 100%);
  background: linear-gradient(to bottom, #3875a1 0%, #87b725 100%);
  background-repeat: no-repeat; }

.bg-item-three-cn {
  background: #3ec8f5;
  background: -webkit-linear-gradient( top , #3ec8f5 0%, #87b725 100%);
  background: linear-gradient(to bottom, #3ec8f5 0%, #87b725 100%);
  background-repeat: no-repeat; }

.bg-item-four {
  background: #87b725;
  background: -webkit-linear-gradient( top , #87b725 0%, #99dfce 100%);
  background: linear-gradient(to bottom, #87b725 0%, #99dfce 100%);
  background-repeat: no-repeat; }

.bg-item-five {
  background: #99dfce;
  background-repeat: no-repeat; }

.bottom-phone-wrap {
  position: absolute;
  width: 100%;
  height: 100%;
  min-height: 690px; }
  .bottom-phone-wrap .constraint {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    min-height: 932px; }
  .bottom-phone-wrap .phone-outer {
    position: absolute;
    width: 512px;
    height: 484px;
    left: 50%;
    margin-left: -256px;
    bottom: 0;
    z-index: 1; }

.secondary-page-bg {
  background: #7f60e5;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

.page-content-wrap {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 2;
  overflow: scroll;
  height: 100%; }

.page-content {
  max-width: 800px;
  margin: 0 auto;
  color: white;
  font-weight: 200;
  margin-top: 160px;
  padding-left: 40px;
  padding-right: 40px; }
  .page-content .page-title {
    font-size: 48px;
    font-weight: 300;
    line-height: 1.2; }
    .page-content .page-title .page-title-link {
      font-size: 48px;
      text-decoration: none;
      position: relative;
      margin-left: -32px; }
      .page-content .page-title .page-title-link:hover .icon-arrow-left-big {
        -webkit-transform: translateX(-6px);
        -moz-transform: translateX(-6px);
        -ms-transform: translateX(-6px);
        -o-transform: translateX(-6px);
        transform: translateX(-6px); }
    .page-content .page-title .icon-arrow-left-big {
      margin-right: 16px;
      -webkit-transform: translateX(0);
      -moz-transform: translateX(0);
      -ms-transform: translateX(0);
      -o-transform: translateX(0);
      transform: translateX(0);
      -webkit-transition: all 0.25s ease;
      -moz-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  .page-content .page-content-section {
    padding: 70px 0; }
    .page-content .page-content-section + .page-content-section {
      border-top: 2px solid rgba(255, 255, 255, 0.4); }
  .page-content .page-section-title {
    font-size: 24px;
    font-weight: 500;
    text-decoration: none;
    border: none; }
  .page-content a {
    color: white;
    font-size: 24px;
    text-decoration: none;
    border-bottom: 1px solid white;
    -webkit-transition: all 0.25s ease;
    -moz-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    .page-content a:hover {
      border-color: rgba(255, 255, 255, 0.5); }
  .page-content .page-link-wrap {
    margin-top: 4px;
    position: relative; }
    .page-content .page-link-wrap .link-source {
      font-size: 24px;
      font-weight: 400;
      position: absolute;
      right: 100%;
      margin-right: 40px;
      white-space: nowrap; }
  .page-content .page-section-content {
    line-height: 1.3;
    margin-top: 5px; }
    .page-content .page-section-content p + p {
      margin-top: 15px; }
    .page-content .page-section-content ol, .page-content .page-section-content ul {
      margin-left: 25px; }
      .page-content .page-section-content ol li + li, .page-content .page-section-content ul li + li {
        margin-top: 8px; }
  .page-content .page-content-sub-section + .page-content-sub-section {
    margin-top: 50px; }
  .page-content .map-link {
    float: right;
    border-bottom: none; }
  .page-content .faq-item {
    padding: 40px 0; }
  .page-content .faq-item .faq-answer {
    display: none; }
  .page-content .faq-item.active .faq-answer {
    display: block; }

.object-1-triangle {
  top: 100px;
  top: 11.11vh;
  right: 11.58%; }

.object-1-squares {
  top: 720px;
  top: 80vh;
  margin-top: -132px;
  left: 8.5%; }

.object-1-bakery {
  -webkit-transform-origin: 0 0;
  -moz-transform-origin: 0 0;
  -ms-transform-origin: 0 0;
  -o-transform-origin: 0 0;
  transform-origin: 0 0;
  top: 0;
  left: 0; }

.object-1-earphones {
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
  transform-origin: 100% center;
  top: 520px;
  top: 57.78vh;
  right: 0; }

.object-2-coffee {
  top: -180px;
  left: 28%;
  margin-left: -360px; }

.object-2-letterhead {
  -webkit-transform-origin: 100% center;
  -moz-transform-origin: 100% center;
  -ms-transform-origin: 100% center;
  -o-transform-origin: 100% center;
  transform-origin: 100% center;
  top: 300px;
  top: 33.33vh;
  right: 0px; }

.object-2-glasses {
  top: -290px;
  right: 5%; }

.object-2-roses {
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  transform-origin: 0 center;
  top: 420px;
  top: 46.67vh;
  left: 0; }

.object-3-camera {
  top: 200px;
  top: 21vh;
  margin-top: -560px;
  left: 18.5%;
  margin-left: -300px; }

.object-3-glove {
  -webkit-transform-origin: 0 center;
  -moz-transform-origin: 0 center;
  -ms-transform-origin: 0 center;
  -o-transform-origin: 0 center;
  transform-origin: 0 center;
  top: 740px;
  top: 74vh;
  left: 0; }

.object-3-jars {
  top: 15px;
  top: 1.5vh;
  right: 3%; }

.object-3-sketches {
  top: 620px;
  top: 62vh;
  right: 0; }

.object-4-magician {
  top: 20px;
  top: 2.3vh;
  left: 20%; }

.object-4-warrior {
  top: 20px;
  top: 2.3vh;
  right: 9%; }

.object-4-rock {
  top: 630px;
  top: 70vh;
  left: 6%; }

.object-4-archer {
  top: 496px;
  top: 55vh;
  right: 2%; }

.object-5-circle-1 {
  top: 115px;
  top: 10vh;
  left: 14%; }

.object-5-circle-2 {
  top: 340px;
  top: 34vh;
  left: 50%;
  margin-left: 166px; }

.object-5-square-1 {
  top: 900px;
  top: 90vh;
  left: 50%;
  margin-left: 40px; }

.object-5-square-2 {
  top: 570px;
  top: 57vh;
  right: 6%; }

.object-5-triangle-1 {
  top: -50px;
  right: 16%; }

.object-5-triangle-2 {
  top: 632px;
  top: 63.2vh;
  left: 6%; }

.object-0-triangle {
  top: 60px;
  top: 5%;
  margin-top: -80px;
  right: 72px;
  right: 5%;
  margin-right: -92px; }

.object-0-square {
  left: 100px;
  left: 4%;
  bottom: 200px;
  bottom: 20%; }

.object-0-plant {
  margin-top: -360px;
  margin-left: -240px;
  top: 100px;
  left: 100px; }

.object-0-circle {
  right: 100px;
  right: 6%;
  bottom: 10px;
  bottom: 2%; }

@media (max-width: 1400px) {
  .main .title {
    font-size: 44px; }
  .main .tagline {
    font-size: 18px;
    max-width: 380px; }
    .main .tagline.narrower {
      max-width: 380px; }
    .main .tagline.cn {
      font-size: 20px; }

  .btn {
    height: 56px;
    line-height: 56px;
    font-size: 20px;
    padding: 0 20px; }
    .btn .icon {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8); }
    .btn + .btn {
      margin-left: 32px; }

  .phones-wrap .phone {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9);
    width: 35%; }

  .object {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }
    .object.scene-bg {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

  .object-1-bakery {
    top: -20px;
    left: -20px; }

  .object-2-letterhead {
    right: -40px;
    top: 40vh; } }
@media (max-width: 1200px) {
  .nav {
    top: 20px; }

  .left-nav {
    margin-left: 40px; }

  .right-nav {
    margin-right: 40px; }

  .main .tagline {
    font-size: 16px;
    max-width: 360px; }
    .main .tagline.narrower {
      max-width: 360px; }
    .main .tagline.cn {
      font-size: 18px; }
  .main .btns-wrap {
    margin-top: 40px; }

  .object {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }
    .object.scene-bg {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

  .bottom-phone-wrap .phone {
    -webkit-transform: scale(0.9);
    -moz-transform: scale(0.9);
    -ms-transform: scale(0.9);
    -o-transform: scale(0.9);
    transform: scale(0.9); }

  .phones-wrap .phone {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
    width: 32%; }
    .phones-wrap .phone.phone-horizontal {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }

  .object-1-bakery {
    top: -60px;
    left: -50px; }

  .object-1-squares {
    left: 4%; }

  .object-1-triangle {
    top: 6vh;
    right: 5%; }

  .object-1-earphones {
    right: -50px; }

  .object-2-coffee {
    top: -240px;
    left: 18%; }

  .object-2-letterhead {
    right: -80px;
    top: 50vh; }

  .object-2-glasses {
    right: 1%; }

  .object-3-camera {
    top: 16vh;
    left: 12%; } }
@media (max-width: 1000px), (max-height: 680px) {
  .main .title {
    font-size: 36px; }
  .main .tagline.big {
    font-size: 20px;
    margin-top: 20px;
    margin-bottom: -5px; }

  .nav-link {
    padding: 0 12px; }
    .nav-link .icon-inter {
      margin-right: 0; }

  .lan-current {
    display: none; }

  .object {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); }
    .object.scene-bg {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); }

  .arrow-down .icon-arrow {
    -webkit-animation-name: arrow-80;
    -moz-animation-name: arrow-80;
    animation-name: arrow-80; }

  .phones-wrap .phone {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); }

  .page-content .page-title {
    font-size: 42px; }
    .page-content .page-title .page-title-link {
      font-size: 42px; }
  .page-content .page-link-wrap .link-source {
    font-size: 20px;
    position: relative;
    right: auto;
    margin-top: 10px;
    margin-right: 0;
    display: block;
    margin-bottom: 0; }
  .page-content .page-content-section {
    padding: 50px 0; }
  .page-content a {
    font-size: 20px; } }
@media (max-width: 840px) {
  .right-nav {
    display: none; }

  .mobile-nav {
    display: block; } }
@media (max-height: 720px) {
  .bottom-phone-wrap .constraint {
    min-height: 880px; }

  .object-1-bakery {
    top: -100px; }

  .object-2-coffee {
    top: -300px; }

  .object-2-glasses {
    top: -320px; }

  .object-3-jars {
    top: -40px; }

  .object-3-glove {
    margin-top: 30px; }

  .object-3-sketches {
    margin-top: 60px; }

  .object-4-magician {
    top: -5px; }

  .object-4-warrior {
    top: -5px; } }
@media (max-height: 620px) {
  .object {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); }
    .object.scene-bg {
      -webkit-transform: scale(1);
      -moz-transform: scale(1);
      -ms-transform: scale(1);
      -o-transform: scale(1);
      transform: scale(1); } }
@media (max-width: 880px) {
  .page-content .page-title .page-title-link {
    margin-left: 0; } }
@media (max-width: 800px), (max-height: 600px) {
  .main .title {
    font-size: 32px; }
  .main .tagline {
    display: none; }
    .main .tagline.main-tagline {
      display: block; }
  .main .btns-wrap {
    margin-top: 30px; }
  .main .content-wrap.with-bottom-arrow {
    height: 100%; }

  .mobile-nav-gradient {
    display: block; }

  .arrow-down {
    margin-top: -15px;
    margin-bottom: -15px; }

  .phones-wrap .phone {
    position: absolute;
    width: 100%;
    height: 0;
    left: auto;
    top: 0;
    -webkit-transform: scale(0.85) rotateZ(180deg);
    -moz-transform: scale(0.85) rotateZ(180deg);
    -ms-transform: scale(0.85) rotateZ(180deg);
    -o-transform: scale(0.85) rotateZ(180deg);
    transform: scale(0.85) rotateZ(180deg);
    margin-top: -100px; }
    .phones-wrap .phone + .phone {
      top: auto;
      bottom: 0;
      margin-top: 0;
      margin-bottom: -100px;
      -webkit-transform: scale(0.85);
      -moz-transform: scale(0.85);
      -ms-transform: scale(0.85);
      -o-transform: scale(0.85);
      transform: scale(0.85); }
    .phones-wrap .phone.phone-horizontal {
      -webkit-transform: scale(0.85) rotateZ(180deg);
      -moz-transform: scale(0.85) rotateZ(180deg);
      -ms-transform: scale(0.85) rotateZ(180deg);
      -o-transform: scale(0.85) rotateZ(180deg);
      transform: scale(0.85) rotateZ(180deg);
      margin-top: 25px; }
      .phones-wrap .phone.phone-horizontal + .phone {
        margin-top: 0;
        margin-bottom: 20px;
        -webkit-transform: scale(0.85);
        -moz-transform: scale(0.85);
        -ms-transform: scale(0.85);
        -o-transform: scale(0.85);
        transform: scale(0.85); }

  .mobile-arrow-down {
    display: block; }

  .object-5-circle-2 {
    top: 50%;
    right: -10px;
    left: auto;
    margin-left: 0;
    margin-top: -110px; }

  .object-5-square-2 {
    left: 50%;
    margin-left: -120px;
    top: auto;
    bottom: -72px; }

  .object-5-triangle-2 {
    top: 1.5%;
    left: 0;
    margin-left: 0;
    margin-left: -84px;
    -webkit-transform: scale(0.65) rotate(-12deg);
    -moz-transform: scale(0.65) rotate(-12deg);
    -ms-transform: scale(0.65) rotate(-12deg);
    -o-transform: scale(0.65) rotate(-12deg);
    transform: scale(0.65) rotate(-12deg); }

  .mobile-bg {
    display: block; }

  .bg-wrap {
    display: none; }

  .arrow-down.bottom {
    display: none; }

  .secondary-page-bg .object {
    display: none; } }
@media (max-width: 640px), (max-height: 640px) {
  .mobile-slash-bg {
    left: 50%;
    margin-left: -320px; }

  .nav {
    top: 20px; }

  .mobile-nav .nav-lan-link {
    top: 13px;
    right: 64px; }

  .mobile-lan-choices .mobile-lan-dest-links {
    top: 80px; }

  .mobile-nav-contents .mobile-nav-links {
    margin-top: 12px;
    margin-left: 16px; }
  .mobile-nav-contents .mobile-nav-entries {
    top: 80px; }

  .mobile-nav-link {
    top: 12px;
    right: 10px; }

  .left-nav {
    margin-left: 25px;
    margin-top: -10px; }

  .nav-link {
    line-height: 60px;
    height: 60px; }

  .logo-link {
    line-height: 60px;
    height: 60px;
    font-size: 28px; }
    .logo-link .text {
      display: none; }
    .logo-link .icon {
      -webkit-transform: scale(0.8);
      -moz-transform: scale(0.8);
      -ms-transform: scale(0.8);
      -o-transform: scale(0.8);
      transform: scale(0.8);
      margin-right: 12px; }

  .main .content-text {
    padding-top: 85px; }
  .main .icon-main {
    -webkit-transform: scale(0.85);
    -moz-transform: scale(0.85);
    -ms-transform: scale(0.85);
    -o-transform: scale(0.85);
    transform: scale(0.85); }
  .main .title {
    font-size: 30px;
    margin-top: 10px; }
  .main .tagline {
    padding-left: 12px;
    padding-right: 12px; }
    .main .tagline.big {
      font-size: 20px;
      margin-top: 20px;
      margin-bottom: 25px; }
  .main .btns-wrap {
    margin-top: 25px; }

  .arrow-down {
    margin-top: -20px; }
    .arrow-down .icon-arrow {
      margin-top: 20px;
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-animation-name: arrow-60;
      -moz-animation-name: arrow-60;
      animation-name: arrow-60; }
    .arrow-down.mobile-arrow-down .icon-arrow {
      margin-top: 50px; }

  .btn {
    height: 48px;
    line-height: 48px;
    padding: 0 15px;
    font-size: 16px;
    border-radius: 8px; }
    .btn .icon {
      -webkit-transform: scale(0.6);
      -moz-transform: scale(0.6);
      -ms-transform: scale(0.6);
      -o-transform: scale(0.6);
      transform: scale(0.6); }
    .btn .icon-play-white {
      vertical-align: -8px;
      margin-right: 5px; }
    .btn .icon-apk {
      vertical-align: -8px;
      margin-right: 2px; }
    .btn + .btn {
      margin-left: 20px; }

  .mobile-nav-gradient {
    height: 100px; }

  .bottom-phone-wrap .constraint {
    min-height: 800px; }
  .bottom-phone-wrap .phone {
    -webkit-transform: scale(0.8);
    -moz-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8); }

  .phones-wrap .phone {
    -webkit-transform: scale(0.7) rotateZ(180deg);
    -moz-transform: scale(0.7) rotateZ(180deg);
    -ms-transform: scale(0.7) rotateZ(180deg);
    -o-transform: scale(0.7) rotateZ(180deg);
    transform: scale(0.7) rotateZ(180deg);
    margin-top: -90px; }
    .phones-wrap .phone + .phone {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      margin-top: 0;
      margin-bottom: -90px; }
    .phones-wrap .phone.phone-horizontal {
      -webkit-transform: scale(0.75) rotateZ(180deg);
      -moz-transform: scale(0.75) rotateZ(180deg);
      -ms-transform: scale(0.75) rotateZ(180deg);
      -o-transform: scale(0.75) rotateZ(180deg);
      transform: scale(0.75) rotateZ(180deg);
      margin-top: 0px; }
      .phones-wrap .phone.phone-horizontal + .phone {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        margin-top: 0;
        margin-bottom: -5px; }

  .page-content {
    padding-left: 30px;
    padding-right: 30px;
    margin-top: 120px; }
    .page-content .page-title {
      font-size: 32px; }
      .page-content .page-title .page-title-link {
        font-size: 32px; }
        .page-content .page-title .page-title-link:hover .icon-arrow-left-big {
          -webkit-transform: translateX(-6px) scale(0.8);
          -moz-transform: translateX(-6px) scale(0.8);
          -ms-transform: translateX(-6px) scale(0.8);
          -o-transform: translateX(-6px) scale(0.8);
          transform: translateX(-6px) scale(0.8); }
      .page-content .page-title .icon-arrow-left-big {
        -webkit-transform: scale(0.8);
        -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
        -o-transform: scale(0.8);
        transform: scale(0.8);
        vertical-align: -2px;
        margin-right: 10px; }
    .page-content .page-content-section {
      padding: 30px 0;
      font-size: 18px; }
    .page-content .page-section-title {
      font-size: 22px; }
    .page-content a {
      font-size: 18px; }
    .page-content .map-link {
      float: none; }
    .page-content .map {
      margin-bottom: 12px;
      max-width: 100%; } }
@media (max-width: 420px), (max-height: 560px) {
  .nav {
    top: 5px; }

  .mobile-nav-link {
    top: 4px;
    right: 4px; }

  .nav-link {
    padding: 0 10px; }

  .mobile-nav .nav-lan-link {
    top: 5px;
    right: 56px; }

  .mobile-nav-contents .mobile-nav-links {
    margin-top: 4px;
    margin-left: 12px; }
  .mobile-nav-contents .mobile-nav-entries {
    top: 80px; }
  .mobile-nav-contents .mobile-nav-entry-link {
    line-height: 72px; }

  .left-nav {
    margin-top: -5px; }

  .logo-link {
    font-size: 20px; }
    .logo-link .icon {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7);
      margin-left: -10px;
      margin-top: 5px;
      margin-right: 5px;
      vertical-align: -25px; }

  .btn {
    padding: 0 10px; }
    .btn + .btn {
      margin-left: 15px; }

  .main .content-text {
    padding-top: 64px; }
  .main .icon-main {
    -webkit-transform: scale(0.6);
    -moz-transform: scale(0.6);
    -ms-transform: scale(0.6);
    -o-transform: scale(0.6);
    transform: scale(0.6); }
    .main .icon-main.icon-logo {
      -webkit-transform: scale(0.7);
      -moz-transform: scale(0.7);
      -ms-transform: scale(0.7);
      -o-transform: scale(0.7);
      transform: scale(0.7); }
  .main .title {
    font-size: 24px;
    margin-top: -8px; }
    .main .title.big {
      font-size: 28px;
      margin-top: -5px; }
  .main .tagline {
    margin-top: 10px;
    padding-left: 12px;
    padding-right: 12px; }
  .main .btns-wrap {
    margin-top: 16px; }

  .bottom-phone-wrap .constraint {
    min-height: 640px; }
  .bottom-phone-wrap .phone {
    -webkit-transform: scale(0.65);
    -moz-transform: scale(0.65);
    -ms-transform: scale(0.65);
    -o-transform: scale(0.65);
    transform: scale(0.65); }

  .arrow-down.mobile-arrow-down .icon-arrow {
    margin-top: 30px; }

  .phones-wrap .phone {
    -webkit-transform: scale(0.5) rotateZ(180deg);
    -moz-transform: scale(0.5) rotateZ(180deg);
    -ms-transform: scale(0.5) rotateZ(180deg);
    -o-transform: scale(0.5) rotateZ(180deg);
    transform: scale(0.5) rotateZ(180deg);
    margin-top: -50px; }
    .phones-wrap .phone + .phone {
      -webkit-transform: scale(0.5);
      -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
      -o-transform: scale(0.5);
      transform: scale(0.5);
      margin-top: 0;
      margin-bottom: -50px; }
    .phones-wrap .phone.phone-horizontal {
      -webkit-transform: scale(0.75) rotateZ(180deg);
      -moz-transform: scale(0.75) rotateZ(180deg);
      -ms-transform: scale(0.75) rotateZ(180deg);
      -o-transform: scale(0.75) rotateZ(180deg);
      transform: scale(0.75) rotateZ(180deg);
      margin-top: -10px; }
      .phones-wrap .phone.phone-horizontal + .phone {
        -webkit-transform: scale(0.75);
        -moz-transform: scale(0.75);
        -ms-transform: scale(0.75);
        -o-transform: scale(0.75);
        transform: scale(0.75);
        margin-top: 0;
        margin-bottom: -15px; }

  .page-content {
    padding-left: 20px;
    padding-right: 20px;
    margin-top: 96px; }
    .page-content .page-title {
      font-size: 28px; }
      .page-content .page-title .page-title-link {
        font-size: 28px; }
        .page-content .page-title .page-title-link:hover .icon-arrow-left-big {
          -webkit-transform: translateX(-6px) scale(0.6);
          -moz-transform: translateX(-6px) scale(0.6);
          -ms-transform: translateX(-6px) scale(0.6);
          -o-transform: translateX(-6px) scale(0.6);
          transform: translateX(-6px) scale(0.6); }
      .page-content .page-title .icon-arrow-left-big {
        -webkit-transform: scale(0.6);
        -moz-transform: scale(0.6);
        -ms-transform: scale(0.6);
        -o-transform: scale(0.6);
        transform: scale(0.6);
        vertical-align: -4px;
        margin-right: 8px; }
    .page-content .page-content-section {
      padding: 25px 0;
      font-size: 17px; }
    .page-content .page-content-sub-section + .page-content-sub-section {
      margin-top: 20px; }
    .page-content .page-section-title {
      font-size: 20px; }
    .page-content a {
      font-size: 17px; } }
.icon {
  display: inline-block;
  background-repeat: no-repeat;
  background-image: url(../icons/sprites.png);
  background-size: 341px 189px; }

.icon-apk {
  background-position: -249px -156px;
  width: 31px;
  height: 28px; }

.icon-arrow {
  background-position: -294px -92px;
  width: 36px;
  height: 21px; }

.icon-arrow-left-big {
  background-position: -282px -156px;
  width: 16px;
  height: 28px; }

.icon-arrow-small {
  background-position: -319px -138px;
  width: 12px;
  height: 7px; }

.icon-coc-app {
  background-position: -65px 0px;
  width: 90px;
  height: 90px; }

.icon-facebook {
  background-position: -184px -121px;
  width: 24px;
  height: 24px; }

.icon-facebook-app {
  background-position: -157px 0px;
  width: 90px;
  height: 90px; }

.icon-google {
  background-position: -294px -115px;
  width: 34px;
  height: 21px; }

.icon-instagram-app {
  background-position: 0px -97px;
  width: 90px;
  height: 90px; }

.icon-inter {
  background-position: -210px -121px;
  width: 24px;
  height: 24px; }

.icon-logo {
  background-position: 0px 0px;
  width: 63px;
  height: 95px; }

.icon-logo-nav {
  background-position: -249px -92px;
  width: 43px;
  height: 62px; }

.icon-mail {
  background-position: -294px -138px;
  width: 23px;
  height: 16px; }

.icon-play-white {
  background-position: -300px -156px;
  width: 27px;
  height: 28px; }

.icon-qq-app {
  background-position: -92px -97px;
  width: 90px;
  height: 90px; }

.icon-twitter {
  background-position: -184px -97px;
  width: 27px;
  height: 22px; }

.icon-wechat-app {
  background-position: -249px 0px;
  width: 90px;
  height: 90px; }

@media only screen and (-webkit-min-device-pixel-ratio: 1.5) {
  .icon {
    background-image: url(../icons/sprites@2x.png); } }
