/*  Box Sizing */
/*  Text Truncate */
/* TRANSITION */
/* TRANSFORM */
/* ANIMATION */
/* GRADIENT */
/* OUTER */
#special-sectionOverview {
  margin-bottom: 100px; }

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

/* ---------- RESET ---------- */
#hd {
  font-family: "TTNormsProRegular", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
  background: #ffffff;
  color: #2b2b2b;
  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: #2469f3;
      color: white;
      -webkit-text-fill-color: white; }
    #hd * ::-moz-selection {
      background: #2469f3;
      color: white; }
    #hd * :focus-visible {
      outline-color: #2469f3; }
  #hd ul,
  #hd li,
  #hd figure {
    margin: 0;
    padding: 0; }
  #hd h1,
  #hd h2,
  #hd h3,
  #hd h4,
  #hd p,
  #hd a,
  #hd li {
    font: inherit;
    padding: 0;
    margin: 0; }
  #hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto; }
    #hd img.lazyload {
      opacity: 0;
      -moz-transition: opacity 0.5s ease;
      -o-transition: opacity 0.5s ease;
      -webkit-transition: opacity 0.5s ease;
      transition: opacity 0.5s ease; }
      #hd img.lazyload.lazyloaded {
        height: auto;
        opacity: 1; }
  #hd video {
    max-width: 100%; }
  #hd button {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none; }
  #hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0; }

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-moz-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-ms-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-o-keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@keyframes fadeIn {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
@-webkit-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes zoomIn {
  0% {
    opacity: 0;
    -moz-transform: scale(1.2, 1.2);
    -o-transform: scale(1.2, 1.2);
    -ms-transform: scale(1.2, 1.2);
    -webkit-transform: scale(1.2, 1.2);
    transform: scale(1.2, 1.2); }
  100% {
    opacity: 1;
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInDown {
  0% {
    opacity: 0;
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-moz-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-ms-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-o-keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@keyframes fadeInUp {
  0% {
    opacity: 0;
    -moz-transform: translateY(20px);
    -o-transform: translateY(20px);
    -ms-transform: translateY(20px);
    -webkit-transform: translateY(20px);
    transform: translateY(20px); }
  100% {
    opacity: 1;
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    -webkit-transform: translateY(0);
    transform: translateY(0); } }
@-webkit-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-moz-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-ms-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-o-keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@keyframes slideProgress {
  0% {
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  100% {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1); } }
@-webkit-keyframes hint {
  0% {
    outline-width: 0;
    outline-color: rgba(36, 105, 243, 0.25); }
  100% {
    outline-width: 1em;
    outline-color: rgba(36, 105, 243, 0); } }
@-moz-keyframes hint {
  0% {
    outline-width: 0;
    outline-color: rgba(36, 105, 243, 0.25); }
  100% {
    outline-width: 1em;
    outline-color: rgba(36, 105, 243, 0); } }
@-ms-keyframes hint {
  0% {
    outline-width: 0;
    outline-color: rgba(36, 105, 243, 0.25); }
  100% {
    outline-width: 1em;
    outline-color: rgba(36, 105, 243, 0); } }
@-o-keyframes hint {
  0% {
    outline-width: 0;
    outline-color: rgba(36, 105, 243, 0.25); }
  100% {
    outline-width: 1em;
    outline-color: rgba(36, 105, 243, 0); } }
@keyframes hint {
  0% {
    outline-width: 0;
    outline-color: rgba(36, 105, 243, 0.25); }
  100% {
    outline-width: 1em;
    outline-color: rgba(36, 105, 243, 0); } }
@-webkit-keyframes hintPlus {
  50% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }
@-moz-keyframes hintPlus {
  50% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }
@-ms-keyframes hintPlus {
  50% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }
@-o-keyframes hintPlus {
  50% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }
@keyframes hintPlus {
  50% {
    -moz-transform: scale(0.9, 0.9);
    -o-transform: scale(0.9, 0.9);
    -ms-transform: scale(0.9, 0.9);
    -webkit-transform: scale(0.9, 0.9);
    transform: scale(0.9, 0.9); } }
@-webkit-keyframes hintPlusV {
  50% {
    -moz-transform: rotate(90deg) scale(0.9, 0.9);
    -o-transform: rotate(90deg) scale(0.9, 0.9);
    -ms-transform: rotate(90deg) scale(0.9, 0.9);
    -webkit-transform: rotate(90deg) scale(0.9, 0.9);
    transform: rotate(90deg) scale(0.9, 0.9); } }
@-moz-keyframes hintPlusV {
  50% {
    -moz-transform: rotate(90deg) scale(0.9, 0.9);
    -o-transform: rotate(90deg) scale(0.9, 0.9);
    -ms-transform: rotate(90deg) scale(0.9, 0.9);
    -webkit-transform: rotate(90deg) scale(0.9, 0.9);
    transform: rotate(90deg) scale(0.9, 0.9); } }
@-ms-keyframes hintPlusV {
  50% {
    -moz-transform: rotate(90deg) scale(0.9, 0.9);
    -o-transform: rotate(90deg) scale(0.9, 0.9);
    -ms-transform: rotate(90deg) scale(0.9, 0.9);
    -webkit-transform: rotate(90deg) scale(0.9, 0.9);
    transform: rotate(90deg) scale(0.9, 0.9); } }
@-o-keyframes hintPlusV {
  50% {
    -moz-transform: rotate(90deg) scale(0.9, 0.9);
    -o-transform: rotate(90deg) scale(0.9, 0.9);
    -ms-transform: rotate(90deg) scale(0.9, 0.9);
    -webkit-transform: rotate(90deg) scale(0.9, 0.9);
    transform: rotate(90deg) scale(0.9, 0.9); } }
@keyframes hintPlusV {
  50% {
    -moz-transform: rotate(90deg) scale(0.9, 0.9);
    -o-transform: rotate(90deg) scale(0.9, 0.9);
    -ms-transform: rotate(90deg) scale(0.9, 0.9);
    -webkit-transform: rotate(90deg) scale(0.9, 0.9);
    transform: rotate(90deg) scale(0.9, 0.9); } }
@-webkit-keyframes showLine {
  50% {
    -moz-transform: scale(1.05, 1) translateY(1%);
    -o-transform: scale(1.05, 1) translateY(1%);
    -ms-transform: scale(1.05, 1) translateY(1%);
    -webkit-transform: scale(1.05, 1) translateY(1%);
    transform: scale(1.05, 1) translateY(1%); } }
@-moz-keyframes showLine {
  50% {
    -moz-transform: scale(1.05, 1) translateY(1%);
    -o-transform: scale(1.05, 1) translateY(1%);
    -ms-transform: scale(1.05, 1) translateY(1%);
    -webkit-transform: scale(1.05, 1) translateY(1%);
    transform: scale(1.05, 1) translateY(1%); } }
@-ms-keyframes showLine {
  50% {
    -moz-transform: scale(1.05, 1) translateY(1%);
    -o-transform: scale(1.05, 1) translateY(1%);
    -ms-transform: scale(1.05, 1) translateY(1%);
    -webkit-transform: scale(1.05, 1) translateY(1%);
    transform: scale(1.05, 1) translateY(1%); } }
@-o-keyframes showLine {
  50% {
    -moz-transform: scale(1.05, 1) translateY(1%);
    -o-transform: scale(1.05, 1) translateY(1%);
    -ms-transform: scale(1.05, 1) translateY(1%);
    -webkit-transform: scale(1.05, 1) translateY(1%);
    transform: scale(1.05, 1) translateY(1%); } }
@keyframes showLine {
  50% {
    -moz-transform: scale(1.05, 1) translateY(1%);
    -o-transform: scale(1.05, 1) translateY(1%);
    -ms-transform: scale(1.05, 1) translateY(1%);
    -webkit-transform: scale(1.05, 1) translateY(1%);
    transform: scale(1.05, 1) translateY(1%); } }
@-webkit-keyframes showLineTxt {
  50% {
    -moz-transform: translate(-1%, -1%);
    -o-transform: translate(-1%, -1%);
    -ms-transform: translate(-1%, -1%);
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%); } }
@-moz-keyframes showLineTxt {
  50% {
    -moz-transform: translate(-1%, -1%);
    -o-transform: translate(-1%, -1%);
    -ms-transform: translate(-1%, -1%);
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%); } }
@-ms-keyframes showLineTxt {
  50% {
    -moz-transform: translate(-1%, -1%);
    -o-transform: translate(-1%, -1%);
    -ms-transform: translate(-1%, -1%);
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%); } }
@-o-keyframes showLineTxt {
  50% {
    -moz-transform: translate(-1%, -1%);
    -o-transform: translate(-1%, -1%);
    -ms-transform: translate(-1%, -1%);
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%); } }
@keyframes showLineTxt {
  50% {
    -moz-transform: translate(-1%, -1%);
    -o-transform: translate(-1%, -1%);
    -ms-transform: translate(-1%, -1%);
    -webkit-transform: translate(-1%, -1%);
    transform: translate(-1%, -1%); } }
@-webkit-keyframes wave {
  50% {
    opacity: 1;
    -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 wave {
  50% {
    opacity: 1;
    -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 wave {
  50% {
    opacity: 1;
    -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 wave {
  50% {
    opacity: 1;
    -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 wave {
  50% {
    opacity: 1;
    -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 showTag {
  0%,
  49.9% {
    opacity: 0; }
  50%,
  100% {
    opacity: 1; } }
@-moz-keyframes showTag {
  0%,
  49.9% {
    opacity: 0; }
  50%,
  100% {
    opacity: 1; } }
@-ms-keyframes showTag {
  0%,
  49.9% {
    opacity: 0; }
  50%,
  100% {
    opacity: 1; } }
@-o-keyframes showTag {
  0%,
  49.9% {
    opacity: 0; }
  50%,
  100% {
    opacity: 1; } }
@keyframes showTag {
  0%,
  49.9% {
    opacity: 0; }
  50%,
  100% {
    opacity: 1; } }
@-webkit-keyframes showBg {
  0%,
  45% {
    opacity: 0;
    z-index: 2; }
  55% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    opacity: 1; } }
@-moz-keyframes showBg {
  0%,
  45% {
    opacity: 0;
    z-index: 2; }
  55% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    opacity: 1; } }
@-ms-keyframes showBg {
  0%,
  45% {
    opacity: 0;
    z-index: 2; }
  55% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    opacity: 1; } }
@-o-keyframes showBg {
  0%,
  45% {
    opacity: 0;
    z-index: 2; }
  55% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    opacity: 1; } }
@keyframes showBg {
  0%,
  45% {
    opacity: 0;
    z-index: 2; }
  55% {
    opacity: 1; }
  100% {
    -moz-transform: scale(1.15, 1.15);
    -o-transform: scale(1.15, 1.15);
    -ms-transform: scale(1.15, 1.15);
    -webkit-transform: scale(1.15, 1.15);
    transform: scale(1.15, 1.15);
    opacity: 1; } }
#hd .bg-light {
  background: #f4f4f4; }
#hd .bg-grey {
  background: #2b2b2b; }
#hd .bg-dark {
  background: #051124; }
#hd .bg-black {
  background: black; }
#hd .bg-primary {
  background: #2469f3; }
#hd .bg-primary-light {
  background: #b2ccff; }

#hd {
  font-size: 16px;
  font-stretch: normal; }
  #hd h2,
  #hd .h2 {
    font-family: "TTNormsProMedium", "TTNormsProRegular", "", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 3.375em;
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.125;
    color: #191b1c;
    margin-bottom: .6em;
    word-break: normal;
    word-wrap: normal; }
  #hd h3,
  #hd .h3 {
    font-family: "TTNormsProMedium", "TTNormsProRegular", "", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.875em;
    font-weight: 500;
    letter-spacing: 0;
    line-height: 1.3;
    color: #191b1c;
    margin-bottom: .125em; }
  #hd h4,
  #hd .h4 {
    font-family: "TTNormsProMedium", "TTNormsProRegular", " ", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: .018em;
    line-height: 1.3;
    color: #191b1c;
    margin-bottom: .75em; }
  #hd h5 {
    font-family: "TTNormsProRegular", "TTNormsProRegular", "", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #191b1c; }
  #hd h6 {
    font-family: "TTNormsProRegular", "TTNormsProRegular", "", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #191b1c; }
  #hd p,
  #hd small,
  #hd a,
  #hd li {
    font-family: "TTNormsProRegular", "", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #hd p {
    font-size: 1.4em;
    font-weight: 400;
    line-height: 1.25;
    letter-spacing: 0; }
    #hd p.color-primary {
      font-weight: 400; }
  #hd b {
    font-weight: bold; }
  #hd small {
    font-size: .875em;
    letter-spacing: 0; }
  #hd .align-center {
    text-align: center; }
  #hd .align-left {
    text-align: left; }
  #hd .align-right {
    text-align: right; }
  #hd .align-italic {
    font-style: italic; }
  #hd a.txt-link {
    font: inherit;
    font-weight: 400;
    text-decoration: underline; }
    #hd a.txt-link:hover {
      color: #191b1c; }
  #hd .title-stroke {
    position: relative;
    z-index: 2; }
    #hd .title-stroke:before {
      content: '';
      width: 6.5em;
      height: 2em;
      background: url(../img/stroke-grey.png) center no-repeat;
      background-size: contain;
      position: absolute;
      top: 50%;
      left: 50%;
      -moz-transform: translate(-50%, -50%);
      -o-transform: translate(-50%, -50%);
      -ms-transform: translate(-50%, -50%);
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      z-index: -1; }
    #hd .title-stroke.stroke-light:before {
      width: 7.5em;
      height: 2em;
      background-image: url(../img/stroke-light.png);
      top: -.5em;
      left: -.25em;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    #hd .title-stroke.stroke-primary:before {
      background-image: url(../img/stroke-primary.png);
      width: 6.75em;
      height: 2em;
      top: 0;
      left: 0;
      -moz-transform: translate(0, 0);
      -o-transform: translate(0, 0);
      -ms-transform: translate(0, 0);
      -webkit-transform: translate(0, 0);
      transform: translate(0, 0); }
    #hd .title-stroke.stroke-large {
      display: inline-block; }
      #hd .title-stroke.stroke-large.stroke-grey:before {
        background-image: url(../img/eye-care/stroke-grey.png); }
      #hd .title-stroke.stroke-large.stroke-primary:before {
        background-image: url(../img/eye-care/stroke-primary.png); }
      #hd .title-stroke.stroke-large:before {
        width: 110%;
        height: 0;
        padding-bottom: 30%;
        background-position: center center;
        top: 50%;
        left: 50%;
        -moz-transform: translate(-50%, -50%);
        -o-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%); }
  #hd .hd-uppercase {
    text-transform: uppercase; }
  #hd .color-primary {
    color: #2469f3 !important; }
  #hd .color-secondary {
    color: #1f36b0 !important; }
  #hd .color-grey {
    color: #747474 !important; }
  #hd .color-white {
    color: white !important; }
  #hd .color-dark-grey {
    color: #393839 !important; }
  #hd .color-gradient {
    display: inline-block;
    color: #2469f3 !important;
    background-color: #2469f3;
    background-image: -moz-linear-gradient(134deg, #2469f3, #1c39c8);
    background-image: -webkit-linear-gradient(134deg, #2469f3, #1c39c8);
    background-image: linear-gradient(134deg, #2469f3, #1c39c8);
    -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); }

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

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

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

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

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

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

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

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

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

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

  #hd .hd-d-480-block {
    display: block !important; } }
#hd .hd-lightbox {
  width: 100%;
  height: 100vh;
  padding: 20px;
  position: fixed;
  top: 0;
  left: 0;
  display: none;
  z-index: 10; }
  #hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    background: black;
    position: absolute;
    top: 0;
    left: 0; }
  #hd .hd-lightbox .hd-box {
    width: 60%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box; }
  #hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative; }
    #hd .hd-lightbox .vid-container iframe {
      width: 100%;
      height: 100%;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
  #hd .hd-lightbox .hd-close {
    width: 60px;
    height: 60px;
    background: #747474;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2; }
    #hd .hd-lightbox .hd-close:hover {
      background: #2469f3; }
    #hd .hd-lightbox .hd-close > span {
      display: block;
      width: 24px;
      height: 2px;
      background: white;
      -webkit-border-radius: 1.5px;
      -moz-border-radius: 1.5px;
      border-radius: 1.5px;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
      #hd .hd-lightbox .hd-close > span:first-child {
        -moz-transform: rotateZ(45deg);
        -o-transform: rotateZ(45deg);
        -ms-transform: rotateZ(45deg);
        -webkit-transform: rotateZ(45deg);
        transform: rotateZ(45deg); }
      #hd .hd-lightbox .hd-close > span:last-child {
        -moz-transform: rotateZ(-45deg);
        -o-transform: rotateZ(-45deg);
        -ms-transform: rotateZ(-45deg);
        -webkit-transform: rotateZ(-45deg);
        transform: rotateZ(-45deg); }
#hd .trigger-play {
  cursor: pointer; }

@media screen and (max-width: 1024px) {
  #hd .hd-lightbox .hd-close {
    width: 40px;
    height: 40px;
    top: 16px;
    right: 16px; }
    #hd .hd-lightbox .hd-close > span {
      width: 20px;
      height: 2px; } }
@media screen and (max-width: 620px) {
  #hd .hd-lightbox .hd-box {
    width: 100%; } }
#hd .scroll-up {
  position: fixed;
  right: 0;
  bottom: 50px;
  height: 50px;
  width: 50px;
  cursor: pointer;
  background: white;
  opacity: 0;
  z-index: 5;
  -moz-transition: opacity 0.4s ease;
  -o-transition: opacity 0.4s ease;
  -webkit-transition: opacity 0.4s ease;
  transition: opacity 0.4s ease; }
  #hd .scroll-up svg {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: auto;
    fill: #2469f3;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg); }
  #hd .scroll-up.hd-show {
    opacity: 1; }
  #hd .scroll-up:hover {
    background-color: #2469f3; }
    #hd .scroll-up:hover svg {
      fill: white; }

@media screen and (min-width: 2560px) {
  #hd .scroll-up {
    bottom: 4em;
    height: 4em;
    width: 4em; } }
@media screen and (max-width: 480px) {
  #hd .scroll-up {
    width: 48px;
    height: 48px;
    bottom: 0;
    right: 0; } }
#hd .filter-tab {
  display: flex;
  flex-wrap: nowrap;
  max-width: 51em;
  text-align: center;
  margin: 2em auto 6em;
  border-bottom: 2px solid #191b1c; }
  #hd .filter-tab li {
    display: flex;
    justify-content: center;
    align-items: flex-end;
    width: 50%;
    font-family: "TTNormsProRegular", "TTNormsProRegular", "", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.4em;
    font-weight: 500;
    padding: 1em .5em;
    position: relative;
    cursor: pointer; }
    #hd .filter-tab li:before {
      content: '';
      display: block;
      width: 100%;
      height: 6px;
      background: #2469f3;
      position: absolute;
      bottom: -2px;
      left: 0;
      right: 0;
      margin: 0 auto;
      -moz-transform: scale(0, 1);
      -o-transform: scale(0, 1);
      -ms-transform: scale(0, 1);
      -webkit-transform: scale(0, 1);
      transform: scale(0, 1);
      -moz-transition: transform 0.25s ease;
      -o-transition: transform 0.25s ease;
      -webkit-transition: transform 0.25s ease;
      transition: transform 0.25s ease; }
    #hd .filter-tab li.hd-active {
      font-weight: 300;
      color: #2469f3;
      cursor: default; }
      #hd .filter-tab li.hd-active:before {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1); }
  #hd .filter-tab h3 {
    font-size: 1em;
    color: inherit;
    margin-bottom: 0; }
#hd .tab-content > div {
  display: none; }
  #hd .tab-content > div.hd-active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 0.8s;
    -webkit-animation-name: fadeInUp;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 0.8s;
    -moz-animation-name: fadeInUp;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 0.8s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 0.8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards; }

@media screen and (min-width: 2560px) {
  #hd .filter-tab {
    max-width: 60em; }
    #hd .filter-tab li {
      font-size: 1.3em; } }
@media screen and (max-width: 1280px) {
  #hd .filter-tab {
    max-width: 46em;
    margin-bottom: 4em; } }
@media screen and (max-width: 768px) {
  #hd .filter-tab {
    margin-bottom: 2em; }
    #hd .filter-tab li {
      font-size: 1.1em; } }
@media screen and (max-width: 620px) {
  #hd .filter-tab {
    margin: 1em auto 2em; }
    #hd .filter-tab li {
      width: 100%;
      font-size: 1.1em;
      padding: .75em .5em; } }
#hd .swiper {
  position: relative; }
#hd .swiper-button-prev,
#hd .swiper-button-next {
  width: 3.875em;
  height: 3.875em;
  color: #2469f3;
  background: none;
  border-radius: 0;
  -moz-transform: translate(0, -50%);
  -o-transform: translate(0, -50%);
  -ms-transform: translate(0, -50%);
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  opacity: 1;
  -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(-50%) scale(1.1);
    -o-transform: translateY(-50%) scale(1.1);
    -ms-transform: translateY(-50%) scale(1.1);
    -webkit-transform: translateY(-50%) scale(1.1);
    transform: translateY(-50%) scale(1.1); }
  #hd .swiper-button-prev:active,
  #hd .swiper-button-next:active {
    -moz-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9); }
  #hd .swiper-button-prev.swiper-button-disabled,
  #hd .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none; }
#hd .swiper-button-prev {
  background: url(../img/arrow-right.svg) center no-repeat;
  background-size: contain;
  -moz-transform: translate(0, -50%) scale(-1, 1);
  -o-transform: translate(0, -50%) scale(-1, 1);
  -ms-transform: translate(0, -50%) scale(-1, 1);
  -webkit-transform: translate(0, -50%) scale(-1, 1);
  transform: translate(0, -50%) scale(-1, 1); }
  #hd .swiper-button-prev:after {
    content: ''; }
  #hd .swiper-button-prev:hover, #hd .swiper-button-prev:focus-visible {
    -moz-transform: translateY(-50%) scale(-1.1, 1.1);
    -o-transform: translateY(-50%) scale(-1.1, 1.1);
    -ms-transform: translateY(-50%) scale(-1.1, 1.1);
    -webkit-transform: translateY(-50%) scale(-1.1, 1.1);
    transform: translateY(-50%) scale(-1.1, 1.1); }
  #hd .swiper-button-prev:active {
    -moz-transform: translateY(-50%) scale(-0.9, 0.9);
    -o-transform: translateY(-50%) scale(-0.9, 0.9);
    -ms-transform: translateY(-50%) scale(-0.9, 0.9);
    -webkit-transform: translateY(-50%) scale(-0.9, 0.9);
    transform: translateY(-50%) scale(-0.9, 0.9); }
#hd .swiper-button-next {
  background: url(../img/arrow-right.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: .5em;
  height: .5em;
  border-radius: 1em;
  margin: 0 .25em;
  background: #d8d8d8;
  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;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto 0;
    background: #2469f3;
    transform-origin: left center;
    -moz-transform: scale(0, 1);
    -o-transform: scale(0, 1);
    -ms-transform: scale(0, 1);
    -webkit-transform: scale(0, 1);
    transform: scale(0, 1); }
  #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
    width: 2em; }
    #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;
  position: absolute;
  right: 0;
  bottom: 0;
  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: 3.14em;
    height: 3.14em;
    margin: 0; }
    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
      font-size: 2em; }
  #hd .swiper-pagination-bullet {
    width: .6em;
    height: .6em;
    margin: 0 .25em; }
    #hd .swiper-pagination-bullet.swiper-pagination-bullet-active {
      width: 3em;
      border-radius: 1em; } }
@media screen and (max-width: 480px) {
  #hd .swiper-button-prev,
  #hd .swiper-button-next {
    display: none; } }
#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: 42px !important;
    max-height: 42px !important; } }
@media screen and (max-width: 1280px) {
  #hd .vid-control {
    width: 44px;
    height: 44px; } }
@media screen and (max-width: 768px) {
  #hd .vid-control {
    bottom: 10px;
    right: 0; } }
#hd .sec-kv {
  position: relative;
  overflow: hidden; }
  #hd .sec-kv figure {
    position: relative;
    overflow: hidden; }
  #hd .sec-kv .hd-bg {
    background: white; }
    #hd .sec-kv .hd-bg.is-reduced-motion {
      animation-play-state: paused !important; }
  #hd .sec-kv .bg-work {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 8s;
    -webkit-animation-name: showBg;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 8s;
    -moz-animation-name: showBg;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: 8s;
    -o-animation-name: showBg;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 8s;
    animation-name: showBg;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both; }
  #hd .sec-kv .bg-play {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-delay: -4s;
    -webkit-animation-duration: 8s;
    -webkit-animation-name: showBg;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: -4s;
    -moz-animation-duration: 8s;
    -moz-animation-name: showBg;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -4s;
    -o-animation-duration: 8s;
    -o-animation-name: showBg;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: -4s;
    animation-duration: 8s;
    animation-name: showBg;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both; }
  #hd .sec-kv .vid-control {
    right: 5%;
    bottom: 2%;
    z-index: 3; }
    #hd .sec-kv .vid-control img {
      max-width: 44px !important;
      max-height: 44px !important; }
  #hd .sec-kv .hd-title {
    max-width: 52em;
    position: absolute;
    top: 5%;
    left: 0;
    right: 0;
    z-index: 3; }
  #hd .sec-kv .tag-container {
    position: relative; }
  #hd .sec-kv .hd-tag {
    display: inline-block;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: .04em;
    padding: .25em .875em .125em;
    border-radius: 4px;
    margin: 0 0 1em;
    position: relative;
    z-index: 2; }
    #hd .sec-kv .hd-tag.is-reduced-motion {
      animation-play-state: paused !important; }
  #hd .sec-kv .tag-work {
    position: absolute;
    top: 0;
    left: 0;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 8s;
    -webkit-animation-name: showTag;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 8s;
    -moz-animation-name: showTag;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: 8s;
    -o-animation-name: showTag;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 8s;
    animation-name: showTag;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both; }
  #hd .sec-kv .tag-play {
    -webkit-animation-delay: -4s;
    -webkit-animation-duration: 8s;
    -webkit-animation-name: showTag;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: -4s;
    -moz-animation-duration: 8s;
    -moz-animation-name: showTag;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: both;
    -o-animation-delay: -4s;
    -o-animation-duration: 8s;
    -o-animation-name: showTag;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: both;
    animation-delay: -4s;
    animation-duration: 8s;
    animation-name: showTag;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: both; }
  #hd .sec-kv h2 {
    font-size: 3.875em;
    font-weight: 400;
    line-height: 1.1;
    letter-spacing: -.01em;
    margin-bottom: 0;
    text-shadow: 0 0 5px rgba(0, 0, 0, 0.5); }
  #hd .sec-kv .hd-content {
    max-width: 60em;
    margin: 0 auto;
    padding: 4em 0 2em;
    position: relative;
    z-index: 2; }
    #hd .sec-kv .hd-content p {
      margin-bottom: 2em; }
    #hd .sec-kv .hd-content ul {
      width: 85%;
      margin: 0 auto; }
    #hd .sec-kv .hd-content li {
      width: 14.2857%;
      margin-bottom: 1em; }
    #hd .sec-kv .hd-content img {
      width: 100%;
      margin: 0 auto; }

@media screen and (max-width: 1440px) {
  #hd .sec-kv h2 {
    font-size: 3.5em;
    left: 25%; } }
@media screen and (max-width: 1280px) {
  #hd .sec-kv .hd-tag {
    font-size: 1.5em; }
  #hd .sec-kv h2 {
    font-size: 3.25em;
    left: 20%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-kv h2 {
    font-size: 2.75em; }
  #hd .sec-kv .hd-tag {
    font-size: 1.25em; } }
@media screen and (max-width: 768px) {
  #hd .sec-kv .hd-bg {
    width: 150%;
    margin-left: -30%; }
  #hd .sec-kv h2 {
    font-size: 2.75em;
    left: 10%; }
  #hd .sec-kv .hd-content ul {
    width: 100%; } }
@media screen and (max-width: 620px) {
  #hd .sec-kv h2 {
    font-size: 2.25em; } }
@media screen and (max-width: 480px) {
  #hd .sec-kv figure {
    margin-bottom: 0; }
  #hd .sec-kv .img-container {
    position: relative;
    overflow: hidden; }
  #hd .sec-kv .hd-bg {
    width: 160%;
    margin-left: -40%; }
  #hd .sec-kv .hd-title {
    position: relative;
    padding-top: 2em; }
  #hd .sec-kv h2 {
    color: #191b1c !important;
    text-shadow: none; }
  #hd .sec-kv .hd-content {
    padding: 1em 0 0; }
    #hd .sec-kv .hd-content ul {
      max-width: 20em; }
    #hd .sec-kv .hd-content li {
      width: 33.3333%; } }
#hd .sec-ksp {
  padding: 0; }
  #hd .sec-ksp ul {
    max-width: 53em;
    margin: 0 auto; }
  #hd .sec-ksp li {
    padding: .15em;
    margin-bottom: .5em; }
    #hd .sec-ksp li:nth-child(3) img {
      width: 8em;
      max-width: 80% !important;
      margin-bottom: .5em; }
    #hd .sec-ksp li:nth-child(4) .hd-frame, #hd .sec-ksp li:nth-child(5) .hd-frame {
      padding-top: 2.5em; }
    #hd .sec-ksp li:nth-child(4) img, #hd .sec-ksp li:nth-child(5) img {
      width: 12em;
      max-width: 80% !important;
      margin-bottom: .5em; }
    #hd .sec-ksp li:nth-child(4) .hd-frame {
      background-color: #e6edf7;
      background-image: -moz-linear-gradient(160deg, #e6edf7, #ffffff);
      background-image: -webkit-linear-gradient(160deg, #e6edf7, #ffffff);
      background-image: linear-gradient(160deg, #e6edf7, #ffffff); }
    #hd .sec-ksp li:nth-child(4) p {
      max-width: 18em; }
    #hd .sec-ksp li:nth-child(6) .hd-frame, #hd .sec-ksp li:nth-child(7) .hd-frame, #hd .sec-ksp li:nth-child(8) .hd-frame {
      justify-content: flex-start; }
    #hd .sec-ksp li:nth-child(6) img, #hd .sec-ksp li:nth-child(7) img, #hd .sec-ksp li:nth-child(8) img {
      width: 7em;
      max-width: 80% !important;
      margin-bottom: .5em; }
    #hd .sec-ksp li:nth-child(9) h3, #hd .sec-ksp li:nth-child(10) h3 {
      display: flex;
      align-items: center; }
      #hd .sec-ksp li:nth-child(9) h3 img, #hd .sec-ksp li:nth-child(10) h3 img {
        width: 3.5em;
        flex-shrink: 0;
        margin-right: .5em; }
    #hd .sec-ksp li:nth-child(9) h3 {
      margin-bottom: .5em; }
      #hd .sec-ksp li:nth-child(9) h3 img {
        margin-right: 0;
        margin-top: -.5em; }
  #hd .sec-ksp .hd-frame {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.75em .5em;
    border-radius: .5em;
    background-color: #e6edf7;
    background-image: -moz-linear-gradient(325deg, #e6edf7, #ffffff);
    background-image: -webkit-linear-gradient(325deg, #e6edf7, #ffffff);
    background-image: linear-gradient(325deg, #e6edf7, #ffffff); }
    #hd .sec-ksp .hd-frame.bg-reverse {
      background-color: #e6edf7;
      background-image: -moz-linear-gradient(125deg, #e6edf7, #ffffff);
      background-image: -webkit-linear-gradient(125deg, #e6edf7, #ffffff);
      background-image: linear-gradient(125deg, #e6edf7, #ffffff); }
  #hd .sec-ksp h3 {
    font-size: 2.5em;
    letter-spacing: 0;
    margin-bottom: 0; }
    #hd .sec-ksp h3.txt-smaller {
      font-size: 1.75em; }
  #hd .sec-ksp p {
    font-size: 1em;
    line-height: 1;
    letter-spacing: 0; }
  #hd .sec-ksp img {
    width: 80%;
    max-width: 13em !important; }

@media screen and (max-width: 1024px) {
  #hd .sec-ksp {
    padding: 3em 0 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-ksp li:nth-child(4) .hd-frame, #hd .sec-ksp li:nth-child(5) .hd-frame {
    padding-top: 1.5em; }
  #hd .sec-ksp li:nth-child(4) img, #hd .sec-ksp li:nth-child(5) img {
    width: 10.5em; }
  #hd .sec-ksp li:nth-child(6) img, #hd .sec-ksp li:nth-child(7) img, #hd .sec-ksp li:nth-child(8) img {
    width: 5.5em; }
  #hd .sec-ksp li:nth-child(9) h3 img, #hd .sec-ksp li:nth-child(10) h3 img {
    width: 2.5em; }
  #hd .sec-ksp h3 {
    font-size: 1.875em; }
    #hd .sec-ksp h3.txt-smaller {
      font-size: 1.5em; } }
@media screen and (max-width: 620px) {
  #hd .sec-ksp ul {
    max-width: 28em; }
  #hd .sec-ksp li {
    margin-bottom: 0; }
    #hd .sec-ksp li:nth-child(1), #hd .sec-ksp li:nth-child(2) {
      width: 50%; }
    #hd .sec-ksp li:nth-child(n+3) {
      width: 100%; }
  #hd .sec-ksp .hd-frame {
    padding: 1.25em .5em; }
  #hd .sec-ksp h3 {
    font-size: 1.5em; }
    #hd .sec-ksp h3.txt-smaller {
      font-size: 1.25em; } }
@media screen and (max-width: 480px) {
  #hd .sec-ksp {
    padding: 2em 0 0; } }
#hd .sec-rate {
  padding: 6em 0 10em;
  background-color: #f4faff;
  background-image: -moz-linear-gradient(0deg, #f4faff, #ffffff);
  background-image: -webkit-linear-gradient(0deg, #f4faff, #ffffff);
  background-image: linear-gradient(0deg, #f4faff, #ffffff);
  position: relative;
  overflow: hidden; }
  #hd .sec-rate .hd-container {
    max-width: 60em; }
  #hd .sec-rate .hd-content {
    margin-bottom: 3em; }
  #hd .sec-rate figure {
    margin-left: -6em;
    margin-right: -6em;
    position: relative; }
  #hd .sec-rate video {
    display: block; }
  #hd .sec-rate .vid-control {
    width: 70px;
    height: 70px;
    right: 0; }
  #hd .sec-rate .hd-txt {
    display: flex;
    flex-wrap: nowrap;
    width: 100%;
    position: absolute;
    top: 100%;
    left: 0; }
    #hd .sec-rate .hd-txt p {
      width: 50%;
      letter-spacing: .04em;
      text-align: center;
      padding: .25em .5em 0;
      background: #292929;
      color: white; }
    #hd .sec-rate .hd-txt .txt-right {
      background: #2469f3; }

@media screen and (max-width: 1280px) {
  #hd .sec-rate {
    padding: 4em 0 6em; }
    #hd .sec-rate .hd-content {
      margin-bottom: 2em; }
    #hd .sec-rate .vid-control {
      width: 44px;
      height: 44px; } }
@media screen and (max-width: 1024px) {
  #hd .sec-rate figure {
    margin: 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-rate .hd-content {
    margin-bottom: 1em; } }
#hd .sec-ips, #hd .sec-portability {
  padding: 8em 0 4em;
  position: relative;
  overflow: hidden; }
  #hd .sec-ips figure, #hd .sec-portability figure {
    border-radius: 2em;
    position: relative;
    overflow: hidden; }
    #hd .sec-ips figure img, #hd .sec-portability figure img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #hd .sec-ips figure img.hd-bg, #hd .sec-portability figure img.hd-bg {
        position: relative; }
      #hd .sec-ips figure img.hd-highlight, #hd .sec-portability figure img.hd-highlight {
        opacity: 0;
        -moz-transition: opacity 0.4s 0.6s ease;
        -o-transition: opacity 0.4s 0.6s ease;
        -webkit-transition: opacity 0.4s 0.6s ease;
        transition: opacity 0.4s 0.6s ease; }
      #hd .sec-ips figure img.hd-default, #hd .sec-portability figure img.hd-default {
        opacity: 0;
        -moz-transition: opacity 0.4s 0 ease;
        -o-transition: opacity 0.4s 0 ease;
        -webkit-transition: opacity 0.4s 0 ease;
        transition: opacity 0.4s 0 ease; }
      #hd .sec-ips figure img.hd-degree, #hd .sec-portability figure img.hd-degree, #hd .sec-ips figure img.hd-line, #hd .sec-portability figure img.hd-line {
        opacity: 0;
        transform-origin: 50% 100%;
        -moz-transition: opacity 0.4s 0.9s ease;
        -o-transition: opacity 0.4s 0.9s ease;
        -webkit-transition: opacity 0.4s 0.9s ease;
        transition: opacity 0.4s 0.9s ease; }
    #hd .sec-ips figure.is-animated img.hd-line, #hd .sec-portability figure.is-animated img.hd-line {
      opacity: 1;
      -webkit-animation-delay: 0.6s;
      -webkit-animation-duration: 2.5s;
      -webkit-animation-name: showLine;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 2;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.6s;
      -moz-animation-duration: 2.5s;
      -moz-animation-name: showLine;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 2;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.6s;
      -o-animation-duration: 2.5s;
      -o-animation-name: showLine;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 2;
      -o-animation-fill-mode: both;
      animation-delay: 0.6s;
      animation-duration: 2.5s;
      animation-name: showLine;
      animation-timing-function: ease;
      animation-iteration-count: 2;
      animation-fill-mode: both; }
    #hd .sec-ips figure.is-animated img.hd-degree, #hd .sec-portability figure.is-animated img.hd-degree {
      opacity: 1;
      -webkit-animation-delay: 0.9s;
      -webkit-animation-duration: 2.5s;
      -webkit-animation-name: showLineTxt;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 2;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.9s;
      -moz-animation-duration: 2.5s;
      -moz-animation-name: showLineTxt;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 2;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.9s;
      -o-animation-duration: 2.5s;
      -o-animation-name: showLineTxt;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 2;
      -o-animation-fill-mode: both;
      animation-delay: 0.9s;
      animation-duration: 2.5s;
      animation-name: showLineTxt;
      animation-timing-function: ease;
      animation-iteration-count: 2;
      animation-fill-mode: both; }
    #hd .sec-ips figure.is-animated img.hd-highlight, #hd .sec-portability figure.is-animated img.hd-highlight {
      opacity: 1; }
    #hd .sec-ips figure.is-animated img.hd-default, #hd .sec-portability figure.is-animated img.hd-default {
      opacity: 1;
      -moz-transition: opacity 0.7s 3s ease;
      -o-transition: opacity 0.7s 3s ease;
      -webkit-transition: opacity 0.7s 3s ease;
      transition: opacity 0.7s 3s ease; }
  #hd .sec-ips .hd-content, #hd .sec-portability .hd-content {
    padding: 2em 0 2em 3.5em; }
    #hd .sec-ips .hd-content h2, #hd .sec-portability .hd-content h2 {
      margin-right: -1.5em; }
    #hd .sec-ips .hd-content p, #hd .sec-portability .hd-content p {
      padding-right: 2em; }

@media screen and (max-width: 1280px) {
  #hd .sec-ips, #hd .sec-portability {
    padding: 4em 0; }
    #hd .sec-ips .hd-content, #hd .sec-portability .hd-content {
      padding-left: 2em; }
      #hd .sec-ips .hd-content p, #hd .sec-portability .hd-content p {
        padding-right: 0; } }
@media screen and (max-width: 1024px) {
  #hd .sec-ips figure, #hd .sec-portability figure {
    border-radius: 1.5em; }
  #hd .sec-ips .hd-content h2, #hd .sec-portability .hd-content h2 {
    margin-right: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-ips .hd-container, #hd .sec-portability .hd-container {
    flex-direction: column; }
  #hd .sec-ips figure, #hd .sec-portability figure {
    width: 100%;
    max-width: 600px;
    margin: 0 auto; }
  #hd .sec-ips .hd-content, #hd .sec-portability .hd-content {
    width: 100%;
    padding: 0 0 2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-ips, #hd .sec-portability {
    padding: 4em 0 2em; }
    #hd .sec-ips figure, #hd .sec-portability figure {
      border-radius: 1em; }
    #hd .sec-ips .hd-content, #hd .sec-portability .hd-content {
      padding-bottom: 1em; } }
#hd .sec-position {
  padding: 8em 0 0;
  position: relative;
  overflow: hidden; }
  #hd .sec-position .hd-content {
    width: 75%;
    max-width: 50em;
    margin: 0 auto 0 0;
    position: relative;
    z-index: 2; }
    #hd .sec-position .hd-content p {
      padding-right: 4em; }
  #hd .sec-position .hd-logo {
    width: 6em;
    margin: 1em 0 0; }
  #hd .sec-position img {
    margin-top: -15%; }
  #hd .sec-position .hd-note {
    display: flex;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 3% auto; }
    #hd .sec-position .hd-note small {
      display: block;
      margin-left: auto; }

@media screen and (max-width: 1280px) {
  #hd .sec-position {
    padding: 4em 0 0; }
    #hd .sec-position .hd-logo {
      width: 4em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-position img {
    width: 120%;
    max-width: none !important;
    margin-left: -10%; } }
@media screen and (max-width: 768px) {
  #hd .sec-position .hd-content {
    width: 100%;
    margin-bottom: 2em; }
    #hd .sec-position .hd-content p {
      padding-right: 0; }
  #hd .sec-position .hd-note {
    position: relative; }
    #hd .sec-position .hd-note small {
      color: #666666 !important; } }
@media screen and (max-width: 620px) {
  #hd .sec-position .hd-content {
    margin-bottom: 1em; } }
@media screen and (max-width: 480px) {
  #hd .sec-position img {
    width: 190%;
    margin-left: -70%; } }
#hd .sec-angle {
  position: relative;
  overflow: hidden; 
  padding-top: 280px;
  background: #f9e7d3;

}
  #hd .sec-angle figure {
    position: relative;
    overflow: hidden; }
    #hd .sec-angle figure img {
      width: 100%;
      position: absolute;
      top: 0;
      left: 0; }
      #hd .sec-angle figure img.hd-bg {
        position: relative; }
      #hd .sec-angle figure img.hd-degree, #hd .sec-angle figure img.hd-line {
        opacity: 0;
        transform-origin: 85% center;
        -moz-transition: opacity 0.4s 0.25s ease;
        -o-transition: opacity 0.4s 0.25s ease;
        -webkit-transition: opacity 0.4s 0.25s ease;
        transition: opacity 0.4s 0.25s ease; }
    #hd .sec-angle figure.is-animated img.hd-line {
      opacity: 1;
      -webkit-animation-delay: 0.4s;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-name: fadeIn;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.4s;
      -moz-animation-duration: 0.6s;
      -moz-animation-name: fadeIn;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.4s;
      -o-animation-duration: 0.6s;
      -o-animation-name: fadeIn;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.4s;
      animation-duration: 0.6s;
      animation-name: fadeIn;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
    #hd .sec-angle figure.is-animated img.hd-degree {
      opacity: 1;
      -webkit-animation-delay: 0.6s;
      -webkit-animation-duration: 0.6s;
      -webkit-animation-name: fadeInUp;
      -webkit-animation-timing-function: ease;
      -webkit-animation-iteration-count: 1;
      -webkit-animation-fill-mode: both;
      -moz-animation-delay: 0.6s;
      -moz-animation-duration: 0.6s;
      -moz-animation-name: fadeInUp;
      -moz-animation-timing-function: ease;
      -moz-animation-iteration-count: 1;
      -moz-animation-fill-mode: both;
      -o-animation-delay: 0.6s;
      -o-animation-duration: 0.6s;
      -o-animation-name: fadeInUp;
      -o-animation-timing-function: ease;
      -o-animation-iteration-count: 1;
      -o-animation-fill-mode: both;
      animation-delay: 0.6s;
      animation-duration: 0.6s;
      animation-name: fadeInUp;
      animation-timing-function: ease;
      animation-iteration-count: 1;
      animation-fill-mode: both; }
  #hd .sec-angle .hd-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto; }
  #hd .sec-angle .hd-content {
    padding: 2em 0;
    margin-bottom: 10%;
    position: relative;
    z-index: 2; 
    margin: 0 auto;
  }
    #hd .sec-angle .hd-content h2 {
      margin-right: -.5em; }
    #hd .sec-angle .hd-content p {
      padding-right: 2em; }

@media screen and (max-width: 1024px) {
  #hd .sec-angle .hd-content {
    width: 45%; }
    #hd .sec-angle .hd-content h2 {
      margin-right: 0; }
    #hd .sec-angle .hd-content p {
      padding-right: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-angle{
    padding-top: 0;
  }
  #hd .sec-angle .hd-container {
    position: relative; }
  #hd .sec-angle .hd-content {
    width: 100%;
    /*padding: 4em 0 2em;*/
    padding: 4em 2em 2em;
    margin-bottom: 0;
   }
  #hd .sec-angle figure {
    width: 150%;
    margin-left: -50%; } }
@media screen and (max-width: 480px) {
  #hd .sec-angle .hd-content {
    padding-bottom: 1em; }
  #hd .sec-angle figure {
    width: 200%;
    margin-left: -80%; } }
#hd .sec-orientation {
  position: relative;
  overflow: hidden;
  background: black; }
  #hd .sec-orientation .hd-container {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2; }
  #hd .sec-orientation figure {
    margin-left: -4%;
    padding-right: 2em; }
  #hd .sec-orientation .hd-content {
    padding: 2em 1em 2em 3em;
    margin-right: 4%; }
  #hd .sec-orientation h2 {
    color: white !important; }
  #hd .sec-orientation .hd-download {
    display: inline-block;
    background-color: #2469f3;
    color: white;
    padding: 0.2em 2em;
    font-size: 1.1em;
    border-radius: 20px;
    margin-top: .6em;
    -moz-transition: 0.2s;
    -o-transition: 0.2s;
    -webkit-transition: 0.2s;
    transition: 0.2s; }
    #hd .sec-orientation .hd-download:hover {
      background-color: #1f36b0; }

@media screen and (max-width: 1440px) {
  #hd .sec-orientation figure {
    margin-left: 0; }
  #hd .sec-orientation .hd-content {
    margin-right: 0;
    padding-left: 2em;
    padding-right: 0; } }
@media screen and (max-width: 1280px) {
  #hd .sec-orientation figure {
    width: 55%; }
  #hd .sec-orientation .hd-content {
    width: 45%; } }
@media screen and (max-width: 1023px) {
  #hd .sec-orientation .hd-bg {
    width: 120%;
    max-width: none !important;
    margin-left: -10%; } }
@media screen and (max-width: 768px) {
  #hd .sec-orientation .hd-container {
    flex-direction: column;
    position: relative;
    padding: 4em 0 2em; }
  #hd .sec-orientation .hd-content {
    width: 100%;
    padding: 0 0 1em; }
  #hd .sec-orientation figure {
    width: 100%; } }
#hd .sec-portability {
  padding: 12em 0 2em; }
  #hd .sec-portability figure {
    margin-right: -2%;
    margin-left: 2%; }
  #hd .sec-portability .hd-content {
    padding: 2em 2em 2em 0; }
    #hd .sec-portability .hd-content h2 {
      margin-right: 0; }
    #hd .sec-portability .hd-content p {
      padding-right: 0; }
  #hd .sec-portability ul {
    margin-top: 6em;
    padding-right: 2em; }
  #hd .sec-portability li {
    width: 14em;
    padding: 0 3em; }

@media screen and (max-width: 1280px) {
  #hd .sec-portability {
    padding: 6em 0 2em; }
    #hd .sec-portability .hd-content {
      padding-right: 1em; }
    #hd .sec-portability ul {
      margin-top: 4em; }
    #hd .sec-portability li {
      width: 9em;
      padding: 0 1em; } }
@media screen and (max-width: 768px) {
  #hd .sec-portability {
    padding: 4em 0 2em; }
    #hd .sec-portability figure {
      margin: 0 auto; }
    #hd .sec-portability .hd-content {
      padding: 0 0 2em; }
    #hd .sec-portability ul {
      padding-right: 0;
      margin-top: 2em; }
    #hd .sec-portability li {
      width: 13em;
      padding: 0 2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-portability li {
    padding: 0 1em; } }
#hd .sec-cable {
  padding: 6em 0 0;
  position: relative;
  overflow: hidden; }
  #hd .sec-cable figure {
    width: 100%;
    margin-top: -5%;
    position: relative;
    overflow: hidden; }
    #hd .sec-cable figure img {
      position: absolute;
      top: 0;
      left: 0; }
      #hd .sec-cable figure img.hd-bg {
        position: relative; }
  #hd .sec-cable .hd-container {
    z-index: 2; }
  #hd .sec-cable .hd-content p {
    max-width: 44em;
    margin: 0 auto; }

@media screen and (max-width: 1280px) {
  #hd .sec-cable {
    padding: 4em 0 0; }
    #hd .sec-cable .hd-content {
      padding-right: 0; }
      #hd .sec-cable .hd-content p {
        padding-right: 0; } }
@media screen and (max-width: 768px) {
  #hd .sec-cable .hd-container {
    flex-direction: column; }
  #hd .sec-cable figure {
    margin-top: 0; }
  #hd .sec-cable .hd-content {
    width: 100%;
    padding: 0 0 2em; } }
@media screen and (max-width: 480px) {
  #hd .sec-cable {
    padding: 4em 0 0; }
    #hd .sec-cable .hd-content {
      padding-bottom: 1em; } }
#hd .sec-connection {
  padding: 8em 0;
  position: relative;
  overflow: hidden;
  z-index: 2; }
  #hd .sec-connection figure {
    border-radius: 2em;
    position: relative;
    overflow: hidden; }
    #hd .sec-connection figure img {
      width: 100%; }
  #hd .sec-connection .hd-note {
    margin: 1em auto; }
    #hd .sec-connection .hd-note small {
      display: block; }
  #hd .sec-connection .hd-content {
    padding: 2em 0 2em 3.5em; }
  #hd .sec-connection li {
    margin: 3em 0 1em; }
    #hd .sec-connection li img {
      width: 5em;
      margin: 0 auto .125em; }

@media screen and (max-width: 1280px) {
  #hd .sec-connection .hd-content {
    padding-left: 2em; }
    #hd .sec-connection .hd-content p {
      padding-right: 0; }
  #hd .sec-connection li {
    margin-top: 2em; } }
@media screen and (max-width: 1024px) {
  #hd .sec-connection {
    padding: 4em 0; }
    #hd .sec-connection figure {
      border-radius: 1.5em; }
    #hd .sec-connection li img {
      width: 4em; } }
@media screen and (max-width: 768px) {
  #hd .sec-connection {
    padding: 4em 0 2em; }
    #hd .sec-connection .hd-container {
      flex-direction: column; }
    #hd .sec-connection .hd-col55 {
      width: 100%;
      max-width: 600px;
      margin: 0 auto; }
    #hd .sec-connection .hd-content {
      width: 100%;
      padding: 0 0 2em; }
    #hd .sec-connection ul {
      max-width: 30em;
      margin-left: auto;
      margin-right: auto; }
    #hd .sec-connection li {
      margin: 2em 0 0; } }
@media screen and (max-width: 480px) {
  #hd .sec-connection figure {
    border-radius: 1em; }
  #hd .sec-connection .hd-content {
    padding-bottom: 1em; } }
#hd .sec-port {
  padding: 15% 0 20%;
  margin-bottom: -7%;
  position: relative;
  overflow: hidden; }
  #hd .sec-port .hd-pd {
    position: absolute;
    top: 0; }
  #hd .sec-port .pd-left {
    width: 29.6875%;
    left: 0; }
  #hd .sec-port .pd-right {
    width: 28.125%;
    right: 0; }
  #hd .sec-port .hd-content {
    position: relative;
    z-index: 2; }
  #hd .sec-port h2 {
    margin-bottom: .25em; }

@media screen and (max-width: 1280px) {
  #hd .sec-port {
    padding-bottom: 15%; }
    #hd .sec-port .hd-content {
      width: 50%;
      padding-left: 3%; }
      #hd .sec-port .hd-content p {
        margin-right: -8%; } }
@media screen and (max-width: 1024px) {
  #hd .sec-port .hd-container {
    padding-top: 2em; } }
@media screen and (max-width: 768px) {
  #hd .sec-port {
    padding: 4em 0 2em;
    margin-bottom: 0; }
    #hd .sec-port figure {
      width: 100%;
      height: 0;
      padding-bottom: 66%;
      margin-top: -5%;
      position: relative; }
    #hd .sec-port .pd-left {
      width: 40%; }
    #hd .sec-port .pd-right {
      width: 50%; }
    #hd .sec-port .hd-content {
      width: 100%;
      padding: 0;
      margin-bottom: 2em; }
      #hd .sec-port .hd-content p {
        margin-right: 0; } }
#hd .sec-eye {
  padding: 9em 0 6em;
  position: relative;
  overflow: hidden; }
  #hd .sec-eye .hd-title {
    max-width: 51em;
    margin: 0 auto; }
  #hd .sec-eye .tab-flickerFree .hd-content,
  #hd .sec-eye .tab-blueLight .hd-content {
    padding: 2em 5em 0 4em; }
    #hd .sec-eye .tab-flickerFree .hd-content p,
    #hd .sec-eye .tab-blueLight .hd-content p {
      max-width: 22em;
      margin-bottom: 2em; }
  #hd .sec-eye .tab-flickerFree .hd-logo,
  #hd .sec-eye .tab-blueLight .hd-logo {
    width: 13em;
    margin: 1.5em 0 0; }
  #hd .sec-eye .tab-flickerFree figure,
  #hd .sec-eye .tab-blueLight figure {
    padding-left: 7%; }
    #hd .sec-eye .tab-flickerFree figure > div,
    #hd .sec-eye .tab-blueLight figure > div {
      position: relative; }
    #hd .sec-eye .tab-flickerFree figure small,
    #hd .sec-eye .tab-blueLight figure small {
      display: inline-block;
      font-size: .9em;
      font-weight: 500;
      text-align: center;
      line-height: 1.25;
      padding: .75em .5em; }
  #hd .sec-eye .tab-blueLight .hd-content {
    padding-top: 0; }

@media screen and (max-width: 1440px) {
  #hd .sec-eye {
    padding: 8em 0 4em; }
    #hd .sec-eye .tab-blueLight .hd-content,
    #hd .sec-eye .tab-flickerFree .hd-content {
      padding-left: 3em; } }
@media screen and (max-width: 1280px) {
  #hd .sec-eye {
    padding: 6em 0 4em; }
    #hd .sec-eye .tab-blueLight .hd-content,
    #hd .sec-eye .tab-flickerFree .hd-content {
      padding-top: 1em;
      padding-left: 2em; }
    #hd .sec-eye .tab-blueLight figure,
    #hd .sec-eye .tab-flickerFree figure {
      padding-left: 0; } }
@media screen and (max-width: 1024px) {
  #hd .sec-eye .tab-blueLight .hd-content p,
  #hd .sec-eye .tab-flickerFree .hd-content p {
    margin-bottom: 1em; } }
@media screen and (max-width: 1023px) {
  #hd .sec-eye {
    padding: 4em 0 2em; }
    #hd .sec-eye .tab-flickerFree .hd-container,
    #hd .sec-eye .tab-blueLight .hd-container {
      flex-direction: column; }
    #hd .sec-eye .tab-flickerFree figure,
    #hd .sec-eye .tab-blueLight figure {
      width: 100%; }
      #hd .sec-eye .tab-flickerFree figure small,
      #hd .sec-eye .tab-blueLight figure small {
        font-size: 1em; }
    #hd .sec-eye .tab-flickerFree .hd-content,
    #hd .sec-eye .tab-blueLight .hd-content {
      width: 100%;
      padding: 1em 0; }
      #hd .sec-eye .tab-flickerFree .hd-content p,
      #hd .sec-eye .tab-blueLight .hd-content p {
        max-width: none; }
    #hd .sec-eye .tab-flickerFree .hd-logo,
    #hd .sec-eye .tab-blueLight .hd-logo {
      margin: 1em 0; } }
@media screen and (max-width: 620px) {
  #hd .sec-eye .tab-flickerFree .hd-content,
  #hd .sec-eye .tab-blueLight .hd-content {
    padding-top: 0; } }
@media screen and (max-width: 480px) {
  #hd .sec-eye .tab-flickerFree figure small,
  #hd .sec-eye .tab-blueLight figure small {
    font-size: .75em; } }
#pageContent-green-session {
  font-size: 16px;
  /* RESET */
  /* FONT & COLOR */
  /* GRID */
  /* STYLE */
  background: #e6e6e7;
  padding: 0 0 4em; }
  #pageContent-green-session * {
    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; }
  #pageContent-green-session h1,
  #pageContent-green-session h2,
  #pageContent-green-session h3,
  #pageContent-green-session h4,
  #pageContent-green-session p,
  #pageContent-green-session a,
  #pageContent-green-session li {
    font: inherit; }
  #pageContent-green-session img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto; }
  #pageContent-green-session h2,
  #pageContent-green-session .h2 {
    font-family: "TTNormsProBold", "TTNormsProRegular", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1;
    color: #2c2c2c !important;
    letter-spacing: 0;
    margin-bottom: 1em;
    word-break: normal;
    word-wrap: normal; }
  #pageContent-green-session h3,
  #pageContent-green-session .h3 {
    font-family: "TTNormsProBold", "TTNormsProRegular", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.6875em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: 0;
    color: #2c2c2c;
    margin-bottom: .5em; }
  #pageContent-green-session p,
  #pageContent-green-session small,
  #pageContent-green-session a,
  #pageContent-green-session li {
    font-family: "TTNormsProRegular", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif; }
  #pageContent-green-session p {
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 400; }
  #pageContent-green-session .color-primary {
    color: #00F5CA !important; }
  #pageContent-green-session .color-secondary {
    color: #133ED4 !important; }
  #pageContent-green-session .color-dark {
    color: #262626 !important; }
  #pageContent-green-session .col20 {
    width: 20%; }
  #pageContent-green-session .col25 {
    width: 25%; }
  #pageContent-green-session .col33 {
    width: 33.3333%; }
  #pageContent-green-session .col35 {
    width: 35%; }
  #pageContent-green-session .col40 {
    width: 40%; }
  #pageContent-green-session .col45 {
    width: 45%; }
  #pageContent-green-session .col50 {
    width: 50%; }
  #pageContent-green-session .col55 {
    width: 55%; }
  #pageContent-green-session .col60 {
    width: 60%; }
  #pageContent-green-session .col65 {
    width: 65%; }
  #pageContent-green-session .col66 {
    width: 66.6666%; }
  #pageContent-green-session .col75 {
    width: 75%; }
  #pageContent-green-session .col100 {
    width: 100%; }
  #pageContent-green-session .banner-container {
    background: #262626;
    margin-bottom: 3em;
    position: relative;
    overflow: hidden; }
    #pageContent-green-session .banner-container .bg {
      width: 100%;
      margin: -2.5% 0;
      opacity: .75; }
    #pageContent-green-session .banner-container .container {
      display: flex;
      align-items: center;
      justify-content: center;
      position: absolute;
      top: 0;
      right: 0;
      bottom: 0;
      left: 0;
      margin: auto; }
    #pageContent-green-session .banner-container .icon {
      width: 13em;
      margin: 3em; }
    #pageContent-green-session .banner-container h2 {
      font-family: "TTNormsProBold", "TTNormsProRegular", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
      font-size: 4.5em;
      line-height: 1.25;
      letter-spacing: .024em;
      text-align: left;
      font-weight: bold;
      margin-bottom: 0;
      margin-right: 1em; }
    #pageContent-green-session .banner-container .logo-asus {
      width: 8%;
      min-width: 6em;
      position: absolute;
      bottom: 0;
      right: 0;
      margin: 2.5% 4%; }
  #pageContent-green-session .container {
    width: 80%;
    max-width: 62.5em;
    padding: 0;
    margin: 0 auto; }
  #pageContent-green-session a {
    color: #133ED4; }
    #pageContent-green-session a:hover, #pageContent-green-session a:focus-visible {
      color: black; }
  #pageContent-green-session .frame {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 0 5%;
    margin: 0 0 1.5em;
    background: white;
    border-radius: 1.5em; }
    #pageContent-green-session .frame.frame-large {
      padding: 2em 5%; }
      #pageContent-green-session .frame.frame-large .content {
        padding-right: 1em; }
  #pageContent-green-session picture img {
    width: 100%; }
  #pageContent-green-session .feature-container picture {
    width: 8em;
    padding: 2em 0;
    flex-shrink: 0; }
  #pageContent-green-session .feature-container .content {
    padding: 2em 0 2em 2em;
    border-left: 2px solid #e6e6e7;
    margin-left: 2em; }
  @media screen and (min-width: 2560px) {
    #pageContent-green-session {
      font-size: 20px; } }
  @media screen and (min-width: 3000px) {
    #pageContent-green-session {
      font-size: 34px; } }
  @media screen and (max-width: 1440px) {
    #pageContent-green-session .banner-container h2 {
      font-size: 4em; }
    #pageContent-green-session .banner-container .icon {
      width: 9em; } }
  @media screen and (max-width: 1024px) {
    #pageContent-green-session .banner-container h2 {
      font-size: 3em; }
    #pageContent-green-session .banner-container .icon {
      width: 7em; }
    #pageContent-green-session .banner-container .logo-asus {
      margin: 1.25em 2em; }
    #pageContent-green-session .container {
      width: 90%; } }
  @media screen and (max-width: 1024px) and (orientation: portrait), screen and (max-width: 768px) {
    #pageContent-green-session .banner-container .bg {
      margin: 0; }
    #pageContent-green-session .banner-container h2 {
      font-size: 2.25em; }
    #pageContent-green-session .banner-container .icon {
      width: 5em;
      margin: 0; }
    #pageContent-green-session .frame.frame-large {
      flex-direction: column; }
      #pageContent-green-session .frame.frame-large .content {
        width: 100%;
        margin-bottom: 2em; }
      #pageContent-green-session .frame.frame-large picture {
        width: 100%; } }
  @media screen and (max-width: 480px) {
    #pageContent-green-session .banner-container .bg {
      width: 240%;
      max-width: none !important;
      margin-left: -80%; }
    #pageContent-green-session .banner-container .container {
      flex-direction: column;
      align-items: flex-start; }
    #pageContent-green-session .banner-container h2 {
      font-size: 2em; }
    #pageContent-green-session .banner-container .icon {
      width: 4em;
      margin: 1em 0 0; }
    #pageContent-green-session h2,
    #pageContent-green-session .h2 {
      font-size: 1.75em; }
    #pageContent-green-session h3,
    #pageContent-green-session .h3 {
      font-size: 1.5em; }
    #pageContent-green-session .frame {
      padding: 1.5em 5%;
      border-radius: .75em;
      margin-bottom: .5em; }
      #pageContent-green-session .frame.frame-large {
        padding: 1.5em 5%; }
        #pageContent-green-session .frame.frame-large .content {
          padding-right: 0; }
    #pageContent-green-session .feature-container li .frame {
      flex-direction: column; }
    #pageContent-green-session .feature-container li .content {
      border: none;
      border-top: 2px solid #e6e6e7;
      margin: 1em 0 0;
      padding: 1em 0 0; }
    #pageContent-green-session .feature-container picture {
      width: 6em;
      padding: 0;
      margin: 0 auto; } }

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