<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*! normalize.css v6.0.0 | MIT License | github.com/necolas/normalize.css */
html {
  line-height: 1.15;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

article, aside, footer, header, nav, section {
  display: block;
}

h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

figcaption, figure, main {
  display: block;
}

figure {
  margin: 1em 40px;
}

hr {
  -webkit-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
  overflow: visible;
}

pre {
  font-family: monospace, monospace;
  font-size: 1em;
}

a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}

abbr[title] {
  border-bottom: none;
  text-decoration: underline;
  -webkit-text-decoration: underline dotted;
  text-decoration: underline dotted;
}

b, strong {
  font-weight: inherit;
  font-weight: bolder;
}

code, kbd, samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

dfn {
  font-style: italic;
}

mark {
  background-color: #ff0;
  color: #000;
}

small {
  font-size: 80%;
}

sub, sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

audio, video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

img {
  border-style: none;
}

svg:not(:root) {
  overflow: hidden;
}

button, input, optgroup, select, textarea {
  margin: 0;
}

button, input {
  overflow: visible;
}

button, select {
  text-transform: none;
}

button, html [type="button"], [type="reset"], [type="submit"] {
  -webkit-appearance: button;
}

button::-moz-focus-inner, [type="button"]::-moz-focus-inner, [type="reset"]::-moz-focus-inner, [type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring, [type="button"]:-moz-focusring, [type="reset"]:-moz-focusring, [type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

legend {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}

progress {
  display: inline-block;
  vertical-align: baseline;
}

textarea {
  overflow: auto;
}

[type="checkbox"], [type="radio"] {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
}

[type="number"]::-webkit-inner-spin-button, [type="number"]::-webkit-outer-spin-button {
  height: auto;
}

[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}

[type="search"]::-webkit-search-cancel-button, [type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}

details, menu {
  display: block;
}

summary {
  display: list-item;
}

canvas {
  display: inline-block;
}

template, [hidden] {
  display: none;
}

* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

body {
  padding: 0;
  margin: 0;
}

#hd {
  width: 100%;
  left: 0;
  margin: -40px 0 0 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
  /*position: absolute;*/
  position: relative;
  overflow: hidden;
  z-index: 0;
}

#hd * {
  margin: 0;
  padding: 0;
  text-decoration: none;
  list-style-type: none;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

#hd section {
  width: 100%;
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

#hd img {
  display: inline-block;
  margin: 0 auto;
  max-width: 100% !important;
  height: auto;
  border: none;
}

@font-face {
  font-family: 'Machine-BT';
  src: url("../fonts/Machine-BT.ttf");
}

/* video-link */
.modal {
  display: none;
  position: fixed;
  z-index: 999;
  padding: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
  background-color: black;
  background-color: black;
}

.modal .close_btn {
  height: 31px;
  width: 31px;
  position: absolute;
  right: 10px;
  top: 10px;
  cursor: pointer;
  color: #ffffff;
  font-size: 30px;
  z-index: 1001;
}

.modal:hover, .modal:focus {
  text-decoration: none;
  cursor: pointer;
}

#hd .modal-center {
  width: 100%;
  height: 100%;
  left: -1px;
  top: 0;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  z-index: 1000;
  position: relative;
}

#hd .modal-center #h5video {
  width: 100%;
  max-width: 960px;
}

#hd .modal-center iframe {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

@-webkit-keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@keyframes breathing {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
}

@-webkit-keyframes cycle_2 {
  0% {
    background-color: #8e00ff;
  }
  2% {
    background-color: #e100ff;
  }
  10.3% {
    background-color: #ff008b;
  }
  26.9% {
    background-color: red;
  }
  35.2% {
    background-color: orange;
  }
  43.5% {
    background-color: yellow;
  }
  51.8% {
    background-color: #b0ff00;
  }
  60.1% {
    background-color: #00db4a;
  }
  68.4% {
    background-color: #00ffd9;
  }
  76.7% {
    background-color: #00deff;
  }
  85% {
    background-color: #0093ff;
  }
  93.3% {
    background-color: #0023ff;
  }
  100% {
    background-color: #8e00ff;
  }
}

@keyframes cycle_2 {
  0% {
    background-color: #8e00ff;
  }
  2% {
    background-color: #e100ff;
  }
  10.3% {
    background-color: #ff008b;
  }
  26.9% {
    background-color: red;
  }
  35.2% {
    background-color: orange;
  }
  43.5% {
    background-color: yellow;
  }
  51.8% {
    background-color: #b0ff00;
  }
  60.1% {
    background-color: #00db4a;
  }
  68.4% {
    background-color: #00ffd9;
  }
  76.7% {
    background-color: #00deff;
  }
  85% {
    background-color: #0093ff;
  }
  93.3% {
    background-color: #0023ff;
  }
  100% {
    background-color: #8e00ff;
  }
}

@-webkit-keyframes cycle_3 {
  0% {
    background-color: #00deff;
  }
  10.3% {
    background-color: #0093ff;
  }
  18.6% {
    background-color: #0023ff;
  }
  26.9% {
    background-color: #8e00ff;
  }
  35.2% {
    background-color: #e100ff;
  }
  43.5% {
    background-color: #ff008b;
  }
  51.8% {
    background-color: red;
  }
  60.1% {
    background-color: orange;
  }
  68.4% {
    background-color: yellow;
  }
  76.7% {
    background-color: #b0ff00;
  }
  85% {
    background-color: #00db4a;
  }
  93.3% {
    background-color: #00ffd9;
  }
  100% {
    background-color: #00deff;
  }
}

@keyframes cycle_3 {
  0% {
    background-color: #00deff;
  }
  10.3% {
    background-color: #0093ff;
  }
  18.6% {
    background-color: #0023ff;
  }
  26.9% {
    background-color: #8e00ff;
  }
  35.2% {
    background-color: #e100ff;
  }
  43.5% {
    background-color: #ff008b;
  }
  51.8% {
    background-color: red;
  }
  60.1% {
    background-color: orange;
  }
  68.4% {
    background-color: yellow;
  }
  76.7% {
    background-color: #b0ff00;
  }
  85% {
    background-color: #00db4a;
  }
  93.3% {
    background-color: #00ffd9;
  }
  100% {
    background-color: #00deff;
  }
}

@-webkit-keyframes cycle_4 {
  0% {
    background-color: #00db4a;
  }
  10.3% {
    background-color: #00ffd9;
  }
  18.6% {
    background-color: #00deff;
  }
  26.9% {
    background-color: #0093ff;
  }
  35.2% {
    background-color: #0023ff;
  }
  43.5% {
    background-color: #8e00ff;
  }
  51.8% {
    background-color: #e100ff;
  }
  60.1% {
    background-color: #ff008b;
  }
  68.4% {
    background-color: red;
  }
  76.7% {
    background-color: orange;
  }
  85% {
    background-color: yellow;
  }
  93.3% {
    background-color: #b0ff00;
  }
  100% {
    background-color: #00db4a;
  }
}

@keyframes cycle_4 {
  0% {
    background-color: #00db4a;
  }
  10.3% {
    background-color: #00ffd9;
  }
  18.6% {
    background-color: #00deff;
  }
  26.9% {
    background-color: #0093ff;
  }
  35.2% {
    background-color: #0023ff;
  }
  43.5% {
    background-color: #8e00ff;
  }
  51.8% {
    background-color: #e100ff;
  }
  60.1% {
    background-color: #ff008b;
  }
  68.4% {
    background-color: red;
  }
  76.7% {
    background-color: orange;
  }
  85% {
    background-color: yellow;
  }
  93.3% {
    background-color: #b0ff00;
  }
  100% {
    background-color: #00db4a;
  }
}

@-webkit-keyframes cycle_5 {
  0% {
    background-color: yellow;
  }
  10.3% {
    background-color: #b0ff00;
  }
  18.6% {
    background-color: #00db4a;
  }
  26.9% {
    background-color: #00ffd9;
  }
  35.2% {
    background-color: #00deff;
  }
  43.5% {
    background-color: #0093ff;
  }
  51.8% {
    background-color: #0023ff;
  }
  60.1% {
    background-color: #8e00ff;
  }
  68.4% {
    background-color: #e100ff;
  }
  76.7% {
    background-color: #ff008b;
  }
  85% {
    background-color: red;
  }
  93.3% {
    background-color: orange;
  }
  100% {
    background-color: yellow;
  }
}

@keyframes cycle_5 {
  0% {
    background-color: yellow;
  }
  10.3% {
    background-color: #b0ff00;
  }
  18.6% {
    background-color: #00db4a;
  }
  26.9% {
    background-color: #00ffd9;
  }
  35.2% {
    background-color: #00deff;
  }
  43.5% {
    background-color: #0093ff;
  }
  51.8% {
    background-color: #0023ff;
  }
  60.1% {
    background-color: #8e00ff;
  }
  68.4% {
    background-color: #e100ff;
  }
  76.7% {
    background-color: #ff008b;
  }
  85% {
    background-color: red;
  }
  93.3% {
    background-color: orange;
  }
  100% {
    background-color: yellow;
  }
}

@-webkit-keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

@keyframes cycle {
  0% {
    background-color: red;
  }
  2% {
    background-color: red;
  }
  10.3% {
    background-color: orange;
  }
  18.6% {
    background-color: yellow;
  }
  26.9% {
    background-color: #b0ff00;
  }
  35.2% {
    background-color: #00db4a;
  }
  43.5% {
    background-color: #00ffd9;
  }
  51.8% {
    background-color: #00deff;
  }
  60.1% {
    background-color: #0093ff;
  }
  68.4% {
    background-color: #0023ff;
  }
  76.7% {
    background-color: #8e00ff;
  }
  85% {
    background-color: #e100ff;
  }
  93.3% {
    background-color: #ff008b;
  }
  100% {
    background-color: red;
  }
}

@-webkit-keyframes colorRotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  10% {
    -webkit-filter: hue-rotate(36deg);
    filter: hue-rotate(36deg);
  }
  20% {
    -webkit-filter: hue-rotate(72deg);
    filter: hue-rotate(72deg);
  }
  30% {
    -webkit-filter: hue-rotate(108deg);
    filter: hue-rotate(108deg);
  }
  40% {
    -webkit-filter: hue-rotate(144deg);
    filter: hue-rotate(144deg);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  60% {
    -webkit-filter: hue-rotate(216deg);
    filter: hue-rotate(216deg);
  }
  70% {
    -webkit-filter: hue-rotate(252deg);
    filter: hue-rotate(252deg);
  }
  80% {
    -webkit-filter: hue-rotate(288deg);
    filter: hue-rotate(288deg);
  }
  90% {
    -webkit-filter: hue-rotate(324deg);
    filter: hue-rotate(324deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

@keyframes colorRotate {
  0% {
    -webkit-filter: hue-rotate(0deg);
    filter: hue-rotate(0deg);
  }
  10% {
    -webkit-filter: hue-rotate(36deg);
    filter: hue-rotate(36deg);
  }
  20% {
    -webkit-filter: hue-rotate(72deg);
    filter: hue-rotate(72deg);
  }
  30% {
    -webkit-filter: hue-rotate(108deg);
    filter: hue-rotate(108deg);
  }
  40% {
    -webkit-filter: hue-rotate(144deg);
    filter: hue-rotate(144deg);
  }
  50% {
    -webkit-filter: hue-rotate(180deg);
    filter: hue-rotate(180deg);
  }
  60% {
    -webkit-filter: hue-rotate(216deg);
    filter: hue-rotate(216deg);
  }
  70% {
    -webkit-filter: hue-rotate(252deg);
    filter: hue-rotate(252deg);
  }
  80% {
    -webkit-filter: hue-rotate(288deg);
    filter: hue-rotate(288deg);
  }
  90% {
    -webkit-filter: hue-rotate(324deg);
    filter: hue-rotate(324deg);
  }
  100% {
    -webkit-filter: hue-rotate(360deg);
    filter: hue-rotate(360deg);
  }
}

html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
}

body {
  /*background-color: #000;*/
  position: relative;
}

#hd-top {
  height: 40px;
}

#hd {
  font-family: 'MyriadPro Bold',sans-serif;
  color: #fff;
  font-size: 18px;
}

#hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
  margin: 0;
  line-height: 1.2;
  font-family: 'MyriadPro Bold',sans-serif;
}

#hd h2 {
  font-size: 48px;
  font-weight: bold;
}

#hd h3 {
  font-size: 32px;
}

#hd h4 {
  font-size: 26px;
}

#hd p {
  margin-bottom: 1em;
}

#hd #product-wrapper h2 {
  position: relative;
  color: #f8b942;
  font-weight: normal;
  font-family: jerseym54, sans-serif;
  letter-spacing: 0.05em;
}

#hd figure {
  margin: 0;
}

#hd figure img {
  width: 100%;
  height: auto;
}

#hd .product-container {
  max-width: 100%;
  margin: 0 auto;
}

#hd p {
  line-height: 1.4;
  font-weight: normal;
  position: relative;
}

#hd .product-heading {
  margin-bottom: .5em;
}

.product-section {
  position: relative;
  background-repeat: no-repeat;
  height: 0;
  overflow: hidden;
}

.product-section:before {
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

.product-section .product-content {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  z-index: 1;
}

.product-section .product-text {
  position: absolute;
  -webkit-transition: all .5s;
  -o-transition: all .5s;
  transition: all .5s;
  z-index: 2;
}

.product-section .product-text .product-heading h2 {
  line-height: 1.1;
  margin-bottom: .2em;
  font-family: 'MyriadPro Bold',sans-serif;
  font-size: 48px;
  font-weight: bold;
}

@media only screen and (max-width: 768px) {
  .product-section:before {
    height: 0;
  }
  .product-section {
    overflow: auto;
    height: auto;
  }
  .product-section .product-content {
    position: relative;
  }
  .product-section .product-text {
    position: relative;
    text-align: center;
    padding: 3em 5%;
    width: auto;
    left: auto;
    top: auto;
  }
}

#fp-nav ul li:hover a span, #fp-nav ul li:hover a.active span {
  background-color: #f8b942;
}

#fp-nav ul li a.active span {
  background-color: #f8b942;
}

#fp-nav ul li .fp-tooltip {
  max-width: 300px;
  text-transform: uppercase;
  color: #f8b942;
}
@media only screen and (max-width: 768px) {
  #fp-nav{
    display: none
  }
}
#scrollUp {
  position: fixed;
  right: 30px;
  bottom: 30px;
  width: 45px;
  height: 45px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border: 2px solid #f8b942;
  z-index: 999;
  opacity: 0;
}

#scrollUp.hd-show {
  opacity: 1;
}

#scrollUp:hover {
  background-color: #f8b942;
}

#scrollUp:hover svg {
  fill: #FFF;
}

#scrollUp svg {
  display: block;
  position: absolute;
  margin: auto;
  top: 0;
  right: 0;
  bottom: 5px;
  left: 0;
  fill: #f8b942;
  -webkit-transform: rotateZ(270deg);
  -moz-transform: rotateZ(270deg);
  -ms-transform: rotateZ(270deg);
  -o-transform: rotateZ(270deg);
  transform: rotateZ(270deg);
}

@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #hd #product-wrapper p {
    font-size: 20px;
  }
  #hd h2 {
    font-size: 56px;
  }
  #hd h3 {
    font-size: 38px;
  }
}

@media only screen and (max-width: 1600px) {
  #hd #product-wrapper p {
    font-size: 16px;
  }
  #hd h2 {
    font-size: 48px;
  }
  #hd h3 {
    font-size: 32px;
  }
  #hd h4 {
    font-size: 26px;
  }
}

@media only screen and (max-width: 1440px) {
  #hd #product-wrapper p {
    font-size: 14px;
  }
  #hd h2 {
    font-size: 30px;
  }
  #hd h3 {
    font-size: 18px;
  }
  #hd h4 {
    font-size: 20px;
  }
}

@media only screen and (max-width: 1024px) {
  #hd #product-wrapper p {
    font-size: 14px;
  }
  #hd h2 {
    font-size: 30px;
  }
  #hd h3 {
    font-size: 16px;
  }
  #hd h1, #hd h2, #hd h3, #hd h4, #hd h5, #hd h6 {
    line-height: 1.2;
    margin-bottom: .2em;
  }
}
p.note{
  font-size: 13px;
}
.mobile, img.moblie{
  display: none
}
.webstyle, img.webstyle{
  display: block;
}
@media only screen and (max-width: 768px) {
  .mobile, img.moblie{
    display: block;
  }
  img.mobile{
    width: 100%
  }
  .webstyle, img.webstyle{
    display: none;
  }
}
#product-header {
  background-color: #000;
  padding-top: 45.70313%;
}

#product-header:before {
  background-image: url("../images/bg-header.jpg");
  background-size: cover;
}

#product-header .product-text {
  left: 52.125%;
  top: 18%;
  padding-right: 5%;
}

#product-header .product-text .logo_group{
  display: inline-block;
    padding: 20px 0;
    width: 100%;
    max-width: 426px !important;
}

#product-header h2 {
  font-family: 'Machine-BT',sans-serif;
  margin-bottom: 0;
  font-size: 72px;
  font-weight: normal;
}

#product-header h3 {
  font-size: 42px;
  color: #fff;
  font-weight: normal;
  font-family: jerseym54, sans-serif;
  letter-spacing: 0.05em;
}

@media only screen and (max-width: 1280px) {
  #product-header h2 {
    font-size: 50px;
  }
  #product-header h3 {
    font-size: 26px;
  }
  #product-header .product-text{
    top: 10%
  }
  #product-header .product-text .logo_group{
    padding: 0px 0 8px
  }
}

@media only screen and (max-width: 1024px) {
  #product-header img.mobile{
    display: block;
  }
  #product-header:before {
    background-image: none;
    padding-top: 0%;
  }
  #product-header {
    padding-top: 0%;
    height: auto
  }
  #product-header .product-content {
    position: relative;
  }
  #product-header .product-text {
    position: relative;
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

@media only screen and (max-width: 768px) {
  #product-header:before {
    background-image: none;
    padding-top: 0%;
  }
  #product-header {
    padding-top: 0%;
  }
  #product-header .product-content {
    position: relative;
  }
  #product-header .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }
}

@media only screen and (max-width: 480px) {
  #product-header .product-text {
    padding-top: .5em;
  }
  #product-header h2 {
    font-size: 32px;
  }
  #product-header h3 {
    font-size: 18px;
  }
}

@-webkit-keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes rotate360 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

#product-4 {
  padding-top: 54.6875%;
}

#product-4:before {
  background-image: url("../images/bg-section4.jpg");
  background-size: cover;
}

#product-4 .product-text {
  width: 35%;
  height: 100%;
  left: 60%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

#product-4 .figure-group {
  position: absolute;
  width: 59.39%;
  top: 10%;
}

#product-4 .figure-group .mm {
  font-size: 32px;
  opacity: .5;
}

#product-4 .figure-group .figure-width, #product-4 .figure-group .figure-height {
  text-align: center;
  position: absolute;
}

#product-4 .figure-group .figure-width .line, #product-4 .figure-group .figure-height .line {
  position: absolute;
}

#product-4 .figure-group .figure-width .line span, #product-4 .figure-group .figure-height .line span {
  background-color: #f8b942;
  position: absolute;
}

#product-4 .figure-group .figure-width .line span:before, #product-4 .figure-group .figure-width .line span:after, #product-4 .figure-group .figure-height .line span:before, #product-4 .figure-group .figure-height .line span:after {
  content: "";
  position: absolute;
  border-radius: 50%;
}

#product-4 .figure-group .figure-width .line span:before, #product-4 .figure-group .figure-height .line span:before {
  width: 5px;
  height: 5px;
  background-color: #f8b942;
}

#product-4 .figure-group .figure-width .line span:after, #product-4 .figure-group .figure-height .line span:after {
  width: 11px;
  height: 11px;
  border: 1px solid #f8b942;
}

#product-4 .figure-group .figure-width {
  position: absolute;
  right: 1%;
  bottom: 5%;
  width: 75.42694%;
}

#product-4 .figure-group .figure-width .line {
  position: absolute;
  width: 100%;
}

#product-4 .figure-group .figure-width .line span {
  bottom: .7em;
  width: 40%;
  height: 1px;
}

#product-4 .figure-group .figure-width .line span:before {
  top: -2px;
}

#product-4 .figure-group .figure-width .line span:after {
  top: -5px;
}

#product-4 .figure-group .figure-width .line .left-line {
  left: 0;
}

#product-4 .figure-group .figure-width .line .left-line:before {
  left: 0;
}

#product-4 .figure-group .figure-width .line .left-line:after {
  left: -3px;
}

#product-4 .figure-group .figure-width .line .right-line {
  right: 0;
}

#product-4 .figure-group .figure-width .line .right-line:before {
  right: 0;
}

#product-4 .figure-group .figure-width .line .right-line:after {
  right: -3px;
}

#product-4 .figure-group .figure-height {
  height: 88.5%;
  top: 0;
  left: 17%;
  width: 32px;
  line-height: 1;
}

#product-4 .figure-group .figure-height .mm {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -.5em;
  margin-left: -1em;
  -webkit-transform: rotate(270deg);
  -ms-transform: rotate(270deg);
  transform: rotate(270deg);
}

#product-4 .figure-group .figure-height .line {
  height: 100%;
  left: 50%;
}

#product-4 .figure-group .figure-height .line span {
  width: 1px;
  height: 40%;
}

#product-4 .figure-group .figure-height .line span:before {
  left: -2px;
}

#product-4 .figure-group .figure-height .line span:after {
  left: -5px;
}

#product-4 .figure-group .figure-height .line .top-line {
  top: 0;
}

#product-4 .figure-group .figure-height .line .top-line:after {
  top: -3px;
}

#product-4 .figure-group .figure-height .line .bottom-line {
  bottom: 0;
}

#product-4 .figure-group .figure-height .line .bottom-line:before {
  bottom: 0;
}

#product-4 .figure-group .figure-height .line .bottom-line:after {
  bottom: -3px;
}

@media only screen and (max-width: 1440px) {
  #product-4 .product-text {
    width: 35%;
    height: 100%;
    left: 60%;
  }
  #product-4 .figure-group .mm {
    font-size: 22px;
  }
}

@media only screen and (max-width: 768px) {
  #product-4 {
    background-image: url("../images/bg-section4.jpg");
    background-size: cover;
    background-position-y: bottom left;
    padding-top: 75%;
  }
  #product-4 .figure-group {
    position: absolute;
    width: 88%;
  }
  #product-4 .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5%;
  }
  #product-4 .figure-group {
    width: 88%;
  }
}

@media only screen and (max-width: 480px) {
  #product-4 .figure-group .mm {
    font-size: 12px;
  }
  #product-4 .figure-group .figure-height {
    left: 14%;
  }
  #product-4 .figure-group .figure-height .mm {
    left: 25%;
  }
  #product-4 .figure-group .figure-width {
    bottom: 1%;
  }
  #product-4 .figure-group .figure-width .mm {
    display: inline-block;
    position: relative;
    top: -3px;
  }
}

#product-5 {
  padding-top: 53.90625%;
  background: #000
}

#product-5:before {
  background-image: url("../images/bg-section5.jpg");
  background-size: cover;
}

#product-5 .product-text {
  width: 38%;
  left: 10%;
  top: 34%;
}

#product-5 .product-text a {
  color: #f8b942;
}

#product-5 .product-text a:hover {
  text-decoration: underline;
}

#product-5 .product-text .aurasync {
  width: 100px;
}

#product-5 .notice {
  color: #fff;
  font-size: 14px;
  bottom: 30px;
  position: absolute;
  left: 10%;
}

#product-5 .case {
  position: absolute;
  top: 0;
  width: 23.4375%;
  height: 100%;
  left: 50.1171%;
}

#product-5 .case img {
  width: 100%;
  position: relative;
}

#product-5 .learnmore a:hover {
  text-decoration: none;
}

#product-5 .learnmore .arrow {
  width: 19px;
  display: inline-block;
  position: relative;
}

#product-5 .learnmore .arrow img {
  width: 100%;
  height: auto;
}

#product-5 .learnmore .arrow.arrow-1 {
  margin-right: -10px;
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
}

#product-5 .learnmore .arrow.arrow-2 {
  margin-right: -10px;
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
  -webkit-animation-delay: .3s;
  animation-delay: .3s;
}

#product-5 .learnmore .arrow.arrow-3 {
  -webkit-animation: breathing 1s infinite;
  animation: breathing 1s infinite;
  -webkit-animation-delay: .6s;
  animation-delay: .6s;
}

@media only screen and (max-width: 1366px) {
  #product-5 .product-text {
    left: 5%;
  }
  #product-5 .notice {
    font-size: 12px;
    bottom: 10px;
    left: 5%;
  }
  #product-5 .product-text .aurasync {
    width: 80px;
  }
}

@media only screen and (max-width: 1024px) {
  #product-5 .product-text {
    top: 29%;
  }
}

@media only screen and (max-width: 768px) {
  #product-5:before {
    padding-top: 100%;
    background-image: url("../images/bg-section5-m.jpg");
  }
  #product-5 {
    height: auto;
    padding-top: 100%;
  }
  #product-5 .product-content {
    padding-bottom: 20px;
  }
  #product-5 .case {
    width: 43.5%;
    height: auto;
    left: 29.5%;
  }
  #product-5 .aurasync {
    display: none;
  }
  #product-5 .product-text {
    width: auto;
    left: auto;
    top: auto;
    margin-left: 0;
    padding: 1.5em 5% 0;
  }
  #product-5 .notice {
    position: relative;
    text-align: center;
    width: 100%;
    left: auto;
    bottom: auto;
    padding: 0 5%;
  }
}

#product-6 {
  padding-top: 58.59375%;
  background: #000
}

#product-6:before {
  background: #000 url("../images/bg-section6_bg.jpg");
  background-size: 100%;
  background-repeat: no-repeat;
  background-position: center bottom;
  z-index: 1;
}

#product-6 .tab2-bg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background-size: 100%;
  background-position: center bottom;
  z-index: 2;
  display: none;
}
#product-6 .tab2-bg.active_a{
  background-image: url("../images/bg-section6-3.jpg");
  background-repeat: no-repeat;
  display: block;
}
#product-6 .tab2-bg.active_b{
  background-image: url("../images/bg-section6-2.jpg");
  background-repeat: no-repeat;
  display: block;
}
#product-6 .tab2-bg.active_a.active_b{
  background-image: url("../images/bg-section6-4.jpg");
  background-repeat: no-repeat;
  display: block;
}
#product-6 h3 {
  color: #fff;
  font-weight: bold;
}

#product-6 .product-content {
  z-index: 3;
}

#product-6 .product-text {
  width: 100%;
  text-align: center;
  padding-top: 70px;
}

#product-6 .tab-weight {
  width: 1060px;
  margin: 0 auto;
  padding-top: 160px;
  position: relative;
}

#product-6 .tab-weight .tab-nav ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  text-align: center;
  /*width: 80%;*/
    max-width: 800px;
    margin: 0 auto;
}

#product-6 .tab-weight .tab-nav li {
  /*width: 460px;*/
  /*height: 46px;*/
  position: relative;
  /*width: 50%;
  max-width: 368px;*/
  text-align: left;
}

#product-6 .tab-weight .tab-nav li a {
  position: relative;
  display: inline-block;
  height: 100%;
  text-align: left;
  line-height: 46px;
  padding: 5px 20px;
  padding-right: 110px;
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  font-family: 'MyriadPro Bold',sans-serif;
  border: 1px #fff solid;
  border-radius: 30px;
  -webkit-border-radius: 30px;
  -moz-border-radius: 30px;
  box-shadow: 0 0px 10px 0px #fff, inset 0 0 10px 0 #fff;
}
/*#product-6 .tab-weight .tab-nav li a:hover,*/
#product-6 .tab-weight .tab-nav li a.active{
  color: #eeb13f;
  border: 1px #eeb13f solid;
  box-shadow: 0 0px 10px 0px #eeb13f, inset 0 0 10px 0 #eeb13f;
}
#product-6 .tab-weight .tab-nav li a span {
  font-family: 'MyriadPro Bold',sans-serif;
}

#product-6 .tab-weight .tab-nav li span {
  display: block;
  position: relative;
  height: 100%;
}

#product-6 .tab-weight .tab-nav li svg {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}

#product-6 .tab-weight .tab-nav li svg.active {
  display: none;
}

#product-6 .tab-weight .tab-nav li:hover a, #product-6 .tab-weight .tab-nav li.active a {
  /*color: #f8b942;*/
}

#product-6 .tab-weight .tab-nav li:hover svg.active, #product-6 .tab-weight .tab-nav li.active svg.active {
  display: block;
}

#product-6 .tab-weight .tab-nav li:hover svg.normal, #product-6 .tab-weight .tab-nav li.active svg.normal {
  display: none;
}

#product-6 .tab-weight .tab-nav li a i{
    display: inline-block;
    position: absolute;
    width: 70px;
    height: 34px;
    border-radius: 30px;
    overflow: hidden;
    background: #BEBEBE;
    transition: background 0.3s;
    top: 10px;
    right: 10px;
}
#product-6 .tab-weight .tab-nav li a i span.tab_btna_on{
    font-size: 14px;
    position: absolute;
    color: #000;
    display: inline-block;
    line-height: 2.4em;
    left: 18%;
}
#product-6 .tab-weight .tab-nav li a i span.tab_btna_off{
    font-size: 14px;
    position: absolute;
    color: #fff;
    display: inline-block;
    line-height: 2.4em;
    right: 18%;
    display: none
}
#product-6 .tab-weight .tab-nav li a.active i span.tab_btna_on{
  display: block;
}
#product-6 .tab-weight .tab-nav li a i span.tab_btna_off{
  display: block;
}
#product-6 .tab-weight .tab-nav li a i:after{
  content: "";
    display: inline-block;
    position: absolute;
    width: 28px;
    height: 28px;
    border-radius: 50%;
    background: #fff;
    margin: .1em;
    vertical-align: top;
    left: 0%;
    transition: left 0.3s,margin-left 0.3s;
}
#product-6 .tab-weight .tab-nav li a.active i{
  background: #f8b942
}
#product-6 .tab-weight .tab-nav li a.active i:after{
    left: 100%;
    margin-left: -32px;
    background: #fff
}
#product-6 .tab-weight .tab-content {
  text-align: center;
  padding-top: 1.5em;
}

#product-6 .tab-weight .content-section p{
  display: none;
  position: relative;
}
#product-6 .tab-weight .content-section p b{
  font-weight: 300;
  font-size: 13px;
}
#product-6 .tab-weight.tab_btn_a.tab_btn_b p.text_one,
#product-6 .tab-weight.tab_btn_a.tab_btn_b p.text_two,
#product-6 .tab-weight.tab_btn_a.tab_btn_b p.text_four,
#product-6 .tab-weight.tab_btn_a p.text_four,
#product-6 .tab-weight.tab_btn_b p.text_four{
  display: none;
}
#product-6 .tab-weight.tab_btn_a p.text_one{
  display: block;
}
#product-6 .tab-weight.tab_btn_b p.text_two{
  display: block;
}
#product-6 .tab-weight.tab_btn_a.tab_btn_b p.text_thr{
  display: block;
}
#product-6 .tab-weight p.text_four{
  display: block;
}
#product-6 .tab-weight.tab_btn_a p.text_one b,
#product-6 .tab-weight.tab_btn_b p.text_two b{
  position: absolute;
  left: 35%;
  bottom: -85%;
}
#product-6 .tab-weight p.text_four b{
  position: absolute;
  left: 35%;
  bottom: -7em;
}
#product-6 .tab-weight.tab_btn_a p.text_one b:before,
#product-6 .tab-weight.tab_btn_b p.text_two b:before,
#product-6 .tab-weight p.text_four b:before{
  content: "";
  width: 30px;
  height: 60px;
  border-left: 1px #f8b942 solid;
  border-top: 1px #f8b942 solid;
  position: absolute;
  left: -33px;
  top: 8px;
}
@media only screen and (min-width: 1921px) and (max-width: 2560px) {
  #product-6 .product-text {
    padding-top: 90px;
  }
  #product-6 .tab-weight {
    padding-top: 220px;
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b{
    bottom: -35%;
  }
  #product-6 .tab-weight p.text_four b{
    bottom: -7em;
  }
}
@media only screen and (min-width: 1601px) and (max-width: 1800px) {
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b{
    bottom: -50%;
  }
  #product-6 .tab-weight p.text_four b{
    bottom: -7em;
  }
}
@media only screen and (max-width: 1600px) {
  #product-6 .product-text {
    padding-top: 40px;
  }
  #product-6 .tab-weight {
    padding-top: 120px;
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b{
    bottom: -60%;
  }
  #product-6 .tab-weight p.text_four b{
    bottom: -7em;
  }
}

@media only screen and (max-width: 1440px) {
  #product-6 .product-text {
    padding-top: 50px;
  }
  #product-6 .tab-weight {
    width: 900px;
    padding-top: 120px;
  }
  #product-6 .tab-weight .tab-nav li a {
    font-size: 24px;
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b{
    bottom: -35%;
  }
  #product-6 .tab-weight p.text_four b{
    bottom: -5em;
  }
}

@media only screen and (max-width: 1280px) {
  #product-6:before {
    background-size: cover;
    background-position: center bottom;
  }
  #product-6 {
    padding-top: 61.52344%;
  }
  #product-6 .tab2-bg {
    background-size: contain;
    background-position: center bottom;
  }
  #product-6 .tab-weight .tab-nav li a {
    font-size: 18px;
    line-height: 32px;
  }
  #product-6 .tab-weight .tab-nav li a i{
    top: 3px;
    right: 3px
  }
  #product-6 .tab-weight .tab-nav li a i:after{
        margin: .2em;
  }
  #product-6 .tab-weight .tab-nav li svg {
    height: 30px;
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b{
    bottom: -35%;
  }
  #product-6 .tab-weight p.text_four b{
    bottom: -5em;
  }
}

@media only screen and (max-width: 1024px) {
  #product-6 {
    padding-top: 63.28125%;
  }
  #product-6 .product-text {
    padding-top: 30px;
  }
  #product-6 .tab-weight {
    width: 80%;
    padding-top: 90px;
  }
  #product-6 .tab-weight .tab-nav li a {
    font-size: 18px;
    line-height: 32px;
  }
  #product-6 .tab-weight .tab-nav li svg {
    height: 30px;
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b{
    bottom: -35%;
  }
  #product-6 .tab-weight p.text_four b{
    bottom: -5em;
  }
}

@media only screen and (max-width: 768px) {
  #product-6:before {
    display: none;
  }
  #product-6 {
    padding: 50px 0;
    height: auto;
    background: #000 url("../images/bg-section6_bg.jpg") center bottom no-repeat;
  background-size: 100%;
  }
  #product-6 .product-content {
    padding-bottom: 20px;
  }
  #product-6 .tab2-bg {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 0;
    padding-top: 100%;
    background-size: cover;
    z-index: 2;
    display: none;
  }
  #product-6 .tab-weight {
    width: 90%;
    padding-top: 0px;
  }
  #product-6 .tab-weight .tab-nav ul{
    display: inline-block;
    max-width: inherit;
    width: 100%;
  }
  #product-6 .tab-weight .tab-nav li {
    width: 100%;
    height: auto;
    margin: 10px 0
  }
  #product-6 .tab-weight .tab-nav li a {
    font-size: 13px;
    width: 100%
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b,
  #product-6 .tab-weight.tab_btn_b p.text_two b,
  #product-6 .tab-weight p.text_four b{
    position: relative;
    left: inherit;
    bottom: inherit;
  }
  #product-6 .tab-weight.tab_btn_a p.text_one b:before,
  #product-6 .tab-weight.tab_btn_b p.text_two b:before,
  #product-6 .tab-weight p.text_four b:before{
    display: none
  }
  #product-6 .tab-weight .tab-nav li a{
    padding-right: 90px;
  }
}</pre></body></html>