@charset "UTF-8";
body {
  background: #000; }

#device div[data-nav].active,
#device div[data-nav] > div.active {
  display: block;
  background-image: url(../images/pbg.jpg);
  background-size: cover;
  background-repeat: no-repeat; }

#device .pd-info-con .pd-info h1 {
  color: #FFE !important; }

#device .pd-info-con .pd-info h4 {
  color: #e0e0e0; }

#device .pd-info-con .pd-info p.price {
  color: #ffffff !important; }

.pd-btn .btn-grey-empty {
  color: #fff !important; }

#device .description-con a.desc-btn {
  color: #fff !important; }

#device .description-con a.desc-btn {
  color: #fff !important; }

.pd-btn .btn-grey-empty {
  color: #fff !important;
  border-color: #fff !important; }

#device .key-features-con {
  background-color: #222222; }

#device .description-con .desc p,
#device .key-features-con h5 {
  color: #FFFFFF !important; }

#device a.buy-now {
  display: none !important; }

.container {
  width: 90% !important;
  max-width: 1170px; }

.flex-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-flow: row wrap;
  flex-flow: row wrap;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between; }

.flex-box > * {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1; }

.flex-box.row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse; }

section img {
  width: 100%; }

.text:not(td) > *,
.text:not(td) h2,
.text:not(td) h4,
.text:not(td) p {
  color: #ffffff; }

.text:not(td) h2 {
  font-size: 48px;
  line-height: 1.2 !important; }

.flex-box .bg-image {
  background-size: cover;
  background-position: center;
  min-height: 600px;
  margin: 0 auto; }

#hero {
  position: relative; }
  #hero .slogan {
    display: block;
    width: 100%;
    max-width: 850px;
    position: absolute;
    z-index: 5;
    top: 25%;
    left: 5%; }

#main-power {
  height: 100vh;
  position: relative;
  width: 100%;
  position: relative;
  overflow: hidden;
  cursor: url("../images/cursor.png"), auto; }
  #main-power a {
    cursor: url("../images/cursor.png"), auto; }
  #main-power .container {
    width: 90% !important;
    max-width: 1170px;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
    #main-power .container h4 {
      width: 80%;
      margin: 0 auto; }
  #main-power .video_bc {
    position: relative;
    min-height: 600px;
    max-height: 1080px;
    height: 100vh;
    overflow: hidden; }
  #main-power .video_bc:after {
    content: "";
    width: 100%;
    height: 100vw;
    background: #000000;
    opacity: 0.6;
    position: absolute;
    left: 0;
    top: 0; }
  #main-power video {
    width: 100%;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #main-power .pics::after,
  #main-power .pics2::after,
  #main-power .pics3::after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-top: 10px solid rgba(174, 17, 122, 0.8);
    position: absolute;
    bottom: 0;
    left: 39%;
    -webkit-animation: fade_move_down 2s ease-in-out infinite;
    animation: fade_move_down 2s ease-in-out infinite; }
  #main-power .pics a {
    background: url("../images/icon01.png");
    /*預設顯示圖片*/
    display: block;
    font-size: 0;
    height: 100px;
    /*圖片高度*/
    width: 100px;
    /*圖片寬度*/
    background-size: contain; }
  #main-power .pics a:hover {
    background: url("../images/icon01-hover.png");
    /*滑鼠移過顯示圖片*/
    background-size: contain; }
  #main-power .pics2 a {
    background: url("../images/icon02.png");
    /*預設顯示圖片*/
    display: block;
    font-size: 0;
    height: 100px;
    /*圖片高度*/
    width: 100px;
    /*圖片寬度*/
    background-size: contain; }
  #main-power .pics2 a:hover {
    background: url("../images/icon02-hover.png");
    /*滑鼠移過顯示圖片*/
    background-size: contain; }
  #main-power .pics3 a {
    background: url("../images/icon03.png");
    /*預設顯示圖片*/
    display: block;
    font-size: 0;
    height: 100px;
    /*圖片高度*/
    width: 100px;
    /*圖片寬度*/
    background-size: contain; }
  #main-power .pics3 a:hover {
    background: url("../images/icon03-hover.png");
    /*滑鼠移過顯示圖片*/
    background-size: contain; }
  #main-power .tooltip-container {
    cursor: url("../images/cursor.png"), auto;
    position: relative;
    display: inline-block;
    margin: 0 3rem; }
  #main-power .tooltip {
    opacity: 0;
    z-index: 99;
    color: #fff;
    width: 150px;
    display: block;
    font-size: 15px;
    padding: 20px 30px;
    border-radius: 8px;
    text-align: center;
    background: rgba(174, 17, 122, 0.8);
    border: 1px solid rgba(174, 17, 122, 0.8);
    -webkit-transition: all .2s ease-in-out;
    -moz-transition: all .2s ease-in-out;
    -o-transition: all .2s ease-in-out;
    -ms-transition: all .2s ease-in-out;
    transition: all .2s ease-in-out;
    -webkit-transform: scale(0);
    -moz-transform: scale(0);
    -o-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    position: absolute;
    right: -25px;
    top: 100px; }
    #main-power .tooltip span {
      font-size: 21px;
      margin-bottom: 10px; }
  #main-power .tooltip:before,
  #main-power .tooltip:after {
    content: '';
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    border-bottom: 10px solid rgba(174, 17, 122, 0.8);
    position: absolute;
    top: -10px;
    left: 43%; }
  #main-power .tooltip-container:hover .tooltip,
  #main-power a:hover .tooltip {
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -o-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  #main-power .tooltip-container:hover .pics::after, #main-power .tooltip-container:hover .pics2::after, #main-power .tooltip-container:hover .pics3::after {
    display: none; }
  #main-power .icon {
    position: relative;
    display: inline-block;
    width: 24px;
    height: 24px;
    color: white;
    -webkit-mask: url("http://geekstudios.co/testing/assets/svg/logo.svg") no-repeat center;
    mask: url("http://geekstudios.co/testing/assets/svg/logo.svg") no-repeat left center;
    -webkit-mask-size: 24px;
    mask-size: 24px;
    background-color: white; }
  #main-power .social-links {
    position: relative;
    width: 100%;
    margin: 0;
    padding: 0;
    list-style-type: none; }
    #main-power .social-links ul {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row; }
    #main-power .social-links li {
      display: inline-block;
      width: 25%;
      text-align: center;
      float: left;
      list-style: none !important; }
      #main-power .social-links li a {
        font-size: 24px;
        color: whitesmoke; }
  #main-power img.icon-pic {
    width: 100px !important;
    height: 100px !important; }
  #main-power a[data-tooltip].bottom:before, #main-power a[data-tooltip].bottom:after {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px); }
  #main-power a[data-tooltip].bottom:hover:after, #main-power a[data-tooltip].bottom:hover:before {
    -webkit-transform: translateY(0px);
    -ms-transform: translateY(0px);
    transform: translateY(0px); }
  #main-power a[data-tooltip] {
    position: relative; }
    #main-power a[data-tooltip]:after, #main-power a[data-tooltip]:before {
      position: absolute;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: opacity 200ms, -webkit-transform 200ms ease;
      transition: opacity 200ms, -webkit-transform 200ms ease;
      -o-transition: transform 200ms ease, opacity 200ms;
      transition: transform 200ms ease, opacity 200ms;
      transition: transform 200ms ease, opacity 200ms, -webkit-transform 200ms ease;
      -webkit-box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      box-shadow: 0 0 10px rgba(0, 0, 0, 0.3);
      z-index: 99; }
    #main-power a[data-tooltip]:before {
      content: attr(data-tooltip);
      background: #AE117A;
      color: #fff;
      font-size: 10px;
      font-weight: bold;
      padding: 10px 15px;
      border-radius: 5px;
      white-space: nowrap;
      text-decoration: none;
      text-transform: uppercase;
      letter-spacing: 1px; }
    #main-power a[data-tooltip]:after {
      width: 0;
      height: 0;
      border: 6px solid transparent;
      content: ''; }
    #main-power a[data-tooltip]:hover:after, #main-power a[data-tooltip]:hover:before {
      visibility: visible;
      opacity: 0.85;
      -webkit-transform: translateY(0px);
      -ms-transform: translateY(0px);
      transform: translateY(0px); }
  #main-power a[data-tooltip][data-position="bottom"]:before {
    top: 100%;
    left: -130%;
    margin-top: 10px; }
  #main-power a[data-tooltip][data-position="bottom"]:after {
    border-bottom-color: #000;
    border-top: none;
    top: 100%;
    left: 5px;
    margin-top: 4px; }

#str3amup .flex-box .text {
  padding: 4em 4em;
  min-height: 500px; }

#str3amup .text > * {
  text-align: center !important;
  margin: 10px auto !important; }

#str3amup img {
  width: 120px; }

#str3amup .bg-image {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1.5 !important;
  -ms-flex: 1.5 !important;
  flex: 1.5 !important; }
  #str3amup .bg-image :before {
    content: "";
    background: -webkit-radial-gradient(center, ellipse cover, black 50%, rgba(0, 0, 0, 0.1) 94%);
    background: #000000;
    background: -moz-linear-gradient(top, transparent 80%, #000000 0%);
    background: -webkit-linear-gradient(top, transparent 80%, #000000 0%);
    background: -o-linear-gradient(top, transparent 80%, #000000 0%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(0%, #000000));
    background: linear-gradient(to bottom, transparent 80%, #000000 0%);
    width: 100%;
    height: 100%;
    opacity: .8;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 3; }

#str3amup video {
  width: 100%;
  z-index: 2; }

#battery img {
  width: 120px; }

#battery .bg-image {
  -webkit-box-flex: 2 !important;
  -ms-flex: 2 !important;
  flex: 2 !important; }

#battery h4 {
  margin: 0 30px 0 0;
  height: 20px;
  font-size: 16px; }

#battery .btext {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row; }
  #battery .btext span {
    font-size: 5rem;
    margin-right: 10px;
    color: #6dcff6; }

#box {
  position: relative;
  width: 100%;
  height: 92vh;
  z-index: 10;
  background-color: #000;
  text-align: center;
  background-image: url(../images/box.jpg);
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  overflow: hidden; }
  #box .text {
    margin-top: 13vh; }
  #box h4 {
    display: none; }
  #box .item-hints {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 10vw;
    left: 40vw; }
    #box .item-hints p {
      color: #fff;
      font-size: 18px;
      text-align: left;
      color: white;
      text-shadow: #444444 0.1em 0.1em 0.2em; }
  #box .item-hints-2 {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 17vw;
    left: 8vw; }
    #box .item-hints-2 p {
      color: #fff;
      font-size: 1rem;
      text-align: left;
      color: white;
      text-shadow: #444444 0.1em 0.1em 0.2em; }
  #box .item-hints .hint,
  #box .item-hints-2 .hint {
    width: 60px;
    height: 60px;
    margin: 150px auto;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #box .item-hints .hint::before,
  #box .item-hints-2 .hint::before {
    /* //rotated squre */
    background-color: #fff;
    width: 8px;
    height: 8px;
    z-index: 2;
    -webkit-clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    clip-path: polygon(50% 0, 100% 50%, 50% 100%, 0 50%);
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  #box .item-hints .hint::after,
  #box .item-hints-2 .hint::after {
    /* //green glow */
    content: '';
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    border-radius: 50%;
    width: 2px;
    height: 2px;
    z-index: 1;
    -webkit-box-shadow: 0 0 100px 30px rgba(255, 90, 214, 0.5);
    box-shadow: 0 0 100px 30px rgba(255, 90, 214, 0.5);
    -webkit-animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    animation: home_hero_item_hints_glow 2s cubic-bezier(0.25, 0.1, 0.2, 1) infinite;
    -webkit-transition: opacity 1s ease;
    -o-transition: opacity 1s ease;
    transition: opacity 1s ease; }
  #box .item-hints .hint-dot,
  #box .item-hints-2 .hint-dot {
    z-index: 3;
    border: 2px solid #fff;
    border-radius: 50%;
    width: 60px;
    height: 60px;
    display: block;
    -webkit-transform: translate(0%, 0%) scale(0.95);
    -ms-transform: translate(0%, 0%) scale(0.95);
    transform: translate(0%, 0%) scale(0.95);
    -webkit-animation: home_hero_item_hints_border 2s linear infinite;
    animation: home_hero_item_hints_border 2s linear infinite;
    margin: auto; }
  #box .item-hints .hint-radius,
  #box .item-hints-2 .hint-radius {
    background-color: rgba(255, 255, 255, 0.2);
    border-radius: 50%;
    width: 250px;
    height: 250px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -125px 0 0 -125px;
    opacity: 0;
    visibility: hidden;
    -webkit-transform: scale(0);
    -ms-transform: scale(0);
    transform: scale(0);
    -webkit-transition-property: background-color, opacity, visibility, -webkit-transform;
    transition-property: background-color, opacity, visibility, -webkit-transform;
    -o-transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform;
    transition-property: background-color, opacity, visibility, transform, -webkit-transform;
    -webkit-transition-duration: .5s;
    -o-transition-duration: .5s;
    transition-duration: .5s;
    -webkit-transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
    -o-transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1);
    transition-timing-function: ease, ease, ease, cubic-bezier(0.5, 0, 0, 1); }
  #box .item-hints .hint:hover .hint-radius,
  #box .item-hints-2 .hint:hover .hint-radius {
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1); }
  #box .item-hints .hint[data-position="1"] .hint-content,
  #box .item-hints-2 .hint[data-position="1"] .hint-content {
    top: 85px;
    left: 50%;
    margin-left: 56px; }
  #box .item-hints .hint-content,
  #box .item-hints-2 .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: opacity .7s ease, visibility .7s ease;
    -o-transition: opacity .7s ease, visibility .7s ease;
    transition: opacity .7s ease, visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none; }
  #box .item-hints .hint:hover .hint-content,
  #box .item-hints-2 .hint:hover .hint-content {
    color: #fff;
    width: 300px;
    position: absolute;
    z-index: 5;
    padding: 12px 0;
    opacity: 1;
    visibility: visible !important;
    -webkit-transition: opacity .7s ease, visibility .7s ease;
    -o-transition: opacity .7s ease, visibility .7s ease;
    transition: opacity .7s ease, visibility .7s ease;
    pointer-events: none;
    color: #fff;
    visibility: hidden;
    pointer-events: none; }
  #box .item-hints .hint-content::before,
  #box .item-hints-2 .hint-content::before {
    width: 0px;
    bottom: 0;
    left: 0;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s; }
  #box .item-hints .hint:hover .hint-content::before,
  #box .item-hints-2 .hint:hover .hint-content::before {
    width: 180px;
    -webkit-transition: width 0.4s;
    -o-transition: width 0.4s;
    transition: width 0.4s; }
  #box .item-hints .hint-content::after,
  #box .item-hints-2 .hint-content::after {
    -webkit-transform-origin: 0 50%;
    -ms-transform-origin: 0 50%;
    transform-origin: 0 50%;
    -webkit-transform: rotate(-241deg);
    -ms-transform: rotate(-248deg);
    transform: rotate(-248deg);
    bottom: 0;
    left: 0;
    width: 56px;
    content: '';
    background-color: #fff;
    height: 1px;
    position: absolute;
    opacity: 1;
    -webkit-transition: opacity .5s ease;
    -o-transition: opacity .5s ease;
    transition: opacity .5s ease;
    -o-transition-delay: 0s;
    transition-delay: 0s;
    -webkit-transition-delay: 0s;
    transition-delay: 0s; }
  #box .item-hints .hint:hover .hint-content::after,
  #box .item-hints-2 .hint:hover .hint-content::after {
    opacity: 1;
    visibility: visible; }
  #box .item-hints .hint[data-position="4"] .hint-content,
  #box .item-hints-2 .hint[data-position="4"] .hint-content {
    bottom: 85px;
    left: 50%;
    margin-left: 20px; }

@-webkit-keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #ce1c7d;
    box-shadow: 0 0 30px 5px #ce1c7d; }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 0 50px rgba(72, 170, 72, 0); } }

@keyframes home_hero_item_hints_glow {
  0% {
    -webkit-box-shadow: 0 0 30px 5px #ce1c7d;
    box-shadow: 0 0 30px 5px #ce1c7d; }
  70% {
    -webkit-box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 70px 50px rgba(72, 170, 72, 0); }
  100% {
    -webkit-box-shadow: 0 0 0 50px rgba(72, 170, 72, 0);
    box-shadow: 0 0 0 50px rgba(72, 170, 72, 0); } }

@-webkit-keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(0%, 0%) scale(0.95); }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(0%, 0%) scale(1); } }

@keyframes home_hero_item_hints_border {
  0%,
  100% {
    border-color: rgba(255, 255, 255, 0.6);
    -webkit-transform: translate(-50%, -50%) scale(0.95);
    transform: translate(0%, 0%) scale(0.95); }
  50% {
    border-color: rgba(255, 255, 255, 0.3);
    -webkit-transform: translate(-50%, -50%) scale(1);
    transform: translate(0%, 0%) scale(1); } }

/*keyvisual*/
#keyvisual {
  position: relative;
  background-image: url(../images/blackline.jpg);
  padding: 3vh 0 0 0;
  /*height: 100vw;*/
  overflow: hidden; }

#keyvisual li {
  list-style: none; }

#keyvisual .container img:nth-child(1) {
  display: block; }

#keyvisual .container {
  padding: 0;
  position: relative;
  z-index: +2;
  width: 100% !important; }

#keyvisual .container img {
  width: 100%;
  min-width: 250px;
  z-index: 2; }

#keyvisual .container h2 {
  margin: 20px 0 0 0;
  font-size: 48px;
  color: #ffffff !important;
  text-align: center; }

#keyvisual .container h4 {
  color: #ffffff !important;
  padding-bottom: 50px; }

#keyvisual .container p {
  font-size: 1.1em !important;
  color: #fff;
  line-height: 1.8;
  text-align: left;
  width: 100%;
  margin: 0 auto;
  z-index: 3;
  position: absolute;
  bottom: 15%;
  margin: 0 auto;
  text-align: center; }

#keyvisual .container .content section video {
  height: 38vw;
  z-index: 1; }

#keyvisual .container a {
  font-size: .8rem; }

#keyvisual .container img:first-child {
  -webkit-animation: glitch-anim-3 .8s linear 3;
  animation: glitch-anim-3 .8s linear 3; }

#keyvisual .container img.second {
  -webkit-animation: fadeIn 1.2s linear 1;
  animation: fadeIn 1.2s linear 1;
  position: absolute;
  top: 0;
  left: 0; }

.tabs {
  left: 50%;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  position: relative;
  /* background: white; */
  /* padding: 50px 0; */
  width: 100%;
  min-width: 240px; }

.tabs input[name="tab-control"] {
  display: none; }

.tabs ul {
  width: 50%;
  margin: 0 auto;
  list-style-type: none;
  padding-left: 0;
  padding-bottom: 0 !important;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  margin-bottom: 10px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap; }

.tabs ul li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  width: 25%;
  padding: 0 10px;
  text-align: center; }

.tabs ul li label {
  font-weight: bold;
  font-size: 1.2em;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #666666;
  padding: 5px auto;
  overflow: hidden;
  -o-text-overflow: ellipsis;
  text-overflow: ellipsis;
  display: block;
  cursor: pointer;
  -webkit-transition: all 0.2s ease-in-out;
  -o-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  white-space: nowrap;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none; }

.tabs ul li label br {
  display: none; }

.tabs ul li label:hover,
.tabs ul li label:focus,
.tabs ul li label:active {
  outline: 0;
  color: #ffffff; }

.tabs .slider {
  position: relative;
  width: 20%;
  -webkit-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  -o-transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07);
  transition: all 0.33s cubic-bezier(0.38, 0.8, 0.32, 1.07); }

.tabs .slider .indicator {
  position: relative;
  width: 120px;
  max-width: 100%;
  margin: 0 auto;
  height: 4px;
  background: #00c4ff;
  background: -moz-linear-gradient(left, #00c4ff 0%, #ff28db 100%);
  background: -webkit-linear-gradient(left, #00c4ff 0%, #ff28db 100%);
  background: -webkit-gradient(linear, left top, right top, from(#00c4ff), to(#ff28db));
  background: -o-linear-gradient(left, #00c4ff 0%, #ff28db 100%);
  background: linear-gradient(to right, #00c4ff 0%, #ff28db 100%);
  border-radius: 1px; }

.tabs .content {
  margin-top: 30px;
  min-height: 650px;
  position: relative; }

.tabs .content section {
  display: none;
  -webkit-animation-name: content;
  animation-name: content;
  -webkit-animation-direction: normal;
  animation-direction: normal;
  -webkit-animation-duration: 0.3s;
  animation-duration: 0.3s;
  -webkit-animation-timing-function: ease-in-out;
  animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  animation-iteration-count: 1;
  line-height: 1.4; }

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label {
  cursor: default;
  color: #ffffff; }

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ ul > li:nth-child(1) > label svg {
  fill: #ffffff; }

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(115%);
  -ms-transform: translateX(115%);
  transform: translateX(115%); }

.tabs input[name="tab-control"]:nth-of-type(1):checked ~ .content > section:nth-child(1) {
  display: block; }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label {
  cursor: default;
  color: #ffffff; }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ ul > li:nth-child(2) > label svg {
  fill: #ffffff; }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
  -webkit-transform: translateX(200%);
  -ms-transform: translateX(200%);
  transform: translateX(200%); }

.tabs input[name="tab-control"]:nth-of-type(2):checked ~ .content > section:nth-child(2) {
  display: block; }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label {
  cursor: default;
  color: #ffffff; }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ ul > li:nth-child(3) > label svg {
  fill: #ffffff; }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(285%);
  -ms-transform: translateX(285%);
  transform: translateX(285%); }

.tabs input[name="tab-control"]:nth-of-type(3):checked ~ .content > section:nth-child(3) {
  display: block; }

@-webkit-keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

@keyframes content {
  from {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  to {
    opacity: 1;
    -webkit-transform: translateY(0%);
    transform: translateY(0%); } }

/*watchface*/
#watchface {
  height: 100vh; }
  #watchface .text {
    text-align: center;
    padding: 10vh 0 5vh 0; }
    #watchface .text h4 {
      font-size: 20px !important; }
  #watchface .watchface-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 75vh; }
  #watchface .watchface-section {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    width: 33.3%;
    height: 100%;
    overflow: hidden;
    background-size: cover;
    background-position: center;
    color: #fff;
    -webkit-transition: -webkit-box-flex .4s ease;
    transition: -webkit-box-flex .4s ease;
    -o-transition: flex .4s ease;
    transition: flex .4s ease;
    transition: flex .4s ease, -webkit-box-flex .4s ease, -ms-flex .4s ease;
    position: relative; }
    #watchface .watchface-section .overlay {
      background-color: rgba(0, 0, 0, 0.7);
      width: 100%;
      height: 100%;
      position: absolute;
      -webkit-transition: background-color .8s ease;
      -o-transition: background-color .8s ease;
      transition: background-color .8s ease; }
    #watchface .watchface-section :hover {
      cursor: pointer; }
    #watchface .watchface-section h2 {
      line-height: 1 !important;
      font-size: 28px;
      color: #ffffff; }
    #watchface .watchface-section p {
      color: #ffffff;
      display: none;
      font-size: 16px; }
    #watchface .watchface-section img {
      display: none;
      position: absolute;
      top: 0; }
    #watchface .watchface-section .content {
      z-index: 2;
      width: 80%;
      position: absolute;
      line-height: 1.2;
      top: 20%;
      text-align: center; }
  #watchface .watchface-section:hover {
    -webkit-box-flex: 1.2;
    -ms-flex: 1.2;
    flex: 1.2; }
  #watchface .watchface-section:hover p,
  #watchface .watchface-section:hover img {
    display: block;
    -webkit-animation: fadeIn;
    animation: fadeIn;
    -webkit-animation-duration: .4s;
    animation-duration: .4s;
    cursor: pointer; }
  #watchface .watchface-section:hover .overlay {
    background-color: rgba(0, 0, 0, 0.95); }
  #watchface #watchface1 {
    background-image: url(../images/watchface_01.jpg); }
  #watchface #watchface2 {
    background-image: url(../images/watchface_02.jpg); }
  #watchface #watchface3 {
    background-image: url(../images/watchface_03.jpg); }

#mutisport {
  background-image: url(../images/mutisport.jpg);
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 50vh;
  max-height: 600px;
  position: relative;
  overflow: hidden; }
  #mutisport .container {
    margin: 0 auto;
    position: relative;
    position: absolute;
    top: 50%;
    left: 60%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(0, -50%); }
  #mutisport .text {
    width: 50%; }

#logout {
  background-image: url(../images/keyvisual-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 60vh;
  position: relative;
  overflow: hidden; }
  #logout .text {
    text-align: center;
    padding: 8vh 0 5vh 0; }
  #logout .headerdivider {
    border-left: 3px solid #4E163D;
    width: 3px;
    height: auto;
    padding: 1rem; }
  #logout .two-feature {
    height: 30vh;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row; }
    #logout .two-feature div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      -ms-flex-direction: row;
      flex-direction: row;
      -webkit-box-align: center;
      -ms-flex-align: center;
      align-items: center;
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center;
      margin: 0 1rem; }
    #logout .two-feature div > img {
      width: 100%;
      max-width: 350px !important; }
    #logout .two-feature div > h4 {
      color: #fff;
      font-size: 28px; }
    #logout .two-feature div > p {
      color: #fff; }
    #logout .two-feature div > div {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      -webkit-box-align: baseline;
      -ms-flex-align: baseline;
      align-items: baseline;
      min-width: 235px; }

#logout .two-feature div > h4 {
  color: #fff;
  font-size: 28px;
  line-height: 1.4 !important; }

#abc {
  background-image: url(../images/keyvisual-2-bg.jpg);
  background-repeat: no-repeat;
  background-position: top;
  background-size: cover;
  height: 50vh;
  overflow: hidden;
  position: relative; }
  #abc .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex; }
  #abc .mini-con {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column; }
  #abc .abc-pic {
    width: 80%; }
  #abc .abcimg {
    width: 100%;
    max-width: 450px !important;
    height: 450px; }
  #abc div > h4 {
    color: #fff;
    font-size: 28px; }
  #abc div > p {
    color: #fff; }
  #abc .text {
    margin-top: 60px; }
  #abc div > img {
    width: 100%; }
  #abc .mini-mini-con {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #abc .warn {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-left: 30px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center; }
  #abc .warn div {
    margin-left: 20px; }
  #abc .warn img {
    max-width: 130px;
    max-height: 130px; }

#lucky {
  padding: 10vh 0 0 0; }
  #lucky .text {
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  #lucky h4 {
    font-family: "Roboto"; }
  #lucky img {
    padding: 30px 0; }

#heart-rate .bg {
  background-size: cover;
  min-height: 700px;
  width: 50%;
  position: relative; }

#heart-rate .bg video {
  max-width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%); }

html:lang(en-SG) #main-power .container h4, html:lang(en-MY) #main-power .container h4, html:lang(en-PH) #main-power .container h4, html:lang(en-HK) #main-power .container h4,
html:lang(id-ID) #main-power .container h4,
html:lang(ko-KR) #main-power .container h4,
html:lang(vi-VN) #main-power .container h4,
html:lang(th-TH) #main-power .container h4 {
  width: 80%;
  margin: 0 auto;
  font-size: 16px;
  font-family: roboto, sans-serif; }

html:lang(en-SG) #main-power .tooltip span, html:lang(en-MY) #main-power .tooltip span, html:lang(en-PH) #main-power .tooltip span, html:lang(en-HK) #main-power .tooltip span,
html:lang(id-ID) #main-power .tooltip span,
html:lang(ko-KR) #main-power .tooltip span,
html:lang(vi-VN) #main-power .tooltip span,
html:lang(th-TH) #main-power .tooltip span {
  font-size: 18px;
  margin-bottom: 20px;
  font-weight: bold; }

html:lang(en-SG) #main-power .tooltip, html:lang(en-MY) #main-power .tooltip, html:lang(en-PH) #main-power .tooltip, html:lang(en-HK) #main-power .tooltip,
html:lang(id-ID) #main-power .tooltip,
html:lang(ko-KR) #main-power .tooltip,
html:lang(vi-VN) #main-power .tooltip,
html:lang(th-TH) #main-power .tooltip {
  font-size: 14px;
  padding: 20px 20px;
  line-height: 1.4 !important; }

html:lang(en-SG) #str3amup .text h4, html:lang(en-MY) #str3amup .text h4, html:lang(en-PH) #str3amup .text h4, html:lang(en-HK) #str3amup .text h4,
html:lang(id-ID) #str3amup .text h4,
html:lang(ko-KR) #str3amup .text h4,
html:lang(vi-VN) #str3amup .text h4,
html:lang(th-TH) #str3amup .text h4 {
  font-size: 16px;
  font-family: roboto, sans-serif; }

html:lang(en-SG) #box .item-hints p, html:lang(en-MY) #box .item-hints p, html:lang(en-PH) #box .item-hints p, html:lang(en-HK) #box .item-hints p,
html:lang(id-ID) #box .item-hints p,
html:lang(ko-KR) #box .item-hints p,
html:lang(vi-VN) #box .item-hints p,
html:lang(th-TH) #box .item-hints p {
  font-size: 16px; }

html:lang(en-SG) .tabs ul, html:lang(en-MY) .tabs ul, html:lang(en-PH) .tabs ul, html:lang(en-HK) .tabs ul,
html:lang(id-ID) .tabs ul,
html:lang(ko-KR) .tabs ul,
html:lang(vi-VN) .tabs ul,
html:lang(th-TH) .tabs ul {
  width: 100%; }

html:lang(en-SG) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider, html:lang(en-MY) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider, html:lang(en-PH) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider, html:lang(en-HK) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider,
html:lang(id-ID) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider,
html:lang(ko-KR) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider,
html:lang(vi-VN) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider,
html:lang(th-TH) .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
  -webkit-transform: translateX(35%);
  -ms-transform: translateX(35%);
  transform: translateX(35%); }

html:lang(en-SG) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider, html:lang(en-MY) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider, html:lang(en-PH) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider, html:lang(en-HK) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider,
html:lang(id-ID) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider,
html:lang(ko-KR) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider,
html:lang(vi-VN) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider,
html:lang(th-TH) .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
  -webkit-transform: translateX(368%);
  -ms-transform: translateX(368%);
  transform: translateX(368%); }

html:lang(en-SG) #watchface .text h4, html:lang(en-MY) #watchface .text h4, html:lang(en-PH) #watchface .text h4, html:lang(en-HK) #watchface .text h4,
html:lang(id-ID) #watchface .text h4,
html:lang(ko-KR) #watchface .text h4,
html:lang(vi-VN) #watchface .text h4,
html:lang(th-TH) #watchface .text h4 {
  font-size: 16px;
  font-family: roboto, sans-serif; }

html:lang(en-SG) #keyvisual .container h4, html:lang(en-MY) #keyvisual .container h4, html:lang(en-PH) #keyvisual .container h4, html:lang(en-HK) #keyvisual .container h4,
html:lang(id-ID) #keyvisual .container h4,
html:lang(ko-KR) #keyvisual .container h4,
html:lang(vi-VN) #keyvisual .container h4,
html:lang(th-TH) #keyvisual .container h4 {
  font-size: 18px;
  font-family: roboto, sans-serif; }

html:lang(en-SG) #logout .two-feature div > img, html:lang(en-MY) #logout .two-feature div > img, html:lang(en-PH) #logout .two-feature div > img, html:lang(en-HK) #logout .two-feature div > img,
html:lang(id-ID) #logout .two-feature div > img,
html:lang(ko-KR) #logout .two-feature div > img,
html:lang(vi-VN) #logout .two-feature div > img,
html:lang(th-TH) #logout .two-feature div > img {
  width: 100%;
  max-width: 300px !important; }

html:lang(en-SG) #logout .two-feature div, html:lang(en-MY) #logout .two-feature div, html:lang(en-PH) #logout .two-feature div, html:lang(en-HK) #logout .two-feature div,
html:lang(id-ID) #logout .two-feature div,
html:lang(ko-KR) #logout .two-feature div,
html:lang(vi-VN) #logout .two-feature div,
html:lang(th-TH) #logout .two-feature div {
  margin: 0 3rem 0 1rem; }

html:lang(en-SG) #logout .headerdivider, html:lang(en-MY) #logout .headerdivider, html:lang(en-PH) #logout .headerdivider, html:lang(en-HK) #logout .headerdivider,
html:lang(id-ID) #logout .headerdivider,
html:lang(ko-KR) #logout .headerdivider,
html:lang(vi-VN) #logout .headerdivider,
html:lang(th-TH) #logout .headerdivider {
  padding: 0; }

html:lang(en-SG) #heart-rate h4, html:lang(en-MY) #heart-rate h4, html:lang(en-PH) #heart-rate h4, html:lang(en-HK) #heart-rate h4,
html:lang(id-ID) #heart-rate h4,
html:lang(ko-KR) #heart-rate h4,
html:lang(vi-VN) #heart-rate h4,
html:lang(th-TH) #heart-rate h4 {
  font-size: 16px;
  font-family: roboto, sans-serif; }

html:lang(id-ID) #keyvisual .container p {
  bottom: 10%; }

html:lang(ko-KR) #battery .btext span {
  font-size: 4.4rem;
  /* padding-top: 30px; */
  margin-right: 5px;
  color: #6dcff6; }

html:lang(ko-KR) #battery h4 {
  margin: 0 30px 20px 0;
  height: 20px;
  font-size: 16px; }

#connect-iq {
  padding: 5vh 0; }
  #connect-iq .text {
    text-align: center;
    margin: 0 auto;
    width: 80%; }
  #connect-iq img {
    padding: 60px 0; }

section#comparison h2,
section#spec h2 {
  font-weight: initial;
  text-align: center;
  color: #fff;
  font-size: 48px; }

section#comparison table tfoot p,
section#comparison table thead p,
section#spec table tfoot p,
section#spec table thead p {
  margin-bottom: 0;
  font-size: 14px !important;
  font-weight: bold;
  color: #fff; }

section small {
  text-align: center; }

section#spec {
  padding-bottom: 10vh; }

section#comparison table,
section#spec table {
  width: 100%;
  max-width: 700px;
  margin: 0 auto; }

section#comparison table.p-sticky,
section#spec table.p-sticky {
  margin-top: 50px; }

section#comparison table figure img,
section#spec table figure img {
  max-width: 150px; }

section#comparison table td,
section#comparison table th,
section#spec table td,
section#spec table th {
  border: none;
  color: #fff; }

section#comparison table .text b,
section#comparison table thead td,
section#spec table .text b,
section#spec table thead td {
  text-align: center; }

section#comparison table tfoot p,
section#comparison table thead p,
section#spec table tfoot p,
section#spec table thead p {
  margin-bottom: 0;
  font-size: 14px !important;
  font-weight: bold; }

section#comparison table tfoot span.price,
section#comparison table thead span.price,
section#spec table tfoot span.price,
section#spec table thead span.price {
  font-size: 13px;
  color: #666; }

section#comparison table tfoot span.price small,
section#comparison table thead span.price small,
section#spec table tfoot span.price small,
section#spec table thead span.price small {
  display: inherit;
  font-style: normal;
  font-size: inherit; }

section#comparison table tbody tr,
section#spec table tbody tr {
  border-top: 1px solid #ccc; }

section#comparison table tbody tr:last-child,
section#spec table tbody tr:last-child {
  border-bottom: 1px solid #ccc; }

section#comparison table tbody td,
section#spec table tbody td {
  line-height: 25px;
  vertical-align: top !important;
  text-align: center;
  font-size: 13px; }

section#comparison table tbody td.row-label,
section#spec table tbody td.row-label {
  text-align: left; }

section#comparison table tbody td.dot,
section#spec table tbody td.dot {
  font-family: "Helvetica Neue", sans-serif !important;
  font-size: 30px !important; }

section#comparison table tbody td.dot span,
section#spec table tbody td.dot span {
  display: block;
  font-size: 13px;
  color: #333;
  font-family: Helvetica, "Microsoft JhengHei", sans-serif !important; }

section#spec .com01 {
  width: 177px; }

.squares {
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  overflow: hidden; }

.square {
  -webkit-animation: squares 9.5s linear infinite;
  animation: squares 9.5s linear infinite;
  -ms-flex-item-align: end;
  align-self: flex-end;
  width: 1em;
  height: 1em;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  background: #ce1c7d; }
  .square:nth-child(2) {
    height: 10px;
    width: 2em;
    -webkit-animation-delay: 0.5s;
    animation-delay: 0.5s;
    -webkit-animation-duration: 17s;
    animation-duration: 17s;
    -webkit-filter: blur(5px); }
  .square:nth-child(3) {
    height: 1em;
    width: 1em;
    -webkit-animation-delay: 1.1s;
    animation-delay: 1.1s;
    -webkit-animation-duration: 8s;
    animation-duration: 8s;
    -webkit-filter: blur(); }
  .square:nth-child(4) {
    height: 5px;
    width: 1.2em;
    -webkit-animation-delay: 0.3s;
    animation-delay: 0.3s;
    -webkit-filter: blur(3px);
    -webkit-animation-duration: 13s;
    animation-duration: 13s; }
  .square:nth-child(5) {
    height: 1.5em;
    width: 1.5em;
    -webkit-animation-delay: 3.2s;
    animation-delay: 3.2s;
    -webkit-filter: blur(2px);
    -webkit-animation-duration: 11s;
    animation-duration: 11s; }
  .square:nth-child(6) {
    height: 10px;
    width: 1em;
    -webkit-animation-delay: 1.5s;
    animation-delay: 1.5s;
    -webkit-filter: blur(1px);
    -webkit-animation-duration: 9s;
    animation-duration: 9s; }
  .square:nth-child(7) {
    height: 5px;
    width: 2em;
    -webkit-filter: blur(2.5px);
    -webkit-animation-duration: 12s;
    animation-duration: 12s; }
  .square:nth-child(8) {
    height: 2px;
    width: 3em;
    -webkit-animation-delay: 4.3s;
    animation-delay: 4.3s;
    -webkit-filter: blur(6px);
    -webkit-animation-duration: 18s;
    animation-duration: 18s; }
  .square:nth-child(9) {
    height: 3px;
    width: 0.5em;
    -webkit-filter: blur(0.5px);
    -webkit-animation-duration: 9s;
    animation-duration: 9s; }
  .square:nth-child(10) {
    height: 3px;
    width: 1em;
    -webkit-animation-delay: 4.5s;
    animation-delay: 4.5s;
    -webkit-filter: blur(0.5px);
    -webkit-animation-duration: 12s;
    animation-duration: 12s; }
  .square:nth-child(11) {
    height: .5em;
    width: .5em;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
    -webkit-animation-duration: 5s;
    animation-duration: 5s; }

@-webkit-keyframes squares {
  from {
    -webkit-transform: translateY(100%) rotate(-50deg);
    transform: translateY(100%) rotate(-50deg); }
  to {
    -webkit-transform: translateY(calc(-100vh + -100%)) rotate(20deg);
    transform: translateY(calc(-100vh + -100%)) rotate(20deg); } }

@keyframes squares {
  from {
    -webkit-transform: translateY(100%) rotate(-50deg);
    transform: translateY(100%) rotate(-50deg); }
  to {
    -webkit-transform: translateY(calc(-100vh + -100%)) rotate(20deg);
    transform: translateY(calc(-100vh + -100%)) rotate(20deg); } }

/* GLITCH圖片動畫部分 */
.ag-format-container {
  margin: 0 auto;
  position: absolute !important;
  left: 5%;
  width: 100%;
  max-width: 800px;
  display: block !important; }

.ag-glitch_item {
  background-color: transparent;
  background-blend-mode: normal;
  background: url(../images/title.png) no-repeat center;
  background-size: contain;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.ag-glitch_item:nth-child(n+2) {
  opacity: 0;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-delay: 1s;
  animation-delay: 1s;
  -webkit-animation-timing-function: linear;
  animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite; }

.ag-glitch_item:nth-child(2) {
  background-color: transparent;
  background-blend-mode: normal;
  -webkit-animation-name: glitch-anim-1;
  animation-name: glitch-anim-1; }

.ag-glitch_item:nth-child(3) {
  background-color: transparent;
  background-blend-mode: normal;
  -webkit-animation-name: glitch-anim-2;
  animation-name: glitch-anim-2; }

.ag-glitch_item:nth-child(4) {
  background-color: transparent;
  background-blend-mode: overlay;
  -webkit-animation-name: glitch-anim-3;
  animation-name: glitch-anim-3; }

.ag-glitch_item:nth-child(5) {
  background-color: transparent;
  background-blend-mode: overlay;
  -webkit-animation-name: glitch-anim-flash;
  animation-name: glitch-anim-flash; }

@-webkit-keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-1 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0);
    -webkit-clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%);
    clip-path: polygon(0 2%, 100% 2%, 100% 5%, 0 5%); }
  2% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%);
    clip-path: polygon(0 15%, 100% 15%, 100% 15%, 0 15%); }
  4% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%);
    clip-path: polygon(0 10%, 100% 10%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%);
    clip-path: polygon(0 1%, 100% 1%, 100% 2%, 0 2%); }
  8% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  10% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  12% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  14% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  16% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  18% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(3px, 0, 0);
    transform: translate3d(3px, 0, 0); }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0);
    transform: translate3d(calc(-1 * 3px), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0);
    transform: translate3d(calc(-1 * 3px), 0, 0); }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-2 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0);
    transform: translate3d(calc(-1 * 3px), 0, 0);
    -webkit-clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%);
    clip-path: polygon(0 25%, 100% 25%, 100% 30%, 0 30%); }
  3% {
    -webkit-clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%);
    clip-path: polygon(0 3%, 100% 3%, 100% 3%, 0 3%); }
  5% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%);
    clip-path: polygon(0 5%, 100% 5%, 100% 20%, 0 20%); }
  7% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  9% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%);
    clip-path: polygon(0 40%, 100% 40%, 100% 40%, 0 40%); }
  11% {
    -webkit-clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%);
    clip-path: polygon(0 52%, 100% 52%, 100% 59%, 0 59%); }
  13% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  15% {
    -webkit-clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%);
    clip-path: polygon(0 75%, 100% 75%, 100% 75%, 0 75%); }
  17% {
    -webkit-clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%);
    clip-path: polygon(0 65%, 100% 65%, 100% 40%, 0 40%); }
  19% {
    -webkit-clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%);
    clip-path: polygon(0 45%, 100% 45%, 100% 50%, 0 50%); }
  20% {
    -webkit-clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%);
    clip-path: polygon(0 14%, 100% 14%, 100% 33%, 0 33%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0);
    transform: translate3d(calc(-1 * 3px), 0, 0); }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1); }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@keyframes glitch-anim-3 {
  0% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%);
    clip-path: polygon(0 1%, 100% 1%, 100% 3%, 0 3%); }
  1.5% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%);
    clip-path: polygon(0 10%, 100% 10%, 100% 9%, 0 9%); }
  2% {
    -webkit-clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%);
    clip-path: polygon(0 5%, 100% 5%, 100% 6%, 0 6%); }
  2.5% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%);
    clip-path: polygon(0 20%, 100% 20%, 100% 20%, 0 20%); }
  3% {
    -webkit-clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%);
    clip-path: polygon(0 10%, 100% 10%, 100% 10%, 0 10%); }
  5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%);
    clip-path: polygon(0 30%, 100% 30%, 100% 25%, 0 25%); }
  5.5% {
    -webkit-clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%);
    clip-path: polygon(0 15%, 100% 15%, 100% 16%, 0 16%); }
  7% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%);
    clip-path: polygon(0 40%, 100% 40%, 100% 39%, 0 39%); }
  8% {
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  9% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%);
    clip-path: polygon(0 60%, 100% 60%, 100% 55%, 0 55%); }
  10.5% {
    -webkit-clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%);
    clip-path: polygon(0 30%, 100% 30%, 100% 31%, 0 31%); }
  11% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%);
    clip-path: polygon(0 70%, 100% 70%, 100% 69%, 0 69%); }
  13% {
    -webkit-clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%);
    clip-path: polygon(0 40%, 100% 40%, 100% 41%, 0 41%); }
  14% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%);
    clip-path: polygon(0 80%, 100% 80%, 100% 75%, 0 75%); }
  14.5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%);
    clip-path: polygon(0 50%, 100% 50%, 100% 51%, 0 51%); }
  15% {
    -webkit-clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%);
    clip-path: polygon(0 90%, 100% 90%, 100% 90%, 0 90%); }
  16% {
    -webkit-clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%);
    clip-path: polygon(0 60%, 100% 60%, 100% 60%, 0 60%); }
  18% {
    -webkit-clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%);
    clip-path: polygon(0 100%, 100% 100%, 100% 99%, 0 99%); }
  20% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%);
    clip-path: polygon(0 70%, 100% 70%, 100% 71%, 0 71%); }
  21.9% {
    opacity: 1;
    -webkit-transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1);
    transform: translate3d(0, calc(-1 * 3px), 0) scale3d(-1, -1, 1); }
  22%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    -webkit-clip-path: polygon(0 0, 0 0, 0 0, 0 0);
    clip-path: polygon(0 0, 0 0, 0 0, 0 0); } }

@-webkit-keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1); }
  10%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@keyframes glitch-anim-text {
  0% {
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    -webkit-clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%);
    clip-path: polygon(0 20%, 100% 20%, 100% 21%, 0 21%); }
  2% {
    -webkit-clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%);
    clip-path: polygon(0 33%, 100% 33%, 100% 33%, 0 33%); }
  4% {
    -webkit-clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%);
    clip-path: polygon(0 44%, 100% 44%, 100% 44%, 0 44%); }
  5% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%);
    clip-path: polygon(0 50%, 100% 50%, 100% 20%, 0 20%); }
  6% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%);
    clip-path: polygon(0 70%, 100% 70%, 100% 70%, 0 70%); }
  7% {
    -webkit-clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%);
    clip-path: polygon(0 80%, 100% 80%, 100% 80%, 0 80%); }
  8% {
    -webkit-clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%);
    clip-path: polygon(0 50%, 100% 50%, 100% 55%, 0 55%); }
  9% {
    -webkit-clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%);
    clip-path: polygon(0 70%, 100% 70%, 100% 80%, 0 80%); }
  9.9% {
    -webkit-transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1);
    transform: translate3d(calc(-1 * 3px), 0, 0) scale3d(-1, -1, 1); }
  10%,
  100% {
    -webkit-transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    transform: translate3d(0, 0, 0) scale3d(1, 1, 1);
    -webkit-clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
    clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%); } }

@-webkit-keyframes glitch-anim-flash {
  0%,
  5% {
    opacity: 0.2;
    -webkit-transform: translate3d(3px, 3px, 0);
    transform: translate3d(3px, 3px, 0); }
  5.5%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes glitch-anim-flash {
  0%,
  5% {
    opacity: 0.2;
    -webkit-transform: translate3d(3px, 3px, 0);
    transform: translate3d(3px, 3px, 0); }
  5.5%,
  100% {
    opacity: 0;
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@media only screen and (max-width: 767px) {
  .ag-format-container {
    width: 96%; } }

@media (min-width: 768px) and (max-width: 979px) {
  .ag-format-container {
    width: 750px; } }

@media (min-width: 980px) and (max-width: 1161px) {
  .ag-format-container {
    width: 960px; } }

@media (max-width: 1680px) {
  #box .text {
    margin-top: 10vh; }
  #box .item-hints {
    height: 200px;
    width: 200px;
    position: absolute;
    top: 11vw;
    left: 45vw; }
  html:lang(vi-VN) #watchface, html:lang(th-TH) #watchface {
    height: 105vh; }
    html:lang(vi-VN) #watchface .watchface-section img, html:lang(th-TH) #watchface .watchface-section img {
      top: 30px; }
  html:lang(vi-VN) #keyvisual .container p, html:lang(th-TH) #keyvisual .container p {
    bottom: 10%; } }

@media (max-width: 1600px) {
  #box .item-hints-2 {
    position: absolute;
    top: 25vw;
    left: 8vw; } }

@media (max-width: 1440px) {
  #mutisport {
    height: 60vh; }
    #mutisport p {
      width: 80%; }
  #logout {
    height: 70vh; }
  #abc {
    height: 65vh; }
  #main-power {
    height: 90vh; }
    #main-power video {
      width: 120%; }
    #main-power .video_bc {
      height: 90vh; }
  #box .item-hints-2 {
    position: absolute;
    top: 25vw;
    left: 8vw; }
  html:lang(vi-VN) .text:not(td) h2, html:lang(th-TH) .text:not(td) h2 {
    font-size: 40px;
    line-height: 1.2 !important; }
  html:lang(vi-VN) #battery .btext span, html:lang(th-TH) #battery .btext span {
    font-size: 4rem;
    margin-right: 10px;
    color: #6dcff6; }
  html:lang(vi-VN) #battery h4, html:lang(th-TH) #battery h4 {
    margin: 0 20px 0 0;
    height: 20px;
    font-size: 16px;
    line-height: 1.2 !important;
    padding-bottom: 30px; }
  html:lang(vi-VN) #watchface, html:lang(th-TH) #watchface {
    height: 115vh; }
  html:lang(vi-VN) #watchface .watchface-container, html:lang(th-TH) #watchface .watchface-container {
    height: 80vh; }
  html:lang(vi-VN) #watchface .watchface-section img, html:lang(th-TH) #watchface .watchface-section img {
    top: 60px; }
  html:lang(vi-VN) #mutisport .container, html:lang(th-TH) #mutisport .container {
    top: 50%;
    left: 55%; }
  html:lang(vi-VN) .ag-format-container, html:lang(th-TH) .ag-format-container {
    max-width: 680px; } }

@media (max-width: 1368px) {
  html:lang(en-SG) .text:not(td) h2, html:lang(en-MY) .text:not(td) h2, html:lang(en-PH) .text:not(td) h2, html:lang(en-HK) .text:not(td) h2,
  html:lang(id-ID) .text:not(td) h2,
  html:lang(ko-KR) .text:not(td) h2,
  html:lang(vi-VN) .text:not(td) h2, html:lang(th-TH) .text:not(td) h2 {
    font-size: 42px;
    line-height: 1.2 !important; }
  html:lang(en-SG) #main-power, html:lang(en-MY) #main-power, html:lang(en-PH) #main-power, html:lang(en-HK) #main-power,
  html:lang(id-ID) #main-power,
  html:lang(ko-KR) #main-power,
  html:lang(vi-VN) #main-power, html:lang(th-TH) #main-power {
    height: 100vh; }
    html:lang(en-SG) #main-power video, html:lang(en-MY) #main-power video, html:lang(en-PH) #main-power video, html:lang(en-HK) #main-power video,
    html:lang(id-ID) #main-power video,
    html:lang(ko-KR) #main-power video,
    html:lang(vi-VN) #main-power video, html:lang(th-TH) #main-power video {
      width: 120%; }
    html:lang(en-SG) #main-power .video_bc, html:lang(en-MY) #main-power .video_bc, html:lang(en-PH) #main-power .video_bc, html:lang(en-HK) #main-power .video_bc,
    html:lang(id-ID) #main-power .video_bc,
    html:lang(ko-KR) #main-power .video_bc,
    html:lang(vi-VN) #main-power .video_bc, html:lang(th-TH) #main-power .video_bc {
      height: 100vh; }
  html:lang(en-SG) #watchface, html:lang(en-MY) #watchface, html:lang(en-PH) #watchface, html:lang(en-HK) #watchface,
  html:lang(id-ID) #watchface,
  html:lang(ko-KR) #watchface,
  html:lang(vi-VN) #watchface, html:lang(th-TH) #watchface {
    height: 120vh; }
    html:lang(en-SG) #watchface .watchface-container, html:lang(en-MY) #watchface .watchface-container, html:lang(en-PH) #watchface .watchface-container, html:lang(en-HK) #watchface .watchface-container,
    html:lang(id-ID) #watchface .watchface-container,
    html:lang(ko-KR) #watchface .watchface-container,
    html:lang(vi-VN) #watchface .watchface-container, html:lang(th-TH) #watchface .watchface-container {
      height: 100vh; }
    html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
    html:lang(id-ID) #watchface .watchface-section img,
    html:lang(ko-KR) #watchface .watchface-section img,
    html:lang(vi-VN) #watchface .watchface-section img, html:lang(th-TH) #watchface .watchface-section img {
      top: 70px; }
  html:lang(en-SG) #mutisport .container, html:lang(en-MY) #mutisport .container, html:lang(en-PH) #mutisport .container, html:lang(en-HK) #mutisport .container,
  html:lang(id-ID) #mutisport .container,
  html:lang(ko-KR) #mutisport .container,
  html:lang(vi-VN) #mutisport .container, html:lang(th-TH) #mutisport .container {
    left: 55%; }
  html:lang(en-SG) #logout, html:lang(en-MY) #logout, html:lang(en-PH) #logout, html:lang(en-HK) #logout,
  html:lang(id-ID) #logout,
  html:lang(ko-KR) #logout,
  html:lang(vi-VN) #logout, html:lang(th-TH) #logout {
    height: 90vh; }
    html:lang(en-SG) #logout .two-feature, html:lang(en-MY) #logout .two-feature, html:lang(en-PH) #logout .two-feature, html:lang(en-HK) #logout .two-feature,
    html:lang(id-ID) #logout .two-feature,
    html:lang(ko-KR) #logout .two-feature,
    html:lang(vi-VN) #logout .two-feature, html:lang(th-TH) #logout .two-feature {
      height: 55vh; }
  html:lang(en-SG) #abc, html:lang(en-MY) #abc, html:lang(en-PH) #abc, html:lang(en-HK) #abc,
  html:lang(id-ID) #abc,
  html:lang(ko-KR) #abc,
  html:lang(vi-VN) #abc, html:lang(th-TH) #abc {
    height: 80vh; }
  html:lang(vi-VN) #main-power, html:lang(th-TH) #main-power {
    height: 120vh; }
    html:lang(vi-VN) #main-power .video_bc, html:lang(th-TH) #main-power .video_bc {
      height: 120vh; }
  html:lang(vi-VN) .text:not(td) h2, html:lang(th-TH) .text:not(td) h2 {
    font-size: 36px; }
  html:lang(vi-VN) #box .item-hints, html:lang(th-TH) #box .item-hints {
    top: 11vw;
    left: 52vw; } }

@media (max-width: 1280px) {
  #main-power {
    height: 80vh; }
    #main-power video {
      width: 120%; }
    #main-power .video_bc {
      height: 80vh; }
  .ag-format-container {
    max-width: 600px;
    display: block !important; }
  .text:not(td) h2 {
    font-size: 40px;
    line-height: 1.2 !important; }
  section .h4,
  section h4 {
    font-weight: 400;
    font-size: 16px; }
  #box .item-hints {
    top: 16vw;
    left: 50vw; }
  #box .item-hints-2 {
    top: 24vw;
    left: 14vw; }
  #keyvisual .container h2 {
    font-size: 40px; }
  #abc .abcimg {
    width: 100%;
    max-width: 400px !important;
    height: 400px; }
  #logout {
    height: 80vh; }
  #logout .two-feature div > img {
    width: 100%;
    max-width: 300px !important; }
  #logout .two-feature div {
    margin: 0 1rem 0 0; }
  section#comparison h2,
  section#spec h2 {
    font-weight: initial;
    text-align: center;
    color: #fff;
    font-size: 40px; }
  #box .item-hints {
    top: 9vw;
    left: 50vw; }
  #box .item-hints-2 {
    top: 12vw;
    left: 18vw; } }

@media (max-width: 1280px) {
  #box .item-hints-2 {
    position: absolute;
    top: 25vw;
    left: 8vw; } }

@media (max-width: 1024px) {
  #main-power {
    height: 50vw; }
    #main-power .video_bc {
      height: 60vw; }
    #main-power video {
      width: 100%;
      height: 100%;
      /* position: absolute; */
      position: absolute;
      top: 40%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  #box {
    height: 60vw; }
    #box .text {
      margin-top: 5vh; }
    #box .item-hints {
      top: 5vw;
      left: 55vw; }
  #watchface {
    height: 54vh; }
  #watchface .watchface-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 40vh; }
  #keyvisual .container p {
    font-size: 1.1em !important;
    color: #fff;
    width: 60%;
    margin: 0 auto;
    z-index: 3;
    position: relative;
    margin-top: 30px;
    bottom: 9%;
    margin: 30px auto;
    text-align: center; }
  #keyvisual .container h4 {
    margin: 0 30px; }
  #logout {
    height: 50vh; }
  #logout .two-feature div > img {
    width: 100%;
    max-width: 250px !important; }
  #logout .two-feature {
    height: 25vh; }
  #logout .two-feature div {
    margin: 0 2rem 0 1rem; }
  html:lang(en-SG) #main-power, html:lang(en-MY) #main-power, html:lang(en-PH) #main-power, html:lang(en-HK) #main-power,
  html:lang(id-ID) #main-power,
  html:lang(ko-KR) #main-power,
  html:lang(vi-VN) #main-power,
  html:lang(th-TH) #main-power {
    height: 60vw; }
    html:lang(en-SG) #main-power .video_bc, html:lang(en-MY) #main-power .video_bc, html:lang(en-PH) #main-power .video_bc, html:lang(en-HK) #main-power .video_bc,
    html:lang(id-ID) #main-power .video_bc,
    html:lang(ko-KR) #main-power .video_bc,
    html:lang(vi-VN) #main-power .video_bc,
    html:lang(th-TH) #main-power .video_bc {
      height: 70vw; }
    html:lang(en-SG) #main-power video, html:lang(en-MY) #main-power video, html:lang(en-PH) #main-power video, html:lang(en-HK) #main-power video,
    html:lang(id-ID) #main-power video,
    html:lang(ko-KR) #main-power video,
    html:lang(vi-VN) #main-power video,
    html:lang(th-TH) #main-power video {
      width: 130%;
      height: 130%;
      /* position: absolute; */
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
  html:lang(en-SG) #watchface, html:lang(en-MY) #watchface, html:lang(en-PH) #watchface, html:lang(en-HK) #watchface,
  html:lang(id-ID) #watchface,
  html:lang(ko-KR) #watchface,
  html:lang(vi-VN) #watchface,
  html:lang(th-TH) #watchface {
    height: 70vh; }
    html:lang(en-SG) #watchface .text, html:lang(en-MY) #watchface .text, html:lang(en-PH) #watchface .text, html:lang(en-HK) #watchface .text,
    html:lang(id-ID) #watchface .text,
    html:lang(ko-KR) #watchface .text,
    html:lang(vi-VN) #watchface .text,
    html:lang(th-TH) #watchface .text {
      text-align: center;
      padding: 10vh 0 5vh 0; }
      html:lang(en-SG) #watchface .text h4, html:lang(en-MY) #watchface .text h4, html:lang(en-PH) #watchface .text h4, html:lang(en-HK) #watchface .text h4,
      html:lang(id-ID) #watchface .text h4,
      html:lang(ko-KR) #watchface .text h4,
      html:lang(vi-VN) #watchface .text h4,
      html:lang(th-TH) #watchface .text h4 {
        font-size: 20px !important; }
    html:lang(en-SG) #watchface .watchface-container, html:lang(en-MY) #watchface .watchface-container, html:lang(en-PH) #watchface .watchface-container, html:lang(en-HK) #watchface .watchface-container,
    html:lang(id-ID) #watchface .watchface-container,
    html:lang(ko-KR) #watchface .watchface-container,
    html:lang(vi-VN) #watchface .watchface-container,
    html:lang(th-TH) #watchface .watchface-container {
      height: 50vh; }
    html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
    html:lang(id-ID) #watchface .watchface-section img,
    html:lang(ko-KR) #watchface .watchface-section img,
    html:lang(vi-VN) #watchface .watchface-section img,
    html:lang(th-TH) #watchface .watchface-section img {
      top: 10vw; }
  html:lang(en-SG) #box .item-hints, html:lang(en-MY) #box .item-hints, html:lang(en-PH) #box .item-hints, html:lang(en-HK) #box .item-hints,
  html:lang(id-ID) #box .item-hints,
  html:lang(ko-KR) #box .item-hints,
  html:lang(vi-VN) #box .item-hints,
  html:lang(th-TH) #box .item-hints {
    top: 10vw;
    left: 50vw; }
  html:lang(en-SG) #logout, html:lang(en-MY) #logout, html:lang(en-PH) #logout, html:lang(en-HK) #logout,
  html:lang(id-ID) #logout,
  html:lang(ko-KR) #logout,
  html:lang(vi-VN) #logout,
  html:lang(th-TH) #logout {
    height: 65vw; }
  html:lang(en-SG) #logout .two-feature, html:lang(en-MY) #logout .two-feature, html:lang(en-PH) #logout .two-feature, html:lang(en-HK) #logout .two-feature,
  html:lang(id-ID) #logout .two-feature,
  html:lang(ko-KR) #logout .two-feature,
  html:lang(vi-VN) #logout .two-feature,
  html:lang(th-TH) #logout .two-feature {
    height: 30vw; }
  html:lang(en-SG) #logout .two-feature div > img, html:lang(en-MY) #logout .two-feature div > img, html:lang(en-PH) #logout .two-feature div > img, html:lang(en-HK) #logout .two-feature div > img,
  html:lang(id-ID) #logout .two-feature div > img,
  html:lang(ko-KR) #logout .two-feature div > img,
  html:lang(vi-VN) #logout .two-feature div > img,
  html:lang(th-TH) #logout .two-feature div > img {
    width: 100%;
    max-width: 250px !important; }
  html:lang(en-SG) #abc, html:lang(en-MY) #abc, html:lang(en-PH) #abc, html:lang(en-HK) #abc,
  html:lang(id-ID) #abc,
  html:lang(ko-KR) #abc,
  html:lang(vi-VN) #abc,
  html:lang(th-TH) #abc {
    height: 40vw; }
  html:lang(en-SG) html:lang(ko-KR) .flex-box .text, html:lang(en-MY) html:lang(ko-KR) .flex-box .text, html:lang(en-PH) html:lang(ko-KR) .flex-box .text, html:lang(en-HK) html:lang(ko-KR) .flex-box .text,
  html:lang(id-ID) html:lang(ko-KR) .flex-box .text,
  html:lang(ko-KR) html:lang(ko-KR) .flex-box .text,
  html:lang(vi-VN) html:lang(ko-KR) .flex-box .text,
  html:lang(th-TH) html:lang(ko-KR) .flex-box .text {
    padding: 8em 2em;
    min-height: 500px; }
  html:lang(en-SG) html:lang(ko-KR) #battery .btext span, html:lang(en-MY) html:lang(ko-KR) #battery .btext span, html:lang(en-PH) html:lang(ko-KR) #battery .btext span, html:lang(en-HK) html:lang(ko-KR) #battery .btext span,
  html:lang(id-ID) html:lang(ko-KR) #battery .btext span,
  html:lang(ko-KR) html:lang(ko-KR) #battery .btext span,
  html:lang(vi-VN) html:lang(ko-KR) #battery .btext span,
  html:lang(th-TH) html:lang(ko-KR) #battery .btext span {
    font-size: 3rem;
    /* padding-top: 30px; */
    margin-right: 5px;
    color: #6dcff6; }
  html:lang(en-SG) html:lang(ko-KR) #mutisport .container, html:lang(en-MY) html:lang(ko-KR) #mutisport .container, html:lang(en-PH) html:lang(ko-KR) #mutisport .container, html:lang(en-HK) html:lang(ko-KR) #mutisport .container,
  html:lang(id-ID) html:lang(ko-KR) #mutisport .container,
  html:lang(ko-KR) html:lang(ko-KR) #mutisport .container,
  html:lang(vi-VN) html:lang(ko-KR) #mutisport .container,
  html:lang(th-TH) html:lang(ko-KR) #mutisport .container {
    left: 50%; }
  #abc .warn img {
    max-width: 100px;
    max-height: 100px; }
  #abc {
    height: 30vh; }
    #abc .abcimg {
      width: 100%;
      max-width: 300px !important;
      height: 300px;
      margin-top: 30px; }
    #abc .mini-mini-con {
      margin-top: 10px; }
  html:lang(vi-VN) .ag-format-container, html:lang(th-TH) .ag-format-container {
    max-width: 508px; }
  html:lang(vi-VN) .item-hints p, html:lang(th-TH) .item-hints p {
    font-size: 14px;
    line-height: 1.3 !important; } }

@media (max-width: 1023px) {
  #str3amup {
    text-align: center; }
  #abc {
    height: 40vh; }
  html:lang(en-SG) #watchface, html:lang(en-MY) #watchface, html:lang(en-PH) #watchface, html:lang(en-HK) #watchface,
  html:lang(id-ID) #watchface,
  html:lang(ko-KR) #watchface,
  html:lang(vi-VN) #watchface,
  html:lang(th-TH) #watchface {
    height: 80vh; }
    html:lang(en-SG) #watchface .watchface-container, html:lang(en-MY) #watchface .watchface-container, html:lang(en-PH) #watchface .watchface-container, html:lang(en-HK) #watchface .watchface-container,
    html:lang(id-ID) #watchface .watchface-container,
    html:lang(ko-KR) #watchface .watchface-container,
    html:lang(vi-VN) #watchface .watchface-container,
    html:lang(th-TH) #watchface .watchface-container {
      height: 60vh; }
    html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
    html:lang(id-ID) #watchface .watchface-section img,
    html:lang(ko-KR) #watchface .watchface-section img,
    html:lang(vi-VN) #watchface .watchface-section img,
    html:lang(th-TH) #watchface .watchface-section img {
      top: 10vw; } }

@media (max-width: 768px) {
  .flex-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column-reverse; }
  .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  .ag-format-container {
    width: 400px; }
  #main-power {
    height: 80vw; }
    #main-power video {
      left: 60%;
      width: 150%;
      top: 50%; }
  #str3amup {
    text-align: center; }
  #str3amup .text span {
    display: block; }
  #box {
    height: 70vw; }
    #box h4 {
      display: block; }
  #battery {
    text-align: center; }
    #battery .flex-box .text {
      padding: 3rem 2rem;
      z-index: 1; }
    #battery .btext {
      -webkit-box-pack: center;
      -ms-flex-pack: center;
      justify-content: center; }
    #battery .btext span {
      font-size: 4rem;
      margin-right: 10px; }
    #battery .btext div {
      margin: 0 1rem; }
    #battery h4 {
      margin: 0 auto; }
    #battery .bg-image {
      min-height: 550px; }
  #mutisport {
    height: 50vh; }
    #mutisport .container {
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%); }
    #mutisport .text {
      width: 100%;
      left: 0; }
  #box .item-hints .hint,
  #box .item-hints-2 .hint {
    display: none; }
  #watchface {
    height: 65vh; }
  #watchface .watchface-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 65vh; }
  #watchface .watchface-section h2 {
    line-height: 1 !important;
    font-size: 22px;
    color: #ffffff; }
  #watchface .watchface-section .content {
    top: 10%; }
  #watchface .watchface-section img {
    display: none;
    position: absolute;
    top: 54%; }
  .tabs .content {
    margin-top: 30px;
    min-height: 550px;
    position: relative; }
  #logout {
    height: 70vh; }
    #logout .two-feature {
      height: 40vh; }
    #logout .two-feature div {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      margin: 0 15px 0 15px;
      padding: 0; }
    #logout .two-feature div > h4 {
      margin: 0 auto; }
    #logout .two-feature div > div {
      text-align: center; }
  #abc {
    height: 45vh; }
  #abc .abcimg {
    display: none; }
  section#spec .com01 {
    width: 167px; }
  html:lang(en-SG) #main-power, html:lang(en-MY) #main-power, html:lang(en-PH) #main-power, html:lang(en-HK) #main-power,
  html:lang(id-ID) #main-power,
  html:lang(ko-KR) #main-power,
  html:lang(vi-VN) #main-power,
  html:lang(th-TH) #main-power {
    height: 90vw; }
  html:lang(en-SG) #main-power .video_bc, html:lang(en-MY) #main-power .video_bc, html:lang(en-PH) #main-power .video_bc, html:lang(en-HK) #main-power .video_bc,
  html:lang(id-ID) #main-power .video_bc,
  html:lang(ko-KR) #main-power .video_bc,
  html:lang(vi-VN) #main-power .video_bc,
  html:lang(th-TH) #main-power .video_bc {
    height: 90vw; }
  html:lang(en-SG) #main-power video, html:lang(en-MY) #main-power video, html:lang(en-PH) #main-power video, html:lang(en-HK) #main-power video,
  html:lang(id-ID) #main-power video,
  html:lang(ko-KR) #main-power video,
  html:lang(vi-VN) #main-power video,
  html:lang(th-TH) #main-power video {
    width: 194%;
    height: 200%;
    /* position: absolute; */
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
  html:lang(id-ID) #watchface .watchface-section img,
  html:lang(ko-KR) #watchface .watchface-section img,
  html:lang(vi-VN) #watchface .watchface-section img,
  html:lang(th-TH) #watchface .watchface-section img {
    top: 20vw; }
  html:lang(en-SG) .tabs ul li label, html:lang(en-MY) .tabs ul li label, html:lang(en-PH) .tabs ul li label, html:lang(en-HK) .tabs ul li label,
  html:lang(id-ID) .tabs ul li label,
  html:lang(ko-KR) .tabs ul li label,
  html:lang(vi-VN) .tabs ul li label,
  html:lang(th-TH) .tabs ul li label {
    font-weight: bold;
    font-size: 16px; }
  html:lang(en-SG) #logout, html:lang(en-MY) #logout, html:lang(en-PH) #logout, html:lang(en-HK) #logout,
  html:lang(id-ID) #logout,
  html:lang(ko-KR) #logout,
  html:lang(vi-VN) #logout,
  html:lang(th-TH) #logout {
    height: 95vw; }
    html:lang(en-SG) #logout .two-feature div > img, html:lang(en-MY) #logout .two-feature div > img, html:lang(en-PH) #logout .two-feature div > img, html:lang(en-HK) #logout .two-feature div > img,
    html:lang(id-ID) #logout .two-feature div > img,
    html:lang(ko-KR) #logout .two-feature div > img,
    html:lang(vi-VN) #logout .two-feature div > img,
    html:lang(th-TH) #logout .two-feature div > img {
      width: 100%;
      max-width: 250px !important; }
    html:lang(en-SG) #logout .two-feature, html:lang(en-MY) #logout .two-feature, html:lang(en-PH) #logout .two-feature, html:lang(en-HK) #logout .two-feature,
    html:lang(id-ID) #logout .two-feature,
    html:lang(ko-KR) #logout .two-feature,
    html:lang(vi-VN) #logout .two-feature,
    html:lang(th-TH) #logout .two-feature {
      height: 60vw; }
  html:lang(en-SG) #logout .two-feature div, html:lang(en-MY) #logout .two-feature div, html:lang(en-PH) #logout .two-feature div, html:lang(en-HK) #logout .two-feature div,
  html:lang(id-ID) #logout .two-feature div,
  html:lang(ko-KR) #logout .two-feature div,
  html:lang(vi-VN) #logout .two-feature div,
  html:lang(th-TH) #logout .two-feature div {
    margin: 0 1rem; }
  html:lang(en-SG) #abc, html:lang(en-MY) #abc, html:lang(en-PH) #abc, html:lang(en-HK) #abc,
  html:lang(id-ID) #abc,
  html:lang(ko-KR) #abc,
  html:lang(vi-VN) #abc,
  html:lang(th-TH) #abc {
    height: 50vw; }
  html:lang(ko-KR) #battery h4 {
    margin: 0 30px 20px 0;
    height: auto;
    font-size: 16px; }
  html:lang(ko-KR) #battery .flex-box .text {
    padding: 2em;
    z-index: 1; }
  html:lang(ko-KR) #battery h4 {
    margin: 0 15px 20px 0;
    height: auto;
    font-size: 16px; }
  html:lang(ko-KR) #battery .btext span {
    font-size: 3rem;
    /* padding-top: 30px; */
    margin-right: 5px;
    color: #6dcff6; }
  html:lang(vi-VN) #watchface, html:lang(th-TH) #watchface {
    height: 85vh; }
    html:lang(vi-VN) #watchface .watchface-section img, html:lang(th-TH) #watchface .watchface-section img {
      top: 25vw; }
  html:lang(vi-VN) #watchface .watchface-container, html:lang(th-TH) #watchface .watchface-container {
    height: 85vh; } }

@media (max-width: 767px) {
  .text:not(td) h2 {
    font-size: 36px;
    line-height: 1.2 !important; }
  .flex-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column-reverse; }
  .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #hero {
    display: block;
    padding-bottom: 100%; }
  .ag-format-container {
    width: 400px;
    display: none !important; }
  .side-photo-shadow {
    display: none; }
  #device .description-mobile a.desc-btn {
    color: #fff !important; }
  #device .description-mobile .desc p {
    color: #fff !important; }
  html:lang(en-SG) #main-power, html:lang(en-MY) #main-power, html:lang(en-PH) #main-power, html:lang(en-HK) #main-power,
  html:lang(id-ID) #main-power,
  html:lang(ko-KR) #main-power,
  html:lang(vi-VN) #main-power,
  html:lang(th-TH) #main-power {
    height: 200vw; }
    html:lang(en-SG) #main-power h4, html:lang(en-MY) #main-power h4, html:lang(en-PH) #main-power h4, html:lang(en-HK) #main-power h4,
    html:lang(id-ID) #main-power h4,
    html:lang(ko-KR) #main-power h4,
    html:lang(vi-VN) #main-power h4,
    html:lang(th-TH) #main-power h4 {
      width: 100%; }
    html:lang(en-SG) #main-power .tooltip-container, html:lang(en-MY) #main-power .tooltip-container, html:lang(en-PH) #main-power .tooltip-container, html:lang(en-HK) #main-power .tooltip-container,
    html:lang(id-ID) #main-power .tooltip-container,
    html:lang(ko-KR) #main-power .tooltip-container,
    html:lang(vi-VN) #main-power .tooltip-container,
    html:lang(th-TH) #main-power .tooltip-container {
      display: block;
      margin: 20px 0 0 0; }
    html:lang(en-SG) #main-power .pics::after, html:lang(en-SG) #main-power .pics2::after, html:lang(en-SG) #main-power .pics3::after, html:lang(en-MY) #main-power .pics::after, html:lang(en-MY) #main-power .pics2::after, html:lang(en-MY) #main-power .pics3::after, html:lang(en-PH) #main-power .pics::after, html:lang(en-PH) #main-power .pics2::after, html:lang(en-PH) #main-power .pics3::after, html:lang(en-HK) #main-power .pics::after, html:lang(en-HK) #main-power .pics2::after, html:lang(en-HK) #main-power .pics3::after,
    html:lang(id-ID) #main-power .pics::after,
    html:lang(id-ID) #main-power .pics2::after,
    html:lang(id-ID) #main-power .pics3::after,
    html:lang(ko-KR) #main-power .pics::after,
    html:lang(ko-KR) #main-power .pics2::after,
    html:lang(ko-KR) #main-power .pics3::after,
    html:lang(vi-VN) #main-power .pics::after,
    html:lang(vi-VN) #main-power .pics2::after,
    html:lang(vi-VN) #main-power .pics3::after,
    html:lang(th-TH) #main-power .pics::after,
    html:lang(th-TH) #main-power .pics2::after,
    html:lang(th-TH) #main-power .pics3::after {
      display: none; }
    html:lang(en-SG) #main-power .pics, html:lang(en-SG) #main-power .pics2, html:lang(en-SG) #main-power .pics3, html:lang(en-MY) #main-power .pics, html:lang(en-MY) #main-power .pics2, html:lang(en-MY) #main-power .pics3, html:lang(en-PH) #main-power .pics, html:lang(en-PH) #main-power .pics2, html:lang(en-PH) #main-power .pics3, html:lang(en-HK) #main-power .pics, html:lang(en-HK) #main-power .pics2, html:lang(en-HK) #main-power .pics3,
    html:lang(id-ID) #main-power .pics,
    html:lang(id-ID) #main-power .pics2,
    html:lang(id-ID) #main-power .pics3,
    html:lang(ko-KR) #main-power .pics,
    html:lang(ko-KR) #main-power .pics2,
    html:lang(ko-KR) #main-power .pics3,
    html:lang(vi-VN) #main-power .pics,
    html:lang(vi-VN) #main-power .pics2,
    html:lang(vi-VN) #main-power .pics3,
    html:lang(th-TH) #main-power .pics,
    html:lang(th-TH) #main-power .pics2,
    html:lang(th-TH) #main-power .pics3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      html:lang(en-SG) #main-power .pics p, html:lang(en-SG) #main-power .pics2 p, html:lang(en-SG) #main-power .pics3 p, html:lang(en-MY) #main-power .pics p, html:lang(en-MY) #main-power .pics2 p, html:lang(en-MY) #main-power .pics3 p, html:lang(en-PH) #main-power .pics p, html:lang(en-PH) #main-power .pics2 p, html:lang(en-PH) #main-power .pics3 p, html:lang(en-HK) #main-power .pics p, html:lang(en-HK) #main-power .pics2 p, html:lang(en-HK) #main-power .pics3 p,
      html:lang(id-ID) #main-power .pics p,
      html:lang(id-ID) #main-power .pics2 p,
      html:lang(id-ID) #main-power .pics3 p,
      html:lang(ko-KR) #main-power .pics p,
      html:lang(ko-KR) #main-power .pics2 p,
      html:lang(ko-KR) #main-power .pics3 p,
      html:lang(vi-VN) #main-power .pics p,
      html:lang(vi-VN) #main-power .pics2 p,
      html:lang(vi-VN) #main-power .pics3 p,
      html:lang(th-TH) #main-power .pics p,
      html:lang(th-TH) #main-power .pics2 p,
      html:lang(th-TH) #main-power .pics3 p {
        text-align: left;
        padding: 20px 0 20px 20px;
        width: 200px; }
      html:lang(en-SG) #main-power .pics p span, html:lang(en-SG) #main-power .pics2 p span, html:lang(en-SG) #main-power .pics3 p span, html:lang(en-MY) #main-power .pics p span, html:lang(en-MY) #main-power .pics2 p span, html:lang(en-MY) #main-power .pics3 p span, html:lang(en-PH) #main-power .pics p span, html:lang(en-PH) #main-power .pics2 p span, html:lang(en-PH) #main-power .pics3 p span, html:lang(en-HK) #main-power .pics p span, html:lang(en-HK) #main-power .pics2 p span, html:lang(en-HK) #main-power .pics3 p span,
      html:lang(id-ID) #main-power .pics p span,
      html:lang(id-ID) #main-power .pics2 p span,
      html:lang(id-ID) #main-power .pics3 p span,
      html:lang(ko-KR) #main-power .pics p span,
      html:lang(ko-KR) #main-power .pics2 p span,
      html:lang(ko-KR) #main-power .pics3 p span,
      html:lang(vi-VN) #main-power .pics p span,
      html:lang(vi-VN) #main-power .pics2 p span,
      html:lang(vi-VN) #main-power .pics3 p span,
      html:lang(th-TH) #main-power .pics p span,
      html:lang(th-TH) #main-power .pics2 p span,
      html:lang(th-TH) #main-power .pics3 p span {
        font-size: 20px; }
      html:lang(en-SG) #main-power .pics a, html:lang(en-SG) #main-power .pics2 a, html:lang(en-SG) #main-power .pics3 a, html:lang(en-MY) #main-power .pics a, html:lang(en-MY) #main-power .pics2 a, html:lang(en-MY) #main-power .pics3 a, html:lang(en-PH) #main-power .pics a, html:lang(en-PH) #main-power .pics2 a, html:lang(en-PH) #main-power .pics3 a, html:lang(en-HK) #main-power .pics a, html:lang(en-HK) #main-power .pics2 a, html:lang(en-HK) #main-power .pics3 a,
      html:lang(id-ID) #main-power .pics a,
      html:lang(id-ID) #main-power .pics2 a,
      html:lang(id-ID) #main-power .pics3 a,
      html:lang(ko-KR) #main-power .pics a,
      html:lang(ko-KR) #main-power .pics2 a,
      html:lang(ko-KR) #main-power .pics3 a,
      html:lang(vi-VN) #main-power .pics a,
      html:lang(vi-VN) #main-power .pics2 a,
      html:lang(vi-VN) #main-power .pics3 a,
      html:lang(th-TH) #main-power .pics a,
      html:lang(th-TH) #main-power .pics2 a,
      html:lang(th-TH) #main-power .pics3 a {
        display: block;
        font-size: 0;
        height: auto;
        width: 110px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    html:lang(en-SG) #main-power video, html:lang(en-MY) #main-power video, html:lang(en-PH) #main-power video, html:lang(en-HK) #main-power video,
    html:lang(id-ID) #main-power video,
    html:lang(ko-KR) #main-power video,
    html:lang(vi-VN) #main-power video,
    html:lang(th-TH) #main-power video {
      left: 50%;
      width: 320vw;
      top: 50%; }
    html:lang(en-SG) #main-power .video_bc, html:lang(en-MY) #main-power .video_bc, html:lang(en-PH) #main-power .video_bc, html:lang(en-HK) #main-power .video_bc,
    html:lang(id-ID) #main-power .video_bc,
    html:lang(ko-KR) #main-power .video_bc,
    html:lang(vi-VN) #main-power .video_bc,
    html:lang(th-TH) #main-power .video_bc {
      height: 200vw; }
    html:lang(en-SG) #main-power .video_bc:after, html:lang(en-MY) #main-power .video_bc:after, html:lang(en-PH) #main-power .video_bc:after, html:lang(en-HK) #main-power .video_bc:after,
    html:lang(id-ID) #main-power .video_bc:after,
    html:lang(ko-KR) #main-power .video_bc:after,
    html:lang(vi-VN) #main-power .video_bc:after,
    html:lang(th-TH) #main-power .video_bc:after {
      height: 280vw; }
    html:lang(en-SG) #main-power .tooltip, html:lang(en-MY) #main-power .tooltip, html:lang(en-PH) #main-power .tooltip, html:lang(en-HK) #main-power .tooltip,
    html:lang(id-ID) #main-power .tooltip,
    html:lang(ko-KR) #main-power .tooltip,
    html:lang(vi-VN) #main-power .tooltip,
    html:lang(th-TH) #main-power .tooltip {
      display: none; }
    html:lang(en-SG) #main-power .pics a:hover, html:lang(en-MY) #main-power .pics a:hover, html:lang(en-PH) #main-power .pics a:hover, html:lang(en-HK) #main-power .pics a:hover,
    html:lang(id-ID) #main-power .pics a:hover,
    html:lang(ko-KR) #main-power .pics a:hover,
    html:lang(vi-VN) #main-power .pics a:hover,
    html:lang(th-TH) #main-power .pics a:hover {
      background: url(../images/icon01.png);
      background-size: cover; }
    html:lang(en-SG) #main-power .pics2 a:hover, html:lang(en-MY) #main-power .pics2 a:hover, html:lang(en-PH) #main-power .pics2 a:hover, html:lang(en-HK) #main-power .pics2 a:hover,
    html:lang(id-ID) #main-power .pics2 a:hover,
    html:lang(ko-KR) #main-power .pics2 a:hover,
    html:lang(vi-VN) #main-power .pics2 a:hover,
    html:lang(th-TH) #main-power .pics2 a:hover {
      background: url(../images/icon02.png);
      background-size: cover; }
    html:lang(en-SG) #main-power .pics3 a:hover, html:lang(en-MY) #main-power .pics3 a:hover, html:lang(en-PH) #main-power .pics3 a:hover, html:lang(en-HK) #main-power .pics3 a:hover,
    html:lang(id-ID) #main-power .pics3 a:hover,
    html:lang(ko-KR) #main-power .pics3 a:hover,
    html:lang(vi-VN) #main-power .pics3 a:hover,
    html:lang(th-TH) #main-power .pics3 a:hover {
      background: url(../images/icon03.png);
      background-size: cover; }
  html:lang(en-SG) #watchface, html:lang(en-MY) #watchface, html:lang(en-PH) #watchface, html:lang(en-HK) #watchface,
  html:lang(id-ID) #watchface,
  html:lang(ko-KR) #watchface,
  html:lang(vi-VN) #watchface,
  html:lang(th-TH) #watchface {
    height: 80vh; }
    html:lang(en-SG) #watchface .watchface-container, html:lang(en-MY) #watchface .watchface-container, html:lang(en-PH) #watchface .watchface-container, html:lang(en-HK) #watchface .watchface-container,
    html:lang(id-ID) #watchface .watchface-container,
    html:lang(ko-KR) #watchface .watchface-container,
    html:lang(vi-VN) #watchface .watchface-container,
    html:lang(th-TH) #watchface .watchface-container {
      height: 60vh; }
    html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
    html:lang(id-ID) #watchface .watchface-section img,
    html:lang(ko-KR) #watchface .watchface-section img,
    html:lang(vi-VN) #watchface .watchface-section img,
    html:lang(th-TH) #watchface .watchface-section img {
      top: 35vw; } }

@media (max-width: 599px) {
  .text:not(td) h2 {
    font-size: 30px;
    line-height: 1.2 !important; }
  .flex-box.row-reverse {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: column-reverse; }
  .flex-box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-flow: row wrap;
    flex-flow: column-reverse;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between; }
  #hero {
    display: block;
    padding-bottom: 100%; }
  .ag-format-container {
    width: 400px;
    display: none !important; }
  .side-photo-shadow {
    display: none; }
  #device .description-mobile a.desc-btn {
    color: #fff !important; }
  #device .description-mobile .desc p {
    color: #fff !important; }
  #main-power {
    height: 200vw; }
    #main-power h4 {
      width: 100%; }
    #main-power .tooltip-container {
      display: block;
      margin: 20px 0 0 0; }
    #main-power .pics::after, #main-power .pics2::after, #main-power .pics3::after {
      display: none; }
    #main-power .pics, #main-power .pics2, #main-power .pics3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #main-power .pics p, #main-power .pics2 p, #main-power .pics3 p {
        text-align: left;
        padding: 20px 0 20px 20px;
        width: 200px; }
      #main-power .pics p span, #main-power .pics2 p span, #main-power .pics3 p span {
        font-size: 20px; }
      #main-power .pics a, #main-power .pics2 a, #main-power .pics3 a {
        display: block;
        font-size: 0;
        height: auto;
        width: 110px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    #main-power video {
      left: 50%;
      width: 320vw;
      top: 50%; }
    #main-power .video_bc {
      height: 200vw; }
    #main-power .video_bc:after {
      height: 280vw; }
    #main-power .tooltip {
      display: none; }
    #main-power .pics a:hover {
      background: url(../images/icon01.png);
      background-size: cover; }
    #main-power .pics2 a:hover {
      background: url(../images/icon02.png);
      background-size: cover; }
    #main-power .pics3 a:hover {
      background: url(../images/icon03.png);
      background-size: cover; }
  #str3amup .flex-box .text {
    padding: 1em;
    z-index: 1; }
  #str3amup span {
    line-height: 1.6; }
  #str3amup .bg-image {
    -webkit-box-flex: 1.5 !important;
    -ms-flex: 1.5 !important;
    flex: 1.5 !important;
    min-height: 350px; }
  #battery .flex-box .text {
    padding: 3rem 2rem;
    z-index: 1; }
  #battery .btext {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center; }
  #battery .btext span {
    font-size: 4rem;
    margin-right: 10px; }
  #battery .btext div {
    margin: 0 1rem; }
  #battery h4 {
    margin: 0; }
  #battery .bg-image {
    min-height: 350px; }
  #box {
    height: 65vh; }
  #watchface {
    height: 360vw; }
    #watchface .watchface-section p {
      color: #ffffff;
      display: block; }
    #watchface .watchface-section {
      width: 100%; }
      #watchface .watchface-section img {
        display: block;
        top: 35%; }
    #watchface .watchface-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 300vw; }
    #watchface #logout {
      height: 270vw;
      background-position: left top;
      background-size: 200%; }
      #watchface #logout .two-feature {
        height: 200vw;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column; }
  #keyvisual .container h2 {
    font-size: 36px;
    width: 60%;
    margin: 40px auto 10px auto;
    line-height: 1.2 !important; }
  .tabs ul {
    width: 100%; }
  .tabs input[name="tab-control"]:nth-of-type(1):checked ~ .slider {
    -webkit-transform: translateX(36%);
    -ms-transform: translateX(36%);
    transform: translateX(36%); }
  .tabs input[name="tab-control"]:nth-of-type(2):checked ~ .slider {
    -webkit-transform: translateX(200%);
    -ms-transform: translateX(200%);
    transform: translateX(200%); }
  .tabs input[name="tab-control"]:nth-of-type(3):checked ~ .slider {
    -webkit-transform: translateX(365);
    -ms-transform: translateX(365%);
    transform: translateX(365%); }
  .tabs .content {
    margin-top: 30px;
    min-height: 450px;
    position: relative; }
  #mutisport p {
    width: 100%; }
  #logout {
    height: 270vw;
    background-position: left top;
    background-size: 200%; }
    #logout .two-feature {
      height: 200vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  #abc {
    height: 170vw; }
    #abc .mini-mini-con {
      margin-top: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      #abc .mini-mini-con > div {
        margin: 10px 0; }
    #abc .abc-pic {
      width: 100%; }
  #heart-rate .bg {
    background-size: cover;
    min-height: 250px;
    width: 100%;
    padding-bottom: 30px;
    position: relative; }
  #connect-iq .container {
    width: 100% !important; }
  section#comparison h2,
  section#spec h2 {
    font-weight: initial;
    text-align: center;
    color: #fff;
    font-size: 32px; }
  .headerdivider {
    display: none; }
  section#spec .com01 {
    width: 0; }
  html:lang(en-SG) #main-power, html:lang(en-MY) #main-power, html:lang(en-PH) #main-power, html:lang(en-HK) #main-power,
  html:lang(id-ID) #main-power,
  html:lang(ko-KR) #main-power,
  html:lang(vi-VN) #main-power,
  html:lang(th-TH) #main-power {
    height: 200vw; }
    html:lang(en-SG) #main-power .container h4, html:lang(en-MY) #main-power .container h4, html:lang(en-PH) #main-power .container h4, html:lang(en-HK) #main-power .container h4,
    html:lang(id-ID) #main-power .container h4,
    html:lang(ko-KR) #main-power .container h4,
    html:lang(vi-VN) #main-power .container h4,
    html:lang(th-TH) #main-power .container h4 {
      width: 100%; }
    html:lang(en-SG) #main-power .tooltip-container, html:lang(en-MY) #main-power .tooltip-container, html:lang(en-PH) #main-power .tooltip-container, html:lang(en-HK) #main-power .tooltip-container,
    html:lang(id-ID) #main-power .tooltip-container,
    html:lang(ko-KR) #main-power .tooltip-container,
    html:lang(vi-VN) #main-power .tooltip-container,
    html:lang(th-TH) #main-power .tooltip-container {
      display: block;
      margin: 0 0 0 0; }
    html:lang(en-SG) #main-power .pics::after, html:lang(en-SG) #main-power .pics2::after, html:lang(en-SG) #main-power .pics3::after, html:lang(en-MY) #main-power .pics::after, html:lang(en-MY) #main-power .pics2::after, html:lang(en-MY) #main-power .pics3::after, html:lang(en-PH) #main-power .pics::after, html:lang(en-PH) #main-power .pics2::after, html:lang(en-PH) #main-power .pics3::after, html:lang(en-HK) #main-power .pics::after, html:lang(en-HK) #main-power .pics2::after, html:lang(en-HK) #main-power .pics3::after,
    html:lang(id-ID) #main-power .pics::after,
    html:lang(id-ID) #main-power .pics2::after,
    html:lang(id-ID) #main-power .pics3::after,
    html:lang(ko-KR) #main-power .pics::after,
    html:lang(ko-KR) #main-power .pics2::after,
    html:lang(ko-KR) #main-power .pics3::after,
    html:lang(vi-VN) #main-power .pics::after,
    html:lang(vi-VN) #main-power .pics2::after,
    html:lang(vi-VN) #main-power .pics3::after,
    html:lang(th-TH) #main-power .pics::after,
    html:lang(th-TH) #main-power .pics2::after,
    html:lang(th-TH) #main-power .pics3::after {
      display: none; }
    html:lang(en-SG) #main-power .pics, html:lang(en-SG) #main-power .pics2, html:lang(en-SG) #main-power .pics3, html:lang(en-MY) #main-power .pics, html:lang(en-MY) #main-power .pics2, html:lang(en-MY) #main-power .pics3, html:lang(en-PH) #main-power .pics, html:lang(en-PH) #main-power .pics2, html:lang(en-PH) #main-power .pics3, html:lang(en-HK) #main-power .pics, html:lang(en-HK) #main-power .pics2, html:lang(en-HK) #main-power .pics3,
    html:lang(id-ID) #main-power .pics,
    html:lang(id-ID) #main-power .pics2,
    html:lang(id-ID) #main-power .pics3,
    html:lang(ko-KR) #main-power .pics,
    html:lang(ko-KR) #main-power .pics2,
    html:lang(ko-KR) #main-power .pics3,
    html:lang(vi-VN) #main-power .pics,
    html:lang(vi-VN) #main-power .pics2,
    html:lang(vi-VN) #main-power .pics3,
    html:lang(th-TH) #main-power .pics,
    html:lang(th-TH) #main-power .pics2,
    html:lang(th-TH) #main-power .pics3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      html:lang(en-SG) #main-power .pics p, html:lang(en-SG) #main-power .pics2 p, html:lang(en-SG) #main-power .pics3 p, html:lang(en-MY) #main-power .pics p, html:lang(en-MY) #main-power .pics2 p, html:lang(en-MY) #main-power .pics3 p, html:lang(en-PH) #main-power .pics p, html:lang(en-PH) #main-power .pics2 p, html:lang(en-PH) #main-power .pics3 p, html:lang(en-HK) #main-power .pics p, html:lang(en-HK) #main-power .pics2 p, html:lang(en-HK) #main-power .pics3 p,
      html:lang(id-ID) #main-power .pics p,
      html:lang(id-ID) #main-power .pics2 p,
      html:lang(id-ID) #main-power .pics3 p,
      html:lang(ko-KR) #main-power .pics p,
      html:lang(ko-KR) #main-power .pics2 p,
      html:lang(ko-KR) #main-power .pics3 p,
      html:lang(vi-VN) #main-power .pics p,
      html:lang(vi-VN) #main-power .pics2 p,
      html:lang(vi-VN) #main-power .pics3 p,
      html:lang(th-TH) #main-power .pics p,
      html:lang(th-TH) #main-power .pics2 p,
      html:lang(th-TH) #main-power .pics3 p {
        text-align: left;
        padding: 20px 0 20px 20px;
        width: 200px; }
      html:lang(en-SG) #main-power .pics p span, html:lang(en-SG) #main-power .pics2 p span, html:lang(en-SG) #main-power .pics3 p span, html:lang(en-MY) #main-power .pics p span, html:lang(en-MY) #main-power .pics2 p span, html:lang(en-MY) #main-power .pics3 p span, html:lang(en-PH) #main-power .pics p span, html:lang(en-PH) #main-power .pics2 p span, html:lang(en-PH) #main-power .pics3 p span, html:lang(en-HK) #main-power .pics p span, html:lang(en-HK) #main-power .pics2 p span, html:lang(en-HK) #main-power .pics3 p span,
      html:lang(id-ID) #main-power .pics p span,
      html:lang(id-ID) #main-power .pics2 p span,
      html:lang(id-ID) #main-power .pics3 p span,
      html:lang(ko-KR) #main-power .pics p span,
      html:lang(ko-KR) #main-power .pics2 p span,
      html:lang(ko-KR) #main-power .pics3 p span,
      html:lang(vi-VN) #main-power .pics p span,
      html:lang(vi-VN) #main-power .pics2 p span,
      html:lang(vi-VN) #main-power .pics3 p span,
      html:lang(th-TH) #main-power .pics p span,
      html:lang(th-TH) #main-power .pics2 p span,
      html:lang(th-TH) #main-power .pics3 p span {
        font-size: 20px; }
      html:lang(en-SG) #main-power .pics a, html:lang(en-SG) #main-power .pics2 a, html:lang(en-SG) #main-power .pics3 a, html:lang(en-MY) #main-power .pics a, html:lang(en-MY) #main-power .pics2 a, html:lang(en-MY) #main-power .pics3 a, html:lang(en-PH) #main-power .pics a, html:lang(en-PH) #main-power .pics2 a, html:lang(en-PH) #main-power .pics3 a, html:lang(en-HK) #main-power .pics a, html:lang(en-HK) #main-power .pics2 a, html:lang(en-HK) #main-power .pics3 a,
      html:lang(id-ID) #main-power .pics a,
      html:lang(id-ID) #main-power .pics2 a,
      html:lang(id-ID) #main-power .pics3 a,
      html:lang(ko-KR) #main-power .pics a,
      html:lang(ko-KR) #main-power .pics2 a,
      html:lang(ko-KR) #main-power .pics3 a,
      html:lang(vi-VN) #main-power .pics a,
      html:lang(vi-VN) #main-power .pics2 a,
      html:lang(vi-VN) #main-power .pics3 a,
      html:lang(th-TH) #main-power .pics a,
      html:lang(th-TH) #main-power .pics2 a,
      html:lang(th-TH) #main-power .pics3 a {
        display: block;
        font-size: 0;
        height: auto;
        width: 110px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    html:lang(en-SG) #main-power video, html:lang(en-MY) #main-power video, html:lang(en-PH) #main-power video, html:lang(en-HK) #main-power video,
    html:lang(id-ID) #main-power video,
    html:lang(ko-KR) #main-power video,
    html:lang(vi-VN) #main-power video,
    html:lang(th-TH) #main-power video {
      left: 50%;
      width: 320vw;
      top: 50%; }
    html:lang(en-SG) #main-power .video_bc, html:lang(en-MY) #main-power .video_bc, html:lang(en-PH) #main-power .video_bc, html:lang(en-HK) #main-power .video_bc,
    html:lang(id-ID) #main-power .video_bc,
    html:lang(ko-KR) #main-power .video_bc,
    html:lang(vi-VN) #main-power .video_bc,
    html:lang(th-TH) #main-power .video_bc {
      height: 200vw; }
    html:lang(en-SG) #main-power .video_bc:after, html:lang(en-MY) #main-power .video_bc:after, html:lang(en-PH) #main-power .video_bc:after, html:lang(en-HK) #main-power .video_bc:after,
    html:lang(id-ID) #main-power .video_bc:after,
    html:lang(ko-KR) #main-power .video_bc:after,
    html:lang(vi-VN) #main-power .video_bc:after,
    html:lang(th-TH) #main-power .video_bc:after {
      height: 280vw; }
    html:lang(en-SG) #main-power .tooltip, html:lang(en-MY) #main-power .tooltip, html:lang(en-PH) #main-power .tooltip, html:lang(en-HK) #main-power .tooltip,
    html:lang(id-ID) #main-power .tooltip,
    html:lang(ko-KR) #main-power .tooltip,
    html:lang(vi-VN) #main-power .tooltip,
    html:lang(th-TH) #main-power .tooltip {
      display: none; }
    html:lang(en-SG) #main-power .pics a:hover, html:lang(en-MY) #main-power .pics a:hover, html:lang(en-PH) #main-power .pics a:hover, html:lang(en-HK) #main-power .pics a:hover,
    html:lang(id-ID) #main-power .pics a:hover,
    html:lang(ko-KR) #main-power .pics a:hover,
    html:lang(vi-VN) #main-power .pics a:hover,
    html:lang(th-TH) #main-power .pics a:hover {
      background: url(../images/icon01.png);
      background-size: cover; }
    html:lang(en-SG) #main-power .pics2 a:hover, html:lang(en-MY) #main-power .pics2 a:hover, html:lang(en-PH) #main-power .pics2 a:hover, html:lang(en-HK) #main-power .pics2 a:hover,
    html:lang(id-ID) #main-power .pics2 a:hover,
    html:lang(ko-KR) #main-power .pics2 a:hover,
    html:lang(vi-VN) #main-power .pics2 a:hover,
    html:lang(th-TH) #main-power .pics2 a:hover {
      background: url(../images/icon02.png);
      background-size: cover; }
    html:lang(en-SG) #main-power .pics3 a:hover, html:lang(en-MY) #main-power .pics3 a:hover, html:lang(en-PH) #main-power .pics3 a:hover, html:lang(en-HK) #main-power .pics3 a:hover,
    html:lang(id-ID) #main-power .pics3 a:hover,
    html:lang(ko-KR) #main-power .pics3 a:hover,
    html:lang(vi-VN) #main-power .pics3 a:hover,
    html:lang(th-TH) #main-power .pics3 a:hover {
      background: url(../images/icon03.png);
      background-size: cover; }
  html:lang(en-SG) #str3amup .flex-box .text, html:lang(en-MY) #str3amup .flex-box .text, html:lang(en-PH) #str3amup .flex-box .text, html:lang(en-HK) #str3amup .flex-box .text,
  html:lang(id-ID) #str3amup .flex-box .text,
  html:lang(ko-KR) #str3amup .flex-box .text,
  html:lang(vi-VN) #str3amup .flex-box .text,
  html:lang(th-TH) #str3amup .flex-box .text {
    padding: 2em 0;
    z-index: 1; }
  html:lang(en-SG) #battery .flex-box .text, html:lang(en-MY) #battery .flex-box .text, html:lang(en-PH) #battery .flex-box .text, html:lang(en-HK) #battery .flex-box .text,
  html:lang(id-ID) #battery .flex-box .text,
  html:lang(ko-KR) #battery .flex-box .text,
  html:lang(vi-VN) #battery .flex-box .text,
  html:lang(th-TH) #battery .flex-box .text {
    padding: 3rem 0;
    z-index: 1; }
  html:lang(en-SG) #battery .bg-image, html:lang(en-MY) #battery .bg-image, html:lang(en-PH) #battery .bg-image, html:lang(en-HK) #battery .bg-image,
  html:lang(id-ID) #battery .bg-image,
  html:lang(ko-KR) #battery .bg-image,
  html:lang(vi-VN) #battery .bg-image,
  html:lang(th-TH) #battery .bg-image {
    min-height: 320px; }
  html:lang(en-SG) #box .container, html:lang(en-MY) #box .container, html:lang(en-PH) #box .container, html:lang(en-HK) #box .container,
  html:lang(id-ID) #box .container,
  html:lang(ko-KR) #box .container,
  html:lang(vi-VN) #box .container,
  html:lang(th-TH) #box .container {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%); }
  html:lang(en-SG) #watchface, html:lang(en-MY) #watchface, html:lang(en-PH) #watchface, html:lang(en-HK) #watchface,
  html:lang(id-ID) #watchface,
  html:lang(ko-KR) #watchface,
  html:lang(vi-VN) #watchface,
  html:lang(th-TH) #watchface {
    height: 400vw; }
    html:lang(en-SG) #watchface .watchface-section p, html:lang(en-MY) #watchface .watchface-section p, html:lang(en-PH) #watchface .watchface-section p, html:lang(en-HK) #watchface .watchface-section p,
    html:lang(id-ID) #watchface .watchface-section p,
    html:lang(ko-KR) #watchface .watchface-section p,
    html:lang(vi-VN) #watchface .watchface-section p,
    html:lang(th-TH) #watchface .watchface-section p {
      color: #ffffff;
      display: block; }
    html:lang(en-SG) #watchface .watchface-section, html:lang(en-MY) #watchface .watchface-section, html:lang(en-PH) #watchface .watchface-section, html:lang(en-HK) #watchface .watchface-section,
    html:lang(id-ID) #watchface .watchface-section,
    html:lang(ko-KR) #watchface .watchface-section,
    html:lang(vi-VN) #watchface .watchface-section,
    html:lang(th-TH) #watchface .watchface-section {
      width: 100%; }
    html:lang(en-SG) #watchface .watchface-container, html:lang(en-MY) #watchface .watchface-container, html:lang(en-PH) #watchface .watchface-container, html:lang(en-HK) #watchface .watchface-container,
    html:lang(id-ID) #watchface .watchface-container,
    html:lang(ko-KR) #watchface .watchface-container,
    html:lang(vi-VN) #watchface .watchface-container,
    html:lang(th-TH) #watchface .watchface-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 330vw; }
    html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
    html:lang(id-ID) #watchface .watchface-section img,
    html:lang(ko-KR) #watchface .watchface-section img,
    html:lang(vi-VN) #watchface .watchface-section img,
    html:lang(th-TH) #watchface .watchface-section img {
      top: 15vw; }
  html:lang(en-SG) #logout, html:lang(en-MY) #logout, html:lang(en-PH) #logout, html:lang(en-HK) #logout,
  html:lang(id-ID) #logout,
  html:lang(ko-KR) #logout,
  html:lang(vi-VN) #logout,
  html:lang(th-TH) #logout {
    height: 300vw; }
    html:lang(en-SG) #logout .two-feature, html:lang(en-MY) #logout .two-feature, html:lang(en-PH) #logout .two-feature, html:lang(en-HK) #logout .two-feature,
    html:lang(id-ID) #logout .two-feature,
    html:lang(ko-KR) #logout .two-feature,
    html:lang(vi-VN) #logout .two-feature,
    html:lang(th-TH) #logout .two-feature {
      height: 250vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  html:lang(en-SG) .tabs ul li label, html:lang(en-MY) .tabs ul li label, html:lang(en-PH) .tabs ul li label, html:lang(en-HK) .tabs ul li label,
  html:lang(id-ID) .tabs ul li label,
  html:lang(ko-KR) .tabs ul li label,
  html:lang(vi-VN) .tabs ul li label,
  html:lang(th-TH) .tabs ul li label {
    font-weight: bold;
    font-size: 15px;
    color: #ffffff;
    overflow: hidden;
    -o-text-overflow: ellipsis;
    text-overflow: ellipsis;
    display: block;
    cursor: pointer;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    transition: all 0.2s ease-in-out;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none; }
  html:lang(en-SG) #keyvisual .container p, html:lang(en-MY) #keyvisual .container p, html:lang(en-PH) #keyvisual .container p, html:lang(en-HK) #keyvisual .container p,
  html:lang(id-ID) #keyvisual .container p,
  html:lang(ko-KR) #keyvisual .container p,
  html:lang(vi-VN) #keyvisual .container p,
  html:lang(th-TH) #keyvisual .container p {
    font-size: 1em !important;
    color: #fff;
    width: 90%; }
  html:lang(en-SG) #abc, html:lang(en-MY) #abc, html:lang(en-PH) #abc, html:lang(en-HK) #abc,
  html:lang(id-ID) #abc,
  html:lang(ko-KR) #abc,
  html:lang(vi-VN) #abc,
  html:lang(th-TH) #abc {
    height: 160vw; }
  html:lang(en-SG) #mutisport .container, html:lang(en-MY) #mutisport .container, html:lang(en-PH) #mutisport .container, html:lang(en-HK) #mutisport .container,
  html:lang(id-ID) #mutisport .container,
  html:lang(ko-KR) #mutisport .container,
  html:lang(vi-VN) #mutisport .container,
  html:lang(th-TH) #mutisport .container {
    left: 50%; }
  html:lang(ko-KR) #battery .btext span {
    font-size: 4rem;
    /* padding-top: 30px; */
    margin-right: 5px;
    color: #6dcff6; }
  html:lang(ko-KR) #abc {
    height: 170vw; }
    html:lang(ko-KR) #abc .mini-mini-con {
      margin-top: 10px;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
      html:lang(ko-KR) #abc .mini-mini-con > div {
        margin: 10px 0; }
    html:lang(ko-KR) #abc .abc-pic {
      width: 100%; }
  html:lang(ko-KR) #logout {
    height: 300vw; }
    html:lang(ko-KR) #logout .two-feature {
      height: 250vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  html:lang(vi-VN) #watchface, html:lang(th-TH) #watchface {
    height: 450vw; }
  html:lang(vi-VN) #watchface .watchface-container, html:lang(th-TH) #watchface .watchface-container {
    height: 360vw; }
  html:lang(vi-VN) #watchface .watchface-section img, html:lang(th-TH) #watchface .watchface-section img {
    top: 30vw; } }

@media (max-width: 375px) {
  #battery .btext span {
    font-size: 3rem;
    margin-right: 10px; }
  #box {
    height: 120vw; }
  #watchface {
    height: 369vw; }
  .tabs ul li label {
    font-weight: bold;
    font-size: 1em; }
  html:lang(en-SG) #main-power, html:lang(en-MY) #main-power, html:lang(en-PH) #main-power, html:lang(en-HK) #main-power,
  html:lang(id-ID) #main-power,
  html:lang(ko-KR) #main-power,
  html:lang(vi-VN) #main-power,
  html:lang(th-TH) #main-power {
    height: 240vw; }
    html:lang(en-SG) #main-power .container, html:lang(en-MY) #main-power .container, html:lang(en-PH) #main-power .container, html:lang(en-HK) #main-power .container,
    html:lang(id-ID) #main-power .container,
    html:lang(ko-KR) #main-power .container,
    html:lang(vi-VN) #main-power .container,
    html:lang(th-TH) #main-power .container {
      width: 100% !important; }
    html:lang(en-SG) #main-power .video_bc, html:lang(en-MY) #main-power .video_bc, html:lang(en-PH) #main-power .video_bc, html:lang(en-HK) #main-power .video_bc,
    html:lang(id-ID) #main-power .video_bc,
    html:lang(ko-KR) #main-power .video_bc,
    html:lang(vi-VN) #main-power .video_bc,
    html:lang(th-TH) #main-power .video_bc {
      height: 240vw; }
    html:lang(en-SG) #main-power video, html:lang(en-MY) #main-power video, html:lang(en-PH) #main-power video, html:lang(en-HK) #main-power video,
    html:lang(id-ID) #main-power video,
    html:lang(ko-KR) #main-power video,
    html:lang(vi-VN) #main-power video,
    html:lang(th-TH) #main-power video {
      left: 50%;
      width: 350vw;
      top: 50%; }
  html:lang(en-SG) #logout, html:lang(en-MY) #logout, html:lang(en-PH) #logout, html:lang(en-HK) #logout,
  html:lang(id-ID) #logout,
  html:lang(ko-KR) #logout,
  html:lang(vi-VN) #logout,
  html:lang(th-TH) #logout {
    height: 350vw;
    background-position: left top;
    background-size: 200%; }
    html:lang(en-SG) #logout .two-feature, html:lang(en-MY) #logout .two-feature, html:lang(en-PH) #logout .two-feature, html:lang(en-HK) #logout .two-feature,
    html:lang(id-ID) #logout .two-feature,
    html:lang(ko-KR) #logout .two-feature,
    html:lang(vi-VN) #logout .two-feature,
    html:lang(th-TH) #logout .two-feature {
      height: 250vw;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column; }
  html:lang(en-SG) #abc, html:lang(en-MY) #abc, html:lang(en-PH) #abc, html:lang(en-HK) #abc,
  html:lang(id-ID) #abc,
  html:lang(ko-KR) #abc,
  html:lang(vi-VN) #abc,
  html:lang(th-TH) #abc {
    height: 200vw; }
  html:lang(en-SG) #watchface .watchface-container, html:lang(en-MY) #watchface .watchface-container, html:lang(en-PH) #watchface .watchface-container, html:lang(en-HK) #watchface .watchface-container,
  html:lang(id-ID) #watchface .watchface-container,
  html:lang(ko-KR) #watchface .watchface-container,
  html:lang(vi-VN) #watchface .watchface-container,
  html:lang(th-TH) #watchface .watchface-container {
    height: 380vw; }
  html:lang(en-SG) #watchface .watchface-section img, html:lang(en-MY) #watchface .watchface-section img, html:lang(en-PH) #watchface .watchface-section img, html:lang(en-HK) #watchface .watchface-section img,
  html:lang(id-ID) #watchface .watchface-section img,
  html:lang(ko-KR) #watchface .watchface-section img,
  html:lang(vi-VN) #watchface .watchface-section img,
  html:lang(th-TH) #watchface .watchface-section img {
    top: 30vw; }
  html:lang(vi-VN) #watchface, html:lang(th-TH) #watchface {
    height: 470vw; }
  html:lang(vi-VN) #watchface .watchface-container, html:lang(th-TH) #watchface .watchface-container {
    height: 360vw; }
  html:lang(vi-VN) #watchface .watchface-section img, html:lang(th-TH) #watchface .watchface-section img {
    top: 36vw; } }

@media (max-width: 360px) {
  #main-power {
    height: 220vw; }
    #main-power .tooltip-container {
      display: block;
      margin: 20px 0 0 0; }
    #main-power .pics::after, #main-power .pics2::after, #main-power .pics3::after {
      display: none; }
    #main-power .pics, #main-power .pics2, #main-power .pics3 {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex; }
      #main-power .pics p, #main-power .pics2 p, #main-power .pics3 p {
        text-align: left;
        padding: 20px 0 20px 20px;
        width: 200px; }
      #main-power .pics p span, #main-power .pics2 p span, #main-power .pics3 p span {
        font-size: 20px; }
      #main-power .pics a, #main-power .pics2 a, #main-power .pics3 a {
        display: block;
        font-size: 0;
        height: auto;
        width: 110px;
        background-size: cover;
        background-repeat: no-repeat;
        background-position: center; }
    #main-power video {
      left: 50%;
      width: 340vw;
      top: 50%; }
    #main-power .video_bc {
      height: 220vw; }
    #main-power .video_bc:after {
      height: 300vw; }
  #watchface {
    height: 380vw; }
    #watchface .watchface-container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
      -ms-flex-direction: column;
      flex-direction: column;
      height: 320vw; }
  html:lang(en-SG) .text:not(td) h2, html:lang(en-MY) .text:not(td) h2, html:lang(en-PH) .text:not(td) h2, html:lang(en-HK) .text:not(td) h2,
  html:lang(id-ID) .text:not(td) h2,
  html:lang(ko-KR) .text:not(td) h2,
  html:lang(vi-VN) .text:not(td) h2, html:lang(th-TH) .text:not(td) h2 {
    font-size: 36px;
    line-height: 1.2 !important; } }

.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both; }

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

@keyframes fadeIn {
  0% {
    opacity: 0; }
  to {
    opacity: 1; } }

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn; }

@-webkit-keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

@keyframes shake {
  0%,
  to {
    -webkit-transform: translateZ(0);
    transform: translateZ(0); }
  50% {
    -webkit-transform: translate3d(0, 30px, 0);
    transform: translate3d(0, 30px, 0); }
  100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); } }

.shake {
  -webkit-animation-name: shake;
  animation-name: shake; }

/* 飄飄動畫部分 */
.white {
  height: 100vh;
  display: block !important; }
  .white:before {
    z-index: 1000;
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    height: 60vh; }
  .white:after {
    z-index: 1000;
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    height: 20vh; }
