@charset "UTF-8";
@import '../lib/swiper/swiper-bundle.min.css';
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview {
  margin-bottom: 100px;
}

.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2;
}

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

/* ---------- RESET ---------- */
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: black;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
}
#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  word-wrap: break-word;
  word-break: break-word;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #eacb72;
}
#hd * ::selection {
  background: #1d2124;
  color: #eacb72;
}
#hd * ::-moz-selection {
  background: #1d2124;
  color: #eacb72;
}
#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;
}
#hd img.lazyload {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}
#hd iframe,
#hd video {
  max-width: 100%;
}
#hd button {
  display: block;
  font: inherit;
  background: none;
  border: none;
  border-radius: 0;
  -webkit-box-shadow: none;
          box-shadow: none;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  cursor: pointer;
}
#hd {
  /* ---------- SCREEN READER ---------- */
}
#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;
}
#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role=button]:focus-visible,
#hd [tabindex="0"]:focus-visible {
  outline: 2px solid #eacb72;
  outline-offset: -1px;
}
#hd a:focus:not(:focus-visible),
#hd button:focus:not(:focus-visible),
#hd input:focus:not(:focus-visible),
#hd select:focus:not(:focus-visible),
#hd textarea:focus:not(:focus-visible),
#hd [role=button]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
  outline: none;
}

/* ---------- ANIMATIONS ---------- */
@-webkit-keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@keyframes colorrun {
  0% {
    -webkit-filter: hue-rotate(0deg);
            filter: hue-rotate(0deg);
  }
  100% {
    -webkit-filter: hue-rotate(359deg);
            filter: hue-rotate(359deg);
  }
}
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
#hd .fadeIn {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeIn;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: forwards;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeIn;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: forwards;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeIn;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: forwards;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: forwards;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(50px);
    transform: translateY(50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px);
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes share {
  50% {
    opacity: 1;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
}
@keyframes share {
  50% {
    opacity: 1;
    -webkit-transform: translateX(6%);
    transform: translateX(6%);
  }
}
@-webkit-keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@keyframes glitch {
  0% {
    -webkit-transform: translateX(-0.1em);
            transform: translateX(-0.1em);
  }
  80% {
    -webkit-transform: none;
            transform: none;
  }
}
@-webkit-keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes kvPdIn {
  0% {
    opacity: 0;
    -webkit-transform: translateY(5%);
    transform: translateY(5%);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@-webkit-keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes showFrame {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95);
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@keyframes slideProgress {
  0% {
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1);
  }
  100% {
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1);
  }
}
@-webkit-keyframes breathing {
  50% {
    opacity: 0;
  }
}
@keyframes breathing {
  50% {
    opacity: 0;
  }
}
@-webkit-keyframes flicker-less-arrow-top {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@keyframes flicker-less-arrow-top {
  100% {
    -webkit-transform: translateY(-40%);
    transform: translateY(-40%);
  }
}
@-webkit-keyframes flicker-less-arrow-bottom {}
@keyframes flicker-less-arrow-bottom {}
@-webkit-keyframes flicker-less-bar {
  100% {
    height: 35%;
  }
}
@keyframes flicker-less-bar {
  100% {
    height: 35%;
  }
}
@-webkit-keyframes crosshair-cover-green {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes crosshair-cover-green {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes crosshair-bg {
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@keyframes crosshair-bg {
  50% {
    -webkit-transform: translate(-10%, 0);
    transform: translate(-10%, 0);
  }
  100% {
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
  }
}
@-webkit-keyframes boost-cover-2 {
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-2 {
  25% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boost-cover-3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-3 {
  25% {
    opacity: 0;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes boost-cover-4 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes boost-cover-4 {
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@font-face {
  font-family: "ROGFonts";
  src: url("../fonts/ROGFonts-Regular_ES.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
#hd {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px;
}
#hd h2,
#hd .h2 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  display: inline-block;
  font-size: 3.25em;
  letter-spacing: 0.018;
  line-height: 1.25;
  color: #ffffff !important;
  word-break: normal;
  word-wrap: normal;
  margin-bottom: 0.13em;
}
#hd .txt-larger {
  font-size: 1.25em;
}
#hd h3,
#hd .h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.2em;
  color: white !important;
  letter-spacing: 0.01em;
  line-height: 1.25;
  margin-bottom: 0.2em;
}
#hd h4,
#hd .h4 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  color: #ffffff !important;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 0;
}
#hd h5,
#hd .h5 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1em;
  letter-spacing: 0.08em;
  font-weight: 400;
  line-height: 1.25;
}
#hd h6 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}
#hd p,
#hd small,
#hd a,
#hd li {
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd p {
  font-size: 1.125em;
  line-height: 1.5;
  letter-spacing: 0.018em;
  font-weight: 400;
}
#hd b {
  font-weight: bold;
}
#hd small {
  font: inherit;
  font-size: 0.875em;
}
#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 .nobr {
  white-space: nowrap;
}
#hd a.txt-link {
  display: inline-block;
  font: inherit;
  text-decoration: underline;
}
#hd a.txt-link:hover, #hd a.txt-link:focus-visible {
  color: white !important;
}
#hd .color-primary {
  color: #eacb72 !important;
}
#hd .color-secondary {
  color: #45ffff !important;
}
#hd .color-secondary-light {
  color: #7bdaff !important;
}
#hd .color-info {
  color: #00baff !important;
}
#hd .color-grey {
  color: #c8c8c8 !important;
}
#hd .color-white {
  color: white !important;
}
#hd .color-black {
  color: black !important;
}
#hd .color-gradient {
  display: inline-block;
  padding-top: 0.125em;
  color: #eacb72 !important;
  background-color: #dcbe62;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#dcbe62), color-stop(#f6d77b), to(#bea250));
  background-image: linear-gradient(0deg, #dcbe62, #f6d77b, #bea250);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
#hd .color-gradient::-moz-selection, #hd .color-gradient > *::-moz-selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .color-gradient::selection,
#hd .color-gradient > *::selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .color-gradient::-moz-selection,
#hd .color-gradient > *::-moz-selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .font-rog {
  font-family: "ROGFonts", "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}
#hd .font-title {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-weight: bold;
}
#hd .hd-uppercase {
  text-transform: uppercase;
}
#hd .no-transform {
  text-transform: initial;
}
#hd .hd-underline {
  text-decoration: underline;
}
#hd .txt-stroke {
  -webkit-text-fill-color: black; /* Will override color (regardless of order) */
  -webkit-text-stroke-width: 2px;
  -webkit-text-stroke-color: rgba(234, 203, 114, 0.5);
  -webkit-transform: translateZ(0);
          transform: translateZ(0);
}
#hd .txt-stroke.stroke-white {
  -webkit-text-stroke-color: rgba(255, 255, 255, 0.2);
}

@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: 1440px) {
  #hd h2,
  #hd .h2 {
    font-size: 3em;
  }
  #hd h3,
  #hd .h3 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1280px) {
  #hd h5,
  #hd .h5 {
    font-size: 0.9em;
    letter-spacing: 0.04em;
  }
}
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
  }
  #hd h4,
  #hd .h4 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 2em;
    line-height: 1.25;
  }
  #hd h3,
  #hd .h3 {
    font-size: 1.75em;
    line-height: 1.2;
  }
  #hd h5,
  #hd .h5 {
    font-size: 0.75em;
    letter-spacing: 0.02em;
  }
  #hd p {
    font-size: 0.9em;
  }
  #hd .txt-stroke {
    -webkit-text-stroke-width: 2px;
    -webkit-text-stroke-color: rgba(245, 25, 40, 0.1);
  }
}
#hd .w95 {
  width: 94%;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1366,
#hd .hd-w1520,
#hd .hd-w1680 {
  width: 80%;
  max-width: 1200px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-w900 {
  max-width: 900px;
}
#hd .hd-w1000 {
  max-width: 1000px;
}
#hd .hd-w1100 {
  max-width: 1100px;
}
#hd .hd-w1366 {
  width: 90%;
  max-width: 1366px;
}
#hd .hd-w1520 {
  width: 90%;
  max-width: 1520px;
}
#hd .hd-w1680 {
  width: 90%;
  max-width: 1680px;
}
#hd .hd-w2560 {
  max-width: 2560px;
  margin: 0 auto;
  position: relative;
}
#hd .hd-mw900 {
  max-width: 900px;
}
#hd .hd-mw1000 {
  max-width: 1000px;
}
#hd .hd-mw700 {
  max-width: 700px;
}
#hd .hd-col20 {
  width: 20%;
}
#hd .hd-col25 {
  width: 25%;
}
#hd .hd-col30 {
  width: 30%;
}
#hd .hd-col33 {
  width: 33.3333%;
}
#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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
#hd .flex-nowrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
}
#hd .align-items-center {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .align-items-start {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}
#hd .align-items-end {
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
#hd .justify-content-center {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
#hd .justify-content-start {
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
#hd .justify-content-end {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
#hd .justify-content-between {
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
#hd .justify-content-around {
  -ms-flex-pack: distribute;
      justify-content: space-around;
}
#hd .flex-row-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
}
#hd .hd-d-none {
  display: none;
}
#hd .hd-d-ib {
  display: inline-block;
}
#hd .hd-d-480-block {
  display: none;
}
#hd .hd-d-768-block {
  display: none;
}
#hd .hd-d-1024-block {
  display: none;
}
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto;
}
#hd .border-square {
  position: relative;
}
#hd .border-square:before, #hd .border-square:after {
  content: "";
  position: absolute;
  left: 0;
  width: 100%;
  height: 0;
  padding-top: 3%;
  background-image: url("../img/border-square.svg");
  background-size: cover;
  background-position: center;
  z-index: 2;
}
#hd .border-square:before {
  top: 0;
}
#hd .border-square:after {
  bottom: 0;
}
#hd section {
  padding: 6% 0;
}

@media screen and (min-width: 2560px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1400px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 1800px;
  }
  #hd .hd-mw1000 {
    max-width: 1200px;
  }
  #hd .hd-mw900 {
    max-width: 1100px;
  }
  #hd .hd-mw700 {
    max-width: 1000px;
  }
}
@media screen and (min-width: 3000px) {
  #hd .hd-w900,
  #hd .hd-w1000 {
    max-width: 1800px;
  }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2200px;
  }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2600px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-w900,
  #hd .hd-w1000,
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1366,
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
  }
}
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none;
  }
  #hd .hd-d-1024-block {
    display: block;
  }
  #hd .hd-d-1024-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 1023px) {
  #hd .hd-d-1023-none {
    display: none;
  }
  #hd .hd-d-1023-block {
    display: block;
  }
  #hd .hd-d-1023-inline-block {
    display: inline-block;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-d-768-none {
    display: none;
  }
  #hd .hd-d-768-block {
    display: block;
  }
  #hd .hd-d-768-flex {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #hd section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 620px) {
  #hd .hd-d-620-none {
    display: none;
  }
  #hd .hd-d-620-block {
    display: block;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-d-480-none {
    display: none;
  }
  #hd .hd-d-480-block {
    display: block;
  }
  #hd section {
    padding: 15% 0;
  }
}
#hd section {
  padding: 6% 0;
  position: relative;
}
#hd .deco-code {
  text-align: left;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  position: absolute;
}
#hd .deco-code .hd-type-effect {
  display: block;
  font-family: monospace;
  font-size: 0.5vw;
  line-height: 1.5;
  white-space: pre-wrap;
  word-break: break-all;
  opacity: 0.5;
}
#hd .deco-code .hd-type-effect::after {
  content: "█";
  margin-left: 2px;
  color: white;
  -webkit-animation: cursor-blink 0.8s steps(1) infinite;
          animation: cursor-blink 0.8s steps(1) infinite;
}
#hd .deco-code .hd-type-effect.done::after {
  display: none;
}
#hd .deco-code img.deco-code-hr {
  width: 70% !important;
  position: absolute;
  top: 9.5em;
}
#hd .deco-code.is-animated .deco-txt {
  -webkit-animation: fadeInLeft 0.5s ease-out 2.8s forwards;
          animation: fadeInLeft 0.5s ease-out 2.8s forwards;
}
#hd .reveal-txt {
  display: inline-block;
}
#hd .reveal-txt .char {
  display: inline-block;
  white-space: pre;
  color: transparent;
  -webkit-text-stroke: 0.5px white;
  -webkit-font-smoothing: antialiased;
  will-change: opacity, color;
  opacity: 1;
}
#hd .bg-main {
  position: relative;
}
#hd .bg-main > .hd-bg {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .bg-main > .hd-bg .hd-sticky {
  width: 100%;
  height: 100vh;
  height: 100dvh;
  position: sticky;
  inset: 0;
  margin: auto;
  opacity: 0.3;
}
#hd .bg-main > .hd-bg .hd-sticky.is-animated img {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .bg-main > .hd-bg img {
  width: 100%;
  height: 110%;
  max-height: none !important;
  -o-object-fit: contain;
     object-fit: contain;
  position: absolute;
  inset: 0;
  top: -5%;
}
#hd .bg-main > .hd-bg .bg-h {
  -webkit-transform: scale(0, 1);
  transform: scale(0, 1);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
}
#hd .bg-main > .hd-bg .bg-v {
  -webkit-transform: scale(1, 0);
  transform: scale(1, 0);
  -webkit-transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
  transition: transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1), -webkit-transform 0.8s cubic-bezier(0.22, 0.9, 0.55, 1);
}
#hd .bg-main > .hd-bg .bg-frame {
  opacity: 0;
  -webkit-transition: opacity 0.8s 0.4s;
  transition: opacity 0.8s 0.4s;
}
#hd .hd-border {
  border-left: 1px solid #eacb72;
  border-right: 1px solid #eacb72;
}
#hd .hd-border-full {
  border: 1px solid #eacb72;
}
#hd .trigger-close:not(.hd-btn) {
  position: absolute;
  top: 0;
  right: 0;
  pointer-events: all;
  cursor: pointer;
}
#hd .trigger-close:not(.hd-btn):before, #hd .trigger-close:not(.hd-btn):after {
  content: "";
  display: block;
  width: 1em;
  height: 2px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .trigger-close:not(.hd-btn):before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .trigger-close:not(.hd-btn):after {
  -webkit-transform: translate(0, 0) rotate(45deg);
  transform: translate(0, 0) rotate(45deg);
}
#hd .trigger-close:not(.hd-btn):hover:before, #hd .trigger-close:not(.hd-btn):hover:after {
  background: #eacb72;
}
#hd .gif-container {
  position: relative;
  overflow: hidden;
}
#hd .gif-container img.hd-d-none {
  position: absolute !important;
  top: 0;
  left: 0;
}
#hd .gif-container .vid-control {
  position: absolute !important;
  right: 0;
  bottom: 0;
}
#hd .gif-container .vid-control img {
  margin: auto !important;
}
#hd .gif-container.is-reduced-motion img.hd-d-none {
  display: block !important;
}

@media screen and (max-width: 768px) {
  #hd section {
    padding: 10% 0;
  }
}
@media screen and (max-width: 480px) {
  #hd section {
    padding: 15% 0;
  }
  #hd .deco-code {
    display: none;
  }
}
#hd .hd-btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.5em;
  font-weight: bold;
  line-height: 1.25;
  outline: none;
  background: black;
  color: #eacb72;
  border: 1px solid rgba(234, 203, 114, 0.9);
  border-radius: 0;
  padding: 0.6em 1.5em 0.4em;
  margin: 0.25em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#hd .hd-btn i {
  width: 1.1em;
  height: 1.1em;
  background: #eacb72;
  border-radius: 2em;
  margin: 0 -0.75em 0 0.75em;
  position: relative;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
  z-index: 2;
}
#hd .hd-btn i:after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.28em 0 0.28em 0.42em;
  border-color: transparent transparent transparent white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .hd-btn:hover, #hd .hd-btn.focus-visible {
  -webkit-transform: translate(0, -3px);
  transform: translate(0, -3px);
}
#hd .hd-btn:active {
  background: black;
  -webkit-transform: translate(-1px, 0);
  transform: translate(-1px, 0);
}
#hd .trigger-panel {
  width: 44px;
  height: 44px;
  border-radius: 50%;
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 20px;
  z-index: 3;
  overflow: hidden;
}
#hd .trigger-panel:before {
  content: "";
  display: block;
  width: 40px;
  height: 40px;
  border-radius: inherit;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: transform 0.25s, opacity 0.25s;
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
#hd .trigger-panel img {
  width: 40px;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
}
#hd .trigger-panel:hover:before, #hd .trigger-panel:focus-visible:before {
  -webkit-transform: scale(1.2, 1.2);
  transform: scale(1.2, 1.2);
}
#hd .trigger-panel:active:before {
  -webkit-transform: scale(1.5, 1.5);
  transform: scale(1.5, 1.5);
  opacity: 0;
}
#hd .trigger-panel-close {
  position: fixed;
  top: 100px !important;
  right: 7% !important;
  margin: 20px !important;
  z-index: 20;
}
#hd .trigger-panel-close:before {
  width: 38px;
  height: 38px;
}

@media screen and (max-width: 1280px) {
  #hd .hd-btn {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 480px) {
  #hd .hd-btn {
    font-size: 1.125em;
    padding-left: 1em;
    padding-right: 1em;
  }
  #hd .hd-btn i {
    margin-left: 0.5em;
    margin-right: -0.5em;
  }
}
#hd .hd-nav {
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  margin: auto 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  height: calc(100% - 100px);
  pointer-events: none;
  visibility: visible !important;
  -webkit-transition: transform 0.6s, opacity 0.6s;
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: opacity 0.6s, -webkit-transform 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s, -webkit-transform 0.6s;
  right: 10px;
  z-index: 10;
}
#hd .hd-nav.is-hidden:not(:focus-within) {
  -webkit-transform: translate(100%, 0);
  transform: translate(100%, 0);
  opacity: 0;
}
#hd .hd-nav li {
  position: relative;
  text-align: right;
  margin: -0.5em 0;
}
#hd .hd-nav a {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 0.9em;
  letter-spacing: 0.018em;
  text-align: right;
  color: #c8c8c8;
  padding: 0 3em 0 0.75em;
  margin-bottom: 0;
  position: relative;
  pointer-events: auto;
  min-height: 44px;
}
#hd .hd-nav a:before {
  content: "";
  opacity: 1;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 5px;
  width: 30px;
  height: 30px;
  opacity: 0.3;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/nav_dot.png);
}
#hd .hd-nav a:after {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto 0;
  right: 0;
  width: 40px;
  height: 40px;
  opacity: 1;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: 50%;
  background-image: url(../img/nav_dot_border.png);
  opacity: 0;
  -webkit-transform: scale(0, 0);
  transform: scale(0, 0);
  -webkit-transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: opacity 0.25s, -webkit-transform 0.25s;
  transition: transform 0.25s, opacity 0.25s;
  transition: transform 0.25s, opacity 0.25s, -webkit-transform 0.25s;
}
#hd .hd-nav a:hover, #hd .hd-nav a:focus-visible {
  color: white;
}
#hd .hd-nav a:hover:before, #hd .hd-nav a:focus-visible:before {
  opacity: 1;
}
#hd .hd-nav a:hover span, #hd .hd-nav a:focus-visible span {
  opacity: 1;
}
#hd .hd-nav a.is-current {
  color: white;
}
#hd .hd-nav a.is-current span {
  opacity: 1;
}
#hd .hd-nav a.is-current span:before {
  content: "";
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 0.25s;
  -webkit-animation-name: fadeInRight;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 0.25s;
  -moz-animation-name: fadeInRight;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 0.25s;
  -o-animation-name: fadeInRight;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeInRight;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .hd-nav a.is-current:before {
  opacity: 1;
  -webkit-transform: scale(0.9, 0.9);
  transform: scale(0.9, 0.9);
}
#hd .hd-nav a.is-current:after {
  opacity: 1;
  -webkit-transform: scale(1, 1);
  transform: scale(1, 1);
}
#hd .hd-nav a span {
  display: inline-block;
  position: relative;
  padding: 0.3em 0.5em 0.1em 0.5em;
  font-size: 1.2em;
  opacity: 0;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  nav-up: auto;
  text-transform: uppercase;
  background-color: rgba(0, 0, 0, 0.8);
  border-radius: 5px;
}

@media screen and (max-width: 1600px) {
  #hd .hd-nav a span {
    padding-left: 1em;
  }
}
@media screen and (max-width: 1280px) {
  #hd .hd-nav {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  #hd .hd-nav {
    display: none;
  }
}
#hd .hd-lightbox {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 11;
}
#hd .hd-lightbox.hd-active {
  display: -webkit-box;
  display: -ms-flexbox;
  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: #c8c8c8;
}
#hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
  background: #eacb72;
}
#hd .hd-lightbox .hd-box {
  width: 90%;
  max-width: 800px;
  background: black;
  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: 0.25em;
}
#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: 2.5em;
  height: 2.5em;
  border: 1px solid rgba(255, 255, 255, 0.35);
  position: absolute;
  top: -3.5em;
  right: -0.5em;
  margin: 0.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: 1px;
  background: white;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
#hd .hd-lightbox .hd-close:before {
  -webkit-transform: translate(0, 0) rotate(-45deg);
  transform: translate(0, 0) rotate(-45deg);
}
#hd .hd-lightbox .hd-close:after {
  -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: #eacb72;
}

@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 0.5em;
  }
  #hd .hd-lightbox .hd-box {
    padding: 4em 1.5em;
  }
}
#hd .feature-list {
  margin-top: 1.875em;
}
#hd .feature-list li {
  margin-right: 1.875em;
  margin-bottom: 1.75em;
}
#hd .feature-list h4 {
  font-size: 2.25em;
}
#hd .feature-list p {
  font-size: 0.875em;
  opacity: 0.6;
}
#hd .list-decimal > li {
  list-style-type: decimal;
  padding-left: 1.5em;
  margin-bottom: 0.5em;
}

@media screen and (max-width: 1440px) {
  #hd .feature-list h4 {
    font-size: 2em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .feature-list li {
    margin-bottom: 1.5em;
  }
  #hd .feature-list h4 {
    font-size: 1.75em;
  }
}
@media screen and (max-width: 768px) {
  #hd .feature-list li {
    margin-bottom: 0.5em;
    margin-right: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .feature-list li {
    margin-right: 1.25em;
    margin-bottom: 0.25em;
  }
  #hd .feature-list h4 {
    font-size: 1.25em;
  }
}
#hd .trigger-video-toggle {
  position: relative;
}
#hd .vid-container {
  width: 100%;
  height: 0;
  background: black;
  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;
  -o-object-fit: cover;
     object-fit: cover;
}
#hd .vid-control {
  width: 60px;
  height: 60px;
  background: none;
  border: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  position: absolute;
  right: 0;
  bottom: 0;
  -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: 90%;
  height: 90%;
  max-width: 30px !important;
  max-height: 30px !important;
  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: 42 !important;
    max-height: 42 !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 .sec-overview {
  position: relative;
  overflow: hidden;
  padding-top: 0;
}
#hd .sec-overview .hd-container {
  position: relative;
  z-index: 2;
}
#hd .sec-overview h2 {
  line-height: 1.25;
  margin-bottom: 0.35em;
}
#hd .sec-overview h2 > strong {
  display: block;
  font-size: 0.7em;
  font-weight: normal;
  letter-spacing: 0.04em;
  margin-bottom: 0.4em;
}
#hd .sec-overview h2 > span {
  display: block;
  font-size: 1.125em;
}
#hd .sec-overview p {
  max-width: 54em;
  margin: 0 auto 0.5em;
}
#hd .sec-overview .hd-btn {
  font-size: 1.25em;
  color: white;
  border: 2px solid white;
  margin-top: 10px;
  position: relative;
  overflow: hidden;
}
#hd .sec-overview .hd-btn:before {
  content: "";
  display: block;
  width: 200%;
  height: 100%;
  background-color: transparent !important;
  background-color: #d5ad4d;
  background-image: linear-gradient(92deg, #d5ad4d 10%, #eacb72, rgba(234, 203, 114, 0));
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
  -webkit-transition: -webkit-transform 0.4s ease;
  transition: -webkit-transform 0.4s ease;
  transition: transform 0.4s ease;
  transition: transform 0.4s ease, -webkit-transform 0.4s ease;
  -webkit-transform: translate(-100%, 0);
  transform: translate(-100%, 0);
}
#hd .sec-overview .hd-btn:hover, #hd .sec-overview .hd-btn:focus-visible {
  color: black;
  border-color: transparent;
}
#hd .sec-overview .hd-btn:hover:before, #hd .sec-overview .hd-btn:focus-visible:before {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
#hd .sec-overview .hd-img-container {
  margin-top: -2%;
  margin-bottom: -5%;
  position: relative;
}
#hd .sec-overview .hd-img-container:after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  padding-bottom: 15%;
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0), black);
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 2;
}
#hd .sec-overview .hd-img-container .hd-pd-container {
  position: absolute;
  inset: 0;
}
#hd .sec-overview .hd-img-container img {
  width: 100%;
}
#hd .sec-overview .hd-img-container img.hd-deco, #hd .sec-overview .hd-img-container img.hd-pd {
  position: absolute;
  inset: 0;
  z-index: 3;
}
#hd .sec-overview .hd-img-container img.deco-top {
  width: 70%;
  margin: 0 auto;
  top: 6%;
}
#hd .sec-overview .hd-img-container img.deco-bottom {
  width: 48%;
  margin: 0 auto;
  top: auto;
  right: 10%;
  bottom: 10%;
}
#hd .sec-overview .hd-img-container img.hd-bg {
  -webkit-filter: grayscale(1);
          filter: grayscale(1);
  -webkit-transition: -webkit-filter 1s ease;
  transition: -webkit-filter 1s ease;
  transition: filter 1s ease;
  transition: filter 1s ease, -webkit-filter 1s ease;
}
#hd .sec-overview .hd-img-container img.hd-pd {
  opacity: 0;
  -webkit-transform: scale(0.98, 0.98) translate(0, 5%);
          transform: scale(0.98, 0.98) translate(0, 5%);
  -webkit-transition: opacity 0.4s, -webkit-transform 1.2s ease-in-out;
  transition: opacity 0.4s, -webkit-transform 1.2s ease-in-out;
  transition: transform 1.2s ease-in-out, opacity 0.4s;
  transition: transform 1.2s ease-in-out, opacity 0.4s, -webkit-transform 1.2s ease-in-out;
}
#hd .sec-overview .hd-img-container img.pd-shadow {
  opacity: 0;
  -webkit-transition: opacity 0.6s 0.8s;
  transition: opacity 0.6s 0.8s;
}
#hd .sec-overview .hd-img-container.is-animated img.hd-bg {
  -webkit-filter: grayscale(0);
          filter: grayscale(0);
}
#hd .sec-overview .hd-img-container.is-animated img.hd-pd {
  opacity: 1;
  -webkit-transform: scale(1, 1) translate(0, 0);
          transform: scale(1, 1) translate(0, 0);
}
#hd .sec-overview .hd-img-container.is-animated img.pd-shadow {
  opacity: 1;
}
#hd .sec-overview .deco-code {
  left: 69%;
  bottom: 12%;
}

@media screen and (max-width: 768px) {
  #hd .sec-overview .hd-img-container {
    width: 120%;
    margin-left: -10%;
  }
  #hd .sec-overview .hd-img-container img.deco-bottom {
    width: 55%;
    right: 6%;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-overview .hd-img-container {
    width: 160%;
    margin-left: -30%;
  }
  #hd .sec-overview .hd-img-container img.deco-top {
    left: 12%;
  }
  #hd .sec-overview .hd-img-container img.deco-bottom {
    left: 5%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-overview h2 {
    font-size: 2em;
  }
}
#hd .sec-ksp {
  position: relative;
  overflow: hidden;
}
#hd .sec-ksp .hd-title {
  background-color: #7f4328;
  background-image: linear-gradient(178deg, #7f4328, #edcf75);
  text-align: center;
  padding-inline: 20px;
  border-radius: 16px;
  margin-bottom: 12px;
}
#hd .sec-ksp .hd-title h2 {
  padding-top: 0.4em;
  color: #f2d378 !important;
  background-color: #ebd192;
  background-image: -webkit-gradient(linear, right top, left top, from(#ebd192), to(#f7cb6b));
  background-image: linear-gradient(-90deg, #ebd192, #f7cb6b);
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  -webkit-filter: drop-shadow(0 0 3px #7f4328);
          filter: drop-shadow(0 0 3px #7f4328);
}
#hd .sec-ksp .hd-title h2::-moz-selection, #hd .sec-ksp .hd-title h2 > *::-moz-selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .sec-ksp .hd-title h2::selection,
#hd .sec-ksp .hd-title h2 > *::selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .sec-ksp .hd-title h2::-moz-selection,
#hd .sec-ksp .hd-title h2 > *::-moz-selection {
  color: white;
  -webkit-background-clip: unset;
  -webkit-text-fill-color: white;
}
#hd .sec-ksp .list-ksp {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 12px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 12px;
}
#hd .sec-ksp .list-ksp > li:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 1/1/2/2;
}
#hd .sec-ksp .list-ksp > li:nth-child(2) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 1/2/2/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(3) {
  -ms-grid-row: 2;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-area: 2/1/3/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(4) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 3/1/4/2;
}
#hd .sec-ksp .list-ksp > li:nth-child(5) {
  -ms-grid-row: 3;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 3/2/4/3;
}
#hd .sec-ksp .list-ksp > li:nth-child(6) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 1;
  -ms-grid-column-span: 1;
  grid-area: 4/1/5/2;
}
#hd .sec-ksp .list-ksp > li:nth-child(7) {
  -ms-grid-row: 4;
  -ms-grid-row-span: 1;
  -ms-grid-column: 2;
  -ms-grid-column-span: 1;
  grid-area: 4/2/5/3;
}
#hd .sec-ksp .list-ksp .hd-frame {
  height: 100%;
  padding: 20px;
  border: 2px solid #eacb72;
  border-radius: 16px;
  position: relative;
  overflow: hidden;
  background-color: #51555a;
  background-image: linear-gradient(340deg, #51555a, #000 80%);
}
#hd .sec-ksp .list-ksp .hd-frame.bg-left {
  background-color: #51555a;
  background-image: linear-gradient(10deg, #51555a, #000 80%);
}
#hd .sec-ksp .list-ksp .hd-frame.bg-bottom {
  background-color: #51555a;
  background-image: -webkit-gradient(linear, left bottom, left top, from(#51555a), color-stop(80%, #000));
  background-image: linear-gradient(0deg, #51555a, #000 80%);
}
#hd .sec-ksp .list-ksp .hd-frame.frame-flow {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  background: black !important;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-flow .vid-container {
  width: calc(100% + 40px);
  margin-top: auto;
  margin-left: -20px;
  margin-bottom: -20px;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-bg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-bg img {
  width: calc(100% + 40px);
  max-width: none !important;
  margin-top: auto;
  margin-left: -20px;
  margin-bottom: -20px;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-three h3 {
  width: 40%;
  text-align: left;
  padding: 30px 20px;
  position: absolute;
  right: 0;
  top: 0;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-three img {
  width: 85%;
  margin: 1% auto 0;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-txt h3 {
  margin-top: 0.25em;
}
#hd .sec-ksp .list-ksp .hd-frame.frame-txt strong {
  display: block;
  font-size: 2.25em;
  margin-bottom: -0.125em;
}
#hd .sec-ksp .list-ksp h3 {
  font-size: 1.5em;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  #hd .sec-ksp .list-ksp .hd-frame.frame-three h3 {
    padding-top: 20px;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-three img {
    margin-top: 3%;
  }
  #hd .sec-ksp .list-ksp h3 {
    font-size: 1.25em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-ksp .hd-title {
    margin-bottom: 8px;
  }
  #hd .sec-ksp .list-ksp {
    gap: 8px;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(1) {
    -ms-grid-row: 1;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 1/1/2/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(2) {
    -ms-grid-row: 2;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 2/1/3/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(3) {
    -ms-grid-row: 3;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 2;
    grid-area: 3/1/4/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(4) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 4/1/5/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(5) {
    -ms-grid-row: 4;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 4/2/5/3;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(6) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 1;
    -ms-grid-column-span: 1;
    grid-area: 5/1/6/2;
  }
  #hd .sec-ksp .list-ksp > li:nth-child(7) {
    -ms-grid-row: 5;
    -ms-grid-row-span: 1;
    -ms-grid-column: 2;
    -ms-grid-column-span: 1;
    grid-area: 5/2/6/3;
  }
  #hd .sec-ksp .list-ksp .hd-frame {
    border-width: 1px;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-three h3 {
    width: 100%;
    position: relative;
    padding: 0;
    text-align: center;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-three img {
    width: 100%;
    margin-top: 20px;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-txt {
    padding: 12px 12px 8px;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-txt h3 {
    font-size: 1em;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-txt strong {
    font-size: 2em;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-ksp .hd-title {
    margin-bottom: 6px;
  }
  #hd .sec-ksp .list-ksp {
    gap: 6px;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-txt {
    padding: 10px 10px 6px;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-txt h3 {
    font-size: 0.875em;
  }
  #hd .sec-ksp .list-ksp .hd-frame.frame-txt strong {
    font-size: 1.75em;
  }
}
#hd .sec-video {
  padding: 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-video .vid-container {
  padding-bottom: 56.25%;
  clip-path: inset(5% 5% 5% 5%);
  -webkit-transition: clip-path 0.8s ease-in;
  transition: clip-path 0.8s ease-in;
}
#hd .sec-video .vid-container.is-animated {
  clip-path: inset(0 0 0 0);
}
#hd .sec-video .vid-container.is-animated ~ .trigger-video {
  opacity: 1;
}
#hd .sec-video .vid-control {
  right: 0;
  bottom: 0;
  margin: 10px;
}
#hd .sec-video .trigger-video {
  width: 160px;
  height: 160px;
  border-radius: 5em;
  background: rgba(159, 170, 183, 0.8) url(../img/play-video.svg) center no-repeat;
  background-size: 70%;
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  -webkit-transition: background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  transition: background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, opacity 0.8s 0.25s;
  transition: transform 0.25s ease-in, background 0.25s 0.1s ease-in, opacity 0.8s 0.25s, -webkit-transform 0.25s ease-in;
  opacity: 0;
}
#hd .sec-video .trigger-video:hover, #hd .sec-video .trigger-video:focus-visible {
  -webkit-transform: translate(-50%, -50%) scale(1.1);
          transform: translate(-50%, -50%) scale(1.1);
  background-size: 60%;
  opacity: 1;
}

@media screen and (max-width: 1024px) {
  #hd .sec-video .trigger-video {
    width: 120px;
    height: 120px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-video .trigger-video {
    width: 100px;
    height: 100px;
  }
  #hd .sec-video .vid-control {
    margin: 0;
  }
}
#hd .sec-tech {
  position: relative;
  overflow: hidden;
}
#hd .sec-tech .hd-intro {
  margin-bottom: 60px;
  position: relative;
}
#hd .sec-tech .deco-code {
  bottom: -4em;
}
#hd .sec-tech .list-features {
  padding: 0 3%;
}
#hd .sec-tech .list-features > li {
  width: 33.3333%;
  padding: 8% 10px 0;
}
#hd .sec-tech .list-features .hd-frame {
  height: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1px 16px 10px;
}
#hd .sec-tech .list-features .hd-img-container {
  width: 100%;
  padding: 6% 0;
  background: black url(../img/tech/bg-slash.svg) center no-repeat;
  background-size: 400%;
  margin-top: -30%;
}
#hd .sec-tech .list-features .hd-img-container img {
  width: 80%;
  margin: 0 auto;
}
#hd .sec-tech .list-features .hd-txt {
  padding-top: 20px;
  padding-bottom: 15%;
}
#hd .sec-tech .list-features h3 {
  min-height: 2em;
  letter-spacing: 0;
  line-height: 1;
}
#hd .sec-tech .list-features h3 .font-smaller {
  font-size: 0.9em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-tech .hd-intro {
    margin-bottom: 40px;
  }
  #hd .sec-tech .list-features {
    padding: 0;
  }
  #hd .sec-tech .list-features > li {
    padding: 8% 4px 0;
  }
  #hd .sec-tech .list-features .hd-frame {
    padding: 1px 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-tech .list-features p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-tech .list-features {
    max-width: 320px;
    margin: 0 auto;
  }
  #hd .sec-tech .list-features > li {
    width: 100%;
    padding: 30% 0 0;
  }
  #hd .sec-tech .list-features .hd-txt {
    padding-bottom: 10%;
  }
  #hd .sec-tech .list-features h3 {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-tech .hd-intro {
    margin-bottom: 20px;
  }
}
#hd .sec-tech-v2 {
  position: relative;
  overflow: hidden;
}
#hd .sec-tech-v2 .hd-intro {
  margin-bottom: 80px;
  position: relative;
}
#hd .sec-tech-v2 .deco-bottom {
  position: absolute;
  width: 20%;
  right: 40%;
  bottom: -5%;
  z-index: 3;
}
#hd .sec-tech-v2 h3 {
  width: 100%;
  line-height: 1.125;
  font-size: 1.8em;
  margin-bottom: 0;
  position: relative;
}
#hd .sec-tech-v2 h3 + .hd-txt {
  margin-top: 14px;
}
#hd .sec-tech-v2 h3 small {
  font: inherit;
  font-size: 0.75em;
  letter-spacing: 0;
}
#hd .sec-tech-v2 .hd-wrapper {
  margin-top: 7%;
  background: linear-gradient(120deg, #252525 50%, black 100%);
  position: relative;
}
#hd .sec-tech-v2 .button-row {
  min-height: 20em;
}
#hd .sec-tech-v2 .hd-cover-container {
  margin-top: -5%;
  position: relative;
}
#hd .sec-tech-v2 .hd-cover-container .hd-bg {
  position: relative;
}
#hd .sec-tech-v2 .hd-cover-container .vid-container {
  width: 100%;
  height: 85%;
  clip-path: polygon(0 0, 87% 0%, 97% 14%, 100% 30%, 100% 100%, 0 100%);
  padding-bottom: 0;
  position: absolute;
  inset: 0;
  top: auto;
}
#hd .sec-tech-v2 .hd-cover-container .vid-container:before, #hd .sec-tech-v2 .hd-cover-container .vid-container:after {
  content: "";
  display: block;
  width: 5%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  z-index: 2;
  pointer-events: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
#hd .sec-tech-v2 .hd-cover-container .vid-container:before {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, right top, left top, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(-90deg, rgba(0, 0, 0, 0), black);
  left: 0;
}
#hd .sec-tech-v2 .hd-cover-container .vid-container:after {
  background-color: rgba(0, 0, 0, 0);
  background-image: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0)), to(black));
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), black);
  right: 0;
}
#hd .sec-tech-v2 .hd-thumbnails-container {
  position: relative;
  width: 70%;
}
#hd .sec-tech-v2 .hd-thumbnails-container img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  opacity: 0;
}
#hd .sec-tech-v2 .hd-thumbnails-container img:nth-child(1) {
  position: relative;
}
#hd .sec-tech-v2 .hd-thumbnails-container img[aria-hidden=false] {
  opacity: 1;
}
#hd .sec-tech-v2 p {
  line-height: 1.4;
}
#hd .sec-tech-v2 p small {
  display: block;
  font-size: 0.75em;
  line-height: 1.125;
  margin-top: 1.75em;
}
#hd .sec-tech-v2 .hd-content {
  padding-left: 4%;
  margin-top: 7%;
}
#hd .sec-tech-v2 .hd-content button {
  display: block;
  width: 100%;
  text-align: left;
  margin-bottom: 1em;
}
#hd .sec-tech-v2 .hd-content button[aria-expanded=true] h3 {
  border: 1px solid white;
  border-left: 8px solid white;
  padding: 0.35em 0.2em 0 0.6em;
  color: #eacb72 !important;
}
#hd .sec-tech-v2 .hd-content button[aria-expanded=true] + .hd-txt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
}
#hd .sec-tech-v2 .hd-content button:hover h3 {
  color: #eacb72 !important;
}
#hd .sec-tech-v2 .hd-txt {
  display: none;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#hd .sec-tech-v2 .hd-txt .hd-thumb-item {
  width: 8em;
  background: black url(../img/tech/bg-slash.svg) center no-repeat;
  background-size: 400%;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-right: 20px;
}
#hd .sec-tech-v2 .hd-txt img {
  width: 100%;
}
#hd .sec-tech-v2 .hd-txt p {
  width: 100%;
}

@media screen and (max-width: 1280px) {
  #hd .sec-tech-v2 .hd-intro {
    margin-bottom: 40px;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-tech-v2 .hd-wrapper {
    padding: 40px 0;
  }
  #hd .sec-tech-v2 h3 {
    font-size: 1.4em;
  }
  #hd .sec-tech-v2 .hd-cover-container {
    margin-top: 0;
  }
  #hd .sec-tech-v2 .hd-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hd .sec-tech-v2 .hd-txt .hd-thumb-item {
    width: 10em;
    margin-right: 0;
  }
  #hd .sec-tech-v2 .hd-txt p {
    width: 100%;
    margin-bottom: 10px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-tech-v2 .hd-wrapper {
    padding-top: 0;
    margin-top: calc(10% + 20px);
  }
  #hd .sec-tech-v2 .hd-wrapper .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
  #hd .sec-tech-v2 .hd-cover-container {
    width: 100%;
    max-width: 600px;
    margin: -10% auto 40px;
  }
  #hd .sec-tech-v2 .hd-content {
    width: 100%;
    max-width: 600px;
    margin: 0 auto;
  }
  #hd .sec-tech-v2 .hd-content .hd-txt {
    display: -webkit-box !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: reverse !important;
        -ms-flex-direction: row-reverse !important;
            flex-direction: row-reverse !important;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-bottom: 1em;
  }
  #hd .sec-tech-v2 .hd-content .hd-thumb-item {
    display: block;
    margin-right: 20px;
  }
  #hd .sec-tech-v2 .hd-content button[aria-expanded=true] h3 {
    border: 0;
    color: white !important;
    padding-left: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-tech-v2 .hd-intro {
    margin-bottom: 20px;
  }
  #hd .sec-tech-v2 .hd-txt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
  #hd .sec-tech-v2 .hd-txt .hd-thumb-item {
    width: 6em;
    margin-right: 10px;
  }
}
#hd .sec-crossflow {
  position: relative;
  overflow: hidden;
}
#hd .sec-crossflow .hd-intro {
  margin-bottom: 60px;
  position: relative;
  z-index: 3;
}
#hd .sec-crossflow .hd-intro p {
  max-width: 38em;
  margin: 0 auto;
}
#hd .sec-crossflow .hd-left {
  margin-left: -10%;
}
#hd .sec-crossflow .hd-left .vid-container {
  padding-bottom: 100%;
  border-radius: 20px;
  border: 1px solid rgba(255, 255, 255, 0.5);
}
#hd .sec-crossflow .hd-left .vid-container video {
  height: 115%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: 80% bottom;
     object-position: 80% bottom;
  margin-top: -15%;
}
#hd .sec-crossflow .list-ksp {
  width: 120%;
  margin-left: -10%;
  margin-top: 20px;
  position: relative;
  z-index: 3;
}
#hd .sec-crossflow .list-ksp > li {
  padding: 0 2%;
  margin-bottom: 30px;
}
#hd .sec-crossflow .list-ksp > li > span {
  display: block;
  letter-spacing: 0.024em;
}
#hd .sec-crossflow .list-ksp strong {
  display: block;
  min-height: 1.25em;
  -ms-flex-line-pack: center;
      align-content: center;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 2.75em;
  line-height: 1;
}
#hd .sec-crossflow .list-ksp strong small {
  font-family: inherit;
  font-size: 0.6em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-crossflow .hd-intro {
    margin-bottom: 40px;
  }
  #hd .sec-crossflow .hd-left {
    width: 50%;
    margin-left: -5%;
  }
  #hd .sec-crossflow .list-ksp {
    width: 110%;
    margin-inline: -5%;
  }
  #hd .sec-crossflow .list-ksp > li {
    padding: 0 1.5%;
  }
  #hd .sec-crossflow .list-ksp strong {
    font-size: 2.5em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-crossflow .hd-left {
    width: 55%;
    margin-left: 0;
  }
  #hd .sec-crossflow .hd-right {
    width: 45%;
  }
  #hd .sec-crossflow .list-ksp {
    width: 100%;
    margin-inline: 0;
  }
  #hd .sec-crossflow .list-ksp > li {
    padding: 0 3%;
  }
  #hd .sec-crossflow .list-ksp strong {
    font-size: 2.5em;
    min-height: 0;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-crossflow .hd-wrapper {
    display: block;
  }
  #hd .sec-crossflow .hd-left,
  #hd .sec-crossflow .hd-right {
    width: 100%;
  }
  #hd .sec-crossflow .hd-left {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-crossflow .list-ksp > li {
    margin-bottom: 20px;
    font-size: 0.9em;
  }
  #hd .sec-crossflow .list-ksp strong {
    font-size: 2em;
  }
}
#hd .sec-compatibility {
  position: relative;
  overflow: hidden;
}
#hd .sec-compatibility .hd-tablist {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 1.5%;
  margin-top: 40px;
  margin-bottom: 30px;
  position: relative;
}
#hd .sec-compatibility .hd-tablist > button {
  background: #222;
  border-radius: 40px;
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.6em;
  white-space: nowrap;
  padding: 0.25em 1em 0.25em 0;
  color: #eacb72;
  margin-bottom: 6px;
}
#hd .sec-compatibility .hd-tablist > button > span {
  display: inline-block;
  padding-top: 0.25em;
  margin-bottom: -0.1em;
}
#hd .sec-compatibility .hd-tablist > button:hover i:before, #hd .sec-compatibility .hd-tablist > button:focus-visible i:before {
  -webkit-transform: rotate(45deg) scale(1, 0.7);
  transform: rotate(45deg) scale(1, 0.7);
}
#hd .sec-compatibility .hd-tablist > button:hover i:after, #hd .sec-compatibility .hd-tablist > button:focus-visible i:after {
  -webkit-transform: rotate(-45deg) scale(1, 0.7);
  transform: rotate(-45deg) scale(1, 0.7);
}
#hd .sec-compatibility .hd-tablist > button[aria-selected=true] {
  background-color: #222;
  background-image: linear-gradient(135deg, #222 20%, #333);
}
#hd .sec-compatibility .hd-tablist > button[aria-selected=true] i {
  -webkit-transform: rotate(0deg);
  transform: rotate(0deg);
}
#hd .sec-compatibility .hd-tablist i {
  display: inline-block;
  vertical-align: middle;
  width: 1.25em;
  height: 1.25em;
  border-radius: 1.25em;
  border: 1px solid white;
  margin-left: 10px;
  margin-right: 10px;
  margin-top: -2px;
  position: relative;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition: -webkit-transform 0.4s;
  transition: -webkit-transform 0.4s;
  transition: transform 0.4s;
  transition: transform 0.4s, -webkit-transform 0.4s;
}
#hd .sec-compatibility .hd-tablist i:before, #hd .sec-compatibility .hd-tablist i:after {
  content: "";
  display: block;
  width: 2px;
  height: 0.6em;
  border-radius: 2px;
  background: white;
  position: absolute;
  inset: 0;
  margin: auto;
  -webkit-transition: -webkit-transform 0.25s;
  transition: -webkit-transform 0.25s;
  transition: transform 0.25s;
  transition: transform 0.25s, -webkit-transform 0.25s;
}
#hd .sec-compatibility .hd-tablist i:before {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#hd .sec-compatibility .hd-tablist i:after {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#hd .sec-compatibility [role=tabpanel] {
  display: none;
}
#hd .sec-compatibility [role=tabpanel].hd-active {
  display: block;
}
#hd .sec-compatibility [role=tabpanel].hd-active .hd-mark {
  -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: both;
  -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: both;
  -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: both;
  animation-delay: 0s;
  animation-duration: 0.4s;
  animation-name: fadeIn;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#hd .sec-compatibility figure {
  width: 130%;
  margin-left: -17%;
  margin-bottom: -3%;
  position: relative;
  overflow: hidden;
}
#hd .sec-compatibility figure img.hd-pd {
  width: 100%;
  position: relative;
}
#hd .sec-compatibility figure img.hd-mark {
  width: 100%;
  position: absolute;
  inset: 0;
  opacity: 0;
}
#hd .sec-compatibility figure .hd-deco {
  width: 1.8%;
  position: absolute;
  right: 71%;
  top: 10%;
}
#hd .sec-compatibility .hd-txt {
  width: 80%;
  max-width: 44em;
  margin: 0 auto;
  position: relative;
  z-index: 2;
}
#hd .sec-compatibility .hd-tag {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  color: black;
  padding: 0.5em 1em 0.25em;
  border-radius: 20px;
  background-color: #dcbe62;
  background-image: linear-gradient(45deg, #dcbe62, #f6d77b, #bea250);
}

@media screen and (max-width: 1280px) {
  #hd .sec-compatibility .hd-tablist > button {
    font-size: 1.5em;
  }
}
@media screen and (max-width: 1024px) {
  #hd .sec-compatibility .hd-tablist {
    margin-top: 30px;
    margin-bottom: 20px;
    gap: 1%;
  }
  #hd .sec-compatibility .hd-tablist > button {
    font-size: 1.4em;
  }
}
@media screen and (max-width: 1023px) {
  #hd .sec-compatibility .hd-tablist {
    gap: 1%;
  }
  #hd .sec-compatibility .hd-tablist > button {
    font-size: 1.25em;
  }
  #hd .sec-compatibility figure {
    width: 100%;
    margin-left: -1%;
    margin-bottom: -2%;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-compatibility .hd-tablist {
    max-width: 500px;
    margin-inline: auto;
    gap: 6px;
  }
  #hd .sec-compatibility figure {
    width: 130%;
    margin-left: -17%;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-compatibility .hd-tablist {
    gap: 4px;
    margin-bottom: 20px;
  }
  #hd .sec-compatibility .hd-tablist > button {
    font-size: 1em;
    margin-bottom: 4px;
  }
  #hd .sec-compatibility .hd-tablist > button i {
    margin-right: 6px;
    margin-left: 6px;
  }
  #hd .sec-compatibility figure {
    margin-top: 10px;
    margin-bottom: 0;
  }
  #hd .sec-compatibility .hd-txt {
    width: 100%;
  }
  #hd .sec-compatibility .hd-txt h3 {
    font-size: 1.5em;
  }
  #hd .sec-compatibility .hd-tag {
    font-size: 0.875em;
  }
}
#hd .sec-features {
  padding: 6% 0;
  position: relative;
  overflow: hidden;
}
#hd .sec-features li {
  padding: 1.6%;
}
#hd .sec-features li.hd-col100 .box {
  background: -webkit-gradient(linear, left top, right top, from(#343844), to(#000));
  background: linear-gradient(90deg, #343844 0%, #000 100%);
}
#hd .sec-features li.hd-col100 .hd-txt {
  padding-left: 3%;
}
#hd .sec-features li.hd-col100 p {
  margin-bottom: 0;
}
#hd .sec-features li img {
  width: 100%;
}
#hd .sec-features .hd-frame {
  height: 100%;
  border: 1px solid #444;
  background: -webkit-gradient(linear, left bottom, left top, from(#343844), color-stop(70%, #000));
  background: linear-gradient(0deg, #343844 0%, #000 70%);
  border-bottom-right-radius: 40px;
  border-top-left-radius: 40px;
  padding: 48px;
}
#hd .sec-features .hd-frame:not(.flex-wrap) {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
#hd .sec-features .hd-frame:not(.flex-wrap) > img {
  margin-top: auto;
}
#hd .sec-features .hd-frame p {
  margin-bottom: 20px;
}

@media screen and (max-width: 1280px) {
  #hd .sec-features li {
    padding: 1%;
  }
  #hd .sec-features .hd-frame {
    padding: 36px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-features {
    padding: 10% 0;
  }
  #hd .sec-features li {
    width: 100%;
    padding-inline: 0;
    text-align: center;
  }
  #hd .sec-features .hd-frame {
    display: block !important;
    border-bottom-right-radius: 16px;
    border-top-left-radius: 16px;
  }
  #hd .sec-features .hd-txt,
  #hd .sec-features figure.hd-col50 {
    width: 100%;
  }
  #hd .sec-features .hd-txt {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-features {
    padding: 15% 0;
  }
  #hd .sec-features .hd-frame {
    padding: 24px 16px;
  }
}
#hd .sec-io .hd-left {
  position: relative;
}
#hd .sec-io .hd-left > img {
  margin-left: -3%;
}
#hd .sec-io .hd-right {
  padding-left: 3%;
}
#hd .sec-io .figure-bg {
  width: 100%;
}
#hd .sec-io .detail {
  border: 1px solid white;
  margin-top: 1.5em;
}
#hd .sec-io .detail > div {
  padding: 1.6em 2em;
}
#hd .sec-io h3 {
  text-align: left;
  border-bottom: 1px solid white;
  padding: 0.4em 1em 0.2em;
}
#hd .sec-io .gif-container {
  margin-bottom: 20px;
}
@-webkit-keyframes gif-loop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
@keyframes gif-loop {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 0;
  }
}
#hd .sec-io .ani-container {
  width: 100%;
}
#hd .sec-io .ani-container > img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  -webkit-animation: gif-loop 4s infinite step-end;
          animation: gif-loop 4s infinite step-end;
}
#hd .sec-io .ani-container > img:first-child {
  position: relative;
}
#hd .sec-io .ani-container > img:nth-child(1) {
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
}
#hd .sec-io .ani-container > img:nth-child(2) {
  -webkit-animation-delay: 2s;
          animation-delay: 2s;
}
#hd .sec-io .ani-container.is-reduced-motion > img {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

@media screen and (max-width: 768px) {
  #hd .sec-io .hd-right {
    width: 100%;
    max-width: 500px;
    margin: 0 auto;
    padding-left: 0;
    margin-bottom: 2em;
  }
  #hd .sec-io .hd-left {
    width: 100%;
    margin: 0;
  }
}
#hd .sec-design {
  position: relative;
  overflow: hidden;
}
#hd .sec-design .hd-intro {
  margin-bottom: 60px;
  position: relative;
}
#hd .sec-design .hd-intro p {
  max-width: 58em;
  margin: 0 auto;
}
#hd .sec-design .deco-code {
  bottom: -4em;
}
#hd .sec-design .list-features {
  padding: 0 3%;
}
#hd .sec-design .list-features > li {
  width: 33.3333%;
  padding: 8% 10px 0;
}
#hd .sec-design .list-features .hd-frame {
  height: 100%;
  position: relative;
  border: 1px solid rgba(255, 255, 255, 0.5);
  padding: 1px 16px 10px;
}
#hd .sec-design .list-features .hd-img-container {
  width: 100%;
  padding: 6% 0;
  background: black;
  background-size: 400%;
  margin-top: -30%;
}
#hd .sec-design .list-features .hd-img-container img {
  width: 80%;
  margin: 0 auto;
}
#hd .sec-design .list-features .hd-txt {
  padding-top: 20px;
  padding-bottom: 0;
}
#hd .sec-design .list-features h3 {
  letter-spacing: 0;
  line-height: 1;
}
#hd .sec-design .list-features h3 .font-smaller {
  font-size: 0.9em;
}

@media screen and (max-width: 1280px) {
  #hd .sec-design .hd-intro {
    margin-bottom: 40px;
  }
  #hd .sec-design .list-features {
    padding: 0;
  }
  #hd .sec-design .list-features > li {
    padding: 8% 4px 0;
  }
  #hd .sec-design .list-features .hd-frame {
    padding: 1px 12px 10px;
  }
}
@media screen and (max-width: 768px) {
  #hd .sec-design .list-features p {
    font-size: 0.875em;
  }
}
@media screen and (max-width: 620px) {
  #hd .sec-design .list-features {
    max-width: 320px;
    margin: 0 auto;
  }
  #hd .sec-design .list-features > li {
    width: 100%;
    padding: 30% 0 0;
  }
  #hd .sec-design .list-features h3 {
    min-height: 0;
  }
}
@media screen and (max-width: 480px) {
  #hd .sec-design .hd-intro {
    margin-bottom: 20px;
  }
}
#pageContent-sec-faq {
  padding: 4% 0;
  position: relative;
  overflow: hidden;
}
#pageContent-sec-faq .hd-intro {
  position: relative;
  z-index: 2;
}
#pageContent-sec-faq .hd-wrapper {
  width: 100%;
}
#pageContent-sec-faq .hd-content {
  width: 100%;
}
#pageContent-sec-faq .list-feature > li {
  padding: 16px 40px 10px;
  border-radius: 20px;
  background: #333;
  margin-bottom: 20px;
}
#pageContent-sec-faq .list-feature button {
  display: block;
  padding: 10px 0;
  width: 100%;
  color: white;
  pointer-events: all;
  cursor: pointer;
  position: relative;
}
#pageContent-sec-faq .list-feature button i {
  display: block;
  width: 1.8em;
  height: 1.8em;
  border-radius: 2em;
  background: none;
  position: absolute;
  top: 8px;
  right: -0.5em;
  -webkit-transition: transform 0.25s 0.25s ease, background 0.25s ease;
  -webkit-transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease;
  transition: transform 0.25s 0.25s ease, background 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#pageContent-sec-faq .list-feature button i:before, #pageContent-sec-faq .list-feature button i:after {
  content: "";
  display: block;
  width: 50%;
  height: 4px;
  border-radius: 2px;
  background: #eacb72;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -webkit-transition: transform 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s ease;
  transition: -webkit-transform 0.25s ease;
  transition: transform 0.25s ease;
  transition: transform 0.25s ease, -webkit-transform 0.25s ease;
}
#pageContent-sec-faq .list-feature button i:after {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}
#pageContent-sec-faq .list-feature button:hover i, #pageContent-sec-faq .list-feature button:focus-visible i {
  background: black;
}
#pageContent-sec-faq .list-feature button[aria-expanded=true] i:before, #pageContent-sec-faq .list-feature button[aria-expanded=true] i:after {
  background: white;
  -webkit-transition: transform 0.25s 0.25s ease;
  -webkit-transition: -webkit-transform 0.25s 0.25s ease;
  transition: -webkit-transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease;
  transition: transform 0.25s 0.25s ease, -webkit-transform 0.25s 0.25s ease;
}
#pageContent-sec-faq .list-feature button[aria-expanded=true] i:before {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}
#pageContent-sec-faq .list-feature button[aria-expanded=true] i:after {
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}
#pageContent-sec-faq .list-feature button[aria-expanded=true] h4 {
  margin-bottom: 0.75em;
}
#pageContent-sec-faq .list-feature button[aria-expanded=true] ~ .hd-txt {
  display: block;
  -webkit-animation-delay: 0.1s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: fadeInUpSmall;
  -webkit-animation-timing-function: ease;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.1s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: fadeInUpSmall;
  -moz-animation-timing-function: ease;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.1s;
  -o-animation-duration: 0.4s;
  -o-animation-name: fadeInUpSmall;
  -o-animation-timing-function: ease;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.1s;
  animation-duration: 0.4s;
  animation-name: fadeInUpSmall;
  animation-timing-function: ease;
  animation-iteration-count: 1;
  animation-fill-mode: both;
}
#pageContent-sec-faq .list-feature h3 {
  font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 1.25em;
  letter-spacing: 0;
  margin-bottom: 0;
  text-align: left;
  padding-right: 1.5em;
}
#pageContent-sec-faq .list-feature .hd-txt {
  display: none;
  margin-top: 3px;
  padding-right: 3em;
  padding-top: 22px;
  padding-bottom: 10px;
  border-top: 1px solid rgba(255, 255, 255, 0.5);
}
#pageContent-sec-faq .list-feature p {
  font-size: 1.125em;
  font-weight: 400;
  letter-spacing: 0;
  margin-bottom: 0.75em;
}
#pageContent-sec-faq .list-feature .txt-link {
  display: inline;
  width: auto;
  margin: 0;
  padding: 0;
  font: inherit;
  text-decoration: underline;
  color: #eacb72 !important;
  cursor: pointer;
}
#pageContent-sec-faq .list-feature .txt-link:hover, #pageContent-sec-faq .list-feature .txt-link:focus-visible {
  color: white !important;
}
#pageContent-sec-faq .list-decimal {
  margin-block: 10px;
}
#pageContent-sec-faq .list-disc {
  margin-block: 10px;
}
#pageContent-sec-faq .list-disc > li {
  font-size: 1em;
  font-family: "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  line-height: 1.25;
  position: relative;
  padding-left: 1em;
  margin-bottom: 10px;
}
#pageContent-sec-faq .list-disc > li:before {
  content: "";
  display: block;
  width: 0.25em;
  height: 0.25em;
  border-radius: 50%;
  background: white;
  position: absolute;
  top: 0.5em;
  left: 0;
}

@media screen and (min-width: 2560px) {
  #pageContent-sec-faq .hd-w1200 {
    max-width: 1600px;
  }
}
@media screen and (min-width: 3000px) {
  #pageContent-sec-faq .hd-w1200 {
    max-width: 2200px;
  }
}
@media screen and (max-width: 1440px) {
  #pageContent-sec-faq h2,
  #pageContent-sec-faq .h2 {
    font-size: 3em;
  }
}
@media screen and (max-width: 1280px) {
  #pageContent-sec-faq .list-feature p {
    font-size: 1em;
  }
}
@media screen and (max-width: 1024px) {
  #pageContent-sec-faq h2,
  #pageContent-sec-faq .h2 {
    font-size: 2.25em;
    line-height: 1.1;
  }
  #pageContent-sec-faq .list-feature > li {
    padding: 10px 30px 6px;
    border-radius: 20px;
    background: #333;
    margin-bottom: 20px;
  }
  #pageContent-sec-faq .list-feature button {
    padding: 8px 0;
  }
}
@media screen and (max-width: 1023px) {
  #pageContent-sec-faq .hd-w1200 {
    width: 90%;
  }
}
@media screen and (max-width: 768px) {
  #pageContent-sec-faq {
    padding: 6% 0;
  }
  #pageContent-sec-faq .list-feature {
    font-size: 0.875em;
    margin-bottom: 20px;
  }
  #pageContent-sec-faq .list-feature > li {
    border-radius: 16px;
  }
  #pageContent-sec-faq .list-feature button {
    padding-top: 10px;
  }
  #pageContent-sec-faq .list-feature button i:before, #pageContent-sec-faq .list-feature button i:after {
    height: 3px;
  }
  #pageContent-sec-faq .list-feature .hd-txt {
    padding-right: 0;
  }
  #pageContent-sec-faq .hd-content {
    width: 100%;
    max-width: 600px;
    padding-left: 0;
    margin: 0 auto;
  }
}
@media screen and (max-width: 480px) {
  #pageContent-sec-faq {
    padding: 8% 0;
  }
  #pageContent-sec-faq h2,
  #pageContent-sec-faq .h2 {
    font-size: 1.5em;
    line-height: 1.25;
  }
  #pageContent-sec-faq p {
    font-size: 0.9em;
  }
  #pageContent-sec-faq .hd-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #pageContent-sec-faq .hd-intro {
    width: 100%;
    text-align: center;
  }
  #pageContent-sec-faq .list-feature {
    font-size: 1em;
  }
  #pageContent-sec-faq .list-feature > li {
    padding: 6px 16px;
    margin-bottom: 16px;
    border-radius: 10px;
  }
}
#hd .hd-footer {
  padding-top: 6%;
  position: relative;
  z-index: 3;
}
#hd .hd-footer .hd-badge {
  display: block;
  width: 8%;
  min-width: 140px;
  margin: 0 auto;
}
#hd .hd-footer .deco-footer {
  display: block;
  width: 80%;
  max-width: 660px !important;
  min-width: 240px;
  margin: 80px auto 40px;
}
/*# sourceMappingURL=hd-style.css.map */