@import url(../lib/swiper/swiper-bundle.min.css);
/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
.ProductTabBar__productTabBarContainer__1e5nP,
.overviewSimpleContent,
.overviewAwardsContent,
.ProductRecommenedRelated__productRecommendRelatedContainer__3Akgf,
.ProductFooter__productFooterContainer__Z6Bel.ProductFooter__productBackgroundBlack__24n1I,
.Footer__footerContent__22G1u {
  position: relative;
  z-index: 2; }

.ProductTabBar__productTabBarContainer__1e5nP {
  position: relative;
  z-index: 3; }

.Product__onFixed__119Rh {
  display: none; }

.ProductTabBar__productTabBarContainer__1e5nP.ProductTabBar__isFixed__3fX1Q {
  position: relative; }

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

/* ---------- RESET ---------- */
.style-reset {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #262626;
  color: white;
  font-size: 16px;
  margin: 0;
  padding: 0;
  /* ---------- SCREEN READER ---------- */ }
  .style-reset * {
    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; }
    .style-reset * ::selection {
      background: #030000;
      color: #efd7ad; }
    .style-reset * ::-moz-selection {
      background: #030000;
      color: #efd7ad; }
  .style-reset ul,
  .style-reset li,
  .style-reset figure {
    margin: 0;
    padding: 0; }
  .style-reset h1,
  .style-reset h2,
  .style-reset h3,
  .style-reset h4,
  .style-reset p,
  .style-reset a,
  .style-reset li {
    font: inherit;
    padding: 0;
    margin: 0; }
  .style-reset img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0; }
    .style-reset 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; }
  .style-reset iframe,
  .style-reset video {
    max-width: 100%; }
  .style-reset button {
    background: none;
    border: none;
    border-radius: 0;
    box-shadow: none;
    -webkit-appearance: none;
    appearance: none; }
  .style-reset .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; }
  .style-reset a:focus-visible, .style-reset button:focus-visible, .style-reset input:focus-visible, .style-reset select:focus-visible, .style-reset textarea:focus-visible,
  .style-reset [role="button"]:focus-visible,
  .style-reset [tabindex="0"]:focus-visible {
    outline: 2px solid #efd7ad;
    outline-offset: -1px; }
  .style-reset a:focus:not(:focus-visible), .style-reset button:focus:not(:focus-visible), .style-reset input:focus:not(:focus-visible), .style-reset select:focus:not(:focus-visible), .style-reset textarea:focus:not(:focus-visible),
  .style-reset [role="button"]:focus:not(:focus-visible),
  .style-reset [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 shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@-moz-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@-ms-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@-o-keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
@keyframes shine {
  0% {
    filter: brightness(1); }
  50% {
    filter: brightness(2); }
  100% {
    filter: brightness(1); } }
.hd-colorrun {
  -webkit-animation-delay: 0s;
  -webkit-animation-duration: 5s;
  -webkit-animation-name: colorrun;
  -webkit-animation-timing-function: linear;
  -webkit-animation-iteration-count: infinite;
  -webkit-animation-fill-mode: both;
  -moz-animation-delay: 0s;
  -moz-animation-duration: 5s;
  -moz-animation-name: colorrun;
  -moz-animation-timing-function: linear;
  -moz-animation-iteration-count: infinite;
  -moz-animation-fill-mode: both;
  -o-animation-delay: 0s;
  -o-animation-duration: 5s;
  -o-animation-name: colorrun;
  -o-animation-timing-function: linear;
  -o-animation-iteration-count: infinite;
  -o-animation-fill-mode: both;
  animation-delay: 0s;
  animation-duration: 5s;
  animation-name: colorrun;
  animation-timing-function: linear;
  animation-iteration-count: infinite;
  animation-fill-mode: both; }

@-webkit-keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@-moz-keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@-ms-keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@-o-keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@keyframes playSpriteH {
  0% {
    background-position-x: 0%; }
  100% {
    background-position-x: 100%; } }
@-webkit-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-moz-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-ms-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-o-keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@keyframes dotHint {
  0% {
    opacity: .9;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); }
  100% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); } }
@-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: both;
  -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: both;
  -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: both;
  animation-delay: 0s;
  animation-duration: 0.25s;
  animation-name: fadeIn;
  animation-timing-function: ease-in-out;
  animation-iteration-count: 1;
  animation-fill-mode: both; }

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  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(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  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(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  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(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  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(30px);
    -o-transform: translateY(30px);
    -ms-transform: translateY(30px);
    -webkit-transform: translateY(30px);
    transform: translateY(30px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-moz-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-ms-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-o-keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@keyframes wind {
  0% {
    opacity: 0; }
  20% {
    opacity: 1; }
  35%,
  100% {
    opacity: 0; } }
@-webkit-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes showDesignFeature {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-moz-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-ms-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-o-keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@keyframes audiowave1 {
  0% {
    padding: 0 0; }
  25% {
    padding: .5em 0; }
  50% {
    padding: 5em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-webkit-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-moz-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-ms-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-o-keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@keyframes audiowave2 {
  0% {
    padding: 0 0; }
  25% {
    padding: 2em 0; }
  50% {
    padding: 1em 0; }
  75% {
    padding: 2em 0; }
  100% {
    padding: 0 0; } }
@-webkit-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-moz-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-ms-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-o-keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@keyframes audiowave3 {
  0% {
    padding: 0 0; }
  25% {
    padding: 1em 0; }
  50% {
    padding: .5em 0; }
  75% {
    padding: 4em 0; }
  100% {
    padding: 0 0; } }
@-webkit-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-moz-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-ms-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-o-keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@keyframes audiowaveMove {
  0% {
    -moz-transform: translate(-7050%, 0);
    -o-transform: translate(-7050%, 0);
    -ms-transform: translate(-7050%, 0);
    -webkit-transform: translate(-7050%, 0);
    transform: translate(-7050%, 0); }
  100% {
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0); } }
@-webkit-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
/* ---------- color effect ---------- */
@-webkit-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-moz-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-ms-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-o-keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@keyframes static {
  0% {
    opacity: 1; }
  100% {
    opacity: 1; } }
@-webkit-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-moz-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-ms-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-o-keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@keyframes breathing {
  0% {
    opacity: 1; }
  70% {
    opacity: 0; } }
@-webkit-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-moz-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-ms-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-o-keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@keyframes strobing {
  0% {
    opacity: 1; }
  50% {
    opacity: 0; } }
@-webkit-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-moz-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-ms-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-o-keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@keyframes music {
  0% {
    opacity: 1; }
  10% {
    opacity: .3; }
  40% {
    opacity: 1; }
  60% {
    opacity: .3; }
  70% {
    opacity: 1; }
  100% {
    opacity: .3; } }
@-webkit-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-moz-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-ms-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-o-keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@keyframes cycle {
  0% {
    background-color: red; }
  15% {
    background-color: orange; }
  30% {
    background-color: yellow; }
  45% {
    background-color: #00CB07; }
  60% {
    background-color: #07A9FF; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: #a12fd9; }
  100% {
    background-color: red; } }
@-webkit-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-moz-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-ms-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-o-keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@keyframes rainbow {
  0% {
    background-position: 100% 0; }
  100% {
    background-position: 0 0; } }
@-webkit-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-moz-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-ms-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-o-keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@keyframes smart {
  0% , 28% {
    background-color: red; }
  30%, 58% {
    background-color: yellow; }
  60%, 88% {
    background-color: #42ca42; }
  90%, 98% {
    background-color: yellow; }
  100% {
    background-color: red; } }
@-webkit-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-moz-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-ms-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-o-keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@keyframes comet {
  0% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(250%);
    -o-transform: skewX(68deg) translateX(250%);
    -ms-transform: skewX(68deg) translateX(250%);
    -webkit-transform: skewX(68deg) translateX(250%);
    transform: skewX(68deg) translateX(250%); }
  100% {
    z-index: -1;
    -moz-transform: skewX(68deg) translateX(-250%);
    -o-transform: skewX(68deg) translateX(-250%);
    -ms-transform: skewX(68deg) translateX(-250%);
    -webkit-transform: skewX(68deg) translateX(-250%);
    transform: skewX(68deg) translateX(-250%); } }
@-webkit-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #efd7ad; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-moz-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #efd7ad; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-ms-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #efd7ad; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@-o-keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #efd7ad; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
@keyframes adaptive {
  0% {
    background-color: white; }
  30% {
    background-color: #efd7ad; }
  45% {
    background-color: #07A9FF; }
  60% {
    background-color: #42ca42; }
  75% {
    background-color: #1044FF; }
  90% {
    background-color: yellow; }
  100% {
    background-color: white; } }
#hd {
  font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  font-size: 16px; }
  #hd h2,
  #hd .h2 {
    font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.875em;
    font-weight: normal;
    letter-spacing: .018em;
    line-height: 1.25;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: .25em; }
    #hd h2.txt-larger,
    #hd .h2.txt-larger {
      font-size: 3.125em; }
  #hd h3,
  #hd .h3 {
    font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.75em;
    font-weight: normal;
    color: #ffffff !important;
    letter-spacing: .018em;
    line-height: 1.25;
    margin-bottom: .25em; }
    #hd h3 sup,
    #hd .h3 sup {
      display: inline-block;
      margin-top: -.25em; }
  #hd h4,
  #hd .h4 {
    font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.75em;
    font-weight: normal;
    letter-spacing: .018em;
    line-height: 1.2;
    margin-bottom: .25; }
  #hd h5,
  #hd .h5 {
    font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: .018em;
    line-height: 1.125; }
  #hd h6,
  #hd .h6 {
    font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: .9em;
    font-weight: normal;
    line-height: 1.125; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd p {
    font-size: 1.15em;
    line-height: 1.6;
    letter-spacing: 0.02em;
    font-weight: 400; }
  #hd b {
    font-weight: normal; }
  #hd small {
    font-size: .875em;
    font-weight: 400; }
  #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 .hd-underline {
    text-decoration: underline; }
  #hd .color-primary {
    color: #efd7ad !important; }
  #hd .color-primary-dark {
    color: #a1825d !important; }
  #hd .bg-light .color-primary {
    color: #a1825d !important; }
  #hd .color-grey {
    color: #A7A7A7 !important; }
  #hd .color-dark-grey {
    color: #999 !important; }
  #hd .color-white {
    color: white !important; }
  #hd .color-gradient {
    color: #efd7ad !important;
    background-color: #efd7ad;
    background-image: -moz-linear-gradient(180deg, #efd7ad, #a1825d);
    background-image: -webkit-linear-gradient(180deg, #efd7ad, #a1825d);
    background-image: linear-gradient(180deg, #efd7ad, #a1825d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #hd .color-gradient-h {
    display: inline-block;
    color: #efd7ad !important;
    background-color: #efd7ad;
    background-image: -moz-linear-gradient(90deg, #efd7ad, #a1825d);
    background-image: -webkit-linear-gradient(90deg, #efd7ad, #a1825d);
    background-image: linear-gradient(90deg, #efd7ad, #a1825d);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent; }
  #hd .font-title {
    font-family: "TTNormsProNormal", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal; }
  #hd .font-title-medium {
    font-family: "TTNormsProMedium", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal; }
  #hd .font-title-bold {
    font-family: "TTNormsProBold", "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: normal; }
  #hd .font-content {
    font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd .hd-uppercase {
    text-transform: uppercase; }
  #hd .nobr {
    white-space: nowrap; }
  #hd .title-deco {
    display: inline-block;
    font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 100;
    font-size: 3.7em;
    letter-spacing: .5em;
    line-height: 1.25;
    position: relative;
    padding: 0 2em 0 2.5em; }
    #hd .title-deco:before, #hd .title-deco:after {
      content: '';
      width: 1.25em;
      height: .5em;
      position: absolute;
      top: 0;
      bottom: 0;
      margin: auto 0;
      background: url(../img/title-deco-left-light.svg) center no-repeat;
      background-size: contain;
      -moz-transition: opacity 0.4s, transform 0.8s;
      -o-transition: opacity 0.4s, transform 0.8s;
      -webkit-transition: opacity 0.4s, transform 0.8s;
      transition: opacity 0.4s, transform 0.8s; }
    #hd .title-deco:before {
      left: 0;
      -moz-transform: scale(-1, 1) translate(50%, 0);
      -o-transform: scale(-1, 1) translate(50%, 0);
      -ms-transform: scale(-1, 1) translate(50%, 0);
      -webkit-transform: scale(-1, 1) translate(50%, 0);
      transform: scale(-1, 1) translate(50%, 0); }
    #hd .title-deco:after {
      right: 0;
      -moz-transform: translate(50%, 0);
      -o-transform: translate(50%, 0);
      -ms-transform: translate(50%, 0);
      -webkit-transform: translate(50%, 0);
      transform: translate(50%, 0); }
    #hd .title-deco.is-animated:before {
      opacity: .7;
      -moz-transform: scale(-1, 1) translate(0, 0);
      -o-transform: scale(-1, 1) translate(0, 0);
      -ms-transform: scale(-1, 1) translate(0, 0);
      -webkit-transform: scale(-1, 1) translate(0, 0);
      transform: scale(-1, 1) translate(0, 0); }
    #hd .title-deco.is-animated:after {
      opacity: .7;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }

/*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 h3,
  #hd .h3 {
    font-size: 2.25em; }
  #hd h4,
  #hd .h4 {
    font-size: 1.75em; } }
@media screen and (max-width: 1280px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em; }
    #hd h2.txt-larger,
    #hd .h2.txt-larger {
      font-size: 2.5em; }
  #hd h3,
  #hd .h3 {
    font-size: 2em; }
  #hd h4,
  #hd .h4 {
    font-size: 1.5em; }
  #hd p {
    font-size: 1.125em; } }
@media screen and (max-width: 1024px) {
  #hd {
    font-size: 14px; }
    #hd h2,
    #hd .h2 {
      font-size: 2.75em; }
      #hd h2.txt-larger,
      #hd .h2.txt-larger {
        font-size: 3em; }
    #hd p {
      line-height: 1.5; }
    #hd .title-deco {
      letter-spacing: .4em;
      padding: 0 1.5em 0 1.9em; } }
@media screen and (max-width: 768px) {
  #hd .title-deco {
    font-size: 3em;
    letter-spacing: .3em;
    padding: 0 1.2em 0 1.5em; }
    #hd .title-deco:before, #hd .title-deco:after {
      width: 1em; } }
@media screen and (max-width: 480px) {
  #hd h2,
  #hd .h2 {
    font-size: 2.25em;
    margin-bottom: .25em; }
    #hd h2.txt-larger,
    #hd .h2.txt-larger {
      font-size: 2.25em; }
  #hd h3,
  #hd .h3 {
    font-size: 1.875em; }
  #hd .title-deco {
    font-size: 2.25em;
    letter-spacing: .2em;
    padding: 0 .8em 0 1em; }
    #hd .title-deco:before, #hd .title-deco:after {
      width: .5em; } }
#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: 75%;
  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-w1200 {
  max-width: 1200px; }
#hd .hd-w1366 {
  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 !important; }
#hd .hd-d-ib {
  display: inline-block !important; }
#hd .mx-auto {
  margin-left: auto;
  margin-right: auto; }

@media screen and (min-width: 2560px) {
  #hd .hd-w900 {
    max-width: 1200px; }
  #hd .hd-w1000 {
    max-width: 1300px; }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 1600px; }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    width: 90%;
    max-width: 2000px; }
  #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 {
    max-width: 1400px; }
  #hd .hd-w1000 {
    max-width: 2200px; }
  #hd .hd-w1100,
  #hd .hd-w1200,
  #hd .hd-w1200,
  #hd .hd-w1366 {
    max-width: 2560px; }
  #hd .hd-w1520,
  #hd .hd-w1680 {
    max-width: 3000px; } }
@media screen and (max-width: 1024px) {
  #hd .hd-d-1024-none {
    display: none !important; }

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

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

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

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

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

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

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

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

  #hd .hd-d-480-flex {
    display: flex !important; } }
#hd .bg-dark, #hd .bg-black {
  position: relative;
  overflow: hidden; }
  #hd .bg-dark > .hd-deco, #hd .bg-black > .hd-deco {
    position: absolute;
    pointer-events: none;
    user-select: none; }
    #hd .bg-dark > .hd-deco.deco-stripe, #hd .bg-black > .hd-deco.deco-stripe {
      width: 4.3%;
      top: 20%;
      left: 3.5%;
      opacity: 0.25; }
    #hd .bg-dark > .hd-deco.deco-line, #hd .bg-black > .hd-deco.deco-line {
      width: .5%;
      top: 25%;
      left: 8.5%;
      opacity: 0.25; }
    #hd .bg-dark > .hd-deco.deco-stripe-large, #hd .bg-black > .hd-deco.deco-stripe-large {
      width: 7.5%;
      top: 0;
      right: 0;
      margin-right: -3%; }
    #hd .bg-dark > .hd-deco.deco-txt, #hd .bg-black > .hd-deco.deco-txt {
      width: 6.5%;
      top: 50%;
      left: 0; }
    #hd .bg-dark > .hd-deco.deco-stripe-small, #hd .bg-black > .hd-deco.deco-stripe-small {
      width: 3.6%;
      top: 40%;
      right: 80%;
      opacity: 0.3; }
  #hd .bg-dark .title-deco:before, #hd .bg-black .title-deco:before, #hd .bg-dark .title-deco:after, #hd .bg-black .title-deco:after {
    background-image: url(../img/title-deco-left-dark.svg); }
#hd .bg-black {
  background-color: black; }
#hd .bg-light {
  background: #eeeeee;
  color: black;
  position: relative;
  overflow: hidden; }
  #hd .bg-light > .hd-deco {
    position: absolute;
    pointer-events: none;
    user-select: none; }
    #hd .bg-light > .hd-deco.deco-stripe-large {
      width: 7.5%;
      top: 0;
      right: 0;
      margin-right: -3%; }
    #hd .bg-light > .hd-deco.deco-txt {
      width: 6.5%;
      top: 50%;
      left: 0; }
    #hd .bg-light > .hd-deco.deco-stripe-small {
      width: 3.6%;
      top: 40%;
      right: 80%;
      opacity: 0.3; }
  #hd .bg-light h2,
  #hd .bg-light .h2 {
    color: black; }
  #hd .bg-light .color-grey {
    color: #999 !important; }
#hd .bg-black {
  background: black; }
  #hd .bg-black.bg-grid:before {
    opacity: 1; }
  #hd .bg-black.bg-grid > .hd-deco.deco-stripe {
    left: auto;
    right: 3.5%; }
  #hd .bg-black.bg-grid > .hd-deco.deco-line {
    left: auto;
    right: 8.5%; }
#hd .bg-grid {
  position: relative; }
  #hd .bg-grid:before {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    pointer-events: none;
    user-select: none;
    background: url(../img/bg-grid.svg) 60% top no-repeat;
    background-size: 125%;
    background-attachment: fixed;
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0.75; }
  #hd .bg-grid.bg-white:before, #hd .bg-grid.bg-light:before {
    background-image: url(../img/bg-grid-dark.svg); }

@media screen and (max-width: 768px) {
  #hd .bg-light > .hd-deco.deco-stripe-large {
    width: 15%; }
  #hd .bg-light > .hd-deco.deco-txt {
    width: 10%; } }
@media screen and (max-width: 480px) {
  #hd .bg-light > .hd-deco.deco-stripe-large {
    width: 20%; }
  #hd .bg-light > .hd-deco.deco-txt {
    width: 10%; } }
#hd .cover-container {
  position: relative;
  cursor: pointer; }
  #hd .cover-container:hover figure img {
    opacity: .75; }
  #hd .cover-container.trigger-video:hover .icon-play {
    background: #efd7ad;
    opacity: 1;
    -moz-transform: scale(1.25, 1.25);
    -o-transform: scale(1.25, 1.25);
    -ms-transform: scale(1.25, 1.25);
    -webkit-transform: scale(1.25, 1.25);
    transform: scale(1.25, 1.25); }
  #hd .cover-container figure {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative;
    overflow: hidden;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease; }
    #hd .cover-container figure img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0;
      -moz-transition: all 0.25s ease;
      -o-transition: all 0.25s ease;
      -webkit-transition: all 0.25s ease;
      transition: all 0.25s ease; }
  #hd .cover-container .icon-play {
    width: 50px;
    height: 50px;
    border-radius: 50%;
    background: #A7A7A7;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    opacity: .5;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #hd .cover-container .icon-play:before {
      content: '';
      display: block;
      width: 0;
      height: 0;
      border-style: solid;
      border-width: 12px 0 12px 15px;
      border-color: transparent transparent transparent #ffffff;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 5px;
      margin: auto; }
#hd .trigger-video {
  cursor: pointer; }
#hd .vid-control {
  width: 50px;
  height: 50px;
  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;
  cursor: pointer; }
  #hd .vid-control img {
    width: 50% !important;
    height: 50% !important;
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto; }
  #hd .vid-control svg {
    width: 100%;
    height: 100%; }
  #hd .vid-control .play {
    display: none; }
  #hd .vid-control.hd-active .play, #hd .vid-control[aria-pressed="true"] .play {
    display: block; }
  #hd .vid-control.hd-active .pause, #hd .vid-control[aria-pressed="true"] .pause {
    display: none; }
#hd .gif-container {
  position: relative;
  overflow: hidden; }
  #hd .gif-container img.hd-d-none {
    position: absolute !important;
    top: 0;
    left: 0; }
  #hd .gif-container .vid-control img {
    margin: auto !important; }
  #hd .gif-container.is-reduced-motion img.hd-d-none {
    display: block !important; }

@media screen and (max-width: 768px) {
  #hd .vid-control {
    width: 44px;
    height: 44px; } }
#hd .hd-nav {
  display: flex;
  flex-wrap: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  height: calc(100% - 100px);
  position: fixed;
  top: 100px;
  bottom: 0;
  right: 1em;
  margin: auto 0;
  z-index: 10;
  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; }
  #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.is-exclusion {
    mix-blend-mode: exclusion; }
  #hd .hd-nav .deco-nav {
    width: 1.3em;
    margin: 1.5em 0 1.5em auto; }
  #hd .hd-nav a {
    display: block;
    color: #efd7ad;
    font-size: .9em;
    letter-spacing: .04em;
    text-align: right;
    background: rgba(0, 0, 0, 0.5);
    border-radius: 4px;
    padding: .1em .5em .1em .5em;
    margin-right: 1.5em;
    margin-top: 1em;
    position: relative;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease; }
    #hd .hd-nav a:after {
      content: '';
      display: block;
      width: .5em;
      height: .5em;
      border-radius: .5em;
      background: #efd7ad;
      position: absolute;
      right: -.75em;
      top: .125em;
      bottom: 0;
      margin: auto 0;
      -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-nav a:hover, #hd .hd-nav a:focus-visible {
      color: #a1825d !important; }
      #hd .hd-nav a:hover:after, #hd .hd-nav a:focus-visible:after {
        background: #efd7ad; }
    #hd .hd-nav a.is-current {
      color: white !important; }
      #hd .hd-nav a.is-current:after {
        background: #efd7ad;
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5); }
      #hd .hd-nav a.is-current:nth-child(3) ~ .trigger-label:after {
        background: white; }
    #hd .hd-nav a.trigger-label:nth-child(3) {
      margin-top: .5em; }
    #hd .hd-nav a.trigger-label:nth-child(11) {
      margin-bottom: .5em; }
    #hd .hd-nav a.trigger-label:after {
      width: .5em;
      height: 1px;
      right: .125em; }
  #hd .hd-nav .sub-nav {
    margin-top: 0.25em;
    position: relative; }
    #hd .hd-nav .sub-nav li {
      text-align: right; }
    #hd .hd-nav .sub-nav a,
    #hd .hd-nav .sub-nav button {
      display: inline-block;
      color: inherit;
      font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: .8em;
      letter-spacing: .04em;
      padding: .1em .5em;
      margin-right: 1.5em;
      margin-bottom: 0.25em;
      margin-top: 0;
      background: rgba(0, 0, 0, 0.5);
      border-radius: 4px;
      position: relative;
      cursor: pointer;
      -moz-transition: color 0.4s 0.05s ease;
      -o-transition: color 0.4s 0.05s ease;
      -webkit-transition: color 0.4s 0.05s ease;
      transition: color 0.4s 0.05s ease; }
      #hd .hd-nav .sub-nav a:after,
      #hd .hd-nav .sub-nav button:after {
        content: '';
        display: block;
        width: .5em;
        height: 1px;
        right: .125em;
        background: #A7A7A7;
        position: absolute;
        top: .5em;
        right: -.75em; }
      #hd .hd-nav .sub-nav a:hover, #hd .hd-nav .sub-nav a:focus-visible,
      #hd .hd-nav .sub-nav button:hover,
      #hd .hd-nav .sub-nav button:focus-visible {
        color: #efd7ad !important; }
        #hd .hd-nav .sub-nav a:hover:after, #hd .hd-nav .sub-nav a:focus-visible:after,
        #hd .hd-nav .sub-nav button:hover:after,
        #hd .hd-nav .sub-nav button:focus-visible:after {
          background: #efd7ad; }

@media screen and (max-width: 1600px) {
  #hd .hd-nav {
    right: 10px; }
    #hd .hd-nav a,
    #hd .hd-nav button {
      font-size: .75em !important; } }
@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 .tab-content > div {
  width: 100%;
  display: none;
  padding: 4.75em 0 5em; }
  #hd .tab-content > div.hd-active {
    display: block; }
    #hd .tab-content > div.hd-active .reveal-fromBottom {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeInUp;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0s;
      -o-animation-duration: 0.8s;
      -o-animation-name: fadeInUp;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: forwards;
      animation-delay: 0s;
      animation-duration: 0.8s;
      animation-name: fadeInUp;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
    #hd .tab-content > div.hd-active .reveal-fromLeft {
      -webkit-animation-delay: 0s;
      -webkit-animation-duration: 0.8s;
      -webkit-animation-name: fadeInLeft;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: forwards;
      -moz-animation-delay: 0s;
      -moz-animation-duration: 0.8s;
      -moz-animation-name: fadeInLeft;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: forwards;
      -o-animation-delay: 0s;
      -o-animation-duration: 0.8s;
      -o-animation-name: fadeInLeft;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: forwards;
      animation-delay: 0s;
      animation-duration: 0.8s;
      animation-name: fadeInLeft;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: forwards; }
#hd .title-tab {
  width: 100%;
  text-align: center;
  position: relative;
  overflow: hidden;
  z-index: 3; }
  #hd .title-tab:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #efd7ad;
    background-image: -moz-linear-gradient(90deg, #efd7ad, #a1825d);
    background-image: -webkit-linear-gradient(90deg, #efd7ad, #a1825d);
    background-image: linear-gradient(90deg, #efd7ad, #a1825d); }
  #hd .title-tab ul {
    max-width: 100%;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none; }
    #hd .title-tab ul::-webkit-scrollbar {
      height: 0; }
    #hd .title-tab ul::-webkit-scrollbar-track {
      background: transparent; }
    #hd .title-tab ul::-webkit-scrollbar-thumb {
      background: transparent; }
    #hd .title-tab ul::-webkit-scrollbar-thumb:hover {
      background: transparent; }
  #hd .title-tab li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "Roboto", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.25em;
    font-weight: normal;
    letter-spacing: 0.018em;
    white-space: nowrap;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.8);
    padding: 1.5em 1.5em 1em 1.5em;
    text-transform: uppercase;
    position: relative;
    cursor: pointer;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease; }
    #hd .title-tab li sup {
      display: inline-block;
      vertical-align: super;
      font-size: .5em;
      margin-top: -1em; }
    #hd .title-tab li:after {
      content: '';
      display: block;
      width: calc(100% - 1em);
      height: 6px;
      background: black;
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      margin: 0 auto;
      transform-origin: left bottom;
      -moz-transform: scale(1, 0);
      -o-transform: scale(1, 0);
      -ms-transform: scale(1, 0);
      -webkit-transform: scale(1, 0);
      transform: scale(1, 0);
      -moz-transition: transform 0.25s ease-out;
      -o-transition: transform 0.25s ease-out;
      -webkit-transition: transform 0.25s ease-out;
      transition: transform 0.25s ease-out;
      background-color: #efd7ad;
      background-image: -moz-linear-gradient(90deg, #efd7ad, #a1825d);
      background-image: -webkit-linear-gradient(90deg, #efd7ad, #a1825d);
      background-image: linear-gradient(90deg, #efd7ad, #a1825d); }
    #hd .title-tab li:hover {
      color: white; }
    #hd .title-tab li.hd-active {
      color: #efd7ad;
      pointer-events: none; }
      #hd .title-tab li.hd-active: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 .bg-light .title-tab li {
  color: #444; }
  #hd .bg-light .title-tab li.hd-active {
    color: #000; }

@media screen and (max-width: 1024px) {
  #hd .tab-content > div {
    padding: 4em 0 4em; } }
@media screen and (max-width: 620px) {
  #hd .title-tab ul {
    min-width: 100%; }
  #hd .title-tab li {
    font-size: 1.125em;
    min-width: 50%;
    max-width: 10em;
    padding: 1.5em 1em 1em;
    white-space: break-spaces; } }
@media screen and (max-width: 480px) {
  #hd .title-tab li {
    font-size: 1.125em;
    letter-spacing: .018em; }
    #hd .title-tab li.hd-active:after {
      height: 4px; } }
#hd .sec-kv {
  position: relative;
  padding: 4em 0;
  background-color: black; }
  #hd .sec-kv figure {
    margin-left: -5%; }
  #hd .sec-kv h2 {
    font-size: 2.5em;
    letter-spacing: 0.05em;
    margin-bottom: .5em; }
  #hd .sec-kv p {
    text-shadow: 0 0 2px black, 0 0 5px black; }
  #hd .sec-kv .ksp-row {
    margin-top: -5%; }
  #hd .sec-kv .list-ksp {
    text-align: center;
    margin: 0 auto; }
    #hd .sec-kv .list-ksp li {
      margin: 1% 0; }
    #hd .sec-kv .list-ksp h3 {
      font-size: 1.1em; }
    #hd .sec-kv .list-ksp img {
      width: 70%;
      margin: 0 auto; }

@media screen and (max-width: 1440px) {
  #hd .sec-kv .ksp-row {
    margin-top: 0; } }
@media screen and (max-width: 1024px) {
  #hd .sec-kv {
    overflow: hidden;
    padding-bottom: 4em;
    text-align: center; }
    #hd .sec-kv .list-ksp {
      margin: 0 auto;
      margin-top: 2em;
      justify-content: center; }
    #hd .sec-kv figure {
      width: 100%; }
    #hd .sec-kv .hd-content {
      width: 100%;
      margin-top: -10%; } }
@media screen and (max-width: 768px) {
  #hd .sec-kv .list-ksp li {
    width: 33.3333%; } }
@media screen and (max-width: 480px) {
  #hd .sec-kv {
    padding-top: 2em; }
    #hd .sec-kv h2 {
      font-size: 2em; }
    #hd .sec-kv .list-ksp li {
      margin: 1% 0; }
    #hd .sec-kv .list-ksp h3 {
      font-size: 1em; }
    #hd .sec-kv .list-ksp img {
      width: 90%; } }
#hd .sec-engineering {
  padding: 6% 0; }
  #hd .sec-engineering figure {
    border-radius: 20px;
    position: relative;
    overflow: hidden; }
    #hd .sec-engineering figure > img {
      width: 100%; }
    #hd .sec-engineering figure .hd-note {
      font-size: 1em;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 10px 20px;
      background: rgba(0, 0, 0, 0.8);
      padding: 0 .5em;
      border-radius: 5px; }
  #hd .sec-engineering .hd-content {
    padding-left: 4%;
    padding-right: 5%; }

@media screen and (max-width: 1600px) {
  #hd .sec-engineering .hd-content {
    padding-right: 9%; } }
@media screen and (max-width: 1440px) {
  #hd .sec-engineering {
    padding: 8% 0 6%; }
    #hd .sec-engineering .hd-container {
      width: 90%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-engineering .hd-content {
    padding-right: 0; } }
@media screen and (max-width: 1023px) {
  #hd .sec-engineering .hd-container {
    flex-direction: column; }
  #hd .sec-engineering figure {
    width: 100% !important;
    margin: 0 !important; }
  #hd .sec-engineering .hd-content {
    width: 100%;
    padding: 40px 0 !important;
    margin: 0 !important; }
    #hd .sec-engineering .hd-content p {
      max-width: none; } }
@media screen and (max-width: 768px) {
  #hd .sec-engineering {
    padding: 10% 0 6%; }
    #hd .sec-engineering .hd-content {
      text-align: left; } }
@media screen and (max-width: 620px) {
  #hd .sec-engineering .vid-control {
    left: auto;
    right: 0; } }
#hd .sec-cooling {
  padding: 8% 0 6%; }
  #hd .sec-cooling article {
    padding: 4% 0; }
  #hd .sec-cooling .hd-content {
    padding-left: 3%;
    padding-right: 3%; }

@media screen and (max-width: 1600px) {
  #hd .sec-cooling .hd-content {
    padding-right: 9%; } }
@media screen and (max-width: 1440px) {
  #hd .sec-cooling {
    padding: 10% 0 6%; }
    #hd .sec-cooling .hd-container {
      width: 90%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-cooling .hd-content {
    padding-right: 0; } }
@media screen and (max-width: 1023px) {
  #hd .sec-cooling .hd-container {
    flex-direction: column; }
  #hd .sec-cooling figure {
    width: 100% !important;
    margin: 0 !important; }
  #hd .sec-cooling .hd-content {
    width: 100%;
    padding: 40px 0 !important;
    margin: 0 !important; }
    #hd .sec-cooling .hd-content p {
      max-width: none; } }
@media screen and (max-width: 768px) {
  #hd .sec-cooling .hd-content {
    text-align: left; } }
@media screen and (max-width: 620px) {
  #hd .sec-cooling {
    padding: 12% 0 6%; }
    #hd .sec-cooling .vid-control {
      left: auto;
      right: 0; } }
#hd .sec-experience {
  padding: 5% 0; }
  #hd .sec-experience figure {
    border-radius: 20px;
    position: relative;
    overflow: hidden; }
    #hd .sec-experience figure img {
      width: 100%; }
    #hd .sec-experience figure .hd-note {
      font-size: 1em;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 10px 20px;
      background: rgba(0, 0, 0, 0.8);
      padding: 0 .5em;
      border-radius: 5px;
      color: white; }
  #hd .sec-experience .hd-content {
    padding-left: 4%;
    padding-right: 5%; }
  #hd .sec-experience #pageContent-tab-diy figure {
    position: relative; }
    #hd .sec-experience #pageContent-tab-diy figure p {
      position: absolute;
      background-color: rgba(0, 0, 0, 0.8);
      font-size: 1.3em;
      width: 50%;
      text-align: center;
      padding: .4em .5em;
      bottom: 0;
      color: #efd7ad;
      line-height: 1.1; }
      #hd .sec-experience #pageContent-tab-diy figure p.left {
        left: 0; }
      #hd .sec-experience #pageContent-tab-diy figure p.right {
        right: 0; }

@media screen and (max-width: 1600px) {
  #hd .sec-experience .sec-connector .hd-content {
    padding-right: 5%; } }
@media screen and (max-width: 1440px) {
  #hd .sec-experience .hd-container {
    width: 90%; } }
@media screen and (max-width: 1023px) {
  #hd .sec-experience .hd-container {
    flex-direction: column; }
  #hd .sec-experience figure {
    width: 100% !important;
    margin: 0 !important; }
  #hd .sec-experience .hd-content {
    width: 100%;
    padding: 40px 0 !important;
    margin: 0 !important; }
    #hd .sec-experience .hd-content p {
      max-width: none; } }
@media screen and (max-width: 768px) {
  #hd .sec-experience {
    padding: 8% 0; }
    #hd .sec-experience .hd-content {
      text-align: left; } }
@media screen and (max-width: 480px) {
  #hd .sec-experience #pageContent-tab-diy figure p {
    font-size: 1.15em; } }

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