@import url(../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;
  /* ---------- 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: #1d2124;
      color: #f51928; }
    #hd * ::-moz-selection {
      background: #1d2124;
      color: #f51928; }
  #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;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -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;
    box-shadow: none;
    outline: none;
    -webkit-appearance: none;
    appearance: none;
    cursor: pointer; }
  #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 #f51928;
    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% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-moz-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-ms-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-o-keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@keyframes colorrun {
  0% {
    filter: hue-rotate(0deg); }
  100% {
    filter: hue-rotate(359deg); } }
@-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; } }
#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;
    -moz-transform: translateY(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  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(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  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(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  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(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  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(50px);
    -o-transform: translateY(50px);
    -ms-transform: translateY(50px);
    -webkit-transform: translateY(50px);
    transform: translateY(50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -moz-transform: translateX(-50px);
    -o-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    -webkit-transform: translateX(-50px);
    transform: translateX(-50px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes glitch {
  0% {
    transform: translateX(-0.1em); }
  80% {
    transform: none; } }
@-moz-keyframes glitch {
  0% {
    transform: translateX(-0.1em); }
  80% {
    transform: none; } }
@-ms-keyframes glitch {
  0% {
    transform: translateX(-0.1em); }
  80% {
    transform: none; } }
@-o-keyframes glitch {
  0% {
    transform: translateX(-0.1em); }
  80% {
    transform: none; } }
@keyframes glitch {
  0% {
    transform: translateX(-0.1em); }
  80% {
    transform: none; } }
@-webkit-keyframes kvPdIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes kvPdIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes kvPdIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes kvPdIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes kvPdIn {
  0% {
    opacity: 0;
    -moz-transform: translateY(5%);
    -o-transform: translateY(5%);
    -ms-transform: translateY(5%);
    -webkit-transform: translateY(5%);
    transform: translateY(5%); }
  50% {
    opacity: 1; }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes showFrame {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  50% {
    opacity: 1; }
  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 showFrame {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  50% {
    opacity: 1; }
  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 showFrame {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  50% {
    opacity: 1; }
  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 showFrame {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  50% {
    opacity: 1; }
  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 showFrame {
  0% {
    opacity: 0;
    -moz-transform: scale(0.95, 0.95);
    -o-transform: scale(0.95, 0.95);
    -ms-transform: scale(0.95, 0.95);
    -webkit-transform: scale(0.95, 0.95);
    transform: scale(0.95, 0.95); }
  50% {
    opacity: 1; }
  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 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); } }
@font-face {
  font-family: 'ROGFonts';
  src: url("../fonts/ROGFonts-Regular.otf") format("embedded-opentype"), url("../fonts/ROGFonts-Regular.ttf") format("opentype"), url("../fonts/ROGFonts-Regular.woff"), url("../fonts/ROGFonts-Regular.woff2");
  font-weight: normal;
  font-style: normal; }
#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;
    font-size: 3em;
    letter-spacing: 0;
    line-height: 1.25;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .13em; }
  #hd .h2-small {
    font-size: 2.7em; }
  #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: .01em;
    line-height: 1.25;
    margin-bottom: .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: .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: 1em;
    line-height: 1.5;
    letter-spacing: .018em;
    font-weight: 400; }
  #hd b {
    font-weight: bold; }
  #hd small {
    font: inherit;
    font-size: .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 a.txt-link {
    display: inline-block;
    text-decoration: underline;
    font-weight: 400;
    margin-top: .5em; }
  #hd a.txt-link:hover {
    color: white; }
  #hd .color-primary {
    color: #f51928 !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 {
    color: #f51928 !important;
    background-color: #d4202a;
    background-image: -moz-linear-gradient(90deg, #d4202a, #772cc4, #0097ff);
    background-image: -webkit-linear-gradient(90deg, #d4202a, #772cc4, #0097ff);
    background-image: linear-gradient(90deg, #d4202a, #772cc4, #0097ff);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #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 .title-deco {
    display: inline-block;
    margin-bottom: .5em;
    position: relative; }
    #hd .title-deco:before {
      content: '';
      display: block;
      width: .35em;
      height: .75em;
      background: #f51928;
      margin-right: .75em;
      position: absolute;
      right: 100%;
      top: .05em; }
    #hd .title-deco .txt-smaller {
      font-size: .9em; }
  #hd .txt-stroke {
    -webkit-text-fill-color: black;
    /* Will override color (regardless of order) */
    -webkit-text-stroke-width: 1px;
    -webkit-text-stroke-color: rgba(245, 25, 40, 0.5); }
    #hd .txt-stroke.stroke-white {
      -webkit-text-stroke-color: rgba(255, 255, 255, 0.2); }

/*ie11 above fixed*/
_:-ms-fullscreen,
:root #hd .color-gradient {
  background: transparent !important; }

@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 .h2-small {
    font-size: 2.4em; }
  #hd h3,
  #hd .h3 {
    font-size: 2em; } }
@media screen and (max-width: 1280px) {
  #hd h5,
  #hd .h5 {
    font-size: .9em;
    letter-spacing: .04em; }
  #hd .title-deco {
    margin-bottom: .25em; } }
@media screen and (max-width: 1024px) {
  #hd h2,
  #hd .h2,
  #hd .h2-small {
    font-size: 2.25em;
    line-height: 1.1; }
  #hd h3,
  #hd h4,
  #hd .h4 {
    font-size: 1.25em; } }
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2,
  #hd .h2-small {
    font-size: 1.5em;
    line-height: 1.25; }
  #hd h3,
  #hd .h3 {
    font-size: 1.5em;
    line-height: 1.2; }
  #hd h5,
  #hd .h5 {
    font-size: .75em;
    letter-spacing: .02em; }
  #hd p {
    font-size: 15px; }
  #hd .title-deco {
    margin-bottom: 0; } }
#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: 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; }
#hd .hd-d-ib {
  display: inline-block; }
#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: 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: flex; } }
@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 .txt-glitch.align-center span {
  left: 0;
  right: 0; }
#hd .txt-glitch span {
  display: block;
  font: inherit; }
  #hd .txt-glitch span:first-child {
    clip-path: inset(-5% 0 64% 0); }
  #hd .txt-glitch span:last-child {
    position: absolute;
    top: 0;
    left: 0;
    clip-path: inset(35% 0 0 0); }
#hd .is-animated .txt-glitch span:first-child {
  -webkit-animation-delay: 0.5s;
  -webkit-animation-duration: 0.34s;
  -webkit-animation-name: glitch;
  -webkit-animation-timing-function: ease-in-out;
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.5s;
  -moz-animation-duration: 0.34s;
  -moz-animation-name: glitch;
  -moz-animation-timing-function: ease-in-out;
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.5s;
  -o-animation-duration: 0.34s;
  -o-animation-name: glitch;
  -o-animation-timing-function: ease-in-out;
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.5s;
  animation-duration: 0.34s;
  animation-name: glitch;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both; }
#hd .is-animated .txt-glitch span:last-child {
  -webkit-animation-delay: 0.3s;
  -webkit-animation-duration: 0.4s;
  -webkit-animation-name: glitch;
  -webkit-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -webkit-animation-iteration-count: 1;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0.3s;
  -moz-animation-duration: 0.4s;
  -moz-animation-name: glitch;
  -moz-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -moz-animation-iteration-count: 1;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0.3s;
  -o-animation-duration: 0.4s;
  -o-animation-name: glitch;
  -o-animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  -o-animation-iteration-count: 1;
  -o-animation-fill-mode: both;
  animation-delay: 0.3s;
  animation-duration: 0.4s;
  animation-name: glitch;
  animation-timing-function: cubic-bezier(0.17, 0.67, 0.54, 1.3);
  animation-iteration-count: 1;
  animation-fill-mode: both; }
#hd .compare-container {
  max-width: 55em;
  margin: 2em auto; }
  #hd .compare-container > div {
    padding: .5em;
    position: relative; }
    #hd .compare-container > div > img {
      width: 100%; }
  #hd .compare-container .hd-tag {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    text-transform: uppercase;
    text-align: left;
    background: #eb0000;
    padding: .25em .75em 0;
    position: absolute;
    bottom: 0;
    left: 0;
    margin: 1.5em; }
  #hd .compare-container.style-folder {
    max-width: 68em;
    margin-bottom: 1em; }
    #hd .compare-container.style-folder > div {
      display: flex;
      flex-direction: column; }
    #hd .compare-container.style-folder .hd-tag {
      max-width: calc(100% - 4em);
      display: inline-block;
      line-height: 1.125;
      padding: .4em .875em 0;
      margin: auto 0 -8px;
      border-top-left-radius: .25em;
      position: relative;
      z-index: 2; }
      #hd .compare-container.style-folder .hd-tag:after {
        content: '';
        display: block;
        width: 3em;
        height: 100%;
        background: #eb0000;
        position: absolute;
        left: 100%;
        top: 0;
        margin-left: -1.5em;
        -moz-transform: skew(42deg, 0deg);
        -o-transform: skew(42deg, 0deg);
        -ms-transform: skew(42deg, 0deg);
        -webkit-transform: skew(42deg, 0deg);
        transform: skew(42deg, 0deg);
        z-index: -1; }
  #hd .compare-container.style-folder-s {
    max-width: 58em;
    position: relative;
    overflow: hidden; }
    #hd .compare-container.style-folder-s > div {
      display: flex;
      flex-direction: column; }
    #hd .compare-container.style-folder-s .hd-tag {
      width: 100%;
      line-height: 1.125;
      padding: .5em .875em .25em;
      margin: auto 0 -8px;
      position: relative;
      z-index: 2; }
      #hd .compare-container.style-folder-s .hd-tag:before, #hd .compare-container.style-folder-s .hd-tag:after {
        content: '';
        display: block;
        width: 2em;
        height: .5em;
        background: #eb0000;
        position: absolute;
        left: 0;
        bottom: 100%;
        margin-bottom: -1px; }
      #hd .compare-container.style-folder-s .hd-tag:before {
        border-top-left-radius: .25em; }
      #hd .compare-container.style-folder-s .hd-tag:after {
        width: 1.5em;
        left: 1.5em;
        -moz-transform: skew(60deg, 0deg);
        -o-transform: skew(60deg, 0deg);
        -ms-transform: skew(60deg, 0deg);
        -webkit-transform: skew(60deg, 0deg);
        transform: skew(60deg, 0deg); }
#hd .hd-border {
  border-left: 1px solid #f51928;
  border-right: 1px solid #f51928; }
#hd .hd-border-full {
  border: 1px solid #f51928; }
#hd .hd-frame {
  border: 1px solid #f51928;
  border-top-width: 8px; }

@media screen and (min-width: 2560px) {
  #hd .compare-container {
    max-width: 1400px; } }
@media screen and (min-width: 3000px) {
  #hd .compare-container {
    max-width: 1800px; } }
@media screen and (max-width: 768px) {
  #hd .compare-container .hd-tag {
    font-size: .875em; } }
@media screen and (max-width: 620px) {
  #hd .compare-container {
    max-width: 26em !important; }
    #hd .compare-container .hd-tag {
      margin: 1.25em; }
    #hd .compare-container > div {
      width: 100%;
      padding: .25em 0;
      margin-bottom: .5em; }
    #hd .compare-container .hd-tag {
      margin: .75em; } }
@media screen and (max-width: 480px) {
  #hd .compare-container {
    width: 270px;
    margin: 1em auto; } }
#hd .hd-btn {
  display: inline-flex;
  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: #f51928;
  border: 1px solid rgba(245, 25, 40, 0.9);
  border-radius: 0;
  padding: .6em 1.5em .4em;
  margin: .25em;
  text-transform: uppercase;
  position: relative;
  overflow: hidden;
  -moz-transition: transform 0.25s ease;
  -o-transition: transform 0.25s ease;
  -webkit-transition: transform 0.25s ease;
  transition: transform 0.25s ease; }
  #hd .hd-btn i {
    width: 1.1em;
    height: 1.1em;
    background: #f51928;
    border-radius: 2em;
    margin: 0 -.75em 0 .75em;
    position: relative;
    -moz-transition: transform 0.25s ease;
    -o-transition: transform 0.25s ease;
    -webkit-transition: transform 0.25s ease;
    transition: 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 .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 {
    -moz-transform: translate(0, -3px);
    -o-transform: translate(0, -3px);
    -ms-transform: translate(0, -3px);
    -webkit-transform: translate(0, -3px);
    transform: translate(0, -3px); }
  #hd .hd-btn:active {
    background: black;
    -moz-transform: translate(-1px, 0);
    -o-transform: translate(-1px, 0);
    -ms-transform: translate(-1px, 0);
    -webkit-transform: translate(-1px, 0);
    transform: translate(-1px, 0); }

@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: .5em;
      margin-right: -.5em; } }
#hd .hd-nav {
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  margin: auto 0;
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  height: calc(100% - 100px);
  pointer-events: none;
  visibility: visible !important;
  -moz-transition: transform 0.6s, opacity 0.6s;
  -o-transition: transform 0.6s, opacity 0.6s;
  -webkit-transition: transform 0.6s, opacity 0.6s;
  transition: transform 0.6s, opacity 0.6s;
  right: 0;
  z-index: 10; }
  #hd .hd-nav.is-hidden:not(:focus-within) {
    -moz-transform: translate(100%, 0);
    -o-transform: translate(100%, 0);
    -ms-transform: translate(100%, 0);
    -webkit-transform: translate(100%, 0);
    transform: translate(100%, 0);
    opacity: 0; }
  #hd .hd-nav:before {
    content: '';
    display: block;
    width: 120%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    background-color: rgba(0, 0, 0, 0);
    background-image: -moz-linear-gradient(90deg, rgba(0, 0, 0, 0), black);
    background-image: -webkit-linear-gradient(90deg, rgba(0, 0, 0, 0), black);
    background-image: linear-gradient(90deg, rgba(0, 0, 0, 0), black);
    pointer-events: none; }
  #hd .hd-nav a {
    display: block;
    font-size: .9em;
    letter-spacing: .018em;
    text-align: right;
    color: #c8c8c8;
    padding: .3em 3em .3em .75em;
    margin-bottom: 1.25em;
    position: relative;
    pointer-events: auto; }
    #hd .hd-nav a:before {
      content: '';
      display: block;
      width: 100%;
      height: 1px;
      background: rgba(255, 255, 255, 0.5);
      position: absolute;
      bottom: 0;
      right: 0;
      transform-origin: right top;
      -moz-transform: scale(0.3, 1);
      -o-transform: scale(0.3, 1);
      -ms-transform: scale(0.3, 1);
      -webkit-transform: scale(0.3, 1);
      transform: scale(0.3, 1);
      -moz-transition: transform 0.4s ease;
      -o-transition: transform 0.4s ease;
      -webkit-transition: transform 0.4s ease;
      transition: transform 0.4s ease; }
    #hd .hd-nav a.is-current {
      color: white; }
      #hd .hd-nav a.is-current: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);
        background-color: #d4202a;
        background-image: -moz-linear-gradient(90deg, #d4202a, #772cc4, #0097ff);
        background-image: -webkit-linear-gradient(90deg, #d4202a, #772cc4, #0097ff);
        background-image: linear-gradient(90deg, #d4202a, #772cc4, #0097ff); }
      #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 span {
      display: inline-block;
      position: relative;
      padding-left: 1.6em; }
      #hd .hd-nav a span:before {
        display: block;
        width: 1.4em;
        height: 1.4em;
        background: 0 0 no-repeat;
        background-image: url(../img/square-nav.svg);
        background-size: contain;
        position: absolute;
        top: -.125em;
        left: -1em;
        z-index: -1; }

@media screen and (max-width: 1600px) {
  #hd .hd-nav a {
    padding: .5em 1em .5em .5em;
    margin-bottom: 1em; }
    #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-nav ul li .hd-tooltip {
      display: none; } }
#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: #c8c8c8; }
    #hd .hd-lightbox .hd-filter::-webkit-scrollbar-thumb:hover {
      background: #f51928; }
  #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: .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: -.5em;
    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: 1px;
      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: #f51928; }

@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: 4em 1.5em; } }
#hd .swiper {
  position: relative; }
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 2.6em;
  height: 2.6em;
  color: #f51928;
  background-color: #aaa;
  opacity: 1;
  top: 55%;
  -moz-transition: all 0.25s ease;
  -o-transition: all 0.25s ease;
  -webkit-transition: all 0.25s ease;
  transition: all 0.25s ease; }
  #hd .swiper-button-prev:after,
  #hd .swiper-button-next:after {
    font-size: 2.25em;
    font-weight: bold; }
  #hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible,
  #hd .swiper-button-next:hover,
  #hd .swiper-button-next:focus-visible {
    background-color: none;
    -moz-transform: translateY(0) scale(1.1);
    -o-transform: translateY(0) scale(1.1);
    -ms-transform: translateY(0) scale(1.1);
    -webkit-transform: translateY(0) scale(1.1);
    transform: translateY(0) scale(1.1); }
  #hd .swiper-button-prev:active,
  #hd .swiper-button-next:active {
    -moz-transform: translateY(0) scale(0.9);
    -o-transform: translateY(0) scale(0.9);
    -ms-transform: translateY(0) scale(0.9);
    -webkit-transform: translateY(0) scale(0.9);
    transform: translateY(0) scale(0.9); }
  #hd .swiper-button-prev.swiper-button-disabled,
  #hd .swiper-button-next.swiper-button-disabled {
    opacity: .5;
    pointer-events: none; }
#hd .swiper-button-prev {
  background: url("../img/arrow_r.svg") center no-repeat;
  background-size: contain;
  -moz-transform: translate(0, 0) scale(-1, 1);
  -o-transform: translate(0, 0) scale(-1, 1);
  -ms-transform: translate(0, 0) scale(-1, 1);
  -webkit-transform: translate(0, 0) scale(-1, 1);
  transform: translate(0, 0) scale(-1, 1); }
  #hd .swiper-button-prev:after {
    content: ''; }
  #hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible {
    -moz-transform: translateY(0) scale(-1.1, 1.1);
    -o-transform: translateY(0) scale(-1.1, 1.1);
    -ms-transform: translateY(0) scale(-1.1, 1.1);
    -webkit-transform: translateY(0) scale(-1.1, 1.1);
    transform: translateY(0) scale(-1.1, 1.1); }
  #hd .swiper-button-prev:active {
    -moz-transform: translateY(0) scale(-0.9, 0.9);
    -o-transform: translateY(0) scale(-0.9, 0.9);
    -ms-transform: translateY(0) scale(-0.9, 0.9);
    -webkit-transform: translateY(0) scale(-0.9, 0.9);
    transform: translateY(0) scale(-0.9, 0.9); }
#hd .swiper-button-next {
  background: url("../img/arrow_r.svg") center no-repeat;
  background-size: contain; }
  #hd .swiper-button-next:after {
    content: ''; }
#hd .swiper-pagination-wrapper {
  display: flex;
  align-items: center;
  justify-content: center;
  margin: 0 auto; }
#hd .swiper-pagination {
  width: auto;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin: 0 auto;
  bottom: 0;
  position: relative; }
#hd .swiper-pagination-bullet {
  width: 14em;
  height: .5em;
  margin: 0 .25em;
  border-radius: 0;
  background: #f51928;
  opacity: 1;
  position: relative;
  overflow: hidden;
  -moz-transition: width 0.25s ease;
  -o-transition: width 0.25s ease;
  -webkit-transition: width 0.25s ease;
  transition: width 0.25s ease; }
  #hd .swiper-pagination-bullet:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    margin: auto 0;
    background: white;
    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:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 4s;
    -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: 4s;
    -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: 4s;
    -o-animation-name: slideProgress;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 4s;
    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-pause-btn {
  flex-shrink: 0;
  width: 3em;
  height: 3em;
  cursor: pointer;
  margin-left: 1em;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  #hd .swiper-pause-btn img {
    width: 40%; }
  #hd .swiper-pause-btn .play {
    display: none; }
  #hd .swiper-pause-btn[aria-pressed="true"] .play {
    display: block; }
  #hd .swiper-pause-btn[aria-pressed="true"] .pause {
    display: none; }

@media screen and (max-width: 1024px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3.5em;
    height: 3.5em; }
    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
      font-size: 2em; } }
@media screen and (max-width: 768px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 3em;
    height: 3em;
    margin: 0;
    display: block; }
    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
      font-size: 2em; }
  #hd .swiper-pagination-bullet {
    width: .6em;
    margin: 0 .25em; } }
@media screen and (max-width: 480px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    width: 2.5em;
    height: 2.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: .875em;
    opacity: .6; }

@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: .5em;
    margin-right: 2em; } }
@media screen and (max-width: 480px) {
  #hd .feature-list li {
    margin-right: 1.25em;
    margin-bottom: .25em; }
  #hd .feature-list h4 {
    font-size: 1.25em; } }
#hd .tab-filter {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  justify-content: center;
  width: 100%;
  max-width: 72em;
  text-align: center;
  border-bottom: 1px solid #777;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 1.875em;
  position: relative;
  z-index: 2; }
  #hd .tab-filter li {
    padding: .75em 1.5em 0;
    opacity: 1;
    position: relative;
    cursor: pointer; }
    #hd .tab-filter li:hover h3, #hd .tab-filter li:focus-visible h3 {
      color: white !important; }
    #hd .tab-filter li.hd-active h3 {
      color: white !important; }
      #hd .tab-filter li.hd-active h3:after {
        -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 .tab-filter li h3 {
      display: inline-flex;
      height: 100%;
      align-items: center;
      justify-content: center;
      font-size: 1.25em;
      letter-spacing: 0;
      color: #c8c8c8 !important;
      padding: 0 1em 1px;
      margin-bottom: 0;
      position: relative;
      z-index: 2;
      -moz-transition: color 0.25s ease;
      -o-transition: color 0.25s ease;
      -webkit-transition: color 0.25s ease;
      transition: color 0.25s ease; }
      #hd .tab-filter li h3:after {
        content: '';
        display: block;
        width: 100%;
        height: 4px;
        background: #f51928;
        position: absolute;
        bottom: 0;
        left: 0;
        right: 0;
        margin: 0 auto;
        -moz-transition: transform 0.25s ease;
        -o-transition: transform 0.25s ease;
        -webkit-transition: transform 0.25s ease;
        transition: transform 0.25s ease;
        -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 .tab-filter.filter-block {
    max-width: 60em; }
    #hd .tab-filter.filter-block li {
      padding: 0 1em; }
      #hd .tab-filter.filter-block li:after {
        display: none; }
      #hd .tab-filter.filter-block li h3 {
        position: relative; }
      #hd .tab-filter.filter-block li.hd-active h3 {
        display: inline-block;
        padding: .4em 1em 0;
        background: white;
        color: #0213c0 !important; }
        #hd .tab-filter.filter-block li.hd-active h3:after {
          content: '';
          display: block;
          width: .4em;
          height: calc(100% - 2px);
          border: 1px solid white;
          position: absolute;
          top: 0;
          left: 100%; }
        #hd .tab-filter.filter-block li.hd-active h3:before {
          content: '';
          display: block;
          width: 1px;
          height: calc(100% - 2px);
          background: white;
          -moz-transform: rotate(12deg);
          -o-transform: rotate(12deg);
          -ms-transform: rotate(12deg);
          -webkit-transform: rotate(12deg);
          transform: rotate(12deg);
          position: absolute;
          top: 0;
          left: calc(100% + .25em); }
#hd .tab-content {
  display: none; }
  #hd .tab-content.hd-active {
    display: block; }

@media screen and (max-width: 768px) {
  #hd .tab-filter {
    flex-wrap: nowrap;
    justify-content: flex-start;
    width: 100%;
    position: relative;
    overflow-y: hidden;
    overflow-x: auto; }
    #hd .tab-filter::-webkit-scrollbar {
      height: 2px; }
    #hd .tab-filter::-webkit-scrollbar-track {
      background: #111; }
    #hd .tab-filter::-webkit-scrollbar-thumb {
      background: #333; }
    #hd .tab-filter::-webkit-scrollbar-thumb:hover {
      background: #555; }
    #hd .tab-filter li {
      padding: .5em .5em 0;
      flex-shrink: 0; }
    #hd .tab-filter.filter-block {
      padding-bottom: 0; } }
@media screen and (max-width: 480px) {
  #hd .tab-filter li h3 {
    font-size: 1em; }
  #hd .tab-content {
    padding: 0 .5em; } }
#hd .trigger-video-toggle {
  position: relative; }
#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: 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 {
  /*.pq-circle-wrapper.delay, .pq-circle-wrapper.delay-2 {
    opacity: .3;
  }*/
  /*animation*/ }
  #hd .div-block-3._2 {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
    flex-flow: wrap;
    margin-top: -.5em; }
  #hd .pq-cc {
    margin-left: auto;
    margin-right: auto; }
  #hd .pq-text-wrapper.motion {
    margin-left: auto;
    margin-right: auto; }
  #hd .pq-w-body.no-padding {
    position: relative;
    padding: 0;
    background-color: black;
    border: 1px solid #555; }
  #hd .pq-ulmb-2 {
    white-space: nowrap;
    flex: none;
    margin-bottom: -.4em;
    font-family: Tradegothicltpro, Arial, sans-serif;
    font-size: 1.8rem;
    font-weight: 700;
    line-height: 1; }
  #hd .pq-ulmb-2._2 {
    margin-bottom: -.9em;
    font-size: 2.5rem; }
  #hd .div-block-63 {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 3.5vw;
    display: grid; }
  #hd .div-block-64 {
    grid-column-gap: 20px;
    justify-content: center;
    align-items: center;
    margin-top: 3vw;
    display: flex; }
  #hd .div-block-65 {
    width: 100%;
    height: auto;
    padding: 4.2em 5.8em 0;
    overflow: hidden; }
  #hd .grid-4 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr; }
  #hd .image-35 {
    width: 100%;
    transform-style: preserve-3d;
    border: .5px solid #f51928;
    border-radius: 3px;
    position: relative;
    transform: translate3d(0, 0, 3em); }
  #hd .div-block-66 {
    perspective: 1200px;
    transform-style: preserve-3d;
    align-items: center;
    display: flex;
    position: relative;
    transform: rotateX(50deg) rotateY(0) rotateZ(-30deg); }
  #hd .pq-backlight {
    transform-style: preserve-3d;
    background-color: #fff;
    border-radius: 3px;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
    transform: translate3d(0, 0, -3em);
    box-shadow: 0 0 80px white; }
  #hd .pq-backlight._2 {
    background-color: rgba(255, 255, 255, 0.6);
    box-shadow: 0 0 80px rgba(255, 255, 255, 0.4); }
  #hd .pq-circle {
    width: 8em;
    height: 8em;
    background-color: #f51928;
    border-radius: 50%;
    position: absolute; }
  #hd .div-block-68 {
    width: 100%;
    height: 100%;
    transform-style: preserve-3d;
    position: absolute;
    transform: translate3d(0, 0, 4em); }
  #hd .div-block-69 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative; }
  #hd .pq-circle-wrapper {
    align-items: center;
    display: flex;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%; }
  #hd .pq-animation-control {
    width: 32px;
    height: 32px;
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/3F53BD6D-FD1C-41A1-9C3D-6A2138248340/v1/images/pause_circle_filled.svg");
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: contain;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    display: block; }
  #hd .pq-animation-control.pause {
    background-image: url("https://dlcdnwebimgs.asus.com/files/media/3F53BD6D-FD1C-41A1-9C3D-6A2138248340/v1/images/play_circle_filled.svg"); }
  #hd .pq-nvidia-gsync {
    width: 9.5rem; }
  #hd .pq-lb-link {
    width: 100%; }
  #hd .div-block-63 h4 {
    background-color: #f51928;
    color: black !important;
    font-size: 1.2em;
    padding: .3em .5em .1em; }
  #hd #brightness-ani.is-reduced-motion .pq-circle-wrapper,
  #hd #brightness-ani.is-reduced-motion .pq-circle._1,
  #hd #brightness-ani.is-reduced-motion .pq-circle._2,
  #hd #brightness-ani.is-reduced-motion .pq-backlight,
  #hd #brightness-ani.is-reduced-motion .pq-backlight._2 {
    animation-play-state: paused !important; }
  @media screen and (max-width: 991px) {
    #hd .pq-ulmb {
      margin-top: 4em; }
    #hd .pq-nvidia-gsync {
      width: 11.2rem; }
    #hd .div-block-9 {
      margin-left: auto; }
    #hd .div-block-7-copy {
      display: none; } }
  @media screen and (max-width: 767px) {
    #hd .div-block-63 {
      grid-column-gap: 20px;
      grid-row-gap: 20px;
      flex-direction: column;
      display: flex; }
    #hd .div-block-64 {
      grid-row-gap: 20px;
      flex-direction: column;
      align-items: flex-start; }
    #hd .div-block-65 {
      padding: 12% 15% 5%; } }
  @media screen and (max-width: 479px) {
    #hd .div-block-3._2 {
      margin-top: 2em;
      margin-bottom: 2em; }
    #hd .pq-ulmb-2._2 {
      margin-bottom: -0.15em; }
    #hd .pq-ulmb-2 {
      font-size: 1.4rem; }
    #hd .div-block-64 {
      margin-top: 5vw;
      margin-bottom: 10vw; }
    #hd .pq-circle {
      width: 5em;
      height: 5em; }
    #hd .pq-nvidia-gsync {
      width: 9.8rem; } }
  #hd .pq-circle-wrapper {
    animation: circlemove 4s ease-in-out infinite alternate; }
  #hd .pq-circle-wrapper.delay {
    animation-delay: .1s; }
  #hd .pq-circle-wrapper.delay-2 {
    animation-delay: .2s; }
  #hd .pq-circle-wrapper.delay-3 {
    animation-delay: .3s; }
  #hd .pq-circle-wrapper.delay-4 {
    animation-delay: .4s; }
  #hd .pq-circle._1 {
    animation: shining 4s ease-in-out infinite alternate; }
  #hd .pq-circle._2 {
    animation: shining2 4s ease-in-out infinite alternate;
    opacity: .2; }
@keyframes circlemove {
  10% {
    transform: translateX(0); }
  40%, 60% {
    transform: translateX(calc(50% - 4em)); }
  90%, 100% {
    transform: translateX(calc(100% - 8em)); } }
@keyframes circlemove-mobile {
  10% {
    transform: translateX(0); }
  40%, 60% {
    transform: translateX(calc(50% - 8em)); }
  90%, 100% {
    transform: translateX(calc(100% - 16em)); } }
@keyframes shining {
  0%, 50%, 100% {
    background: #f51928;
    opacity: 1; }
  10%, 40%, 60%, 90% {
    background: #000000;
    opacity: .4; } }
@keyframes backlight {
  0%, 50%, 100% {
    opacity: 1; }
  10%, 40%, 60%, 90% {
    opacity: 0; } }
@keyframes shining2 {
  0%, 10%, 50%, 90%, 100% {
    background: #f51928; }
  25%, 75% {
    background: #000000; } }
@keyframes backlight2 {
  0%, 10%, 50%, 90%, 100% {
    opacity: .5; }
  25%, 75% {
    opacity: 0; } }
  #hd .pq-backlight {
    animation: backlight 4s ease-in-out infinite alternate; }
  #hd .pq-backlight._2 {
    animation: backlight2 4s ease-in-out infinite alternate; }
  #hd .pq-ulmb.pause-animation .pq-backlight,
  #hd .pq-ulmb.pause-animation .pq-circle,
  #hd .pq-ulmb.pause-animation .pq-circle-wrapper {
    animation-play-state: paused; }
  @media screen and (max-width: 479px) {
    #hd .pq-circle-wrapper, #hd .pq-circle-wrapper.delay, #hd .pq-circle-wrapper.delay-2 {
      animation-name: circlemove-mobile; } }

#hd .sec-kv {
  overflow: hidden;
  padding: 0; }
  #hd .sec-kv figure {
    position: relative; }
    #hd .sec-kv figure img {
      width: 100%; }
    #hd .sec-kv figure .cover {
      position: absolute;
      top: 0;
      left: 0; }
  #hd .sec-kv .hd-container {
    margin-top: -6%; }
    #hd .sec-kv .hd-container.is-animated .deco {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInLeft;
      -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.4s;
      -moz-animation-name: fadeInLeft;
      -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.4s;
      -o-animation-name: fadeInLeft;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0s;
      animation-duration: 0.4s;
      animation-name: fadeInLeft;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
    #hd .sec-kv .hd-container.is-animated .h1 {
      -webkit-animation-delay: 0.25s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInLeft;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.25s;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: fadeInLeft;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.25s;
      -o-animation-duration: 0.4s;
      -o-animation-name: fadeInLeft;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.25s;
      animation-duration: 0.4s;
      animation-name: fadeInLeft;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
    #hd .sec-kv .hd-container.is-animated p {
      -webkit-animation-delay: 0.5s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInLeft;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.5s;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: fadeInLeft;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.5s;
      -o-animation-duration: 0.4s;
      -o-animation-name: fadeInLeft;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.5s;
      animation-duration: 0.4s;
      animation-name: fadeInLeft;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
  #hd .sec-kv .h1 {
    font-size: 4.8em;
    color: white;
    opacity: 0;
    letter-spacing: .15em; }
  #hd .sec-kv .deco {
    width: 30%;
    opacity: 0; }
  #hd .sec-kv p {
    text-align: center;
    max-width: 60em;
    margin: 0 auto; }

@media screen and (min-width: 2560px) {
  #hd .sec-kv .h1 {
    font-size: 4.6em; } }
@media screen and (max-width: 1440px) {
  #hd .sec-kv .h1 {
    font-size: 4.4em;
    text-align: center; } }
@media screen and (max-width: 1280px) {
  #hd .sec-kv .h1 {
    font-size: 3.5em; } }
@media screen and (max-width: 768px) {
  #hd .sec-kv .h1 {
    font-size: 2.6em; }
  #hd .sec-kv .deco {
    width: 50%;
    margin: 0 auto; } }
@media screen and (max-width: 480px) {
  #hd .sec-kv .h1 {
    font-size: 2em; } }
#hd .sec-ksp {
  text-align: center; }
  #hd .sec-ksp h2 {
    position: relative;
    font-size: 1.98em;
    margin-bottom: 0;
    line-height: 1.1;
    z-index: 2; }
  #hd .sec-ksp p {
    margin-bottom: 0;
    font-size: 1.2em; }
  #hd .sec-ksp li {
    display: flex;
    justify-content: space-between;
    margin-bottom: .8%; }
  #hd .sec-ksp .color-oled {
    background-color: #d72289;
    background-image: -moz-linear-gradient(90deg, #d72289, #d66ca7, #2f52b7);
    background-image: -webkit-linear-gradient(90deg, #d72289, #d66ca7, #2f52b7);
    background-image: linear-gradient(90deg, #d72289, #d66ca7, #2f52b7);
    -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 .sec-ksp .color-gradient-gery {
    background-color: #ffffff;
    background-image: -moz-linear-gradient(90deg, #ffffff, #999999);
    background-image: -webkit-linear-gradient(90deg, #ffffff, #999999);
    background-image: linear-gradient(90deg, #ffffff, #999999);
    -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 .sec-ksp .color-oled::selection,
  #hd .sec-ksp .color-gradient-gery::selection {
    -webkit-background-clip: text;
    -webkit-text-fill-color: #f51928; }
  #hd .sec-ksp li.line-2 {
    text-align: left;
    align-items: unset; }
    #hd .sec-ksp li.line-2 p {
      margin-bottom: 0;
      font-size: 1.3em;
      margin-bottom: .2em;
      line-height: 1.2; }
  #hd .sec-ksp .box {
    position: relative;
    border: 1px solid #444;
    border-radius: 6px;
    width: 30%;
    background-color: #1a1a1a;
    padding: 1em .8em .6em;
    display: flex;
    align-items: center;
    justify-content: center;
    min-height: 7.5em;
    overflow: hidden; }
    #hd .sec-ksp .box.box-1 {
      background-color: black;
      text-align: center;
      width: 100%;
      min-height: 0; }
      #hd .sec-ksp .box.box-1 sup {
        font-size: .5em; }
      #hd .sec-ksp .box.box-1 .bg {
        position: absolute;
        width: 100%;
        height: auto;
        bottom: 0;
        left: 0; }
    #hd .sec-ksp .box.box-2 {
      background-color: black;
      width: 28%; }
      #hd .sec-ksp .box.box-2 span {
        display: flex;
        align-items: center;
        justify-content: center; }
      #hd .sec-ksp .box.box-2 h2 {
        line-height: 1; }
      #hd .sec-ksp .box.box-2 .icon {
        width: 25.5%;
        margin-right: 1em; }
      #hd .sec-ksp .box.box-2 .bg {
        position: absolute;
        width: 80%;
        height: auto;
        top: 0;
        right: 0; }
    #hd .sec-ksp .box.box-3 {
      background-color: black;
      width: 35.2%; }
      #hd .sec-ksp .box.box-3 .bg {
        position: absolute;
        width: 100%;
        height: auto;
        top: 0;
        left: 0; }
    #hd .sec-ksp .box.box-4 {
      background-color: black;
      width: 35.2%; }
      #hd .sec-ksp .box.box-4 .bg {
        position: absolute;
        width: 85%;
        height: auto;
        top: 0;
        left: 0; }
    #hd .sec-ksp .box.box-5 {
      width: 28%; }
    #hd .sec-ksp .box.box-6 {
      width: 35.2%; }
      #hd .sec-ksp .box.box-6 img {
        width: 34%; }
    #hd .sec-ksp .box.box-7 {
      width: 35.2%; }
      #hd .sec-ksp .box.box-7 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover;
        opacity: .5; }
    #hd .sec-ksp .box.box-8 {
      width: 28%;
      padding: 3% 1em; }
      #hd .sec-ksp .box.box-8 .icon {
        position: relative;
        width: 26%;
        z-index: 2; }
      #hd .sec-ksp .box.box-8 h2 {
        text-align: left;
        padding-left: 1em; }
        #hd .sec-ksp .box.box-8 h2 p {
          font-size: .5em; }
      #hd .sec-ksp .box.box-8 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: cover; }
    #hd .sec-ksp .box.box-9 {
      width: 23.2%; }
      #hd .sec-ksp .box.box-9 img {
        width: 54%; }
    #hd .sec-ksp .box.box-10 {
      width: 23.2%; }
      #hd .sec-ksp .box.box-10 .bg {
        position: absolute;
        height: 90%;
        width: auto;
        margin: auto;
        left: 0;
        right: 0;
        top: 0;
        bottom: 0; }
    #hd .sec-ksp .box.box-11 {
      width: 23.2%; }
    #hd .sec-ksp .box.box-12 {
      width: 28%;
      min-height: 6.5em; }
      #hd .sec-ksp .box.box-12 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: fill;
        opacity: .6; }
    #hd .sec-ksp .box.box-13 {
      width: 35%; }
      #hd .sec-ksp .box.box-13 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: fill;
        opacity: .6; }
    #hd .sec-ksp .box.box-14 {
      width: 35%;
      min-height: 9.5em;
      background-image: linear-gradient(to right, #1a1a1a, #444); }
      #hd .sec-ksp .box.box-14 > div {
        display: flex;
        align-items: center;
        text-align: left; }
      #hd .sec-ksp .box.box-14 img {
        width: 22%;
        margin-right: 1em; }
    #hd .sec-ksp .box.box-15 {
      width: 28%;
      background-image: linear-gradient(to right, #1a1a1a, #444); }
      #hd .sec-ksp .box.box-15 a {
        font-size: 1.2em;
        color: #ccc;
        display: block; }
        #hd .sec-ksp .box.box-15 a:hover {
          text-decoration: underline; }
    #hd .sec-ksp .box.box-16 {
      width: 35%; }
      #hd .sec-ksp .box.box-16 .bg {
        position: absolute;
        width: 100%;
        height: 100%;
        top: 0;
        left: 0;
        object-fit: fill; }
    #hd .sec-ksp .box.box-17 {
      background-image: linear-gradient(to right, #1a1a1a, #444);
      width: 35%; }
      #hd .sec-ksp .box.box-17 > div {
        display: flex;
        align-items: center;
        justify-content: center; }
      #hd .sec-ksp .box.box-17 img {
        width: 20%;
        margin-left: 1em; }

@media screen and (max-width: 1440px) {
  #hd .sec-ksp li.line-2 p {
    font-size: 1.1em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-ksp h2 {
    font-size: 2em; }
  #hd .sec-ksp .hd-w1100 {
    width: 90%; }
  #hd .sec-ksp .box.box-2 .icon {
    width: 32%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-ksp h2 {
    font-size: 1.7em; }
  #hd .sec-ksp li.line-2 p {
    font-size: 1em; }
  #hd .sec-ksp .box.box-2 .icon {
    margin-right: .2em; }
  #hd .sec-ksp .box.box-8 h2 {
    padding-left: .5em; }
  #hd .sec-ksp .box.box.box-14 h2 {
    font-size: 1.4em; } }
@media screen and (max-width: 768px) {
  #hd .sec-ksp li {
    flex-wrap: wrap;
    margin-bottom: 0; }
    #hd .sec-ksp li.line-4 {
      align-items: unset; }
    #hd .sec-ksp li.line-5 {
      margin-top: 0;
      align-items: unset; }
  #hd .sec-ksp .box {
    min-height: 0;
    margin-bottom: 1%; }
    #hd .sec-ksp .box.box-1 .bg {
      display: none; }
    #hd .sec-ksp .box.box-2 {
      width: 100%;
      margin-bottom: 1%;
      text-align: center; }
      #hd .sec-ksp .box.box-2 .bg {
        display: none; }
    #hd .sec-ksp .box.box-3 {
      width: 49.6%; }
      #hd .sec-ksp .box.box-3 .bg {
        display: none; }
    #hd .sec-ksp .box.box-4 {
      width: 49.6%; }
      #hd .sec-ksp .box.box-4 .bg {
        display: none; }
    #hd .sec-ksp .box.box-5 {
      width: 100%; }
    #hd .sec-ksp .box.box-6 {
      width: 49.6%; }
    #hd .sec-ksp .box.box-7 {
      width: 49.6%; }
    #hd .sec-ksp .box.box-8 {
      width: 49.6%;
      min-height: 0; }
      #hd .sec-ksp .box.box-8 .icon {
        width: 17%; }
    #hd .sec-ksp .box.box-9 {
      width: 49.6%; }
      #hd .sec-ksp .box.box-9 img {
        width: 36%; }
    #hd .sec-ksp .box.box-10 {
      width: 49.6%; }
    #hd .sec-ksp .box.box-11 {
      width: 49.6%; }
    #hd .sec-ksp .box.box-12 {
      width: 100%;
      min-height: 0; }
    #hd .sec-ksp .box.box-13 {
      width: 49.6%;
      min-height: 0; }
    #hd .sec-ksp .box.box-14 {
      width: 49.6%;
      min-height: 0; }
    #hd .sec-ksp .box.box-15 {
      width: 100%; }
    #hd .sec-ksp .box.box-16 {
      width: 49.6%; }
    #hd .sec-ksp .box.box-17 {
      width: 49.6%; } }
@media screen and (max-width: 620px) {
  #hd .sec-ksp .box.box.box-14 h2 {
    font-size: 1.2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-ksp h2 {
    font-size: 1.4em; }
  #hd .sec-ksp p {
    font-size: 1em; }
  #hd .sec-ksp .box {
    margin-bottom: 1.5%; }
    #hd .sec-ksp .box.box-1, #hd .sec-ksp .box.box-2, #hd .sec-ksp .box.box-3, #hd .sec-ksp .box.box-4, #hd .sec-ksp .box.box-5, #hd .sec-ksp .box.box-6, #hd .sec-ksp .box.box-7, #hd .sec-ksp .box.box-8, #hd .sec-ksp .box.box-9, #hd .sec-ksp .box.box-10, #hd .sec-ksp .box.box-11, #hd .sec-ksp .box.box-12, #hd .sec-ksp .box.box-13, #hd .sec-ksp .box.box-14, #hd .sec-ksp .box.box-15, #hd .sec-ksp .box.box-16, #hd .sec-ksp .box.box-17 {
      width: 100%; } }
#hd .sec-vid {
  padding: 0; }
  #hd .sec-vid figure {
    position: relative; }
  #hd .sec-vid .play-btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    left: 0;
    right: 0;
    top: 40%;
    margin: 0 auto; }
    #hd .sec-vid .play-btn-container img {
      width: 200px; }
    #hd .sec-vid .play-btn-container button {
      -moz-transition: 0.3s;
      -o-transition: 0.3s;
      -webkit-transition: 0.3s;
      transition: 0.3s; }
      #hd .sec-vid .play-btn-container button:hover {
        -moz-transform: scale(110%, 110%);
        -o-transform: scale(110%, 110%);
        -ms-transform: scale(110%, 110%);
        -webkit-transform: scale(110%, 110%);
        transform: scale(110%, 110%); }
  #hd .sec-vid .btn-container {
    display: flex;
    justify-content: center;
    width: 100%;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto 4em; }
  #hd .sec-vid .vid-control {
    right: 10%; }

@media screen and (max-width: 1440px) {
  #hd .sec-vid .play-btn-container img {
    width: 150px; } }
@media screen and (max-width: 1280px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 3em; }
  #hd .sec-vid .play-btn-container img {
    width: 100px; } }
@media screen and (max-width: 1024px) {
  #hd .sec-vid .btn-container {
    margin-bottom: 2em; }
  #hd .sec-vid .play-btn-container {
    top: 33%; } }
@media screen and (max-width: 768px) {
  #hd .sec-vid .play-btn-container {
    display: none; } }
@media screen and (max-width: 620px) {
  #hd .sec-vid .vid-control {
    right: 0; }
  #hd .sec-vid .btn-container {
    position: relative;
    margin: 1em auto; } }
#hd .sec-intro {
  overflow: hidden; }
  #hd .sec-intro .hd-content {
    margin-left: -20%;
    max-width: 42em; }
  #hd .sec-intro .detail_list {
    margin-top: 2em;
    text-align: center; }
    #hd .sec-intro .detail_list strong {
      font-size: 2.7em;
      font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
    #hd .sec-intro .detail_list p {
      font-size: 1.6em; }

@media screen and (max-width: 1280px) {
  #hd .sec-intro .hd-content {
    width: 45%; }
  #hd .sec-intro h2 {
    font-size: 2em; }
  #hd .sec-intro .detail_list strong {
    font-size: 2em; }
  #hd .sec-intro .detail_list p {
    font-size: 1.2em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-intro .hd-content {
    position: relative;
    width: 90%;
    text-align: center;
    margin: 0 auto;
    margin-bottom: 3%;
    z-index: 2; }
  #hd .sec-intro figure {
    position: relative;
    width: 100%;
    margin-top: -5%; }
    #hd .sec-intro figure:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 30%;
      top: 0;
      left: 0;
      background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }
    #hd .sec-intro figure img {
      width: 120%;
      max-width: none !important; } }
@media screen and (max-width: 480px) {
  #hd .sec-intro h2 {
    font-size: 1.6em; }
  #hd .sec-intro .detail_list strong {
    font-size: 1.7em; }
  #hd .sec-intro .detail_list p {
    font-size: 1em; } }
#hd .sec-detail strong {
  font-size: 1.6em; }
#hd .sec-detail h2 {
  margin-top: .5%; }
#hd .sec-detail figure {
  width: 100%;
  max-width: 50em;
  margin: 0 auto;
  margin-top: 5%; }
  #hd .sec-detail figure .hd-col50 {
    position: relative;
    width: 49%; }
  #hd .sec-detail figure img {
    width: 100%; }
  #hd .sec-detail figure p {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    text-transform: uppercase;
    position: absolute;
    background-color: #eb0000;
    padding: .2em .7em;
    bottom: 3%;
    left: 3%; }

@media screen and (max-width: 620px) {
  #hd .sec-detail figure p {
    font-size: .9em;
    padding: 0.4em 0.7em 0.2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-detail figure .hd-col50 {
    width: 100%;
    max-width: 320px;
    margin: 0 auto;
    margin-bottom: 3%; } }
#hd .sec-oled {
  overflow: hidden;
  padding-top: 0; }
  #hd .sec-oled .txt-stroke {
    font-size: 14vw;
    line-height: 1.1; }
  #hd .sec-oled h2 {
    margin-bottom: 3%;
    margin-top: -12%; }
  #hd .sec-oled .hd-content {
    margin-top: 3%; }
  #hd .sec-oled .oled-swiper .swiper-slide {
    padding: 0 2%; }
    #hd .sec-oled .oled-swiper .swiper-slide > div {
      background-color: #222;
      border-radius: 15px;
      padding: 3%; }
  #hd .sec-oled .oled-swiper .txt {
    padding-left: 4%;
    max-width: 34em; }
    #hd .sec-oled .oled-swiper .txt h3 {
      font-size: 1.52em; }
  #hd .sec-oled .oled-swiper figure {
    position: relative;
    margin: 0; }
    #hd .sec-oled .oled-swiper figure img {
      width: 100%; }
    #hd .sec-oled .oled-swiper figure .hd-tag.right {
      right: 0;
      left: auto; }
  #hd .sec-oled .oled-pagination {
    border-bottom: 1px solid #777;
    width: 100%;
    max-width: 35em;
    margin: 0 auto; }
    #hd .sec-oled .oled-pagination h3 {
      font-size: 1.25em; }
  #hd .sec-oled .swiper-pagination-bullet {
    width: auto;
    padding: 0 2em;
    height: auto;
    background: transparent;
    -moz-transition: width 0.25s ease;
    -o-transition: width 0.25s ease;
    -webkit-transition: width 0.25s ease;
    transition: width 0.25s ease; }
    #hd .sec-oled .swiper-pagination-bullet:before {
      display: none; }
    #hd .sec-oled .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
      content: '';
      display: block;
      width: 100%;
      height: 4px;
      background: #f51928;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto; }

@media screen and (min-width: 3000px) {
  #hd .sec-oled .hd-w1000 {
    max-width: 1800px; } }
@media screen and (max-width: 1024px) {
  #hd .sec-oled .oled-swiper .swiper-slide > div {
    justify-content: center; }
  #hd .sec-oled .oled-swiper .txt {
    width: 100%;
    padding-left: 0;
    margin-bottom: 3%;
    max-width: 600px; }
  #hd .sec-oled .oled-swiper figure {
    width: 100%;
    max-width: 600px; } }
@media screen and (max-width: 768px) {
  #hd .sec-oled .swiper-pagination-bullet {
    padding: 0 1em; }
    #hd .sec-oled .swiper-pagination-bullet h3 {
      font-size: .9em; }
  #hd .sec-oled .oled-swiper .swiper-slide > div {
    padding: 6% 4%; }
  #hd .sec-oled .oled-swiper .txt h3 {
    font-size: 1.3em; } }
@media screen and (max-width: 480px) {
  #hd .sec-oled .oled-swiper figure .hd-tag {
    max-width: 40%; }
    #hd .sec-oled .oled-swiper figure .hd-tag strong, #hd .sec-oled .oled-swiper figure .hd-tag span {
      display: inline;
      line-height: 1.1; } }
@media screen and (max-width: 375px) {
  #hd .sec-oled .swiper-pagination-bullet {
    padding: 0 .5em; } }
#hd .sec-technology {
  overflow: hidden; }
  #hd .sec-technology .hd-content {
    margin-left: -18%;
    max-width: 34em; }
  #hd .sec-technology .detail_list {
    margin-top: 2em; }
    #hd .sec-technology .detail_list li {
      margin: 1.2em 0;
      padding-right: 1em;
      text-align: center; }
    #hd .sec-technology .detail_list strong {
      font-size: 2.2em;
      font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
    #hd .sec-technology .detail_list small {
      display: block;
      font-size: 1.1em; }
  #hd .sec-technology .hdr-logo {
    width: 46%;
    margin: 0 auto;
    margin-top: 1em; }

@media screen and (max-width: 1440px) {
  #hd .sec-technology .hd-content {
    width: 40%;
    margin-left: -21%; }
  #hd .sec-technology .detail_list strong {
    font-size: 1.8em; }
  #hd .sec-technology .detail_list li {
    margin: .6em 0; } }
@media screen and (max-width: 1280px) {
  #hd .sec-technology h2 {
    font-size: 2em; }
  #hd .sec-technology .hd-content {
    width: 45%; }
  #hd .sec-technology .detail_list {
    margin-top: 1em; }
    #hd .sec-technology .detail_list strong {
      font-size: 1.4em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-technology .hd-content {
    position: relative;
    width: 90%;
    max-width: 42em;
    margin: 0 auto;
    margin-bottom: 3%;
    text-align: center;
    z-index: 2; }
    #hd .sec-technology .hd-content .txt {
      max-width: none; }
  #hd .sec-technology figure {
    position: relative;
    width: 100%;
    margin-top: -10%; }
    #hd .sec-technology figure:before {
      content: "";
      position: absolute;
      width: 100%;
      height: 30%;
      top: 0;
      left: 0;
      background-image: linear-gradient(to bottom, black, rgba(0, 0, 0, 0)); }
    #hd .sec-technology figure img {
      width: 130%;
      max-width: none !important; }
  #hd .sec-technology .hdr-logo {
    margin: 0 auto;
    margin-top: 1.5em;
    width: 50%; } }
@media screen and (max-width: 480px) {
  #hd .sec-technology .detail_list strong {
    font-size: 1.2em; } }
#hd .sec-cooling {
  position: relative;
  padding: 0; }
  #hd .sec-cooling .sub-title {
    font-size: 1.6em;
    margin-bottom: .6em; }
  #hd .sec-cooling .vid-box {
    position: relative;
    z-index: 1;
    width: 60%;
    right: 0;
    margin-left: auto; }
    #hd .sec-cooling .vid-box:after {
      content: "";
      position: absolute;
      width: 40%;
      height: 100%;
      top: 0;
      left: 0;
      background: linear-gradient(to right, black, rgba(0, 0, 0, 0));
      z-index: 2; }
  #hd .sec-cooling .vid-control {
    right: auto;
    left: 1em;
    z-index: 3; }
  #hd .sec-cooling .vid-container {
    padding-bottom: 73%; }
  #hd .sec-cooling .hd-content {
    position: absolute;
    padding-right: 35%;
    left: 0;
    right: 0;
    z-index: 2;
    top: 35%; }
  #hd .sec-cooling figure {
    position: relative;
    z-index: 1;
    width: 60%;
    right: 0;
    margin-left: auto; }
    #hd .sec-cooling figure img {
      width: 100%; }

@media screen and (max-width: 1280px) {
  #hd .sec-cooling .hd-content {
    top: 20%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-cooling .sub-title {
    margin-bottom: 0; }
  #hd .sec-cooling .hd-content {
    position: relative;
    width: 90%;
    top: 0;
    padding-right: 0;
    text-align: center; }
  #hd .sec-cooling .vid-box {
    width: 100%; }
  #hd .sec-cooling figure {
    width: 100%;
    margin-top: 3%; } }
@media screen and (max-width: 768px) {
  #hd .sec-cooling {
    padding-top: 3%; } }
@media screen and (max-width: 480px) {
  #hd .sec-cooling {
    padding-top: 6%; } }
#hd .sec-screen {
  padding: 10% 0 4em; }
  #hd .sec-screen ul {
    margin: 1em -.25em; }
  #hd .sec-screen li {
    background: #313131;
    padding: 1em;
    margin: .25em; }
  #hd .sec-screen h3 {
    font-size: 1.25em;
    margin-bottom: .25em; }
  #hd .sec-screen .sub-title {
    font-size: 1.6em;
    margin-bottom: 0.6em; }
  #hd .sec-screen img {
    margin-top: 3%; }

@media screen and (max-width: 1024px) {
  #hd .sec-screen {
    padding: 4em 0 2em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-screen ul {
    flex-wrap: wrap; }
  #hd .sec-screen li {
    width: calc(50% - .5em); } }
@media screen and (max-width: 620px) {
  #hd .sec-screen {
    text-align: center; }
    #hd .sec-screen ul {
      text-align: left;
      margin-left: 0;
      margin-right: 0; }
    #hd .sec-screen li {
      width: 100%;
      margin: .25em 0; }
    #hd .sec-screen .note-container {
      text-align: left; } }
#hd .pin-friendly .txt-stroke {
  font-size: 14vw;
  line-height: 1.1;
  margin-bottom: -.425em; }
#hd .sec-brightness {
  padding: 0 0 6em;
  position: relative;
  overflow: hidden; }
  #hd .sec-brightness .hd-content {
    max-width: 52em;
    margin: 0 auto 1em; }
  #hd .sec-brightness .compare-container > div {
    display: block; }
  #hd .sec-brightness .compare-container.style-folder {
    padding: 0 1%; }
  #hd .sec-brightness .hd-frame img {
    width: 100%; }

@media screen and (max-width: 1280px) {
  #hd .sec-brightness {
    padding: 6em 0 4em; }
    #hd .sec-brightness .hd-content {
      margin-bottom: 2em; } }
@media screen and (max-width: 620px) {
  #hd .sec-brightness .compare-container {
    max-width: none !important; } }
@media screen and (max-width: 480px) {
  #hd .sec-brightness {
    padding: 4em 0 2em; }
    #hd .sec-brightness .compare-container {
      width: 100%;
      margin-top: 0; } }
@media screen and (max-width: 375px) {
  #hd .sec-brightness .compare-container.style-folder .hd-tag {
    font-size: .8em; } }
#hd .sec-station {
  position: relative;
  background-color: black; }
  #hd .sec-station .hd-w900 {
    position: relative;
    z-index: 2; }
  #hd .sec-station .tab-filter {
    max-width: 23em;
    margin: 0 auto;
    margin-top: 1%;
    margin-bottom: 2em; }
  #hd .sec-station strong {
    display: block;
    color: #f51928;
    font-size: 1.3em;
    margin-bottom: 1%;
    text-transform: uppercase; }
  #hd .sec-station .btn-container {
    margin-top: 5%; }
  #hd .sec-station .tab-kvm {
    text-align: center; }
    #hd .sec-station .tab-kvm .txt {
      max-width: 50em;
      margin: 0 auto;
      margin-bottom: 2em; }
    #hd .sec-station .tab-kvm img {
      width: 100%; }
  #hd .sec-station .tab-typec {
    text-align: center; }
    #hd .sec-station .tab-typec .txt {
      max-width: 50em;
      margin: 0 auto;
      margin-bottom: 2em; }
    #hd .sec-station .tab-typec img {
      width: 100%; }

@media screen and (max-width: 1023px) {
  #hd .sec-station .tab-typec .usb {
    max-width: 26em !important; } }
@media screen and (max-width: 768px) {
  #hd .sec-station .tab-filter {
    justify-content: center; }
  #hd .sec-station strong {
    font-size: 1.05em; }
  #hd .sec-station .tab-typec figure {
    width: 100%;
    overflow: hidden; }
    #hd .sec-station .tab-typec figure img {
      width: 140%;
      max-width: none !important;
      margin-left: -20%; } }
@media screen and (max-width: 480px) {
  #hd .sec-station .tab-typec figure img {
    width: 160%;
    margin-left: -30%; } }
#hd .sec-displaywidget {
  padding: 8em 0 6em;
  position: relative;
  overflow: hidden; }
  #hd .sec-displaywidget .hd-container {
    max-width: 52em;
    margin: 0 auto 4em; }
  #hd .sec-displaywidget .hd-content {
    margin-bottom: 3em; }
    #hd .sec-displaywidget .hd-content p {
      max-width: 45em; }
  #hd .sec-displaywidget .btn-container {
    margin-top: 3em; }
    #hd .sec-displaywidget .btn-container .hd-btn {
      padding-left: 1em;
      padding-right: 1em; }
  #hd .sec-displaywidget .ui {
    width: 100%; }

@media screen and (max-width: 1280px) {
  #hd .sec-displaywidget {
    padding: 6em 0 4em; }
    #hd .sec-displaywidget .hd-content {
      margin-bottom: 2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-displaywidget {
    padding: 4em 0 2em; } }
#hd .pin-vrr .txt-stroke {
  font-size: 30vw;
  line-height: 1.1;
  margin-bottom: -30%; }
#hd .sec-vrr {
  padding: 6em 0 8em;
  position: relative;
  overflow: hidden; }
  #hd .sec-vrr .hd-content {
    max-width: 45em;
    margin: 0 auto 7em; }
  #hd .sec-vrr h2 {
    opacity: 0; }
    #hd .sec-vrr h2:before {
      display: block;
      width: 50%;
      height: 1px;
      background: rgba(245, 25, 40, 0.5);
      position: absolute;
      right: 100%;
      top: .125em;
      margin-right: .6em; }
    #hd .sec-vrr h2.is-animated {
      -webkit-animation-delay: 0.25s;
      -webkit-animation-duration: 0.4s;
      -webkit-animation-name: fadeInLeft;
      -webkit-animation-timing-function: ease-in-out;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.25s;
      -moz-animation-duration: 0.4s;
      -moz-animation-name: fadeInLeft;
      -moz-animation-timing-function: ease-in-out;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.25s;
      -o-animation-duration: 0.4s;
      -o-animation-name: fadeInLeft;
      -o-animation-timing-function: ease-in-out;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.25s;
      animation-duration: 0.4s;
      animation-name: fadeInLeft;
      animation-timing-function: ease-in-out;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
  #hd .sec-vrr figure {
    width: 72%;
    margin: 0 auto;
    position: relative;
    z-index: 2; }
    #hd .sec-vrr figure.is-animated .bg-frame {
      -webkit-animation-delay: 0.25s;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: showFrame;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.25s;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: showFrame;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.25s;
      -o-animation-duration: 0.8s;
      -o-animation-name: showFrame;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.25s;
      animation-duration: 0.8s;
      animation-name: showFrame;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
  #hd .sec-vrr .img-container {
    position: relative; }
  #hd .sec-vrr .hd-bg {
    width: 150%;
    max-width: none !important;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: -25%;
    margin: auto;
    z-index: -1; }
  #hd .sec-vrr .hd-logo {
    width: 84%;
    margin-top: 5%; }
  #hd .sec-vrr .hd-tag {
    font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: bold;
    letter-spacing: .1em;
    text-transform: uppercase;
    text-align: left;
    background: #eb0000;
    padding: .25em .75em 0;
    position: absolute;
    margin: .75em 2.5em; }
  #hd .sec-vrr .tag-on {
    top: 0;
    left: 0; }
  #hd .sec-vrr .tag-off {
    right: 0;
    bottom: 0; }

@media screen and (max-width: 1280px) {
  #hd .sec-vrr {
    padding: 4em 0 6em; }
    #hd .sec-vrr .hd-content {
      margin-bottom: 5em; } }
@media screen and (max-width: 1024px) {
  #hd .pin-vrr .txt-stroke {
    font-size: 40vw;
    margin-bottom: -40%; } }
@media screen and (max-width: 768px) {
  #hd .pin-vrr .txt-stroke {
    font-size: 47vw;
    margin-bottom: -50%; } }
@media screen and (max-width: 620px) {
  #hd .sec-vrr .hd-content {
    text-align: center;
    margin: 0 auto 2em; }
  #hd .sec-vrr figure {
    width: 80%; }
  #hd .sec-vrr .hd-logo {
    width: 100%;
    position: relative;
    left: 0;
    right: 0;
    margin: 1em auto; }
  #hd .sec-vrr .hd-bg {
    width: 120%;
    left: -10%; } }
@media screen and (max-width: 480px) {
  #hd .sec-vrr {
    padding: 4em 0; }
    #hd .sec-vrr figure {
      width: 100%; } }
#hd .sec-gallery {
  padding-top: 12%; }
  #hd .sec-gallery .title {
    position: relative;
    z-index: 2; }
  #hd .sec-gallery .hd-content {
    position: relative; }
  #hd .sec-gallery .pd {
    width: 100%; }
  #hd .sec-gallery .frame {
    position: absolute;
    width: 90%;
    left: 0;
    right: 0;
    margin: 0 auto;
    top: 5%;
    z-index: 2; }
    #hd .sec-gallery .frame.frame-bottom {
      top: auto;
      bottom: -6%; }
  #hd .sec-gallery .vid-control {
    right: 10%; }
  #hd .sec-gallery .swiper-slide {
    background-color: black; }
  #hd .sec-gallery .swiper-button-next {
    right: 6%; }
  #hd .sec-gallery .swiper-button-prev {
    left: 6%; }
  #hd .sec-gallery .gallery-pagination.pause span:before {
    animation-play-state: paused; }

@media screen and (max-width: 1023px) {
  #hd .sec-gallery .swiper-button-prev,
  #hd .sec-gallery .swiper-button-next {
    display: none; }
  #hd .sec-gallery .swiper-pagination-bullet {
    width: 20%; } }
@media screen and (max-width: 768px) {
  #hd .sec-gallery .hd-content {
    margin-top: 0; } }
#hd .sec-enhancement {
  padding: 6% 0 2%;
  position: relative;
  background: black; }
  #hd .sec-enhancement h2 {
    margin-bottom: .75em; }
  #hd .sec-enhancement .tab-filter {
    width: 100%; }
    #hd .sec-enhancement .tab-filter li {
      padding-left: .5em;
      padding-right: .5em; }
    #hd .sec-enhancement .tab-filter h3 {
      min-width: 8em;
      align-items: end; }
  #hd .sec-enhancement .filter-target li {
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none; }
    #hd .sec-enhancement .filter-target li img {
      position: absolute;
      top: 0;
      left: 0; }
    #hd .sec-enhancement .filter-target li.hd-active {
      opacity: 1;
      -moz-transition: opacity 0.4s ease;
      -o-transition: opacity 0.4s ease;
      -webkit-transition: opacity 0.4s ease;
      transition: opacity 0.4s ease; }
  #hd .sec-enhancement .hd-content {
    max-width: 50em;
    margin: 0 auto 2em; }
  #hd .sec-enhancement .filter-trigger {
    max-width: 56em;
    margin: 0 auto; }
    #hd .sec-enhancement .filter-trigger li {
      cursor: pointer;
      width: calc(100% / 7); }
      #hd .sec-enhancement .filter-trigger li .h5 {
        margin-top: -.25em;
        opacity: .75;
        -moz-transition: opacity 0.25s ease;
        -o-transition: opacity 0.25s ease;
        -webkit-transition: opacity 0.25s ease;
        transition: opacity 0.25s ease; }
      #hd .sec-enhancement .filter-trigger li:hover .h5 {
        opacity: 1; }
      #hd .sec-enhancement .filter-trigger li.hd-active .hd-icon {
        background-position: 100% 0; }
      #hd .sec-enhancement .filter-trigger li.hd-active .h5 {
        opacity: 1; }
#hd .tab-boost figure {
  border: 1px solid #f51928;
  margin-top: 2em; }
  #hd .tab-boost figure > div {
    padding: 0; }
  #hd .tab-boost figure .right .hd-tag {
    left: auto;
    right: 0; }
#hd .tab-gameplus figure,
#hd .tab-gamevisual figure {
  max-width: 41em;
  margin: 1em auto 0; }
#hd .tab-gameplus figure {
  position: relative;
  overflow: hidden; }
  #hd .tab-gameplus figure img {
    width: 100%; }
#hd .tab-gameplus .hd-icon {
  width: 100px;
  height: 100px;
  margin: 0 auto;
  background-position: 0 0;
  background-size: 200%; }
  #hd .tab-gameplus .hd-icon.icon-stopwatch {
    background-image: url(../img/gameplus/ic_stopwatch.jpg); }
  #hd .tab-gameplus .hd-icon.icon-crosshair {
    background-image: url(../img/gameplus/ic_crosshair.jpg); }
  #hd .tab-gameplus .hd-icon.icon-timer {
    background-image: url(../img/gameplus/ic_timer.jpg); }
  #hd .tab-gameplus .hd-icon.icon-fps {
    background-image: url(../img/gameplus/ic_fps.jpg); }
  #hd .tab-gameplus .hd-icon.icon-display {
    background-image: url(../img/gameplus/ic_display-alignment.jpg); }
  #hd .tab-gameplus .hd-icon.icon-sniper {
    background-image: url(../img/gameplus/ic_sniper.jpg); }
  #hd .tab-gameplus .hd-icon.icon-vision {
    background-image: url(../img/gameplus/ic_sniper-night-vision.jpg); }
#hd .tab-gamevisual figure {
  position: relative; }
  #hd .tab-gamevisual figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0; }
  #hd .tab-gamevisual figure li:first-child img {
    position: relative; }
#hd .tab-gamevisual .hd-content li {
  width: 100%; }
  #hd .tab-gamevisual .hd-content li.hd-active .h5 {
    opacity: 1; }
#hd .tab-gamevisual .hd-content .h5 {
  letter-spacing: 0; }
#hd .tab-gamevisual .hd-content .filter-trigger {
  margin-top: 3em;
  margin-bottom: -1em; }
  #hd .tab-gamevisual .hd-content .filter-trigger li {
    width: auto;
    margin-right: 2em; }
    #hd .tab-gamevisual .hd-content .filter-trigger li.hd-active .h5 {
      color: white; }
#hd .tab-gamevisual .hd-content .filter-target li {
  opacity: .8;
  display: none; }
  #hd .tab-gamevisual .hd-content .filter-target li.hd-active {
    display: block; }
#hd .tab-gamevisual .filter-target {
  position: relative;
  overflow: hidden; }
#hd .tab-flickerfree .compare-container,
#hd .tab-ultralow .compare-container {
  max-width: 42em; }
#hd .tab-flickerfree .hd-logo,
#hd .tab-ultralow .hd-logo {
  width: 15em;
  margin: -1em auto 0; }

@media screen and (min-width: 2560px) {
  #hd .tab-flickerfree .compare-container,
  #hd .tab-ultralow .compare-container {
    max-width: 70em; } }
@media screen and (min-width: 3000px) {
  #hd .tab-flickerfree .compare-container,
  #hd .tab-ultralow .compare-container {
    max-width: 80em; }
  #hd .tab-flickerfree figure img,
  #hd .tab-ultralow figure img {
    max-width: 900px !important; } }
@media screen and (max-width: 1024px) {
  #hd .sec-enhancement .tab-filter li {
    width: auto; }
    #hd .sec-enhancement .tab-filter li h3 {
      font-size: 1.125em; }
  #hd .tab-gameplus figure,
  #hd .tab-gamevisual figure {
    width: 50%; }
  #hd .tab-gameplus .hd-icon {
    width: 80px;
    height: 80px; }
  #hd .tab-flickerfree .hd-content img {
    margin: 1.5em 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-enhancement {
    padding: 4em 0; }
    #hd .sec-enhancement .tab-filter {
      width: 100%; }
    #hd .sec-enhancement h2 {
      text-align: left; }
    #hd .sec-enhancement figure {
      width: 100%; }
  #hd .tab-gamevisual .hd-content .h5 {
    font-size: 1.125em; }
  #hd .tab-ultralow .hd-content ul {
    justify-content: center; } }
@media screen and (max-width: 620px) {
  #hd .sec-enhancement {
    padding: 2em 0; }
    #hd .sec-enhancement .h3 {
      font-size: 1.5em; }
    #hd .sec-enhancement .hd-content {
      text-align: left; }
    #hd .sec-enhancement .compare-container > div {
      width: 50%;
      margin-bottom: 0; }
    #hd .sec-enhancement .compare-container .hd-tag {
      font-size: 12px; }
  #hd .tab-gameplus .filter-trigger li {
    width: 33.3333%;
    margin-top: .5em; }
  #hd .tab-gameplus .hd-icon {
    width: 60px;
    height: 60px; }
  #hd .tab-gamevisual .hd-content .h5 {
    font-size: 1.125em; }
  #hd .tab-gamevisual .hd-content .filter-trigger {
    flex-wrap: wrap; }
    #hd .tab-gamevisual .hd-content .filter-trigger li {
      margin-right: 1.5em;
      margin-bottom: .5em; }
  #hd .tab-flickerfree .hd-logo,
  #hd .tab-ultralow .hd-logo {
    margin: 0 auto; }
  #hd .tab-boost figure > div {
    width: 50%; } }
#hd .sec-connectivity figure {
  position: relative;
  width: 100%;
  margin-top: 2%;
  overflow: hidden; }
  #hd .sec-connectivity figure img {
    width: 100%; }
  #hd .sec-connectivity figure .cover {
    max-width: none !important;
    position: absolute;
    width: 180%;
    top: -40%;
    left: -40%; }
#hd .sec-connectivity .icon {
  position: relative;
  width: 90%;
  max-width: 50em;
  margin: 0 auto;
  margin-top: -7%; }
  #hd .sec-connectivity .icon li {
    padding: 0 2%; }
  #hd .sec-connectivity .icon img {
    width: 100%;
    max-width: 80px !important;
    margin: 0 auto; }
  #hd .sec-connectivity .icon p {
    text-align: center;
    margin-top: 5%;
    font-size: .9em; }

@media screen and (max-width: 620px) {
  #hd .sec-connectivity .icon img {
    max-width: 50px !important; }
  #hd .sec-connectivity .icon p {
    font-size: 12px; } }
#hd .sec-design {
  position: relative;
  overflow: hidden; }
  #hd .sec-design .deco-top {
    width: 7%;
    min-width: 5em;
    position: absolute;
    top: 0;
    right: 80%; }
  #hd .sec-design .dots {
    width: 40%;
    margin: 0 auto;
    margin-top: 6%; }
  #hd .sec-design .hd-content {
    margin-bottom: 3em; }
    #hd .sec-design .hd-content p {
      max-width: 52em;
      margin-bottom: 2em; }
  #hd .sec-design li {
    padding: 0 1em;
    position: relative; }
    #hd .sec-design li:last-child figure:after {
      display: none; }
    #hd .sec-design li img {
      width: 100%; }
  #hd .sec-design figure {
    position: relative; }
  #hd .sec-design .hd-txt {
    margin-top: 1em; }
    #hd .sec-design .hd-txt p {
      line-height: 1.125;
      margin-bottom: .125em; }
      #hd .sec-design .hd-txt p span {
        font-size: 1.125em; }
      #hd .sec-design .hd-txt p.color-primary {
        font-weight: bold; }
  #hd .sec-design .deco-dots {
    width: 50%;
    margin: 3em auto 0; }
    #hd .sec-design .deco-dots:before {
      left: 10%; }
    #hd .sec-design .deco-dots:after {
      right: 10%; }
    #hd .sec-design .deco-dots .hd-deco {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #hd .sec-design .deco-dots .hd-deco:before {
        left: 26%; }
      #hd .sec-design .deco-dots .hd-deco:after {
        right: 26%; }
      #hd .sec-design .deco-dots .hd-deco:last-child:before {
        left: 42%; }
      #hd .sec-design .deco-dots .hd-deco:last-child:after {
        right: 42%; }

@media screen and (max-width: 1024px) {
  #hd .sec-design figure:after {
    height: 1em; } }
@media screen and (max-width: 768px) {
  #hd .sec-design ul {
    max-width: 600px;
    margin-left: auto;
    margin-right: auto; }
  #hd .sec-design li {
    width: 50%;
    padding: 0 1.5em;
    margin-bottom: 2em; }
  #hd .sec-design figure:after {
    display: none; }
  #hd .sec-design .deco-dots {
    width: 90%; } }
@media screen and (max-width: 620px) {
  #hd .sec-design ul {
    margin-left: -1em;
    margin-right: -1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-design li {
    padding: 0 .5em; } }
#hd .sec-more {
  padding: 0; }
  #hd .sec-more .hd-container {
    position: relative; }
  #hd .sec-more .hd-col50 {
    position: relative;
    padding: 11% 4% 11%;
    width: 100%; }
  #hd .sec-more .bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    object-fit: cover; }
  #hd .sec-more .more-btn {
    position: relative;
    display: block;
    padding: 6% 5% 4%;
    border: 2px solid white;
    background-color: rgba(0, 0, 0, 0.2);
    text-transform: none;
    -moz-transition: 0.4s ease;
    -o-transition: 0.4s ease;
    -webkit-transition: 0.4s ease;
    transition: 0.4s ease; }
    #hd .sec-more .more-btn:hover {
      background-color: rgba(0, 0, 0, 0.6);
      -moz-transform: translate(0, -4%);
      -o-transform: translate(0, -4%);
      -ms-transform: translate(0, -4%);
      -webkit-transform: translate(0, -4%);
      transform: translate(0, -4%); }
    #hd .sec-more .more-btn:before {
      content: "";
      position: absolute;
      width: 9px;
      height: calc(100% - 18px);
      left: 9px;
      top: 9px;
      background-color: white; }
    #hd .sec-more .more-btn .p {
      text-align: center;
      font-size: 1.4em;
      font-family: "TradeGothicBold", "Roboto Condensed", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-weight: bold;
      line-height: 1.1;
      color: #f51928 !important; }
    #hd .sec-more .more-btn span {
      color: white; }

@media screen and (min-width: 2560px) {
  #hd .sec-more .hd-w900 {
    max-width: 1000px; }
  #hd .sec-more .more-btn:before {
    width: 10px; } }
@media screen and (min-width: 3000px) {
  #hd .sec-more .hd-w900 {
    max-width: 1300px; } }
@media screen and (max-width: 768px) {
  #hd .sec-more .more-btn .p {
    font-size: 1.5em; } }
@media screen and (max-width: 480px) {
  #hd .sec-more .more-btn .p {
    font-size: 1.3em; } }

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