@import url(../lib/swiper/swiper-bundle.min.css);
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
#special-sectionOverview {
  margin-bottom: 100px; }

.width-line-gray {
  background: none; }

/* ---------- RESET ---------- */
#hd {
  font-family: "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #f0f0f0;
  color: #000;
  font-size: 16px;
  margin: 0;
  padding: 0;
  /* ---------- SCREEN READER ---------- */ }
  #hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word; }
    #hd * ::selection {
      background: #45d0cb;
      color: black;
      -webkit-text-fill-color: black; }
    #hd * ::-moz-selection {
      background: #45d0cb;
      color: black; }
    #hd * :focus-visible {
      outline: 2px solid #45d0cb; }
  #hd ul,
  #hd li,
  #hd figure {
    margin: 0;
    padding: 0; }
  #hd h1,
  #hd h2,
  #hd h3,
  #hd h4,
  #hd p,
  #hd a,
  #hd li {
    font: inherit;
    padding: 0;
    margin: 0; }
  #hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto; }
    #hd img.lazyload {
      opacity: 0;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      #hd img.lazyload.lazyloaded {
        height: auto;
        opacity: 1; }
  #hd video {
    max-width: 100%; }
  #hd button {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none; }
  #hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes rotateContent {
  0%, 25% {
    opacity: 1; }
  26%, 100% {
    opacity: 0; } }
@-moz-keyframes rotateContent {
  0%, 25% {
    opacity: 1; }
  26%, 100% {
    opacity: 0; } }
@-ms-keyframes rotateContent {
  0%, 25% {
    opacity: 1; }
  26%, 100% {
    opacity: 0; } }
@-o-keyframes rotateContent {
  0%, 25% {
    opacity: 1; }
  26%, 100% {
    opacity: 0; } }
@keyframes rotateContent {
  0%, 25% {
    opacity: 1; }
  26%, 100% {
    opacity: 0; } }
#hd .hd-btn {
  display: inline-block;
  font-family: "TTNormsProLight", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: 400;
  font-size: 1.125em;
  letter-spacing: .018em;
  line-height: 1;
  color: white;
  padding: .6em 1.5em;
  border-radius: 10px;
  text-align: center;
  margin: 0;
  position: relative;
  z-index: 2;
  cursor: pointer;
  -moz-transition: background 0.4s ease, transform 0.25s ease;
  -o-transition: background 0.4s ease, transform 0.25s ease;
  -webkit-transition: background 0.4s ease, transform 0.25s ease;
  transition: background 0.4s ease, transform 0.25s ease; }
  #hd .hd-btn:active {
    color: #d6d6d6; }

@media screen and (max-width: 1024px) {
  #hd .hd-btn {
    padding-inline: 1.25em; } }
@media screen and (max-width: 768px) {
  #hd .hd-btn {
    border-radius: 8px; } }
#hd .bg-white {
  background: white; }
#hd .bg-light {
  background: #f0f0f0; }
#hd .bg-grey {
  background: #2b2b2b; }
#hd .bg-dark {
  background: #051124; }
#hd .bg-black {
  background: black; }
#hd .bg-primary {
  background: #2a439f; }
#hd .bg-dark {
  background: #4f4f4f; }

#hd {
  font-size: 16px;
  font-stretch: normal; }
  #hd h2,
  #hd .h2 {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.5em;
    font-weight: 400;
    letter-spacing: -.018em;
    line-height: 1.125;
    color: #000;
    margin-bottom: .125em;
    word-break: normal;
    word-wrap: normal; }
    #hd h2.txt-smaller,
    #hd .h2.txt-smaller {
      font-size: 2.75em; }
    #hd h2 .txt-larger,
    #hd .h2 .txt-larger {
      font-size: 1.85em; }
  #hd h3,
  #hd .h3 {
    font-family: "TTNormsProMedium", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.018em;
    line-height: 1.3;
    color: #000;
    margin-bottom: .25em; }
  #hd h4,
  #hd .h4 {
    font-family: "TTNormsProMedium", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: .018em;
    line-height: 1.3;
    color: #000;
    margin-bottom: .75em; }
  #hd h5 {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #000; }
  #hd h6 {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
    color: #000; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd p {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0; }
    #hd p.color-primary {
      font-weight: 400; }
    #hd p small {
      font-size: 0.875rem;
      line-height: 1.4;
      letter-spacing: .018em; }
  #hd b {
    font-weight: bold; }
  #hd small {
    font-size: .875em;
    letter-spacing: 0; }
  #hd .align-center {
    text-align: center; }
  #hd .align-left {
    text-align: left; }
  #hd .align-right {
    text-align: right; }
  #hd .align-italic {
    font-style: italic; }
  #hd a.txt-link {
    font: inherit;
    font-weight: 400;
    text-decoration: underline; }
    #hd a.txt-link:hover {
      color: #000; }
  #hd .nobr {
    white-space: nowrap; }
  #hd .hd-uppercase {
    text-transform: uppercase; }
  #hd .hd-underline {
    text-decoration: underline; }
  #hd .color-primary {
    color: #45d0cb !important; }
  #hd .color-primary-dark {
    color: #007975 !important; }
  #hd .color-grey {
    color: #111 !important; }
  #hd .color-txt-light {
    color: #000 !important; }
  #hd .color-white {
    color: white !important; }
  #hd .color-cyan {
    color: #5cfff9 !important; }
  #hd .color-dark-grey {
    color: #393839 !important; }
  #hd .color-light-grey {
    color: #d6d6d6 !important; }
  #hd .color-gradient {
    display: inline-block;
    color: #45d0cb !important;
    background-color: #007975;
    background-image: -moz-linear-gradient(135deg, #007975, #00454f);
    background-image: -webkit-linear-gradient(135deg, #007975, #00454f);
    background-image: linear-gradient(135deg, #007975, #00454f);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #hd .color-gradient-h {
    display: inline-block;
    color: #45d0cb !important;
    background-color: #d3f9b5;
    background-image: -moz-linear-gradient(90deg, #d3f9b5, #39d7ec);
    background-image: -webkit-linear-gradient(90deg, #d3f9b5, #39d7ec);
    background-image: linear-gradient(90deg, #d3f9b5, #39d7ec);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #hd .color-gradient-v {
    display: inline-block;
    color: #45d0cb !important;
    background-color: #2e98a6;
    background-image: -moz-linear-gradient(180deg, #2e98a6, #17c1b9, #2e98a6);
    background-image: -webkit-linear-gradient(180deg, #2e98a6, #17c1b9, #2e98a6);
    background-image: linear-gradient(180deg, #2e98a6, #17c1b9, #2e98a6);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0); }
  #hd .font-title-primary {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif !important; }
  #hd .font-primary-medium {
    font-family: "TTNormsProMedium", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }

@media screen and (min-width: 2560px) {
  #hd {
    font-size: 20px; } }
@media screen and (min-width: 3000px) {
  #hd {
    font-size: 28px; } }
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em; }
    #hd h2.txt-smaller,
    #hd .h2.txt-smaller {
      font-size: 1.875em; }
    #hd h2 .txt-larger,
    #hd .h2 .txt-larger {
      font-size: 1.75em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em; } }
@media screen and (max-width: 768px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.5em; }
    #hd h2 .txt-larger,
    #hd .h2 .txt-larger {
      font-size: 1.5em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em; } }
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 1.75em; }
    #hd h2.txt-smaller,
    #hd .h2.txt-smaller {
      font-size: 1.5em; }
    #hd h2 .txt-larger,
    #hd .h2 .txt-larger {
      font-size: 1.125em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.25em; } }
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative; }
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative; }
#hd .hd-w900 {
  max-width: 920px; }
#hd .hd-w1000 {
  max-width: 1000px; }
#hd .hd-w1100 {
  max-width: 1100px; }
#hd .hd-w1300 {
  max-width: 1300px; }
#hd .hd-w1400 {
  max-width: 1460px; }
#hd .hd-mw1000 {
  max-width: 1000px; }
#hd .hd-col20 {
  width: 20%; }
#hd .hd-col25 {
  width: 25%; }
#hd .hd-col30 {
  width: 30%; }
#hd .hd-col33 {
  width: 33.3333%; }
#hd .hd-col35 {
  width: 35%; }
#hd .hd-col40 {
  width: 40%; }
#hd .hd-col45 {
  width: 45%; }
#hd .hd-col50 {
  width: 50%; }
#hd .hd-col55 {
  width: 55%; }
#hd .hd-col60 {
  width: 60%; }
#hd .hd-col65 {
  width: 65%; }
#hd .hd-col66 {
  width: 66.6666%; }
#hd .hd-col70 {
  width: 70%; }
#hd .hd-col75 {
  width: 75%; }
#hd .hd-col80 {
  width: 80%; }
#hd .hd-col100 {
  width: 100%; }
#hd .ib-top {
  display: inline-block;
  vertical-align: top; }
#hd .ib-bottom {
  display: inline-block;
  vertical-align: bottom; }
#hd .flex-wrap {
  display: flex;
  flex-wrap: wrap; }
#hd .flex-nowrap {
  display: flex;
  flex-wrap: nowrap; }
#hd .align-items-center {
  align-items: center; }
#hd .align-items-start {
  align-items: flex-start; }
#hd .align-items-end {
  align-items: flex-end; }
#hd .justify-content-center {
  justify-content: center; }
#hd .justify-content-start {
  justify-content: flex-start; }
#hd .justify-content-end {
  justify-content: flex-end; }
#hd .justify-content-between {
  justify-content: space-between; }
#hd .justify-content-around {
  justify-content: space-around; }
#hd .flex-row-reverse {
  flex-direction: row-reverse; }
#hd .hd-d-none {
  display: none !important; }
#hd .hd-d-block {
  display: block !important; }
#hd .hd-d-ib {
  display: inline-block !important; }
#hd .ml-auto {
  margin-left: auto; }
#hd .mr-auto {
  margin-right: auto; }
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 2560px) {
  #hd .hd-mw1000 {
    max-width: 1380px; }
  #hd .hd-w900 {
    max-width: 1000px; }
  #hd .hd-w1000 {
    max-width: 1380px; }
  #hd .hd-w1100 {
    max-width: 1400px; }
  #hd .hd-w1200 {
    max-width: 1400px; }
  #hd .hd-w1300 {
    max-width: 1550px; }
  #hd .hd-w1400 {
    max-width: 2000px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-mw1000 {
    max-width: 1800px; }
  #hd .hd-w900 {
    max-width: 1400px; }
  #hd .hd-w1000 {
    max-width: 1800px; }
  #hd .hd-w1100 {
    max-width: 2300px; }
  #hd .hd-w1200 {
    max-width: 2300px; }
  #hd .hd-w1300 {
    max-width: 2500px; }
  #hd .hd-w1400 {
    max-width: 2700px; } }
@media screen and (max-width: 1440px) {
  #hd .hd-w1400 {
    width: 90%; } }
@media screen and (max-width: 1280px) {
  #hd .hd-d-1280-none {
    display: none !important; }

  #hd .hd-d-1280-block {
    display: block !important; } }
@media screen and (max-width: 1024px) {
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1300,
  #hd .hd-w1400 {
    width: 90%; } }
@media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 1023px) {
  #hd .hd-d-mobile-none {
    display: none !important; }

  #hd .hd-d-mobile-block {
    display: block !important; } }
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none !important; }

  #hd .hd-d-1023-block {
    display: block !important; }

  #hd .hd-d-1023-inline-block {
    display: inline-block !important; } }
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none !important; }

  #hd .hd-d-768-block {
    display: block !important; }

  #hd .hd-d-768-inline-block {
    display: inline-block !important; }

  #hd .hd-d-768-flex {
    display: flex !important; } }
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none !important; }

  #hd .hd-d-620-block {
    display: block !important; } }
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none !important; }

  #hd .hd-d-480-block {
    display: block !important; } }
#hd .hd-lightbox {
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11; }
  #hd .hd-lightbox.hd-active {
    display: flex;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.4s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.4s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.4s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.4s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }
  #hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    padding: 100px 3em 20px;
    background: rgba(0, 0, 0, 0.7);
    position: absolute;
    top: 0;
    left: 0;
    overflow-x: hidden;
    overflow-y: auto; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar {
      width: 4px; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-track {
      background: transparent; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb {
      background: #111; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
      background: #45d0cb; }
  #hd .hd-lightbox .hd-box {
    width: 90%;
    max-width: 920px;
    position: relative;
    margin: 0 auto;
    z-index: 2; }
    #hd .hd-lightbox .hd-box iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    #hd .hd-lightbox .hd-box h2 {
      margin-bottom: .25em; }
  #hd .hd-lightbox.type-img .vid-container {
    height: auto;
    padding-bottom: 0; }
  #hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden; }
    #hd .hd-lightbox .vid-container iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #hd .hd-lightbox .hd-close {
    font-size: 1em;
    width: 44px;
    height: 44px;
    position: absolute;
    bottom: 100%;
    right: 0;
    margin: .75em;
    pointer-events: all;
    cursor: pointer; }
    #hd .hd-lightbox .hd-close:before, #hd .hd-lightbox .hd-close:after {
      content: '';
      display: block;
      width: 2.25em;
      height: 3px;
      border-radius: 2px;
      background: white;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto;
      -moz-transition: all 0.4s ease;
      -o-transition: all 0.4s ease;
      -webkit-transition: all 0.4s ease;
      transition: all 0.4s ease; }
    #hd .hd-lightbox .hd-close:before {
      -moz-transform: translate(0, 0) rotate(-45deg);
      -o-transform: translate(0, 0) rotate(-45deg);
      -ms-transform: translate(0, 0) rotate(-45deg);
      -webkit-transform: translate(0, 0) rotate(-45deg);
      transform: translate(0, 0) rotate(-45deg); }
    #hd .hd-lightbox .hd-close:after {
      -moz-transform: translate(0, 0) rotate(45deg);
      -o-transform: translate(0, 0) rotate(45deg);
      -ms-transform: translate(0, 0) rotate(45deg);
      -webkit-transform: translate(0, 0) rotate(45deg);
      transform: translate(0, 0) rotate(45deg); }
    #hd .hd-lightbox .hd-close:hover:before, #hd .hd-lightbox .hd-close:hover:after {
      background: #45d0cb; }

@media screen and (min-width: 2560px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1020px; } }
@media screen and (min-width: 3000px) {
  #hd .hd-lightbox .hd-box {
    max-width: 1400px; } }
@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em 20px; } }
@media screen and (max-width: 768px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px 2em; }
  #hd .hd-lightbox .hd-box {
    width: 100%; }
    #hd .hd-lightbox .hd-box iframe {
      width: 100%; } }
@media screen and (max-width: 480px) {
  #hd .hd-lightbox .hd-filter {
    padding: 50px .5em; }
  #hd .hd-lightbox .hd-box {
    padding: 0; } }
#hd .hd-nav {
  position: fixed;
  z-index: 10;
  top: 50%;
  opacity: 1;
  z-index: 10;
  -moz-transform: translate3d(0, -50%, 0);
  -o-transform: translate3d(0, -50%, 0);
  -ms-transform: translate3d(0, -50%, 0);
  -webkit-transform: translate3d(0, -50%, 0);
  transform: translate3d(0, -50%, 0);
  -moz-transition: transform 0.6s, opacity 0.4s;
  -o-transition: transform 0.6s, opacity 0.4s;
  -webkit-transition: transform 0.6s, opacity 0.4s;
  transition: transform 0.6s, opacity 0.4s; }
  #hd .hd-nav.left {
    left: 20px; }
  #hd .hd-nav.right {
    right: 20px; }
  #hd .hd-nav.is-hidden:not(:focus-within) {
    -moz-transform: translate3d(100%, -50%, 0);
    -o-transform: translate3d(100%, -50%, 0);
    -ms-transform: translate3d(100%, -50%, 0);
    -webkit-transform: translate3d(100%, -50%, 0);
    transform: translate3d(100%, -50%, 0);
    opacity: 0; }
  #hd .hd-nav ul {
    margin: 0;
    padding: 0; }
    #hd .hd-nav ul li {
      display: block;
      margin: 12px 0;
      position: relative; }
      #hd .hd-nav ul li a {
        display: block;
        z-index: 1;
        cursor: pointer;
        text-decoration: none;
        padding: 12px; }
        #hd .hd-nav ul li a span {
          display: block;
          height: 10px;
          width: 10px;
          border-radius: 5px;
          border: 1px solid #45d0cb;
          background: #000;
          z-index: 1;
          -moz-transition: height 0.1s ease-in-out;
          -o-transition: height 0.1s ease-in-out;
          -webkit-transition: height 0.1s ease-in-out;
          transition: height 0.1s ease-in-out; }
        #hd .hd-nav ul li a:hover span, #hd .hd-nav ul li a:focus-visible span {
          background: #45d0cb; }
        #hd .hd-nav ul li a:hover .hd-tooltip, #hd .hd-nav ul li a:focus-visible .hd-tooltip {
          opacity: 1;
          pointer-events: all; }
        #hd .hd-nav ul li a.is-current span {
          height: 30px;
          background: #45d0cb; }
      #hd .hd-nav ul li .hd-tooltip {
        height: 1.5em;
        line-height: 1.5;
        font-size: .75em;
        font-family: "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
        font-weight: 500;
        white-space: nowrap;
        text-transform: uppercase;
        max-width: 17em;
        color: black;
        overflow: hidden;
        display: block;
        margin: auto 0;
        background: rgba(255, 255, 255, 0.5);
        padding: 0 1em;
        border-radius: 4px;
        position: absolute;
        top: .5em;
        bottom: 0;
        opacity: 0;
        pointer-events: none; }
        #hd .hd-nav ul li .hd-tooltip.right {
          right: 20px; }
        #hd .hd-nav ul li .hd-tooltip .left {
          left: 20px; }
  #hd .hd-nav.fp-show-active a.is-current .hd-tooltip {
    color: white;
    -webkit-transition: white .2s ease-in;
    transition: white .2s ease-in;
    width: auto; }
#hd .scroll-up {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border: 2px solid #45d0cb;
  opacity: 0;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  #hd .scroll-up.hd-show {
    opacity: 1; }
  #hd .scroll-up svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #45d0cb;
    -webkit-transform: rotateZ(270deg);
    -moz-transform: rotateZ(270deg);
    -ms-transform: rotateZ(270deg);
    -o-transform: rotateZ(270deg);
    transform: rotateZ(270deg); }
  #hd .scroll-up:hover {
    background-color: #45d0cb; }
    #hd .scroll-up:hover svg {
      fill: white; }

@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none; }
    #hd .hd-nav ul li .hd-tooltip {
      display: none; } }
@media screen and (max-width: 480px) {
  #hd .scroll-up {
    bottom: 15px;
    right: 15px; } }
#hd .list-feature {
  width: 100%;
  display: flex;
  text-align: center; }
  #hd .list-feature li {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    letter-spacing: .04em;
    margin-bottom: 1em;
    margin-right: 10%; }
    #hd .list-feature li:last-child {
      margin-right: 0; }
  #hd .list-feature strong {
    display: block;
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.4em;
    font-weight: normal;
    line-height: 1;
    letter-spacing: -.018em;
    color: #45d0cb !important;
    margin: 0; }
#hd .list-disc > li {
  line-height: 1.5;
  position: relative;
  padding-left: .75em;
  margin-bottom: .125em; }
  #hd .list-disc > li:before {
    content: '';
    display: block;
    width: .25em;
    height: .25em;
    border-radius: 50%;
    background: white;
    position: absolute;
    top: .6em;
    left: 0; }
#hd .list-decimal {
  padding-left: 2em; }
  #hd .list-decimal > li {
    line-height: 1.5;
    position: relative;
    margin-bottom: .125em;
    list-style-type: decimal;
    list-style-position: outside; }
  #hd .list-decimal sup {
    display: inline-block;
    margin-top: -0.5em; }
#hd .list-upperAlpha {
  padding-left: 2em; }
  #hd .list-upperAlpha > li {
    line-height: 1.5;
    position: relative;
    margin-bottom: .125em;
    list-style-type: upper-alpha;
    list-style-position: outside; }
#hd .list-square > li {
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  padding-left: 1em;
  margin-bottom: .25em; }
  #hd .list-square > li:before {
    content: '';
    display: block;
    width: .25em;
    height: .25em;
    background: white;
    position: absolute;
    top: .55em;
    left: 0; }
#hd .list-square sup {
  display: inline-block;
  margin-top: -0.25em; }

@media screen and (max-width: 1440px) {
  #hd .list-feature li {
    margin-bottom: 2em; } }
@media screen and (max-width: 768px) {
  #hd .list-feature li {
    font-size: 1em; } }
@media screen and (max-width: 480px) {
  #hd .list-feature li {
    font-size: .9em;
    padding: 0 .25em;
    margin-right: 5%; }
  #hd .list-feature strong {
    font-size: 1.25em; } }
#hd .gif-container {
  position: relative; }
  #hd .gif-container img.hd-d-none {
    position: absolute !important;
    top: 0;
    left: 0; }
  #hd .gif-container .vid-control img {
    margin: auto !important; }
  #hd .gif-container.is-reduced-motion img.hd-d-none {
    display: block !important; }
#hd .vid-container {
  width: 100%;
  height: 0;
  padding-bottom: 56.25%;
  position: relative;
  overflow: hidden; }
  #hd .vid-container video,
  #hd .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover; }
#hd .vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  z-index: 3;
  pointer-events: all;
  cursor: pointer;
  position: absolute; }
  #hd .vid-control svg,
  #hd .vid-control img {
    width: 80%;
    height: 80%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .vid-control .play {
    display: none; }
  #hd .vid-control.hd-active .play {
    display: block; }
  #hd .vid-control.hd-active .pause {
    display: none; }

@media screen and (min-width: 2560px) {
  #hd .vid-control svg,
  #hd .vid-control img {
    max-width: 42px !important;
    max-height: 42px !important; } }
@media screen and (max-width: 1280px) {
  #hd .vid-control {
    width: 44px;
    height: 44px; } }
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0; } }
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 3.875em;
  height: 3.875em;
  margin: 0 1.5em 3em;
  border-radius: 50%;
  background: url(../img/arrow-right.svg);
  background-size: contain;
  position: absolute;
  top: auto;
  left: auto;
  right: 0;
  margin: .5em 3.5em .5em .5em;
  opacity: .7;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    display: none; }
  #hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible,
  #hd .swiper-button-next:hover,
  #hd .swiper-button-next:focus-visible {
    opacity: 1; }
  #hd .swiper-button-prev:active,
  #hd .swiper-button-next:active {
    opacity: .9; }
  #hd .swiper-button-prev.swiper-button-disabled,
  #hd .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none; }
#hd .swiper-button-prev {
  left: auto;
  right: 100%;
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg); }
#hd .swiper-button-next {
  right: auto;
  left: 100%; }
#hd .swiper-pagination,
#hd .swiper-pagination-bullets {
  width: auto;
  bottom: 0;
  position: relative; }
#hd .swiper-pagination-bullets {
  display: flex;
  align-items: center; }
#hd .swiper-pagination-bullet {
  width: .7em;
  height: .7em;
  border-radius: .5em;
  margin: .3em;
  background: #111;
  opacity: 1;
  position: relative;
  overflow: hidden; }
  #hd .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: #0661ff;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 1.75em; }
    #hd .swiper-pagination-bullet.swiper-pagination-bullet-active:before {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 6s;
      -webkit-animation-name: slideProgress;
      -webkit-animation-timing-function: linear;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 6s;
      -moz-animation-name: slideProgress;
      -moz-animation-timing-function: linear;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0s;
      -o-animation-duration: 6s;
      -o-animation-name: slideProgress;
      -o-animation-timing-function: linear;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0s;
      animation-duration: 6s;
      animation-name: slideProgress;
      animation-timing-function: linear;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
  #hd .swiper-pagination-bullet.swiper-paused:before {
    animation-play-state: paused !important; }
#hd .swiper-pagination-wrapper {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  justify-content: center;
  margin: 1.5em 0 1em; }
#hd .swiper-pause-btn {
  flex-shrink: 0;
  width: 3em;
  height: 3em;
  background: center no-repeat;
  background-size: contain;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  overflow: hidden; }
  #hd .swiper-pause-btn img {
    width: 70%;
    height: 70%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .swiper-pause-btn .play {
    display: none; }
  #hd .swiper-pause-btn:hover, #hd .swiper-pause-btn:focus-visible {
    opacity: 1; }
  #hd .swiper-pause-btn.is-active .play {
    display: block; }
  #hd .swiper-pause-btn.is-active .pause {
    display: none; }

@media screen and (max-width: 1280px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3em;
    height: 3em; } }
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.14em;
    height: 3.14em;
    margin: 0; }
  #hd .swiper-pagination-wrapper {
    margin: .5em 0; } }
@media screen and (max-width: 480px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    display: none; } }
#hd .filter-tab li {
  display: flex;
  justify-content: center;
  align-items: flex-end;
  width: 50%;
  font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.4em;
  font-weight: 500;
  padding: 1em .5em;
  position: relative;
  cursor: pointer; }
  #hd .filter-tab li:before {
    content: '';
    display: block;
    width: 100%;
    height: 6px;
    background: #45d0cb;
    position: absolute;
    bottom: -2px;
    left: 0;
    right: 0;
    margin: 0 auto;
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: transform 0.25s ease; }
  #hd .filter-tab li.hd-active {
    font-weight: 300;
    color: #45d0cb;
    cursor: default; }
    #hd .filter-tab li.hd-active:before {
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1); }
#hd .filter-tab h3 {
  font-size: 1em;
  color: inherit;
  margin-bottom: 0; }
#hd .tab-content > div {
  display: none; }
  #hd .tab-content > div.hd-active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@media screen and (min-width: 2560px) {
  #hd .filter-tab {
    max-width: 60em; }
    #hd .filter-tab li {
      font-size: 1.3em; } }
@media screen and (max-width: 768px) {
  #hd .filter-tab {
    margin-bottom: 2em; }
    #hd .filter-tab li {
      font-size: 1.1em; } }
@media screen and (max-width: 620px) {
  #hd .filter-tab {
    margin: 1em auto 2em; }
    #hd .filter-tab li {
      width: 100%;
      font-size: 1.1em;
      padding: .75em .5em; } }
#hd .sec-kv {
  font-size: 18px;
  position: relative;
  overflow: hidden; }
  #hd .sec-kv .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -10%; }
  #hd .sec-kv .hd-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2; }
  #hd .sec-kv .hd-content {
    width: 40%; }
  #hd .sec-kv p {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    letter-spacing: 0; }
  #hd .sec-kv .hd-title {
    color: #000;
    margin-bottom: 0.5em; }
  #hd .sec-kv h2 {
    font-size: 1.75em;
    line-height: 1.25;
    letter-spacing: .06em;
    white-space: nowrap;
    color: #000 !important;
    text-shadow: 0 0 2px #024c65, 0 0 3px white, 0 0 5px white;
    margin-bottom: 0; }
    #hd .sec-kv h2 span {
      padding-left: 70px;
      display: block;
      position: relative; }
      #hd .sec-kv h2 span:before {
        content: '';
        display: block;
        width: 70px;
        height: 70px;
        background: url(../img/kv/point.svg) 0 0 no-repeat;
        background-size: 92%;
        position: absolute;
        top: 0;
        left: 0;
        filter: drop-shadow(0 0 2px white); }
  #hd .sec-kv .hd-txt {
    font-size: 0.75em;
    color: #000;
    padding-left: 80px;
    margin-right: -80px; }
  #hd .sec-kv sub {
    font-size: 0.4em; }
  #hd .sec-kv .hd-note {
    font-size: 0.75em;
    margin-bottom: 20px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: 2; }

@media screen and (min-width: 2560px) {
  #hd .sec-kv {
    font-size: 24px; }
    #hd .sec-kv .hd-bg {
      width: 100%;
      margin: 0; } }
@media screen and (max-width: 1280px) {
  #hd .sec-kv .hd-bg {
    width: 140%;
    margin-left: -20%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-kv h2 {
    letter-spacing: .04em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-kv .hd-bg {
    width: 155%; }
  #hd .sec-kv .hd-content {
    width: 50%; }
  #hd .sec-kv h2 {
    font-weight: 1.5em;
    letter-spacing: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-kv {
    background: #f0f6f6;
    position: relative; }
    #hd .sec-kv .hd-bg {
      width: 180%;
      margin-left: -60%; }
    #hd .sec-kv .hd-bg-container {
      position: relative; }
      #hd .sec-kv .hd-bg-container:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 10%;
        position: absolute;
        bottom: 0;
        left: 0;
        background-color: rgba(240, 246, 246, 0);
        background-image: -moz-linear-gradient(180deg, rgba(240, 246, 246, 0), #f0f6f6);
        background-image: -webkit-linear-gradient(180deg, rgba(240, 246, 246, 0), #f0f6f6);
        background-image: linear-gradient(180deg, rgba(240, 246, 246, 0), #f0f6f6); }
    #hd .sec-kv .hd-container {
      align-items: center;
      padding: 40px 0;
      position: relative; }
    #hd .sec-kv .hd-content {
      width: auto; }
    #hd .sec-kv .hd-note {
      display: flex;
      justify-content: center;
      position: relative; } }
@media screen and (max-width: 620px) {
  #hd .sec-kv .hd-bg {
    width: 220%;
    margin-left: -85%;
    margin-bottom: -10%; }
  #hd .sec-kv h2 span {
    padding-left: 50px; }
    #hd .sec-kv h2 span:before {
      width: 50px;
      height: 50px; }
  #hd .sec-kv .hd-txt {
    padding-left: 50px;
    margin-right: -50px; } }
@media screen and (max-width: 480px) {
  #hd .sec-kv .hd-bg {
    width: 260%;
    margin-left: -110%; }
  #hd .sec-kv h2 {
    font-size: 1.6em; }
  #hd .sec-kv .hd-txt {
    padding-left: 0;
    margin-right: 0;
    margin-top: 20px; } }
@media screen and (max-width: 375px) {
  #hd .sec-kv h2 {
    font-size: 1.25em; }
    #hd .sec-kv h2 span {
      padding-left: 30px; }
      #hd .sec-kv h2 span:before {
        width: 30px;
        height: 30px; }
  #hd .sec-kv .hd-txt {
    margin-top: 10px; } }
#hd .sec-ksp {
  padding: 8% 0; }
  #hd .sec-ksp ul {
    display: grid;
    grid-template-columns: 1.4fr repeat(2, 1fr) 1.1fr;
    grid-template-rows: repeat(3, 1fr) 0.75fr;
    grid-column-gap: 10px;
    grid-row-gap: 10px; }
    #hd .sec-ksp ul > li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 2; }
    #hd .sec-ksp ul > li:nth-child(2) {
      grid-area: 1 / 2 / 2 / 3; }
    #hd .sec-ksp ul > li:nth-child(3) {
      grid-area: 1 / 3 / 2 / 4; }
    #hd .sec-ksp ul > li:nth-child(4) {
      grid-area: 1 / 4 / 2 / 5; }
    #hd .sec-ksp ul > li:nth-child(5) {
      grid-area: 2 / 1 / 5 / 2; }
    #hd .sec-ksp ul > li:nth-child(6) {
      grid-area: 2 / 2 / 4 / 4; }
    #hd .sec-ksp ul > li:nth-child(7) {
      grid-area: 2 / 4 / 3 / 5; }
    #hd .sec-ksp ul > li:nth-child(8) {
      grid-area: 3 / 4 / 4 / 5; }
    #hd .sec-ksp ul > li:nth-child(9) {
      grid-area: 4 / 4 / 5 / 5; }
    #hd .sec-ksp ul > li:nth-child(10) {
      grid-area: 4 / 2 / 5 / 3; }
    #hd .sec-ksp ul > li:nth-child(11) {
      grid-area: 4 / 3 / 5 / 4; }
    #hd .sec-ksp ul > li:nth-child(7) {
      margin-bottom: 7%; }
    #hd .sec-ksp ul > li:nth-child(8) {
      margin-top: -7%;
      margin-bottom: 7%; }
    #hd .sec-ksp ul > li:nth-child(9) {
      margin-top: -7%; }
  #hd .sec-ksp .hd-frame {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    background: white;
    padding: 1em .5em;
    border-radius: 16px;
    position: relative;
    overflow: hidden; }
    #hd .sec-ksp .hd-frame.flex-nowrap {
      flex-direction: row; }
  #hd .sec-ksp h3 {
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1em;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: 0;
    margin-bottom: .25em;
    position: relative;
    z-index: 2; }
    #hd .sec-ksp h3 .txt-larger {
      font-size: 1.125em; }
    #hd .sec-ksp h3 .txt-smaller {
      font-size: 0.9em; }
  #hd .sec-ksp p {
    font-size: .75rem;
    line-height: 1.25;
    letter-spacing: 0; }
  #hd .sec-ksp .frame-gps img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 35% center; }
  #hd .sec-ksp .frame-gps .hd-content {
    width: 45%;
    margin-left: auto;
    position: relative;
    z-index: 2; }
  #hd .sec-ksp .frame-icon-top img {
    width: 4.25em;
    margin-bottom: 0.25em; }
  #hd .sec-ksp .frame-icon-top p {
    margin-bottom: 0.75em; }
  #hd .sec-ksp .frame-finger img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 20% center; }
  #hd .sec-ksp .frame-finger .hd-content {
    width: 55%;
    margin-left: 0;
    margin-right: auto;
    position: relative;
    z-index: 2; }
  #hd .sec-ksp .frame-amoled img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center; }
  #hd .sec-ksp .frame-amoled .hd-content {
    position: absolute;
    left: 0;
    right: 0;
    z-index: 2; }
  #hd .sec-ksp .frame-amoled .hd-top {
    bottom: 75%; }
  #hd .sec-ksp .frame-amoled .hd-bottom {
    top: 77%; }
    #hd .sec-ksp .frame-amoled .hd-bottom strong {
      display: block;
      font-size: 1rem; }
  #hd .sec-ksp .frame-main img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: right top; }
  #hd .sec-ksp .frame-txt {
    padding-inline: 16px; }
    #hd .sec-ksp .frame-txt h3 {
      margin-bottom: 0.5em; }
  #hd .sec-ksp .frame-icons img {
    width: 4.5em;
    margin: 0 auto .5em; }
  #hd .sec-ksp .frame-icon-side img {
    width: 4.75em;
    margin: 0 auto; }
  #hd .sec-ksp .frame-icon-side .hd-content {
    width: 50%;
    padding-right: 5%; }

@media screen and (min-width: 2560px) {
  #hd .sec-ksp p {
    font-size: 1rem; } }
@media screen and (min-width: 3000px) {
  #hd .sec-ksp .hd-container {
    max-width: 1900px; }
  #hd .sec-ksp p {
    font-size: 1rem; } }
@media screen and (max-width: 1440px) {
  #hd .sec-ksp .hd-container {
    width: 85%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-ksp .hd-container {
    width: 90%; }
  #hd .sec-ksp .hd-frame {
    padding: .5em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-ksp .hd-frame {
    padding: .25em .5em; }
  #hd .sec-ksp .frame-icon-side img {
    width: 3.5em; }
  #hd .sec-ksp .frame-icon-side .hd-content {
    width: 60%; } }
@media screen and (max-width: 1023px) {
  #hd .sec-ksp ul {
    max-width: 500px;
    grid-template-columns: repeat(2, 1fr);
    grid-template-rows: 1.5fr 1fr 1.5fr 4.5fr 2.5fr .75fr 1fr .75fr .75fr; }
    #hd .sec-ksp ul > li:nth-child(1) {
      grid-area: 1 / 1 / 2 / 3; }
    #hd .sec-ksp ul > li:nth-child(2) {
      grid-area: 2 / 1 / 3 / 2; }
    #hd .sec-ksp ul > li:nth-child(3) {
      grid-area: 2 / 2 / 3 / 3; }
    #hd .sec-ksp ul > li:nth-child(4) {
      grid-area: 3 / 1 / 4 / 3; }
    #hd .sec-ksp ul > li:nth-child(5) {
      grid-area: 4 / 1 / 5 / 3; }
    #hd .sec-ksp ul > li:nth-child(6) {
      grid-area: 5 / 1 / 6 / 3; }
    #hd .sec-ksp ul > li:nth-child(7) {
      grid-area: 6 / 1 / 7 / 3; }
    #hd .sec-ksp ul > li:nth-child(8) {
      grid-area: 7 / 1 / 8 / 3; }
    #hd .sec-ksp ul > li:nth-child(9) {
      grid-area: 8 / 1 / 9 / 3; }
    #hd .sec-ksp ul > li:nth-child(10) {
      grid-area: 9 / 1 / 10 / 2; }
    #hd .sec-ksp ul > li:nth-child(11) {
      grid-area: 9 / 2 / 10 / 3; }
    #hd .sec-ksp ul > li:nth-child(n) {
      margin-top: 0;
      margin-bottom: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-ksp ul {
    grid-column-gap: 6px;
    grid-row-gap: 6px; }
  #hd .sec-ksp .hd-frame {
    border-radius: 12px; } }
@media screen and (max-width: 620px) {
  #hd .sec-ksp {
    padding: 60px 0; } }
@media screen and (max-width: 480px) {
  #hd .sec-ksp ul {
    grid-template-rows: 1.75fr 1.6fr 1.5fr 5fr auto 1.25fr 1.5fr 1.25fr 1.5fr; }
    #hd .sec-ksp ul > li:nth-child(6) .hd-frame {
      width: 100%;
      height: 0;
      padding-bottom: 68%;
      position: relative; }
  #hd .sec-ksp .frame-finger .hd-content {
    width: 45%;
    text-align: center; }
  #hd .sec-ksp .frame-amoled .hd-bottom {
    top: 80%; }
  #hd .sec-ksp .frame-icon-side {
    flex-direction: column !important; }
    #hd .sec-ksp .frame-icon-side img {
      margin: 0 auto .5em; }
    #hd .sec-ksp .frame-icon-side .hd-content {
      width: 100%; } }
@media screen and (max-width: 375px) {
  #hd .sec-ksp ul {
    grid-template-rows: 1.25fr 1.75fr 1.5fr 4fr auto 1.25fr 1.25fr 1.25fr 1.5fr; }
  #hd .sec-ksp .frame-icon-top img {
    width: 2.5em;
    margin-bottom: auto; }
  #hd .sec-ksp .frame-icon-top .hd-content {
    margin-bottom: auto; } }
#hd .sec-video {
  position: relative;
  overflow: hidden;
  margin-bottom: -1px; }
  #hd .sec-video .hd-container {
    position: relative; }
  #hd .sec-video .vid-control {
    width: 80px;
    height: 80px;
    right: 5%; }
  #hd .sec-video .btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 2em;
    z-index: 2; }
  #hd .sec-video .hd-btn {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.125em;
    letter-spacing: .05em;
    background: #000;
    border-radius: 2em;
    padding: .6em .6em .6em 1.25em;
    border: none;
    color: white;
    -moz-transition: background 0.25s;
    -o-transition: background 0.25s;
    -webkit-transition: background 0.25s;
    transition: background 0.25s; }
    #hd .sec-video .hd-btn span {
      display: inline-block;
      vertical-align: middle;
      width: 1.4em;
      height: 1.4em;
      border-radius: 1em;
      background: white;
      margin-left: 0.5em;
      margin-top: -.15em;
      position: relative; }
      #hd .sec-video .hd-btn span:after {
        content: '';
        display: block;
        width: 0;
        height: 0;
        border-style: solid;
        border-width: 5px 0 5px 8px;
        border-color: transparent transparent transparent #000000;
        position: absolute;
        top: 0;
        right: 0;
        bottom: 0;
        left: 2px;
        margin: auto; }
    #hd .sec-video .hd-btn:hover, #hd .sec-video .hd-btn:focus-visible {
      background: rgba(0, 0, 0, 0.5); }

@media screen and (max-width: 620px) {
  #hd .sec-video .btn-container {
    position: relative;
    margin: 1em auto; } }
@media screen and (max-width: 480px) {
  #hd .sec-video .vid-control {
    width: 44px;
    height: 44px;
    left: auto;
    right: 0;
    bottom: 0; } }
#hd .sec-display {
  position: relative;
  overflow: hidden; }
  #hd .sec-display .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 60% bottom; }
  #hd .sec-display .hd-container {
    padding: 8% 0 3%;
    position: relative;
    z-index: 2; }
  #hd .sec-display h3 {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    margin-bottom: 1.5em; }
  #hd .sec-display .hd-pd {
    width: 100%;
    position: relative;
    z-index: 2; }
  #hd .sec-display .list-feature {
    margin-top: 9%;
    padding-right: 8%;
    justify-content: center; }

@media screen and (max-width: 1440px) {
  #hd .sec-display .hd-container {
    padding-top: 6%;
    padding-bottom: 2%; }
  #hd .sec-display .hd-pd {
    margin-top: 8%; } }
@media screen and (max-width: 1023px) {
  #hd .sec-display .list-feature {
    margin-top: 6%; }
  #hd .sec-display .hd-pd {
    width: 120%;
    max-width: none !important;
    margin-left: -10%; } }
@media screen and (max-width: 768px) {
  #hd .sec-display .hd-container {
    padding-top: 10%; }
  #hd .sec-display h3 {
    margin-bottom: 1em; }
  #hd .sec-display .hd-pd {
    width: 140%;
    margin-left: -20%;
    margin-top: 15%; } }
@media screen and (max-width: 620px) {
  #hd .sec-display .hd-container {
    padding: 60px 0 20px; } }
@media screen and (max-width: 480px) {
  #hd .sec-display .list-feature {
    padding-right: 0;
    flex-wrap: wrap;
    margin-top: 2em; }
    #hd .sec-display .list-feature > li {
      width: 50%;
      margin-right: 0; }
      #hd .sec-display .list-feature > li:first-child {
        width: 100%; }
  #hd .sec-display .hd-pd {
    width: 180%;
    margin-left: -40%;
    margin-top: 20%; } }
#hd .sec-battery {
  position: relative;
  overflow: hidden; }
  #hd .sec-battery .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 60% bottom; }
  #hd .sec-battery .hd-container {
    display: flex;
    flex-direction: column;
    padding: 10% 0 30px;
    z-index: 2; }
  #hd .sec-battery .hd-title {
    font-family: "TTNormsProLight", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    letter-spacing: .06em;
    margin-bottom: 0.25em; }
  #hd .sec-battery h2 {
    margin-right: -5%;
    margin-bottom: 0.75em; }
    #hd .sec-battery h2 strong {
      font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-weight: normal;
      font-size: 1.25em; }
  #hd .sec-battery .list-feature {
    max-width: 20em;
    flex-direction: column;
    margin-top: 5%; }
    #hd .sec-battery .list-feature li {
      margin-top: 10%; }
  #hd .sec-battery .hd-note {
    margin-top: 3%;
    text-shadow: 0 0 3px black, 0 0 5px black, 0 0 10px black, 0 0 10px black; }
    #hd .sec-battery .hd-note small {
      display: block;
      font-size: 0.75em;
      line-height: 1.125; }

@media screen and (max-width: 1280px) {
  #hd .sec-battery .list-feature li {
    margin-top: 8%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-battery .hd-container {
    padding-top: 8%; }
  #hd .sec-battery .list-feature {
    margin-top: 5%; }
    #hd .sec-battery .list-feature li {
      margin-top: 0; }
  #hd .sec-battery .hd-note {
    margin-top: 5%; } }
@media screen and (max-width: 768px) {
  #hd .sec-battery {
    background: black; }
    #hd .sec-battery .hd-bg {
      width: 155%;
      max-width: none !important;
      margin-left: -55%;
      margin-top: -7%;
      margin-bottom: -5%;
      position: relative; }
    #hd .sec-battery .hd-container {
      width: 100%; }
    #hd .sec-battery .hd-content {
      width: 90%;
      margin: 0 auto;
      text-align: center;
      position: relative;
      z-index: 2; }
    #hd .sec-battery h2 {
      margin-right: 0; }
    #hd .sec-battery .list-feature {
      flex-direction: row;
      max-width: 30em;
      margin: 5% auto 0; }
      #hd .sec-battery .list-feature > li {
        width: 50%; }
    #hd .sec-battery .hd-note {
      width: 90%;
      margin: 0 auto;
      position: relative;
      z-index: 2; } }
@media screen and (max-width: 620px) {
  #hd .sec-battery .hd-container {
    padding: 60px 0 40px; } }
@media screen and (max-width: 480px) {
  #hd .sec-battery .hd-bg {
    width: 190%;
    margin-left: -85%; }
  #hd .sec-battery .list-feature {
    flex-direction: column; }
    #hd .sec-battery .list-feature > li {
      width: 100%; } }
#hd .sec-design {
  padding-bottom: 8%;
  position: relative;
  overflow: hidden; }
  #hd .sec-design .hd-panel-container {
    display: flex;
    flex-wrap: nowrap; }
  #hd .sec-design .hd-panel {
    width: 65%;
    flex-shrink: 0; }
  #hd .sec-design .hd-bg {
    width: 100%; }
  #hd .sec-design .hd-content {
    width: 45%;
    padding-right: 3%;
    margin-left: auto;
    position: relative;
    z-index: 2; }
  #hd .sec-design .hd-pointer {
    position: absolute;
    right: 100%;
    bottom: 0;
    margin: 30px; }
  #hd .sec-design .hd-title {
    padding-top: 100px;
    margin-bottom: -3%;
    text-shadow: 0 0 3px #f0f0f0, 0 0 5px #f0f0f0;
    position: relative;
    z-index: 2; }
  #hd .sec-design h3 {
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    letter-spacing: -.024em;
    margin-bottom: 0.5em; }
  #hd .sec-design p {
    line-height: 1.4; }
    #hd .sec-design p small {
      display: block;
      font-size: 0.75em;
      line-height: 1.125;
      margin-top: 1.5em; }
  #hd .sec-design .panel-touch .hd-bg {
    margin-bottom: -2.25em; }
  #hd .sec-design .panel-touch p small {
    margin-top: 2.5em; }
  #hd .sec-design .panel-side {
    margin-top: 10%;
    margin-bottom: -5%;
    margin-left: 16%;
    position: relative; }
    #hd .sec-design .panel-side .hd-frame {
      width: 100%;
      height: 100%;
      border-radius: 40px;
      position: absolute;
      top: 0;
      right: 0;
      background: white; }
    #hd .sec-design .panel-side figure {
      width: 24%;
      position: absolute;
      left: -20%;
      top: 50%;
      -moz-transform: translate(0, -50%);
      -o-transform: translate(0, -50%);
      -ms-transform: translate(0, -50%);
      -webkit-transform: translate(0, -50%);
      transform: translate(0, -50%);
      margin: auto 0; }
      #hd .sec-design .panel-side figure img {
        width: 100%; }
    #hd .sec-design .panel-side .hd-pd {
      position: relative; }
    #hd .sec-design .panel-side .pd-front {
      width: 135%;
      position: absolute;
      left: 80%;
      top: 10%;
      bottom: 0;
      margin: auto 0; }
    #hd .sec-design .panel-side .hd-highlight {
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-design .panel-side .hd-container {
      display: flex;
      align-items: center;
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-design .panel-side .hd-content {
      width: 45%;
      margin-left: 40%; }
    #hd .sec-design .panel-side h3 {
      margin-bottom: 0; }
    #hd .sec-design .panel-side h4 {
      margin-top: 1.5em; }

@media screen and (max-width: 1600px) {
  #hd .sec-design .panel-touch .hd-content {
    width: 52%; }
  #hd .sec-design .panel-touch .hd-pointer {
    width: 140px; }
  #hd .sec-design .panel-touch h3 {
    text-shadow: 0 0 3px white, 0 0 5px white; }
  #hd .sec-design .panel-side .hd-content {
    width: 50%;
    margin-left: 38%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-design h3 {
    font-size: 2em; }
  #hd .sec-design .panel-touch .hd-bg {
    margin-bottom: -4em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-design .hd-title {
    padding-top: 70px; }
  #hd .sec-design .panel-touch .hd-bg {
    margin-bottom: 0; }
  #hd .sec-design .panel-touch .hd-content {
    width: 90%;
    margin-top: 20px; }
    #hd .sec-design .panel-touch .hd-content p small {
      margin-top: 1.5em; }
  #hd .sec-design .panel-touch .hd-pointer {
    width: 10%;
    bottom: auto;
    top: 0;
    margin: 0 10px; }
  #hd .sec-design .panel-side {
    margin-bottom: -2%; }
    #hd .sec-design .panel-side .hd-content {
      width: 55%;
      margin-left: 34%;
      padding-right: 0; }
    #hd .sec-design .panel-side h4 {
      margin-top: 1em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-design {
    padding: 6% 0; }
    #hd .sec-design .hd-title {
      padding-top: 0;
      margin-bottom: 20px; }
    #hd .sec-design .hd-panel-container {
      flex-direction: column;
      width: 90%;
      margin: 0 auto; }
    #hd .sec-design .hd-panel {
      width: 100%;
      margin: 0; }
    #hd .sec-design .panel-touch {
      margin-bottom: 10%; }
      #hd .sec-design .panel-touch .hd-bg {
        margin-left: -10%; }
      #hd .sec-design .panel-touch .hd-content {
        margin-top: 30px; }
    #hd .sec-design .panel-side {
      margin: 0; }
      #hd .sec-design .panel-side .hd-container {
        padding: 10% 0;
        position: relative; }
      #hd .sec-design .panel-side .hd-frame {
        width: 85%; }
      #hd .sec-design .panel-side figure {
        left: -5%; }
      #hd .sec-design .panel-side .hd-content {
        width: 45%;
        margin-left: auto;
        margin-right: 5%; } }
@media screen and (max-width: 768px) {
  #hd .sec-design {
    padding: 60px 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-design .panel-side .hd-frame {
    width: 60%;
    height: 0;
    padding-bottom: 85%;
    border-radius: 20px; }
  #hd .sec-design .panel-side figure {
    width: 45%;
    position: relative;
    left: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    margin: 2% 0 0 3%; }
  #hd .sec-design .panel-side .hd-content {
    width: 100%;
    margin-left: auto;
    margin-right: 0; } }
@media screen and (max-width: 480px) {
  #hd .sec-design h3 {
    font-size: 1.75em; }
  #hd .sec-design .panel-touch .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -20%; }
  #hd .sec-design .panel-touch .hd-content {
    width: 100%; }
  #hd .sec-design .panel-touch .hd-pointer {
    top: auto;
    bottom: 100%;
    right: 0;
    width: 80px; } }
#hd .sec-algorithm {
  position: relative;
  overflow: hidden; }
  #hd .sec-algorithm .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center bottom; }
  #hd .sec-algorithm .hd-container {
    padding: 14% 0 18%;
    position: relative;
    z-index: 2; }
  #hd .sec-algorithm .hd-title {
    font-family: "TTNormsProLight", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.4em;
    margin-bottom: 1em; }
    #hd .sec-algorithm .hd-title strong {
      font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-weight: normal; }
  #hd .sec-algorithm .txt-deco {
    position: relative; }
    #hd .sec-algorithm .txt-deco:before {
      content: '';
      display: block;
      width: 260%;
      height: 0;
      padding-bottom: 30%;
      position: absolute;
      top: 64%;
      left: -80%;
      background: url(../img/algorithm/txt-deco.png) center bottom no-repeat;
      background-size: contain;
      z-index: -1;
      opacity: 0;
      -moz-transform: scale(10, 1);
      -o-transform: scale(10, 1);
      -ms-transform: scale(10, 1);
      -webkit-transform: scale(10, 1);
      transform: scale(10, 1);
      -moz-transition: opacity 1s 0.4s, transform 0.8s 0.4s;
      -o-transition: opacity 1s 0.4s, transform 0.8s 0.4s;
      -webkit-transition: opacity 1s 0.4s, transform 0.8s 0.4s;
      transition: opacity 1s 0.4s, transform 0.8s 0.4s; }
    #hd .sec-algorithm .txt-deco.is-animated:before {
      -moz-transform: scale(1, 1);
      -o-transform: scale(1, 1);
      -ms-transform: scale(1, 1);
      -webkit-transform: scale(1, 1);
      transform: scale(1, 1);
      opacity: 1; }
  #hd .sec-algorithm h2 {
    margin-bottom: .7em; }
    #hd .sec-algorithm h2 strong {
      font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-weight: normal;
      font-size: 1.25em;
      text-shadow: 0 0 1px white, 0 0 2px white; }
  #hd .sec-algorithm p {
    max-width: 41em;
    text-shadow: 0 0 3px black, 0 0 5px black;
    margin: 0 auto; }

@media screen and (max-width: 1024px) {
  #hd .sec-algorithm .hd-container {
    padding: 10% 0 22%; } }
@media screen and (max-width: 768px) {
  #hd .sec-algorithm .hd-container {
    padding: 10% 0 30%; }
  #hd .sec-algorithm h2 strong {
    font-size: 1.125em; } }
@media screen and (max-width: 620px) {
  #hd .sec-algorithm .hd-container {
    padding: 60px 0 50%; }
  #hd .sec-algorithm .hd-title {
    font-size: 1.125em; } }
@media screen and (max-width: 480px) {
  #hd .sec-algorithm .hd-container {
    padding-bottom: 80%; } }
#hd .sec-samd {
  position: relative;
  overflow: hidden; }
  #hd .sec-samd .hd-bg-container img {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 55% center;
    display: none; }
    #hd .sec-samd .hd-bg-container img.hd-active {
      display: block; }
  #hd .sec-samd .hd-container {
    padding: 5% 0 8%;
    display: flex;
    align-items: center;
    z-index: 3; }
  #hd .sec-samd .hd-content {
    padding: 3% 3% 5%;
    border-radius: 32px;
    background: #fefefe;
    margin-left: auto; }
  #hd .sec-samd .hd-btn-container {
    margin: 36px 0; }
  #hd .sec-samd button {
    display: block;
    font-family: "TTNormsProMedium", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal;
    font-size: 1.125em;
    color: #000;
    padding: .125em 1.25em;
    border-radius: 1.5em;
    border: 1px solid #000;
    cursor: pointer;
    margin-right: 1em; }
    #hd .sec-samd button:hover, #hd .sec-samd button:focus-visible {
      color: #007975;
      border-color: #007975; }
    #hd .sec-samd button[aria-expanded="true"] {
      color: white;
      background-color: #007975;
      background-image: -moz-linear-gradient(135deg, #007975, #00454f);
      background-image: -webkit-linear-gradient(135deg, #007975, #00454f);
      background-image: linear-gradient(135deg, #007975, #00454f);
      border-color: transparent; }
  #hd .sec-samd .hd-txt {
    display: none; }
    #hd .sec-samd .hd-txt.hd-active {
      display: block; }
  #hd .sec-samd h3 {
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    margin-bottom: 0.75em; }
  #hd .sec-samd p {
    margin-bottom: 1.5em; }
  #hd .sec-samd small {
    display: block;
    font-size: 0.75em;
    line-height: 1.125; }

@media screen and (max-width: 1280px) {
  #hd .sec-samd .hd-content {
    border-radius: 28px;
    padding-bottom: 3%; }
  #hd .sec-samd .hd-btn-container {
    margin: 24px 0; }
  #hd .sec-samd button {
    margin-right: 10px; } }
@media screen and (max-width: 1023px) {
  #hd .sec-samd {
    padding-top: 40px; }
    #hd .sec-samd .hd-bg-container {
      margin-top: -5%;
      position: relative; }
      #hd .sec-samd .hd-bg-container:before, #hd .sec-samd .hd-bg-container:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        position: absolute;
        top: 0;
        left: 0;
        background-color: rgba(240, 240, 240, 0);
        background-image: -moz-linear-gradient(0deg, rgba(240, 240, 240, 0), #f0f0f0);
        background-image: -webkit-linear-gradient(0deg, rgba(240, 240, 240, 0), #f0f0f0);
        background-image: linear-gradient(0deg, rgba(240, 240, 240, 0), #f0f0f0);
        z-index: 2; }
      #hd .sec-samd .hd-bg-container:before {
        padding-bottom: 8%; }
      #hd .sec-samd .hd-bg-container:after {
        padding-bottom: 10%; }
      #hd .sec-samd .hd-bg-container img {
        width: 160%;
        margin-left: -5%;
        max-width: none !important;
        height: auto; }
        #hd .sec-samd .hd-bg-container img:first-child {
          position: relative; }
    #hd .sec-samd .hd-container {
      padding: 0; }
    #hd .sec-samd .hd-content {
      width: 100%;
      padding: 30px 30px 40px; }
    #hd .sec-samd button {
      padding: .5em 1.25em; } }
@media screen and (max-width: 768px) {
  #hd .sec-samd .hd-bg-container {
    margin-top: -5%; }
    #hd .sec-samd .hd-bg-container img {
      width: 240%;
      margin-left: -40%; } }
@media screen and (max-width: 620px) {
  #hd .sec-samd .hd-content {
    border-radius: 20px;
    padding: 20px 20px 30px; }
  #hd .sec-samd button {
    font-size: 1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-samd .hd-content {
    border-radius: 12px;
    padding: 20px 16px 10px; }
  #hd .sec-samd .hd-btn-container {
    flex-direction: column; }
  #hd .sec-samd button {
    margin-right: 0;
    margin-bottom: 10px; } }
#hd .sec-analysis {
  position: relative;
  padding: 6% 0 4%; }
  #hd .sec-analysis .hd-panel-container {
    position: relative; }
  #hd .sec-analysis .hd-frame {
    padding: 26px 30px;
    border-radius: 32px;
    background: white;
    margin: 16px 0; }
  #hd .sec-analysis .panel-nav {
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 10px;
    background: #f0f0f0;
    border-bottom: 1px solid white;
    position: sticky;
    top: 72px;
    z-index: 5; }
    #hd .sec-analysis .panel-nav button {
      display: flex;
      align-items: center;
      cursor: pointer;
      padding: 0 10px; }
    #hd .sec-analysis .panel-nav .hd-img-container {
      display: block;
      width: 4.5em;
      margin-right: 10px;
      position: relative;
      overflow: hidden; }
    #hd .sec-analysis .panel-nav img {
      width: 100%; }
    #hd .sec-analysis .panel-nav .hd-highlight {
      opacity: 0;
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-analysis .panel-nav .hd-txt-container {
      font-family: "TTNormsProMedium", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: 1.25em;
      width: 9em;
      text-align: left;
      color: #000; }
    #hd .sec-analysis .panel-nav [aria-selected="true"] .hd-highlight {
      opacity: 1; }
    #hd .sec-analysis .panel-nav [aria-selected="true"] .hd-txt-container {
      color: #007975; }
  #hd .sec-analysis .hd-title-container {
    min-height: 11em; }
    #hd .sec-analysis .hd-title-container p {
      max-width: 44em;
      margin: 0 auto; }
  #hd .sec-analysis .hd-title {
    font-family: "TTNormsProMedium", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    margin-bottom: 0.4em; }
  #hd .sec-analysis h2 {
    letter-spacing: -.026em;
    margin-bottom: 0.5em; }
  #hd .sec-analysis h3 {
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 1.125;
    margin-bottom: 0.75em; }
    #hd .sec-analysis h3 small {
      font: inherit;
      font-size: 0.75em;
      letter-spacing: 0; }
  #hd .sec-analysis .hd-pd-container {
    position: relative; }
    #hd .sec-analysis .hd-pd-container img {
      width: 100%;
      z-index: 0; }
    #hd .sec-analysis .hd-pd-container .hd-phone,
    #hd .sec-analysis .hd-pd-container .hd-ui {
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-analysis .hd-pd-container .hd-watch {
      position: relative;
      z-index: 2; }
      #hd .sec-analysis .hd-pd-container .hd-watch + .hd-ui {
        z-index: 3; }
  #hd .sec-analysis p {
    line-height: 1.4; }
    #hd .sec-analysis p small {
      display: block;
      font-size: 0.75em;
      line-height: 1.125;
      margin-top: 1.75em; }
  #hd .sec-analysis .list-decimal > li {
    font-size: 1em;
    font-weight: 300;
    line-height: 1.4;
    letter-spacing: 0;
    margin-bottom: 1em; }
  #hd .sec-analysis .hd-panel {
    width: 100%;
    margin-top: 40px;
    display: none; }
    #hd .sec-analysis .hd-panel[aria-current="true"] {
      display: block; }
  #hd .sec-analysis .panel-bioelectrical .hd-bg {
    width: 50%;
    margin-left: 0; }
  #hd .sec-analysis .panel-bioelectrical .hd-pd-container {
    width: 22%;
    margin: auto 3% auto -20%; }
  #hd .sec-analysis .panel-bioelectrical .hd-content {
    width: 25%;
    margin-right: auto; }
  #hd .sec-analysis .panel-balance .hd-bg {
    width: 50%;
    margin-right: 0; }
  #hd .sec-analysis .panel-balance .hd-pd-container {
    width: 27%;
    margin: auto -26% auto 1.5%; }
  #hd .sec-analysis .panel-balance .hd-content {
    width: 25%;
    margin-left: auto; }
  #hd .sec-analysis .panel-sleep .hd-bg {
    width: 34%;
    margin-left: 0; }
  #hd .sec-analysis .panel-sleep .hd-pd-container {
    width: 27%;
    margin: auto 2% auto -24%; }
  #hd .sec-analysis .panel-sleep .hd-ui-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0; }
    #hd .sec-analysis .panel-sleep .hd-ui-container > img {
      opacity: 0; }
      #hd .sec-analysis .panel-sleep .hd-ui-container > img.hd-active {
        opacity: 1; }
    #hd .sec-analysis .panel-sleep .hd-ui-container:last-child {
      z-index: 2; }
  #hd .sec-analysis .panel-sleep .hd-content {
    width: 25%;
    margin-right: auto; }
  #hd .sec-analysis .panel-sleep .hd-frame {
    padding-block: 30px; }
  #hd .sec-analysis .panel-sleep li button[aria-expanded="true"] {
    color: #007975 !important;
    margin: 0; }
    #hd .sec-analysis .panel-sleep li button[aria-expanded="true"]:before, #hd .sec-analysis .panel-sleep li button[aria-expanded="true"]:after {
      background: #007975;
      -moz-transition: transform 0.25s 0.25s ease;
      -o-transition: transform 0.25s 0.25s ease;
      -webkit-transition: transform 0.25s 0.25s ease;
      transition: transform 0.25s 0.25s ease; }
    #hd .sec-analysis .panel-sleep li button[aria-expanded="true"]:before {
      -moz-transform: rotate(-45deg);
      -o-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
      -webkit-transform: rotate(-45deg);
      transform: rotate(-45deg); }
    #hd .sec-analysis .panel-sleep li button[aria-expanded="true"]:after {
      -moz-transform: rotate(45deg);
      -o-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
      -webkit-transform: rotate(45deg);
      transform: rotate(45deg); }
  #hd .sec-analysis .panel-sleep li p {
    display: none; }
    #hd .sec-analysis .panel-sleep li p.hd-active {
      display: block; }
  #hd .sec-analysis .panel-sleep button {
    display: block;
    width: 100%;
    text-align: left;
    color: #000;
    margin: -6px 0;
    font-size: 1.5em;
    font-weight: 400;
    letter-spacing: -.018em;
    position: relative;
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    line-height: 1.125; }
    #hd .sec-analysis .panel-sleep button:before, #hd .sec-analysis .panel-sleep button:after {
      content: '';
      display: block;
      width: .5em;
      height: 2px;
      border-radius: 2px;
      background: #000;
      position: absolute;
      top: 0;
      bottom: 0;
      right: 0;
      margin: auto 0;
      opacity: 0.75;
      -moz-transition: transform 0.25s ease;
      -o-transition: transform 0.25s ease;
      -webkit-transition: transform 0.25s ease;
      transition: transform 0.25s ease; }
    #hd .sec-analysis .panel-sleep button:after {
      -moz-transform: rotate(90deg);
      -o-transform: rotate(90deg);
      -ms-transform: rotate(90deg);
      -webkit-transform: rotate(90deg);
      transform: rotate(90deg); }
    #hd .sec-analysis .panel-sleep button + p {
      margin-top: .75em; }
  #hd .sec-analysis .panel-health .hd-container {
    position: relative; }
  #hd .sec-analysis .panel-health .hd-pd-container {
    width: 22%; }
  #hd .sec-analysis .panel-health h3 {
    color: #000; }
  #hd .sec-analysis .panel-health #pageContent-ani-content > li {
    width: 25%;
    position: absolute;
    opacity: 0;
    animation: rotateContent 12s linear infinite; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(1) {
      right: 62%;
      top: 8%; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(2) {
      left: 62%;
      bottom: 8%; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(3) {
      right: 62%;
      top: 8%; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(4) {
      left: 62%;
      bottom: 8%; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(1) {
      animation-delay: 0s; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(2) {
      animation-delay: 3s; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(3) {
      animation-delay: 6s; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(4) {
      animation-delay: 9s; }
  #hd .sec-analysis .panel-health #pageContent-ani-content.is-reduced-motion > li {
    animation-play-state: paused; }
  #hd .sec-analysis .panel-health .hd-ui-container > img {
    opacity: 0;
    animation: rotateContent 12s linear infinite; }
    #hd .sec-analysis .panel-health .hd-ui-container > img:nth-child(1) {
      animation-delay: 0s; }
    #hd .sec-analysis .panel-health .hd-ui-container > img:nth-child(2) {
      animation-delay: 3s; }
    #hd .sec-analysis .panel-health .hd-ui-container > img:nth-child(3) {
      animation-delay: 6s; }
    #hd .sec-analysis .panel-health .hd-ui-container > img:nth-child(4) {
      animation-delay: 9s; }
  #hd .sec-analysis .panel-health .hd-ui-container.is-reduced-motion > img {
    animation-play-state: paused; }

@media screen and (max-width: 1600px) {
  #hd .sec-analysis .hd-title-container {
    min-height: 0; }
  #hd .sec-analysis .panel-sleep .hd-pd-container {
    margin-left: -15%; }
  #hd .sec-analysis .panel-sleep .hd-content {
    width: 30%; }
  #hd .sec-analysis .panel-balance .hd-pd-container {
    margin-right: -25%; }
  #hd .sec-analysis .panel-balance .hd-content {
    width: 33%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-analysis .panel-nav .hd-img-container {
    width: 3.5em; }
  #hd .sec-analysis .hd-frame {
    border-radius: 20px;
    padding: 20px; }
  #hd .sec-analysis .hd-panel {
    font-size: 0.9em; }
  #hd .sec-analysis .panel-bioelectrical .hd-bg {
    margin-left: -10%; }
  #hd .sec-analysis .panel-bioelectrical .hd-pd-container {
    margin-left: -25%;
    margin-right: 1.5%; }
  #hd .sec-analysis .panel-bioelectrical .hd-content {
    width: 35%; }
  #hd .sec-analysis .panel-sleep .hd-frame {
    padding-block: 16px; }
  #hd .sec-analysis .panel-health #pageContent-ani-content > li {
    width: 28%; } }
@media screen and (max-width: 1023px) {
  #hd .sec-analysis .hd-panel {
    display: block !important;
    font-size: 1em;
    padding: 4% 0;
    margin-top: 0;
    position: relative; }
  #hd .sec-analysis .hd-title-container {
    margin-bottom: 20px; }
  #hd .sec-analysis .hd-icon {
    width: 4.5em;
    margin: 0 auto 10px;
    position: relative; }
  #hd .sec-analysis .hd-title br {
    display: none; }
  #hd .sec-analysis .panel-bioelectrical .hd-pd-container {
    margin-left: -15%; }
  #hd .sec-analysis .panel-bioelectrical .hd-content {
    width: 40%; }
  #hd .sec-analysis .panel-balance .hd-bg {
    margin-right: -5%; }
  #hd .sec-analysis .panel-balance .hd-pd-container {
    margin-right: -20%; }
  #hd .sec-analysis .panel-balance .hd-content {
    width: 40%; }
  #hd .sec-analysis .panel-sleep .hd-content {
    width: 40%; }
  #hd .sec-analysis .panel-health #pageContent-ani-content > li {
    width: 35%; } }
@media screen and (max-width: 768px) {
  #hd .sec-analysis .hd-scroller {
    padding: 40px 0; }
  #hd .sec-analysis .hd-panel {
    padding: 40px 0 20px; }
  #hd .sec-analysis .panel-bioelectrical .hd-container,
  #hd .sec-analysis .panel-balance .hd-container,
  #hd .sec-analysis .panel-sleep .hd-container {
    flex-direction: column; }
  #hd .sec-analysis .panel-bioelectrical .hd-content,
  #hd .sec-analysis .panel-balance .hd-content,
  #hd .sec-analysis .panel-sleep .hd-content {
    width: 90%;
    max-width: 600px;
    margin: 0 auto 20px; }
  #hd .sec-analysis .panel-bioelectrical .hd-bg,
  #hd .sec-analysis .panel-balance .hd-bg,
  #hd .sec-analysis .panel-sleep .hd-bg {
    width: 100%; }
  #hd .sec-analysis .panel-bioelectrical .hd-pd-container {
    width: 50%;
    max-width: 200px;
    margin: 0 auto; }
  #hd .sec-analysis .panel-bioelectrical .hd-bg {
    margin: -20% 0 0; }
  #hd .sec-analysis .panel-balance .hd-pd-container {
    width: 50%;
    margin: 0 auto 0 5%; }
  #hd .sec-analysis .panel-balance .hd-bg {
    margin: -45% 0 0; }
  #hd .sec-analysis .panel-sleep .hd-pd-container {
    width: 50%;
    margin: 0 5% 0 auto; }
  #hd .sec-analysis .panel-sleep .hd-bg {
    margin: -35% 0 0; }
  #hd .sec-analysis .panel-health #pageContent-ani-content {
    max-width: 600px;
    margin: 0 auto; }
    #hd .sec-analysis .panel-health #pageContent-ani-content > li {
      display: flex;
      align-items: center;
      width: 100%;
      position: relative;
      margin: 0 auto;
      opacity: 1;
      animation: none;
      margin-bottom: 20px; }
      #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(n) {
        top: 0;
        right: 0;
        bottom: 0;
        left: 0; }
      #hd .sec-analysis .panel-health #pageContent-ani-content > li:nth-child(2n) {
        flex-direction: row-reverse; }
  #hd .sec-analysis .panel-health .hd-ui-container > img {
    opacity: 1;
    animation: none; }
  #hd .sec-analysis .panel-health .hd-pd-container {
    width: 25%; }
  #hd .sec-analysis .panel-health .hd-frame {
    width: 70%; } }
@media screen and (max-width: 480px) {
  #hd .sec-analysis .hd-frame {
    padding: 16px;
    border-radius: 16px; }
  #hd .sec-analysis .panel-balance .hd-pd-container,
  #hd .sec-analysis .panel-sleep .hd-pd-container {
    width: 80%;
    max-width: 300px;
    margin: 0 auto; }
  #hd .sec-analysis .panel-balance .hd-bg,
  #hd .sec-analysis .panel-sleep .hd-bg {
    margin: -10% auto 0; }
  #hd .sec-analysis .panel-health #pageContent-ani-content > li {
    flex-direction: column !important; }
  #hd .sec-analysis .panel-health .hd-frame {
    width: 90%;
    padding-bottom: 20%; }
  #hd .sec-analysis .panel-health .hd-pd-container {
    width: 40%;
    margin-top: -15%; } }
#hd .sec-features {
  position: relative;
  overflow: hidden; }
  #hd .sec-features .hd-scroller {
    padding: 4% 0; }
  #hd .sec-features .hd-panel-container {
    display: flex;
    flex-wrap: nowrap;
    padding-left: 5%; }
  #hd .sec-features .hd-panel {
    width: 72%;
    flex-shrink: 0;
    margin-right: 5%; }
  #hd .sec-features .hd-frame {
    display: flex;
    align-items: center;
    width: 100%;
    height: 46vw;
    max-height: calc(100vh - 100px);
    border-radius: 36px;
    position: relative;
    overflow: hidden; }
  #hd .sec-features .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    pointer-events: none;
    user-select: none; }
  #hd .sec-features .hd-icon {
    width: 8%;
    position: absolute;
    top: 0;
    right: 0;
    margin: 4%; }
  #hd .sec-features .hd-container {
    display: flex;
    align-items: center;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2; }
  #hd .sec-features .hd-content {
    max-width: 35em;
    padding: 5% 3%;
    text-shadow: 0 0 3px black, 0 0 5px black; }
  #hd .sec-features .hd-title {
    font-size: 1.25em;
    margin-bottom: 0.25em; }
  #hd .sec-features h2 {
    color: white !important;
    margin-bottom: 0.5em; }
    #hd .sec-features h2.color-primary {
      color: #45d0cb !important; }
  #hd .sec-features p {
    line-height: 1.4; }
    #hd .sec-features p small {
      display: block;
      font-size: 0.75em;
      line-height: 1.125;
      margin-top: 1.75em; }
  #hd .sec-features .panel-sport .hd-bg {
    object-position: 75% 90%; }
  #hd .sec-features .panel-sport .hd-content {
    width: 40%;
    max-width: 35em;
    margin-left: auto;
    margin-bottom: 10%; }
  #hd .sec-features .panel-water .hd-bg {
    object-position: 60% center; }
  #hd .sec-features .panel-water .hd-content {
    width: 43%;
    margin-left: auto;
    margin-top: 3%; }
  #hd .sec-features .panel-gps .hd-pd {
    width: 18%;
    margin-left: auto;
    margin-right: 0; }
  #hd .sec-features .panel-gps .hd-content {
    width: 42%; }
  #hd .sec-features .panel-weather .hd-content {
    width: 38%;
    margin-left: auto;
    margin-top: 5%; }
  #hd .sec-features .panel-weather .hd-pd {
    width: 50%;
    margin: 0 auto 5%; }
  #hd .sec-features .panel-living .hd-bg {
    object-position: 40% center; }
  #hd .sec-features .panel-living .hd-content {
    width: 45%;
    max-width: none;
    margin-left: auto;
    margin-top: 5%;
    padding-right: 4%; }
  #hd .sec-features .panel-ipass .hd-pd {
    width: 100%;
    margin: 0 auto 8%; }
  #hd .sec-features .panel-ipass .hd-content {
    width: 40%;
    padding-right: 8%;
    margin-left: auto; }
  #hd .sec-features .panel-ipass p {
    padding: 10px; }
  #hd .sec-features .list-icon {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin-inline: -6px; }
    #hd .sec-features .list-icon > li {
      width: 25%;
      padding: 4% 6px 0; }
    #hd .sec-features .list-icon img {
      width: 2.25em;
      margin: 0 auto 1em; }
    #hd .sec-features .list-icon span {
      display: block;
      font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: 1em;
      letter-spacing: .018em;
      line-height: 1.125; }

@media screen and (max-width: 1600px) {
  #hd .sec-features .panel-living .hd-content {
    width: 50%;
    padding-right: 3%; }
  #hd .sec-features .list-icon > li {
    padding-top: 6%; }
  #hd .sec-features .list-icon img {
    margin-bottom: 0.75em; }
  #hd .sec-features .list-icon span {
    font-size: 0.875em; } }
@media screen and (max-width: 1440px) {
  #hd .sec-features .hd-icon {
    width: 6%;
    margin: 3%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-features .hd-panel {
    width: 75%;
    margin-right: 3%; }
  #hd .sec-features .hd-frame {
    height: 47vw;
    border-radius: 32px; }
  #hd .sec-features .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -20%; }
  #hd .sec-features .panel-living h2 {
    font-size: 1.5em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-features .hd-icon {
    width: 50px;
    margin: 2%; }
  #hd .sec-features .hd-title {
    font-size: 1.125em; }
  #hd .sec-features h2 {
    font-size: 1.5em; }
  #hd .sec-features .list-icon img {
    width: 2em; }
  #hd .sec-features .list-icon span {
    font-size: 0.75em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-features .hd-scroller {
    padding: 60px 0; }
  #hd .sec-features .hd-panel-container {
    width: 90%;
    flex-direction: column;
    padding-left: 0;
    margin: 0 auto; }
  #hd .sec-features .hd-panel {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px; }
  #hd .sec-features .hd-bg {
    width: 100%;
    margin-left: 0; }
  #hd .sec-features .hd-frame {
    height: auto;
    max-height: none; }
  #hd .sec-features .hd-container {
    min-height: 60vw;
    padding: 3% 0 2%;
    position: relative; }
  #hd .sec-features .panel-water .hd-bg {
    width: 120%;
    margin-left: -20%; }
  #hd .sec-features .panel-gps .hd-bg {
    width: 110%;
    margin-left: -10%; }
  #hd .sec-features .panel-weather .hd-bg {
    width: 110%;
    margin-left: -10%; }
  #hd .sec-features .panel-weather .hd-content {
    margin-top: 0; }
  #hd .sec-features .panel-living .hd-frame {
    background: black; }
  #hd .sec-features .panel-living .hd-bg {
    margin-left: -10%; }
  #hd .sec-features .panel-living .hd-content {
    margin-top: 0; }
  #hd .sec-features .panel-ipass .hd-content {
    width: 45%; }
  #hd .sec-features .list-icon li {
    padding-top: 20px; } }
@media screen and (max-width: 768px) {
  #hd .sec-features .hd-frame {
    display: block;
    background: black; }
  #hd .sec-features .hd-bg {
    height: auto;
    position: relative;
    object-fit: unset; }
  #hd .sec-features .hd-container {
    width: 90%;
    min-height: 0;
    padding: 20px 0 30px;
    margin: 0 auto; }
  #hd .sec-features .hd-content {
    width: 100% !important;
    max-width: none !important;
    padding: 0 !important;
    margin: 0 !important; }
  #hd .sec-features .panel-sport .hd-bg {
    margin-top: -18%; }
  #hd .sec-features .panel-water .hd-bg {
    width: 118%;
    margin-left: 0;
    margin-top: -10%;
    margin-bottom: -15%; }
  #hd .sec-features .panel-gps .hd-bg {
    width: 120%;
    margin-left: 0;
    margin-top: -5%; }
  #hd .sec-features .panel-gps .hd-pd {
    width: 30%;
    margin-right: 5%; }
  #hd .sec-features .panel-weather .hd-bg {
    width: 120%;
    margin-left: 0;
    margin-top: -5%; }
  #hd .sec-features .panel-weather .hd-content {
    display: flex;
    align-items: center;
    flex-direction: row-reverse; }
  #hd .sec-features .panel-weather .hd-pd {
    width: 30%;
    margin-left: 5%; }
  #hd .sec-features .panel-living .hd-bg {
    width: 100%;
    margin-left: 0;
    margin: -15% 0; }
  #hd .sec-features .list-icon {
    margin-inline: -10px; }
    #hd .sec-features .list-icon > li {
      padding: 5% 10px 0; }
  #hd .sec-features .panel-ipass .hd-bg {
    width: 120%;
    margin-left: 0;
    margin-top: -5%; }
  #hd .sec-features .panel-ipass .hd-content {
    display: flex;
    align-items: center;
    text-align: left; }
  #hd .sec-features .panel-ipass .hd-pd {
    width: 35%;
    margin-right: 5%;
    margin-bottom: 0;
    margin-left: 0; }
  #hd .sec-features .panel-ipass p {
    padding-inline: 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-features .hd-panel {
    margin-bottom: 10px; }
  #hd .sec-features .hd-frame {
    border-radius: 20px; }
  #hd .sec-features .hd-icon {
    width: 40px;
    margin: 10px; }
  #hd .sec-features .panel-sport .hd-bg {
    width: 150%;
    margin-left: -40%;
    margin-top: -35%; }
  #hd .sec-features .panel-water .hd-bg {
    width: 160%;
    margin-left: -23%;
    margin-top: -15%;
    margin-bottom: -20%; }
  #hd .sec-features .panel-gps .hd-pd,
  #hd .sec-features .panel-weather .hd-pd {
    width: 25%; } }
@media screen and (max-width: 480px) {
  #hd .sec-features .hd-panel-container {
    width: calc(100% - 16px); }
  #hd .sec-features .panel-sport .hd-bg {
    width: 200%;
    margin-left: -70%;
    margin-top: -65%; }
  #hd .sec-features .panel-gps .hd-container {
    flex-direction: column; }
  #hd .sec-features .panel-gps .hd-pd {
    width: 35%;
    margin: -50% 5% 5% auto; }
  #hd .sec-features .panel-weather .hd-content {
    flex-direction: column; }
  #hd .sec-features .panel-weather .hd-pd {
    width: 35%;
    margin: -50% 5% 5% auto; }
  #hd .sec-features .list-icon {
    margin-inline: -4px; }
    #hd .sec-features .list-icon > li {
      width: 33.3333%;
      padding-inline: 4px; }
  #hd .sec-features .panel-ipass .hd-content {
    flex-direction: column; }
  #hd .sec-features .panel-ipass .hd-pd {
    width: 55%;
    margin: -55% 5% 5% auto; } }
#hd .sec-app {
  position: relative;
  overflow: hidden; }
  #hd .sec-app .hd-scroller {
    padding: 4% 0 3%; }
  #hd .sec-app .hd-title-container {
    margin-bottom: 40px; }
    #hd .sec-app .hd-title-container .hd-logo {
      display: inline-block;
      vertical-align: middle;
      width: 1.5em;
      margin-right: 0.5em;
      margin-top: -0.2em;
      margin-bottom: 0.2em;
      border-radius: 8px; }
  #hd .sec-app figure {
    width: 60%;
    margin-left: -5%;
    position: relative;
    z-index: 2; }
    #hd .sec-app figure img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-app figure .hd-phone {
      position: relative; }
    #hd .sec-app figure .hd-watch,
    #hd .sec-app figure .ui-watch {
      z-index: 2; }
    #hd .sec-app figure .hd-ui-container {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
  #hd .sec-app .hd-logo-container {
    position: absolute;
    bottom: 0;
    left: 54%; }
    #hd .sec-app .hd-logo-container img {
      width: 9em;
      margin-left: 0;
      margin-right: 2px; }
  #hd .sec-app .hd-panel-container {
    display: flex;
    flex-wrap: nowrap;
    width: 55%;
    padding-left: 5%;
    padding-right: 4%;
    margin-right: -5%; }
  #hd .sec-app .hd-panel {
    width: 100%;
    flex-shrink: 0;
    padding-bottom: 10%; }
  #hd .sec-app .hd-frame {
    height: 100%;
    padding: 10% 8% 8%;
    background: white;
    border-radius: 40px;
    margin: 3%; }
  #hd .sec-app .hd-title {
    font-family: "TTNormsProNormal", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    line-height: 1.25;
    margin-bottom: 0.25em; }
  #hd .sec-app h3 {
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.75em;
    letter-spacing: -.024em;
    line-height: 1.125;
    margin-bottom: 0.4em;
    color: #000; }
  #hd .sec-app p {
    line-height: 1.4; }
    #hd .sec-app p small {
      display: block;
      font-size: 0.75em;
      line-height: 1.125;
      margin-top: 1.75em; }
  #hd .sec-app .panel-connected h3 {
    margin-top: .75em; }

@media screen and (max-width: 1280px) {
  #hd .sec-app figure {
    margin-left: -15%; }
  #hd .sec-app .hd-logo-container {
    left: 50%; }
  #hd .sec-app .hd-frame {
    padding: 8% 5% 5%;
    background: white;
    border-radius: 32px; } }
@media screen and (max-width: 1023px) {
  #hd .sec-app .hd-container {
    width: 80%;
    flex-direction: column; }
  #hd .sec-app .hd-logo-container {
    max-width: 300px;
    padding-left: 5%;
    margin: 20px auto 0;
    position: relative;
    left: 0; }
    #hd .sec-app .hd-logo-container a {
      display: block;
      width: 50%; }
    #hd .sec-app .hd-logo-container img {
      width: 100%;
      margin-right: 0; }
  #hd .sec-app .hd-panel-container {
    width: 100%;
    flex-direction: column;
    padding: 0;
    margin: 0; }
  #hd .sec-app .hd-panel {
    display: flex;
    align-items: flex-end;
    padding-bottom: 0;
    margin-bottom: 40px; }
    #hd .sec-app .hd-panel:nth-child(2n) {
      flex-direction: row-reverse; }
      #hd .sec-app .hd-panel:nth-child(2n) img {
        margin-left: -9%;
        margin-right: -3%; }
    #hd .sec-app .hd-panel:last-child {
      margin-bottom: 0; }
    #hd .sec-app .hd-panel img {
      width: 52%;
      margin-left: -12%;
      position: relative;
      z-index: 2; }
  #hd .sec-app .hd-frame {
    width: 60%;
    flex-shrink: 0;
    padding: 8% 5% 15%;
    margin: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-app .hd-container {
    width: 85%; } }
@media screen and (max-width: 620px) {
  #hd .sec-app .hd-container {
    width: 90%; }
  #hd .sec-app .hd-title {
    font-size: 1.125em; }
  #hd .sec-app .hd-frame {
    padding: 5% 16px 10%;
    border-radius: 20px; }
  #hd .sec-app h3 {
    font-size: 1.5em; }
  #hd .sec-app .panel-connected h3 {
    margin-top: .5em; } }
@media screen and (max-width: 480px) {
  #hd .sec-app .hd-title-container {
    margin-bottom: 30px; }
    #hd .sec-app .hd-title-container .hd-logo {
      display: block;
      width: 2.5em;
      margin: 0 auto .5em; }
  #hd .sec-app .hd-panel {
    flex-direction: column !important; }
    #hd .sec-app .hd-panel img {
      width: 100%;
      margin: -15% auto 0 !important; }
  #hd .sec-app .hd-frame {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 20%;
    border-radius: 12px; }
  #hd .sec-app .hd-title {
    font-size: 1em; } }
#hd .sec-style {
  background: white;
  position: relative;
  overflow: hidden; }
  #hd .sec-style .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: 70% center; }
  #hd .sec-style .hd-container {
    display: flex;
    flex-direction: column;
    padding: 9% 0;
    z-index: 2; }
  #hd .sec-style h2 {
    font-family: "TTNormsProBold", "Roboto", "TTNormsProNormal", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    margin-bottom: .75em; }
  #hd .sec-style .hd-txt {
    margin-bottom: 12%; }
  #hd .sec-style p {
    text-shadow: 0 0 3px white, 0 0 5px white; }

@media screen and (max-width: 1440px) {
  #hd .sec-style .hd-container {
    max-width: none;
    width: 90%; }
  #hd .sec-style .hd-content {
    width: 40%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-style h2 {
    margin-bottom: 0.5em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-style .hd-bg-container {
    position: relative; }
    #hd .sec-style .hd-bg-container:before, #hd .sec-style .hd-bg-container:after {
      content: '';
      display: block;
      width: 100%;
      height: 0;
      position: absolute;
      top: 0;
      left: 0;
      background-color: rgba(255, 255, 255, 0);
      background-image: -moz-linear-gradient(0deg, rgba(255, 255, 255, 0), white);
      background-image: -webkit-linear-gradient(0deg, rgba(255, 255, 255, 0), white);
      background-image: linear-gradient(0deg, rgba(255, 255, 255, 0), white);
      z-index: 2; }
    #hd .sec-style .hd-bg-container:before {
      padding-bottom: 8%; }
    #hd .sec-style .hd-bg-container:after {
      padding-bottom: 10%; }
  #hd .sec-style .hd-bg {
    position: relative; }
  #hd .sec-style .hd-container {
    padding: 8% 0 40px; }
  #hd .sec-style .hd-content {
    width: 100%; }
  #hd .sec-style .hd-txt {
    margin-bottom: 40px; } }
@media screen and (max-width: 620px) {
  #hd .sec-style .hd-bg {
    width: 150%;
    max-width: none !important;
    margin-left: -33%; } }
#hd .sec-note {
  padding: 40px 0; }
  #hd .sec-note p {
    font-weight: 400;
    font-size: .875em;
    margin-bottom: 0.5em; }
  #hd .sec-note li {
    font-size: .875em;
    font-weight: 300;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: 0.5em; }
    #hd .sec-note li:before {
      background: #000; }

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