@import url("https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css");
@font-face {
    font-family: 'TTNormsProNormal';
    src: url("../fonts/TTNormsProNormal.ttf");
    font-weight: normal;
    font-style: normal;
}
@font-face {
    font-family: 'TTNormsProMedium';
    src: url("../fonts/TTNormsProMedium.ttf");
    font-weight: normal;
    font-style: normal;
}
#special-sectionOverview {
    margin-bottom: 100px
}

.width-line-gray {
    background: none
}

#hd {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    background: black;
    color: white;
    font-size: 16px;
    margin: 0;
    padding: 0
}

#hd * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

#hd * ::selection {
    background: #1d2124;
    color: #6da6d6
}

#hd * ::-moz-selection {
    background: #1d2124;
    color: #6da6d6
}

#hd * :focus-visible {
    outline-color: #6da6d6
}

#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 video {
    max-width: 100%
}

#hd button {
    border: none;
    outline: none;
    background: none;
    box-shadow: none;
    appearance: none;
    -webkit-appearance: none;
    cursor: pointer
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

#hd a:focus-visible,
#hd button:focus-visible,
#hd input:focus-visible,
#hd select:focus-visible,
#hd textarea:focus-visible,
#hd [role="button"]:focus-visible,
#hd [tabindex="0"]:focus-visible {
    outline: 1px solid #6da6d6
}

#hd a:focus:not(:focus-visible),
#hd button:focus:not(:focus-visible),
#hd input:focus:not(:focus-visible),
#hd select:focus:not(:focus-visible),
#hd textarea:focus:not(:focus-visible),
#hd [role="button"]:focus:not(:focus-visible),
#hd [tabindex="0"]:focus:not(:focus-visible) {
    outline: none
}

@-webkit-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-moz-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-ms-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@-o-keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

@keyframes colorrun {
    0% {
        filter: hue-rotate(0deg)
    }

    100% {
        filter: hue-rotate(359deg)
    }
}

.hd-colorrun {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 4s;
    -webkit-animation-name: colorrun;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 4s;
    -moz-animation-name: colorrun;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: infinite;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: 4s;
    -o-animation-name: colorrun;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: infinite;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: 4s;
    animation-name: colorrun;
    animation-timing-function: linear;
    animation-iteration-count: infinite;
    animation-fill-mode: forwards
}

@-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 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 fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-5%);
        -o-transform: translateX(-5%);
        -ms-transform: translateX(-5%);
        -webkit-transform: translateX(-5%);
        transform: translateX(-5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(5%);
        -o-transform: translateX(5%);
        -ms-transform: translateX(5%);
        -webkit-transform: translateX(5%);
        transform: translateX(5%)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@keyframes static {
    0% {
        opacity: 1
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-moz-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-ms-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-o-keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@keyframes breathing {
    0% {
        opacity: 1
    }

    70% {
        opacity: 0
    }
}

@-webkit-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-moz-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-ms-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-o-keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@keyframes strobing {
    0% {
        opacity: 1
    }

    50% {
        opacity: 0
    }
}

@-webkit-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-moz-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-ms-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-o-keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@keyframes music {
    0% {
        opacity: 1
    }

    10% {
        opacity: .3
    }

    40% {
        opacity: 1
    }

    60% {
        opacity: .3
    }

    70% {
        opacity: 1
    }

    100% {
        opacity: .3
    }
}

@-webkit-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-moz-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-ms-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-o-keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@keyframes cycle {
    0% {
        background-color: red
    }

    15% {
        background-color: orange
    }

    30% {
        background-color: yellow
    }

    45% {
        background-color: #00CB07
    }

    60% {
        background-color: #07A9FF
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: #a12fd9
    }

    100% {
        background-color: red
    }
}

@-webkit-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-moz-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-ms-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-o-keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@keyframes rainbow {
    0% {
        background-position: 100% 0
    }

    100% {
        background-position: 0 0
    }
}

@-webkit-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-moz-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-ms-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-o-keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@keyframes smart {

    0%,
    28% {
        background-color: red
    }

    30%,
    58% {
        background-color: yellow
    }

    60%,
    88% {
        background-color: #42ca42
    }

    90%,
    98% {
        background-color: yellow
    }

    100% {
        background-color: red
    }
}

@-webkit-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-moz-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-ms-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-o-keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@keyframes comet {
    0% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(250%);
        -o-transform: skewX(68deg) translateX(250%);
        -ms-transform: skewX(68deg) translateX(250%);
        -webkit-transform: skewX(68deg) translateX(250%);
        transform: skewX(68deg) translateX(250%)
    }

    100% {
        z-index: -1;
        -moz-transform: skewX(68deg) translateX(-250%);
        -o-transform: skewX(68deg) translateX(-250%);
        -ms-transform: skewX(68deg) translateX(-250%);
        -webkit-transform: skewX(68deg) translateX(-250%);
        transform: skewX(68deg) translateX(-250%)
    }
}

@-webkit-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #6da6d6
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@-moz-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #6da6d6
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@-ms-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #6da6d6
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@-o-keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #6da6d6
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@keyframes adaptive {
    0% {
        background-color: white
    }

    30% {
        background-color: #6da6d6
    }

    45% {
        background-color: #07A9FF
    }

    60% {
        background-color: #42ca42
    }

    75% {
        background-color: #1044FF
    }

    90% {
        background-color: yellow
    }

    100% {
        background-color: white
    }
}

@font-face {
    font-family: 'ROGFonts';
    src: url("../fonts/ROGFonts-Regular_ES.eot") format("embedded-opentype"), url("../fonts/ROGFonts-Regular_ES.otf") format("opentype"), url("../fonts/ROGFonts-Regular_ES.ttf") format("truetype"), url("../fonts/ROGFonts-Regular_ES.woff") format("woff"), url("../fonts/ROGFonts-Regular_ES.woff2");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Square721DmNormal';
    src: local("Square721DmNormal"), url("../fonts/Square721DmNormal.woff") format("woff"), url("../fonts/Square721DmNormal.ttf") format("truetype"), url("../fonts/Square721DmNormal.svg#htc-icon") format("svg");
    font-display: swap
}
@font-face { font-family: 'machinebt'; src: url("../fonts/machinebt.eot"); src: local("machinebt"), url("../fonts/machinebt.woff") format("woff"), url("../fonts/machinebt.ttf") format("truetype"), url("../fonts/machinebt.svg#htc-icon") format("svg"); }


#hd {
    font-size: 16px
}

#hd h2 {
    font-size: 5.2em;
    letter-spacing: 3.7vw;
    font-family: "TTNormsProNormal", sans-serif;
    letter-spacing: 3.7vw;
    line-height: 1;
    color: #ffffff !important;
    padding-left: 3.7vw;
    margin-bottom: .65em;
    word-break: normal;
    word-wrap: normal;
    -moz-transform: scale(1.1, 0.9);
    -o-transform: scale(1.1, 0.9);
    -ms-transform: scale(1.1, 0.9);
    -webkit-transform: scale(1.1, 0.9);
    transform: scale(1.1, 0.9)
}

#hd h3 {
    font-family: "TTNormsProNormal", sans-serif;
    font-size: 1.8em;
    letter-spacing: 0em;
    line-height: 1.3;
    color: #ffffff;
    margin-bottom: .125em;
}
#hd h3 sup{
    position: inherit;
    vertical-align: super;
}
@media screen and (max-width: 768px) {
    #hd h3 {
        font-size: 2em;
    }
}
#hd h4 {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: .018em;
    line-height: 1.25;
    color: #ffffff;
    margin-bottom: .75em
}

#hd h4+p {
    margin-bottom: 1em
}

#hd h5 {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff
}

#hd h6 {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: .875em;
    font-weight: 400;
    line-height: 1.5;
    color: #ffffff
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif
}

#hd p {
    font-size: 1.25em;
    line-height: 1.3;
    font-weight: 300
}

#hd p.color-primary {
    font-weight: 400
}

#hd b {
    font-weight: bold
}

#hd small {
    font-size: .875em;
    letter-spacing: 0.5px
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-italic {
    font-style: italic
}

#hd a.txt-link {
    display: inline-block;
    font: inherit;
    font-weight: 400;
    margin-top: .5em
}

#hd a.txt-link:hover {
    color: white
}

#hd .font-rog {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif
}

#hd .color-primary {
    color: #6da6d6
}

#hd .color-secondary {
    color: #00a0ff
}

#hd .color-grey {
    color: #777777
}

#hd .color-gradient {
    display: inline-block; color: #6da6d6  !important;
    background-color: #6da6d6 0%;
    background: -webkit-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: -moz-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: -o-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -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) */
}
@media all and (-ms-high-contrast: none),(-ms-high-contrast: active) {
    #hd .color-gradient {
        position: relative;
        color: #6da6d6;
        background: transparent;
    }
}

@supports (-ms-accelerator: true) {

    #hd .color-gradient {
        position: relative;
        color: #6da6d6;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #6da6d6;
    }
}

#hd .color-gradient::selection {
    background: #0f0f0f;
    color: #6da6d6;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #6da6d6
}

#hd .color-gradient::-moz-selection {
    background: #0f0f0f;
    color: #6da6d6;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #6da6d6
}

_:-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 {
        letter-spacing: 3vw;
        padding-left: 3vw
    }

    #hd p {
        font-size: 1em
    }
}

@media screen and (max-width: 1280px) {
    #hd h2 {
        letter-spacing: 3.7vw;
        padding-left: 3.7vw
    }
}

@media screen and (max-width: 1024px) {
    #hd {
        font-size: 14px
    }

    #hd h2 {
        margin-bottom: .25em
    }
}

@media screen and (max-width: 768px) {
    #hd h2 {
        font-size: 4em;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@media screen and (max-width: 620px) {
    #hd h2 {
        font-size: 3em
    }
}

@media screen and (max-width: 480px) {
    #hd h2 {
        font-size: 1.875em
    }

    #hd p {
        font-size: 1.125em;
        line-height: 1.5
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1200,
#hd .hd-w1400 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1400 {
    max-width: 1400px
}

#hd .hd-mw1200 {
    max-width: 1200px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none
}

#hd .hd-d-ib {
    display: inline-block
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 2560px) {
    #hd .hd-w1000 {
        max-width: 1200px
    }

    #hd .hd-w1200 {
        max-width: 1400px
    }

    #hd .hd-w1400 {
        max-width: 2000px
    }

    #hd .hd-mw1200 {
        max-width: 1400px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w1000 {
        max-width: 1600px
    }

    #hd .hd-w1200 {
        max-width: 2200px
    }

    #hd .hd-w1400 {
        max-width: 2800px
    }

    #hd .hd-mw1200 {
        max-width: 1800px
    }
}

@media screen and (max-width: 1024px) {

    #hd .hd-w1000,
    #hd .hd-w1200,
    #hd .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none
    }

    #hd .hd-d-1023-block {
        display: block
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none
    }

    #hd .hd-d-768-block {
        display: block
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none
    }

    #hd .hd-d-620-block {
        display: block
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none
    }

    #hd .hd-d-480-block {
        display: block
    }
}

#hd .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: #000;
    position: absolute;
    top: 0;
    left: 0
}

#hd .hd-lightbox .hd-box {
    width: 100%;
    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: #797979;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2
}

#hd .hd-lightbox .hd-close:hover {
    background: #6da6d6
}

#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
    }
}

#hd .hd-nav {
    display: flex;
    flex-direction: column;
    justify-content: center;
    height: 100%;
    font-size: .75em;
    position: fixed;
    z-index: 9;
    top: 0;
    right: 0;
    padding-top: 0em;
    padding-right: 1.2em;
    opacity: 1;
    background-color: transparent;
    background-image: -moz-linear-gradient(90deg, transparent, #000 30%);
    background-image: -webkit-linear-gradient(90deg, transparent, #000 30%);
    background-image: linear-gradient(90deg, transparent, #000 30%);
    background-color: transparent
}

#hd .hd-nav.hd-active .main-nav {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: fadeInRight;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .4s;
    -moz-animation-name: fadeInRight;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .4s;
    -o-animation-name: fadeInRight;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeInRight;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .hd-nav .main-nav {
    display: none;
    margin: 0;
    padding: 0
}

#hd .hd-nav .main-nav>li {
    display: block;
    margin: .25em 0;
    position: relative
}

#hd .hd-nav .main-nav>li:last-child .sub-nav:after {
    display: none
}

#hd .hd-nav .main-nav a {
    padding: .125em 1.5em .125em 0;
    letter-spacing: .08em;
    text-decoration: none;
    display: block;
    z-index: 1;
    cursor: pointer
}

#hd .hd-nav .main-nav a:after {
    content: '';
    display: block;
    width: .6em;
    height: .6em;
    border-radius: .5em;
    background: transparent;
    border: 1px solid white;
    margin-left: auto;
    position: absolute;
    right: 0;
    top: .5em;
    z-index: 1;
    -moz-transition: transform 0.1s ease-in-out, background 0.6s ease;
    -o-transition: transform 0.1s ease-in-out, background 0.6s ease;
    -webkit-transition: transform 0.1s ease-in-out, background 0.6s ease;
    transition: transform 0.1s ease-in-out, background 0.6s ease
}
#hd .hd-nav .main-nav ul li a{
     padding: 0;
}
#hd .hd-nav .main-nav ul li a:after{
    display: none;
}
#hd .hd-nav .main-nav a:hover span,
#hd .hd-nav .main-nav a:focus-visible span {
    background: white
}

#hd .hd-nav .main-nav a.hd-active:after {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: white
}

#hd .hd-nav .main-nav a.hd-active+.sub-nav button {
    color: white
}

#hd .hd-nav .main-nav .hd-tooltip {
    display: block;
    max-width: 12em;
    font-family: "TTNormsProNormal", sans-serif;
    text-transform: uppercase;
    font-size: 1.1em;
    color: #bae8ff;
    white-space: nowrap;
    text-align: right;
    margin-left: auto
}

#hd .hd-nav .sub-nav {
    padding: .5em 0 1em;
    position: relative
}

#hd .hd-nav .sub-nav:after {
    content: '';
    display: block;
    width: 1px;
    height: .875em;
    background: white;
    position: absolute;
    bottom: 0;
    right: .35em;
    opacity: .75
}

#hd .hd-nav .sub-nav button {
    display: block;
    width: 100%;
    color: #797979;
    font-size: .7em;
    padding: 0em 0 .7em;
    padding-right: 1.5em;
    text-align: right;
    position: relative
}
#hd .hd-nav .sub-nav button:hover{
    color: #bae8ff !important;
}
#hd .hd-nav .sub-nav button:after {
    content: '';
    display: block;
    width: 4px;
    height: 4px;
    border-radius: 4px;
    background: white;
    position: absolute;
    top: .5em;
    right: .22em
}
#hd .hd-nav .main-nav>li:hover .hd-tooltip {
    opacity: 1;
    -moz-transition: opacity 0.4s ease-in-out;
    -o-transition: opacity 0.4s ease-in-out;
    -webkit-transition: opacity 0.4s ease-in-out;
    transition: opacity 0.4s ease-in-out
}

#hd .hd-nav .main-nav>li:hover button {
    color: white !important;
    -moz-transition: color 0.6s ease-in-out;
    -o-transition: color 0.6s ease-in-out;
    -webkit-transition: color 0.6s ease-in-out;
    transition: color 0.6s ease-in-out
}

#hd .hd-nav .hd-tooltip {
    color: transparent;
    white-space: nowrap;
    opacity: 0;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}

#hd .hd-nav .sub-nav button {
    padding-top: 0;
    padding-bottom: 0;
    color: transparent !important;
    white-space: nowrap;
    -moz-transition: none;
    -o-transition: none;
    -webkit-transition: none;
    transition: none
}
@media screen and (min-width: 2560px) {
    #hd .hd-nav {
        font-size: 1em
    }
}

@media screen and (max-width: 1440px) {
    #hd .hd-nav {
        padding-right: .5em;
        font-size: .8em
    }

    #hd .hd-nav .main-nav>li {
        margin: .5em 0 .75em
    }

    #hd .hd-nav .sub-nav {
        padding-bottom: 0
    }

    #hd .hd-nav .sub-nav:after {
        display: none
    }
}

@media screen and (max-width: 1280px) {
    #hd .hd-nav {
        background: none
    }

    #hd .hd-nav .main-nav>li:hover .hd-tooltip {
        opacity: 1;
        -moz-transition: opacity 0.4s ease-in-out;
        -o-transition: opacity 0.4s ease-in-out;
        -webkit-transition: opacity 0.4s ease-in-out;
        transition: opacity 0.4s ease-in-out
    }

    #hd .hd-nav .main-nav>li:hover button {
        color: white !important;
        -moz-transition: color 0.6s ease-in-out;
        -o-transition: color 0.6s ease-in-out;
        -webkit-transition: color 0.6s ease-in-out;
        transition: color 0.6s ease-in-out
    }

    #hd .hd-nav .hd-tooltip {
        color: transparent;
        white-space: nowrap;
        opacity: 0;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none
    }

    #hd .hd-nav .sub-nav button {
        padding-top: 0;
        padding-bottom: 0;
        color: transparent !important;
        white-space: nowrap;
        -moz-transition: none;
        -o-transition: none;
        -webkit-transition: none;
        transition: none
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-nav {
        font-size: .5em;
        display: none !important
    }
}

#hd .main-title {
    padding-top: 8.75em;
    position: relative;
    overflow: hidden
}

#hd .main-title:before {
    content: '';
    display: block;
    width: 100%;
    height: 600px;
    position: absolute;
    top: -400px;
    left: 50%;
    -moz-transform: translate(-50%, 0);
    -o-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    -webkit-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
    background: radial-gradient(ellipse at center, #709cc1 0%, rgba(0, 0, 0, 0) 70%);
    z-index: 0;
    pointer-events: none;
}

#hd .tab-content {
    padding-right: 10em
}

#hd .tab-content>div {
    display: none;
    padding: 4.75em 0 5em
}

#hd .tab-content>div.hd-active {
    display: block
}

#hd .tab-content>div.hd-active .reveal-fromBottom {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .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: .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: .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: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .tab-content>div.hd-active .reveal-fromLeft {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .8s;
    -webkit-animation-name: fadeInLeft;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: forwards;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .8s;
    -moz-animation-name: fadeInLeft;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: forwards;
    -o-animation-delay: 0s;
    -o-animation-duration: .8s;
    -o-animation-name: fadeInLeft;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInLeft;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .title-tab {
    width: 100%;
    position: relative;
    overflow: hidden;
    z-index: 3
}

#hd .title-tab:after {
    content: '';
    width: 100%;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background: linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background-image: -webkit-gradient(linear, 0 0, 100% 0, from(#6da6d6 , #bae8ff,), to(#6da6d6 ));
    background-image: -webkit-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background-image: -moz-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background-image: -o-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
}

#hd .title-tab ul {
    max-width: 100%;
    display: inline-flex;
    align-items: stretch;
    text-align: center;
    position: relative;
    overflow-x: auto;
    overflow-y: visible;
    -ms-overflow-style: none
}

#hd .title-tab ul::-webkit-scrollbar {
    height: 0
}

#hd .title-tab ul::-webkit-scrollbar-track {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb {
    background: transparent
}

#hd .title-tab ul::-webkit-scrollbar-thumb:hover {
    background: transparent
}

#hd .title-tab li {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    font-family: "TTNormsProNormal", sans-serif;
    font-size: 1.15em;
    font-weight: normal;
    letter-spacing: .1em;
    white-space: nowrap;
    flex: 0 0 auto;
    color: rgba(255, 255, 255, 0.8);
    padding: 1.5em 1.125em 1.6em 1.225em;
    position: relative;
    cursor: pointer;
    -moz-transition: color 0.25s ease;
    -o-transition: color 0.25s ease;
    -webkit-transition: color 0.25s ease;
    transition: color 0.25s ease;
}

#hd .title-tab li:after {
    content: '';
    display: block;
    width: calc(100% - 1em);
    height: 6px;
    background: black;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto;
    transform-origin: left bottom;
    -moz-transform: scale(1, 0);
    -o-transform: scale(1, 0);
    -ms-transform: scale(1, 0);
    -webkit-transform: scale(1, 0);
    transform: scale(1, 0);
    -moz-transition: transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    -webkit-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    background: transparent;
    background: -webkit-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: -moz-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: -o-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
}
#hd .title-tab li sup{
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    position: relative;
    top: -20%;
}
#hd .title-tab li:hover {
    color: white
}

#hd .title-tab li.hd-active {
    color: white;
    pointer-events: none
}

#hd .title-tab li.hd-active:after {
    -moz-transform: scale(1, 1);
    -o-transform: scale(1, 1);
    -ms-transform: scale(1, 1);
    -webkit-transform: scale(1, 1);
    transform: scale(1, 1)
}

@media screen and (max-width: 1280px) {
    #hd .tab-content {
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .main-title {
        padding-top: 6em
    }

    #hd .tab-content {
        padding: 0
    }

    #hd .tab-content>div {
        padding: 4em 0 4em
    }
}

@media screen and (max-width: 480px) {
    #hd .main-title {
        padding-top: 3.5em
    }

    #hd .title-tab li {
        font-size: 1.35em;
        letter-spacing: .018em
    }

    #hd .title-tab li.hd-active:after {
        height: 4px
    }
}
#hd a.desc-launch {
    font-size: 1em;
    line-height: 26px;
    color: #70a8d7 !important;
    font-family: 'Roboto', Arial, sans-serif;
}
#hd .sec-overview {
    margin-top: -8%;
    padding: 10% 0 4em;
    background: black;
    position: relative;
    overflow: hidden;
    z-index: 9
}

#hd .sec-overview .hd-bg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    object-fit: cover;
    object-position: center top
}

#hd .sec-overview .hd-pd {
    width: 95%
}

#hd .sec-overview .hd-content {
    margin: -5% auto 4em
}

#hd .sec-overview .hd-content h2+p {
    max-width: 42em;
    margin: 0 auto;
    color: #b8b8b8
}

#hd .sec-overview .h3 {
    font-size: 1.5em;
    text-transform: none;
    letter-spacing: .018em;
    margin-bottom: 1em
}

#hd .sec-overview h2 {
    font-size: 4em;
    letter-spacing: 0;
    padding-left: 0;
    text-transform: none;
    margin-bottom: .25em
}

#hd .sec-overview .list-ksp {
    max-width: 73em;
    margin: 0 auto
}

#hd .sec-overview .list-ksp li {
    text-align: center;
    padding: 0 1em;
    margin-bottom: 4em
}

#hd .sec-overview .list-ksp figure {
    flex-shrink: 0;
    width: 8em;
    margin: 0 auto
}

#hd .sec-overview .list-ksp h3 {
    font-size: 1.125em;
    letter-spacing: .018em;
    color: white;
    text-transform: none;
    margin-bottom: .25em
}

#hd .sec-overview .list-ksp p {
    font-size: .9em;
    color: #b8b8b8;
    line-height: 1.25
}

@media screen and (max-width: 1280px) {
    #hd .sec-overview {
        padding-bottom: 2em
    }

    #hd .sec-overview .h3 {
        font-size: 1.25em;
        margin-bottom: .5em
    }

    #hd .sec-overview h2 {
        font-size: 3.75em
    }

    #hd .sec-overview .list-ksp li {
        margin-bottom: 2em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-overview {
        padding-top: 15%
    }

    #hd .sec-overview .hd-bg {
        width: 140%;
        max-width: none !important;
        height: auto;
        margin-left: -20%
    }

    #hd .sec-overview .hd-pd {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }

    #hd .sec-overview .hd-content {
        margin-bottom: 3em
    }

    #hd .sec-overview .list-ksp li {
        display: flex;
        flex-wrap: nowrap;
        align-items: center;
        text-align: left;
        width: 100%;
        margin-bottom: 1em;
        padding: 0
    }

    #hd .sec-overview .list-ksp figure {
        margin: 0 2em 0 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-overview h2 {
        font-size: 2.75em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-overview {
        padding-top: 20%
    }

    #hd .sec-overview .hd-bg {
        width: 190%;
        margin-left: -45%
    }

    #hd .sec-overview .hd-pd {
        width: 140%;
        margin-left: -20%
    }

    #hd .sec-overview .hd-content {
        margin-bottom: 2em
    }

    #hd .sec-overview .h3 {
        font-size: 1.125em
    }

    #hd .sec-overview h2 {
        font-size: 2em
    }

    #hd .sec-overview .list-ksp figure {
        width: 5em;
        margin-right: 1.5em
    }
}

#hd .sec-cooling figure,
#hd .sec-engineering figure,
#hd .sec-software figure,
#hd .sec-experience figure {
    position: relative;
    overflow: hidden
}

#hd .sec-cooling figure.trigger-video,
#hd .sec-engineering figure.trigger-video,
#hd .sec-software figure.trigger-video,
#hd .sec-experience figure.trigger-video {
    cursor: pointer
}

#hd .sec-cooling figure.trigger-video:hover .btn-play,
#hd .sec-engineering figure.trigger-video:hover .btn-play,
#hd .sec-software figure.trigger-video:hover .btn-play,
#hd .sec-experience figure.trigger-video:hover .btn-play {
    opacity: .5
}

#hd .sec-cooling .hd-content,
#hd .sec-engineering .hd-content,
#hd .sec-software .hd-content,
#hd .sec-experience .hd-content {
    padding: 0 4%
}

#hd .sec-cooling .hd-content h3+p,
#hd .sec-engineering .hd-content h3+p,
#hd .sec-software .hd-content h3+p,
#hd .sec-experience .hd-content h3+p {
    margin-bottom: 1em
}

#hd .sec-cooling .flex-row-reverse .hd-content,
#hd .sec-engineering .flex-row-reverse .hd-content,
#hd .sec-software .flex-row-reverse .hd-content,
#hd .sec-experience .flex-row-reverse .hd-content {
    padding-left: 6%
}

#hd .sec-cooling .btn-play,
#hd .sec-engineering .btn-play,
#hd .sec-software .btn-play,
#hd .sec-experience .btn-play {
    width: 10%;
    max-width: 80px;
    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%);
    -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
}

.vid-control {
    width: 5em;
    height: 5em;
    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;
    cursor: pointer
}

.vid-control svg {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

.vid-control .play {
    display: none
}

.vid-control.hd-active .play {
    display: block
}

.vid-control.hd-active .pause {
    display: none
}

#hd .sec-cooling .tab-validation img,
#hd .sec-engineering .tab-validation img,
#hd .sec-software .tab-validation img,
#hd .sec-experience .tab-validation img {
    width: 100%;
    max-width: 500px !important;
    margin: 0 auto
}

#hd .tab-certification img {
    /* max-width: 1100px !important;
    margin: 0 auto 2em */
}

#hd .tab-lambda .hd-container {
    padding-left: 8em
}

#hd .tab-aura .hd-container {
    margin-bottom: 2em
}

#hd .tab-aura .control-container {
    margin-right: -5%;
    position: relative;
    z-index: 2
}

#hd .tab-aura video {
    width: 110%;
    max-width: none;
    margin-left: -5%
}

#hd .tab-aura .vid-control {
    right: 10%
}

#hd .tab-aura .hd-controls {
    width: calc(100% + .5em);
    margin-left: -.5em;
    margin-top: 2em;
    margin-right: auto;
    text-align: center;
    position: relative;
    z-index: 2
}

#hd .tab-aura .hd-controls li {
    width: 20%;
    padding: .5em .25em
}

#hd .tab-aura .hd-controls .hd-icon {
    width: 3.5em;
    height: 3.5em;
    margin: 0 auto .5em;
    background-size: 200%;
    background-repeat: no-repeat;
    background-position: 100% 0
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-static {
    background-image: url(../img/aura/static.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-breathing {
    background-image: url(../img/aura/breathing.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-strobing {
    background-image: url(../img/aura/strobing.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-cycle {
    background-image: url(../img/aura/cycle.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-music {
    background-image: url(../img/aura/music.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-smart {
    background-image: url(../img/aura/smart.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-starry {
    background-image: url(../img/aura/starry.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-rainbow {
    background-image: url(../img/aura/rainbow.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-dark {
    background-image: url(../img/aura/dark.png)
}

#hd .tab-aura .hd-controls .hd-icon.hd-icon-adaptive {
    background-image: url(../img/aura/adaptive.png)
}

#hd .tab-aura .hd-controls h3 {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1em;
    font-weight: 400;
    letter-spacing: 0;
    margin-bottom: .25em
}

#hd .tab-aura .hd-controls p {
    font-size: .75em;
    line-height: 1.25;
    opacity: .75;
    margin-bottom: 0 !important
}

#hd .tab-aura .hd-controls-name {
    padding: 0 0 0 1em
}

#hd .tab-aura .hd-controls-name li {
    display: none
}

#hd .tab-aura .hd-controls-name li.hd-active {
    display: block;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .4s;
    -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: .4s;
    -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: .4s;
    -o-animation-name: fadeInUp;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: forwards;
    animation-delay: 0s;
    animation-duration: .4s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: forwards
}

#hd .tab-aura .hd-controls-name p {
    font-size: 14px
}

@media screen and (max-width: 1280px) {
    #hd .tab-aura .flex-row-reverse .hd-content {
        padding-left: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .tab-lambda .hd-container {
        padding-left: 0
    }
}

@media screen and (max-width: 768px) {

    #hd .sec-cooling .hd-container,
    #hd .sec-engineering .hd-container,
    #hd .sec-software .hd-container,
    #hd .sec-experience .hd-container {
        width: 90%;
        margin: 0 auto;
        flex-direction: column
    }

    #hd .sec-cooling .hd-container figure,
    #hd .sec-engineering .hd-container figure,
    #hd .sec-software .hd-container figure,
    #hd .sec-experience .hd-container figure {
        width: 100%
    }

    #hd .sec-cooling .hd-container .hd-content,
    #hd .sec-engineering .hd-container .hd-content,
    #hd .sec-software .hd-container .hd-content,
    #hd .sec-experience .hd-container .hd-content {
        width: 100%;
        padding: 2em 0
    }

    .vid-control {
        width: 4em;
        height: 4em
    }

    #hd .tab-lambda .hd-container {
        text-align: left
    }

    #hd .tab-aura .hd-content {
        display: flex;
        flex-direction: column-reverse
    }

    #hd .tab-aura .vid-control {
        right: 0
    }

    #hd .tab-aura .control-container {
        width: 100%;
        margin: 0 auto 2em
    }

    #hd .tab-aura .hd-controls {
        margin-bottom: 2em;
        margin-top: 0
    }
}

@media screen and (max-width: 620px) {
    #hd .tab-certification img {
        margin-bottom: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .tab-aura figure video {
        width: 150%;
        max-width: none;
        margin-left: -25%
    }

    #hd .tab-aura .hd-controls li {
        width: 33.3333%
    }
}

#hd .ProductAwards__productAwardPage__2BPhI {
    width: 100%;
    min-height: calc(100vh - 120px);
    overflow: hidden
}

[data-dirtype] #hd .ProductAwards__productAwardPage__2BPhI {
    padding-bottom: 67px
}

[data-dirtype] #hd .ProductAwards__productAwardPagePadding__25Bd5 {
    padding: 0 65px
}

#hd .ProductAwards__rewardContainer__1EsHR {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between
}

[data-dirtype] #hd .ProductAwards__rewardContainer__1EsHR {
    margin: 0 auto;
    padding-bottom: 15px
}

#hd .ProductAwards__rewardContainer__1EsHR.ProductAwards__rewardItemLessThanThree__1TFwP {
    justify-content: center
}

#hd .ProductAwards__rewardMoreContainer__3E-Qx {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductAwards__rewardMoreContainer__3E-Qx {
    margin: 0 auto
}

#hd .ProductAwards__rewardMoreContainer__3E-Qx.ProductAwards__isActive__3eR3M {
    min-height: 426px;
    height: 100%
}

#hd .ProductAwards__reviewMediaContainer__37WLr {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap;
    transition: all .4s ease;
    overflow: hidden
}

[data-dirtype] #hd .ProductAwards__reviewMediaContainer__37WLr {
    margin: 0 auto
}

#hd .ProductAwards__reviewMediaContainer__37WLr.ProductAwards__mediaItemLessThanThree__3XG7m {
    justify-content: center
}

#hd .ProductAwards__reviewMediaMoreContainer__1_-g_ {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductAwards__reviewMediaMoreContainer__1_-g_ {
    margin: 0 auto
}

#hd .ProductAwards__reviewMediaMoreContainer__1_-g_.ProductAwards__isActive__3eR3M {
    min-height: 426px;
    height: 100%
}

#hd .ProductAwards__awardTabs__2C1Vo {
    max-width: 1520px;
    width: 100%
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo {
    margin: 80px auto 0
}

#hd .ProductAwards__awardTabs__2C1Vo ul {
    display: flex;
    justify-content: center
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf {
    color: #202020;
    font-size: 18px;
    text-transform: uppercase;
    position: relative;
    font-weight: 600;
    height: 24px
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf {
    margin: 0 12.5px;
    padding: 0 8px;
    cursor: pointer
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR {
    color: #fff
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR {
    background-color: #e30017
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    border-style: solid
}

[data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    border-width: 0 12px 24px 0;
    border-color: transparent #e30017 transparent transparent;
    left: -12px
}

[data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:before {
    border-width: 0 0 24px 12px;
    border-color: transparent transparent transparent #e30017;
    right: -12px
}

#hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    content: "";
    width: 0;
    height: 0;
    position: absolute;
    top: 0
}

[data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    border-style: solid
}

[data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    border-width: 24px 0 0 12px;
    border-color: transparent transparent transparent #e30017;
    right: -12px
}

[data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo ul .ProductAwards__awardTab__1seKf.ProductAwards__active__1IrBR:after {
    border-width: 24px 12px 0 0;
    border-color: transparent #e30017 transparent transparent;
    left: -12px
}

#hd .ProductAwards__awardTitle__1M5sA {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductAwards__awardTitle__1M5sA {
    margin: 0 auto;
    padding-top: 100px;
    padding-bottom: 55px
}

#hd .ProductAwards__awardTitle__1M5sA h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductAwards__awardTitle__1M5sA h2 {
    margin: 0 auto
}

#hd .ProductAwards__awardTitle__1M5sA span {
    font-family: "Roboto", "Arial", "sans-serif";
}

#hd .ProductAwards__awardTitle__1M5sA .ProductAwards__nowPage__yqwu7 {
    color: #202020;
    font-size: 14px;
    display: inline-block
}

[data-dirtype] #hd .ProductAwards__videoWrapper__3UQ57 {
    padding: 100px 0 30px
}

#hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 {
    max-width: 1520px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductAwards__videoWrapper__3UQ57 .ProductAwards__videoContainer__2sjY1 .ProductAwards__videoReviewItem__3nZOl:nth-child(3) {
    margin-left: 0
}

#hd .ProductAwards__videoReviewTitle__2fqpe {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductAwards__videoReviewTitle__2fqpe {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductAwards__videoReviewTitle__2fqpe h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase;
    line-height: 24px
}

[data-dirtype] #hd .ProductAwards__videoReviewTitle__2fqpe h2 {
    margin: 0 auto
}

#hd .ProductAwards__line__2cgU0 {
    width: 100%;
    height: 1px;
    max-width: 1520px
}

[data-dirtype] #hd .ProductAwards__line__2cgU0 {
    margin: 0 auto;
    background-color: #bfbfbf
}

#hd .ProductAwards__rewardMoreButton__1Q--p {
    width: 100%
}

[data-dirtype] #hd .ProductAwards__rewardMoreButton__1Q--p {
    margin-bottom: 55px
}

#hd .ProductAwards__pageNumbers__1QgW3 {
    max-width: 1520px;
    height: 105px;
    display: flex;
    justify-content: center
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 {
    margin: 38px auto 0
}

#hd .ProductAwards__pageNumbers__1QgW3 i {
    color: #202020;
    height: 26px;
    line-height: 26px
}

#hd .ProductAwards__pageNumbers__1QgW3 ul {
    display: flex
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 ul {
    margin: 0 28px
}

#hd .ProductAwards__pageNumbers__1QgW3 ul li {
    color: #202020;
    width: 42px;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 ul li {
    cursor: pointer;
    text-align: center
}

#hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR {
    color: #fff
}

#hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    background-color: #e30017
}

[data-dirtype=ltr] #hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    left: 0;
    transform: skew(-12deg)
}

[data-dirtype=rtl] #hd .ProductAwards__pageNumbers__1QgW3 ul li.ProductAwards__active__1IrBR:before {
    right: 0;
    transform: skew(12deg)
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductAwards__productAwardPagePadding__25Bd5 {
        padding: 0 45px
    }

    [data-dirtype] #hd .ProductAwards__videoWrapper__3UQ57 {
        padding: 50px 45px 105px
    }
}

@media (max-width: 1024px) {
    [data-dirtype] #hd .ProductAwards__productAwardPage__2BPhI {
        padding-bottom: 0
    }

    [data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo {
        margin-top: 20px
    }

    [data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-left: 20px
    }

    [data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-right: 20px
    }

    #hd .ProductAwards__awardTabs__2C1Vo ul {
        justify-content: flex-start
    }

    [data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo ul {
        margin: 0 auto
    }
}

@media (max-width: 780px) {
    #hd .ProductAwards__rewardContainer__1EsHR {
        flex-direction: column
    }

    [data-dirtype] #hd .ProductAwards__rewardContainer__1EsHR {
        padding: 0
    }

    [data-dirtype] #hd .ProductAwards__productAwardPagePadding__25Bd5 {
        padding: 0 20px
    }

    #hd .ProductAwards__awardTabs__2C1Vo {
        overflow: scroll;
        overflow-y: hidden;
        width: 100%
    }

    [data-dirtype] #hd .ProductAwards__awardTabs__2C1Vo {
        margin-top: 20px
    }

    [data-dirtype=ltr] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductAwards__awardTabs__2C1Vo {
        padding-right: 10px
    }

    #hd .ProductAwards__awardTitle__1M5sA {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }

    [data-dirtype] #hd .ProductAwards__awardTitle__1M5sA {
        padding-top: 30px;
        padding-bottom: 25px
    }

    #hd .ProductAwards__awardTitle__1M5sA h2,
    .ProductAwards__reviewWrapper__2Yudk h2 {
        font-size: 22px
    }

    [data-dirtype] #hd .ProductAwards__reviewWrapper__2Yudk h2 {
        padding: 50px 0
    }

    #hd .ProductAwards__reviewMediaContainer__37WLr {
        height: 560px
    }

    [data-dirtype] #hd .ProductAwards__reviewMediaContainer__37WLr {
        margin: 0
    }

    #hd .ProductAwards__videoContentScroll__lBcWo {
        overflow: auto;
        width: 100%
    }
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    width: 100%;
    max-width: 360px;
    color: #fff
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    padding: 30px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
    margin-left: 0
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB:hover .ProductOverviewAwardsItem__rewardItemName__1lQ70 {
    color: #e30017 !important
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB:hover a {
    color: #e30017 !important
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB a {
    color: #fff !important;
    display: inline-block
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__rewardItemName__1lQ70 {
    color: #fff;
    font-family: "Roboto", "Arial", "sans-serif";
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__rewardItemName__1lQ70 {
    text-align: center;
    margin: 0 0 15px
}

#hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
    overflow: hidden;
    font-family: roboto, Microsoft JhengHei, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
    text-align: center;
    margin-bottom: 0
}

#hd .ProductOverviewAwardsItem__rewardImageWrapper__-eHmF {
    max-width: 290px;
    width: 100%;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardImageWrapper__-eHmF {
    margin: 0 auto 15px
}

#hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ {
    margin: 0 auto;
    background: transparent no-repeat 50%/contain
}

#hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#hd .ProductOverviewAwardsItem__noRewardImage__16hxc {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewAwardsItem__noRewardImage__16hxc {
    margin: 0 auto 20px
}

#hd .ProductOverviewAwardsItem__noRewardImage__16hxc svg {
    fill: #fff;
    width: 120px
}

[data-dirtype] #hd .ProductOverviewAwardsItem__noRewardImage__16hxc svg {
    margin: 0 auto
}

#hd .ProductOverviewAwardsItem__rewardItemUrlDate__2gaRc {
    display: flex;
    justify-content: space-between
}

[data-dirtype] #hd .ProductOverviewAwardsItem__rewardBottom__1YJW0 {
    border-top: 1px solid #bababa;
    margin-top: 20px;
    padding-top: 20px
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        width: calc(25vw - 50px)
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-right: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-left: 40px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        width: calc(33.33333vw - 40px)
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__fourItem__ZpkRk:last-child {
        margin-left: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__lessItem__Bb9ec:last-child {
        margin-left: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__threeItem__3Bn-X:last-child {
        margin-left: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__oneItem__2Pr6f {
        margin-left: 10px;
        margin-right: 10px
    }

    #hd .ProductOverviewAwardsItem__rewardImageBox__WQUEJ {
        width: 100%
    }
}

@media (max-width: 780px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        height: auto;
        width: calc(50vw - 80px);
        max-width: calc(50vw - 80px)
    }

    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        padding: 15px 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB.ProductOverviewAwardsItem__rewardItemLessThanThree__2SA3Z {
        margin: 0 0 10px
    }

    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__awardName__3069a {
        height: 28px
    }

    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB .ProductOverviewAwardsItem__awardName__3069a {
        margin: 20px 0
    }

    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB h3 {
        font-size: 21.5px;
        -webkit-line-clamp: 1;
        max-height: 28px
    }

    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
        font-size: 13.5px;
        max-width: 280px
    }

    [data-dirtype] #hd .ProductOverviewAwardsItem__rewardItem__XdJSB p {
        margin: 0 auto
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwardsItem__rewardItem__XdJSB {
        height: auto;
        width: 240px;
        max-width: none;
        min-width: 240px
    }
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    width: 100%;
    max-width: 350px;
    color: #fff
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    padding: 30px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
    margin-left: 0;
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
    margin-right: 0;
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
    margin-left: 0
}

[data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
    margin-left: 0;
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
    margin-right: 0;
    margin-left: 0
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv:hover .ProductOverviewMediaItem__mediaItemName__1V_vU {
    color: #e30017 !important
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv:hover a {
    color: #e30017 !important
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv a {
    color: #fff !important;
    display: inline-block
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv .ProductOverviewMediaItem__mediaItemName__1V_vU {
    color: #fff;
    font-family: "Roboto", "Arial", "sans-serif";
    font-size: 18px;
    line-height: 27px;
    text-transform: uppercase;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv .ProductOverviewMediaItem__mediaItemName__1V_vU {
    text-align: center;
    margin: 0 0 15px
}

#hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
    font-family: roboto, Microsoft JhengHei, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
    text-align: center;
    margin-top: 25px;
    margin-bottom: 0
}

#hd .ProductOverviewMediaItem__mediaImageBox__UM7Si {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewMediaItem__mediaImageBox__UM7Si {
    margin: 0 auto 20px;
    background: transparent no-repeat 50%/contain
}

#hd .ProductOverviewMediaItem__mediaImageBox__UM7Si img {
    width: 100%;
    height: 100%;
    -o-object-fit: contain;
    object-fit: contain
}

#hd .ProductOverviewMediaItem__noMediaImage__2xg5n {
    max-width: 250px;
    height: 150px;
    display: flex;
    align-items: center
}

[data-dirtype] #hd .ProductOverviewMediaItem__noMediaImage__2xg5n {
    margin: 0 auto 20px
}

#hd .ProductOverviewMediaItem__noMediaImage__2xg5n svg {
    fill: #fff;
    width: 120px
}

[data-dirtype] #hd .ProductOverviewMediaItem__noMediaImage__2xg5n svg {
    margin: 0 auto
}

@media (max-width: 1540px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        width: calc(25vw - 50px)
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 25px;
        margin-left: 25px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 25px;
        margin-right: 25px
    }
}

@media (max-width: 1200px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        width: calc(25vw - 40px)
    }

    [data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        padding: 30px 20px 45px
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 20px;
        margin-left: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 20px;
        margin-right: 20px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        width: calc(33.33333vw - 40px)
    }

    [data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        padding: 15px 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__moreItem__3NBAp {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__fourItem__3JGNA:last-child {
        margin-left: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy {
        margin-left: 10px;
        margin-right: 10px
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__lessItem__3InAy:last-child {
        margin-left: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
        margin-left: 0;
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv.ProductOverviewMediaItem__oneItem__GMSV_ {
        margin-right: 0;
        margin-left: 0
    }

    #hd .ProductOverviewMediaItem__mediaImageBox__UM7Si {
        width: 100%
    }
}

@media (max-width: 780px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        height: auto;
        width: calc(50vw - 80px);
        max-width: calc(50vw - 80px)
    }

    [data-dirtype=ltr] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        margin-left: 10px;
        margin-right: 10px
    }

    #hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
        font-size: 13.5px;
        max-width: 280px
    }

    [data-dirtype] #hd .ProductOverviewMediaItem__mediaItem__bpiwv p {
        margin: 0 auto
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewMediaItem__mediaItem__bpiwv {
        height: auto;
        width: 240px;
        max-width: none;
        min-width: 240px
    }
}

#hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 {
    width: 100%;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 {
    background-color: #202020;
    padding-top: 55px
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8.ProductOverviewAwardsContent__black__3btYR {
    background-color: #000
}

#hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    font-size: 36px !important;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase;
    color: #fff !important
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

#hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2.ProductOverviewAwardsContent__vnRogFontSize__XazXH {
    font-size: 64px !important
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardBorderLine__1qE2Y {
    border-bottom: 1px solid #343434
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ {
    max-width: 1520px;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
    position: absolute;
    top: 50%;
    left: -80px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
    position: absolute;
    top: 50%;
    right: -80px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    box-sizing: content-box !important
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
    margin: 0 auto;
    padding: 55px 0;
    border-bottom: 1px solid #343434
}

[data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
    padding: 55px 0
}

#hd .ProductOverviewAwardsContent__rewardContainer__1BqAB {
    position: relative;
    display: flex;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoColum__1wcn9 {
    flex-direction: column;
    flex-wrap: wrap;
    height: 700px
}

#hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemLessThanThree__HyRH6,
.ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoItemLessThanThree__2dJEn {
    position: relative;
    display: flex;
    justify-content: center
}

#hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa.ProductOverviewAwardsContent__isActive__1us7I {
    min-height: 426px;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardMoreContainer__2ShDa.ProductOverviewAwardsContent__isActive__1us7I {
    padding-bottom: 56px
}

#hd .ProductOverviewAwardsContent__reviewWrapper__21ygO {
    display: flex;
    flex-direction: column
}

[data-dirtype] #hd .ProductOverviewAwardsContent__reviewWrapper__21ygO {
    background-color: #f5f5f5
}

#hd .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
    color: #202020;
    display: block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
    padding: 105px 0 72px;
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    height: 375px;
    transition: all .4s ease;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW.ProductOverviewAwardsContent__showMoreMedia__180St {
    height: 100%
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
    margin: 0 auto;
    padding-top: 105px;
    padding-bottom: 30px
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsContent__awardTitle__k1Zox h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox span {
    font-family: "Roboto", "Arial", "sans-serif";
}

#hd .ProductOverviewAwardsContent__awardTitle__k1Zox .ProductOverviewAwardsContent__nowPage__2ies6 {
    color: #202020;
    font-size: 14px;
    display: inline-block
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 {
    padding: 105px 0 135px
}

#hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 .ProductOverviewAwardsContent__videoContainer__2zyaT .ProductOverviewAwardsContent__videoReviewItem__26xGB:nth-child(3) {
    margin-left: 0
}

#hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsContent__videoReviewTitle__SIhZl h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwardsContent__rewardMoreButton__2u6Oy {
    width: 100%
}

[data-dirtype] #hd .ProductOverviewAwardsContent__rewardMoreButton__2u6Oy {
    margin-bottom: 62px
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 {
    max-width: 1520px;
    height: 105px;
    display: flex;
    justify-content: center
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 {
    margin: 38px auto 0
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 i {
    color: #202020;
    height: 26px;
    line-height: 26px
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul {
    display: flex
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul {
    margin: 0 28px
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li {
    color: #202020;
    width: 42px;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li {
    cursor: pointer;
    text-align: center
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u {
    color: #fff
}

#hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    background-color: #e30017
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    left: 0;
    transform: skew(-12deg)
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsContent__pageNumbers__1ocn6 ul li.ProductOverviewAwardsContent__active__3bB_u:before {
    right: 0;
    transform: skew(12deg)
}

@media (max-width: 1730px) {
    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ {
        max-width: 100%
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 0
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 0
    }
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 200px)
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 20px
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 20px
    }
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPagePadding__3vu8C {
        padding: 55px 45px
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__videoWrapper__2mCb9 {
        padding: 50px 45px 105px
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 40px
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 40px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoItemLessThanThree__2dJEn {
        justify-content: flex-start
    }

    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productVideoItemOnlyOne__Uh19o {
        justify-content: center
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 {
        padding-top: 50px
    }

    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 40px);
        height: auto;
        overflow-x: scroll
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        padding: 40px 0 50px;
        margin: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-left: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-right: 40px
    }

    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
        height: auto
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
        padding: 40px 0
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw,
    .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        display: none
    }
}

@media (max-width: 780px) {
    [data-dirtype] #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB {
        padding: 0
    }

    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemLessThanThree__HyRH6 {
        display: flex;
        justify-content: flex-start
    }

    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemOnlyOne__KddKT {
        justify-content: center
    }

    #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
        font-size: 28px !important
    }

    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 10px)
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        padding: 40px 0 55px;
        margin: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-right: 10px
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5.ProductOverviewAwardsContent__productMediaContainer__1j0sS {
        padding: 40px 0
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        top: 50%;
        width: 30px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        left: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__leftButton__sO8Pw {
        right: 0
    }

    #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        top: 50%;
        width: 30px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardPage__20q2_ .ProductOverviewAwardsContent__rightButton__RGgCF {
        left: 0
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardPagePadding__3vu8C {
        padding: 55px 20px
    }

    #hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__awardTitle__k1Zox {
        padding-top: 30px;
        padding-bottom: 25px
    }

    #hd .ProductOverviewAwardsContent__awardTitle__k1Zox h2,
    .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
        font-size: 22px
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__reviewWrapper__21ygO h2 {
        padding: 50px 0
    }

    #hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
        height: 560px
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__reviewMediaContainer__Dr0hW {
        margin: 0
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwardsContent__rewardContainer__1BqAB.ProductOverviewAwardsContent__productAwardItemOnlyOne__KddKT {
        justify-content: center
    }

    #hd .ProductOverviewAwardsContent__productAwardContainer__3Eyt8 h2 {
        font-size: 22px !important
    }

    #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        max-width: calc(100vw - 10px)
    }

    [data-dirtype] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        padding: 40px 0 50px;
        margin: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsContent__productAwardWrapper__3Nko5 {
        margin-right: 10px
    }
}

#hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    position: relative;
    bottom: 0;
    width: 100%;
    z-index: 22
}

[data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    padding: 0;
    margin-top: 10px;
    transform: translatez(0)
}

[data-dirtype=ltr] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    left: 0
}

[data-dirtype=rtl] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
    right: 0
}

[data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
    padding-bottom: 20px
}

[data-dirtype=ltr] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
    padding-left: 24px
}

[data-dirtype=rtl] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
    padding-right: 24px
}

#hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__active__1KHrT .ProductAwardVideoContent__actionTitle__PPqmY {
    color: #e30017
}

#hd .ProductAwardVideoContent__actionTitle__PPqmY {
    font-family: roboto, Microsoft JhengHei, sans-serif;
    color: #fff;
    font-size: 16px;
    width: 100%;
    line-height: 20px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden
}

[data-dirtype] #hd .ProductAwardVideoContent__actionTitle__PPqmY {
    margin-bottom: 0
}

#hd .ProductAwardVideoContent__actionText__1kqan {
    color: #fff;
    font-size: 16px;
    width: 100%;
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis
}

@media (max-width: 1300px) {
    #hd .ProductAwardVideoContent__actionTitle__PPqmY {
        font-size: 18px
    }

    #hd .ProductAwardVideoContent__actionText__1kqan {
        font-size: 14px
    }
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
        margin-top: 10px
    }
}

@media (max-width: 1024px) {
    #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
        position: relative;
        color: #fff
    }

    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0 {
        padding: 0;
        margin-top: 8px
    }

    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
        padding: 0 10px 10px
    }

    #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ .ProductAwardVideoContent__actionTitle__PPqmY {
        color: #fff;
        height: 20px;
        line-height: 20px;
        font-family: roboto, Microsoft JhengHei, sans-serif
    }

    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ .ProductAwardVideoContent__actionTitle__PPqmY {
        margin: 0
    }

    #hd .ProductAwardVideoContent__actionTitle__PPqmY {
        font-size: 18px
    }

    #hd .ProductAwardVideoContent__actionText__1kqan {
        font-size: 16px
    }
}

@media (max-width: 540px) {
    [data-dirtype] #hd .ProductAwardVideoContent__actionsItemContent__2r7j0.ProductAwardVideoContent__reviewType__NY9eJ {
        padding: 0 10px 10px
    }
}

#hd .AwardVideo__actionVideoContent__27K7P {
    position: relative;
    max-width: 480px
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P {
    cursor: pointer
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
    margin-left: 40px
}

#hd .AwardVideo__actionVideoContent__27K7P:before {
    content: "";
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P:before {
    left: 0
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P:before {
    right: 0
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__actionVideo__3qTNw {
    width: calc((100% - 20px)/2);
    height: 405px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__actionVideo__3qTNw .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__actionVideo__3qTNw .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: contain
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__productVideo__2smGD {
    width: calc((100% - 40px)/3);
    height: 575px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__productVideo__2smGD .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__productVideo__2smGD .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: cover
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
    width: calc((100% - 156px)/3);
    height: 290px
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
    margin-bottom: 30px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: calc(100% - 30px)
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: 100%
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
    width: calc((100vw - 280px)/3);
    height: 290px
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
    margin-bottom: 30px
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoImage__2aDRv {
    width: 100%;
    height: calc(100% - 30px)
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoImage__2aDRv {
    background-position: 50%;
    background-size: 100%
}

#hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoBtn__1PwDN {
    top: calc(50% - 15px)
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoBtn__1PwDN {
    left: 50%;
    transform: translate(-50%, -50%)
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft .AwardVideo__videoBtn__1PwDN {
    right: 50%;
    transform: translate(50%, -50%)
}

#hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__actionsItemContent__2h3aw {
    position: relative
}

[data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__actionsItemContent__2h3aw {
    padding: 0
}

#hd .AwardVideo__actionVideoContent__27K7P img {
    width: 100%
}

#hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
    position: absolute;
    top: 50%
}

[data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
    left: 50%;
    transform: translate(-50%, -50%)
}

[data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
    right: 50%;
    transform: translate(50%, -50%)
}

@media (max-width: 1540px) {
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 40px
    }

    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 40px
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft,
    .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: calc((100vw - 280px)/3)
    }
}

@media (max-width: 1200px) {
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 20px
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft,
    .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: calc((100vw - 200px)/3 - 20px);
        height: 194px
    }
}

@media (max-width: 1024px) {
    .AwardVideo__actionVideoContent__27K7P {
        height: 100%;
        align-items: center
    }

    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 20px
    }

    #hd .AwardVideo__actionVideoContent__27K7P .AwardVideo__videoBtn__1PwDN {
        top: calc(50% - 2px)
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: 80vw;
        height: 212px
    }

    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        margin-bottom: 0
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        width: 80vw;
        height: 212px
    }

    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        margin-bottom: 0
    }
}

@media (max-width: 780px) {
    [data-dirtype=ltr] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-right: 10px;
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .AwardVideo__actionVideoContent__27K7P {
        margin-left: 10px;
        margin-right: 10px
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: 80vw;
        height: 212px
    }

    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        margin-bottom: 0
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        width: 80vw;
        height: 212px
    }

    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        margin-bottom: 0
    }
}

@media (max-width: 540px) {
    .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        width: 80vw;
        height: 212px
    }

    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__reviewVideo__2EIY2 {
        margin-bottom: 0
    }

    #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        width: 80vw;
        height: 212px
    }

    [data-dirtype] #hd .AwardVideo__actionVideoContent__27K7P.AwardVideo__overviewVideo__34aft {
        margin-bottom: 0
    }
}

#hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU {
    width: 100%;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU {
    background-color: #000;
    padding-top: 52px
}

#hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
    font-size: 36px !important;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase;
    color: #fff !important
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
    text-align: center;
    margin: 0 !important;
    padding: 0 !important
}

#hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2.ProductOverviewAwardsVideoContent__vnRogFontSize__36Lfz {
    font-size: 64px !important
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 {
    max-width: 1520px;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 {
    margin: 0 auto
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
    position: absolute;
    top: 50%;
    left: -65px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
    position: absolute;
    top: 50%;
    right: -65px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
    transform: translateY(-50%);
    cursor: pointer;
    background: transparent;
    padding: 0;
    border: 0
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW svg {
    fill: #e30017
}

#hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    height: 280px;
    box-sizing: content-box !important
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
    padding: 55px 0 65px;
    margin: 0 auto
}

#hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__productVideoContainer__X2j-r {
    height: 640px
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
    border-bottom: 1px solid #343434
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx {
    position: absolute;
    display: flex;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx {
    margin: 0 auto
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h {
    flex-wrap: wrap;
    height: 700px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
    margin-left: 0
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoColum__26qdj {
    flex-direction: column;
    flex-wrap: wrap;
    height: 700px
}

#hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productAwardItemLessThanThree__2w2HP,
.ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemLessThanThree__PAcr7,
.ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemOnlyOne__31o8m {
    position: relative;
    display: flex;
    justify-content: center
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemOnlyOne__31o8m .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoItemOnlyOne__31o8m .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-left: 0
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
    padding: 105px 0 135px
}

#hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3) {
    margin-left: 0
}

#hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu h2 {
    margin: 0 auto
}

@media (max-width: 1730px) {
    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 {
        max-width: 100%
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        left: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        right: 0
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        left: 0
    }
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 200px)
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 40px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-left: 0
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        left: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        right: 40px
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        right: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        left: 40px
    }
}

@media (max-width: 1200px) {
    #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoColum__26qdj {
        height: 450px
    }

    #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h {
        height: 388px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 20px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-left: 0
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPagePadding__2oAtV {
        padding: 55px 45px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
        padding: 50px 45px 105px
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__productVideoContainer__X2j-r {
        height: 450px
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        left: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM {
        right: 40px
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        right: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        left: 40px
    }
}

@media (max-width: 1024px) {

    #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoColum__26qdj,
    .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h {
        flex-direction: row;
        flex-wrap: nowrap;
        height: auto
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 20px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx.ProductOverviewAwardsVideoContent__productVideoHeight__17t0h .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z:nth-child(3n) {
        margin-left: 20px
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 40px);
        overflow-x: scroll
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        height: 210px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        padding: 40px 0 50px;
        margin: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-left: 40px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-right: 40px
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__leftButton___vulM,
    .ProductOverviewAwardsVideoContent__productAwardPage__1NCl1 .ProductOverviewAwardsVideoContent__rightButton__dKrkW {
        display: none
    }
}

@media (max-width: 780px) {
    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__awardVideoContainer__JEgwx {
        padding: 0
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
        font-size: 28px !important
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 20px)
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        height: 240px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        padding: 40px 0 50px;
        margin: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-left: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-right: 20px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardPagePadding__2oAtV {
        padding: 55px 20px
    }

    #hd .ProductOverviewAwardsVideoContent__awardTitle__1cFTF {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__awardTitle__1cFTF {
        padding-top: 30px;
        padding-bottom: 25px
    }

    #hd .ProductOverviewAwardsVideoContent__awardTitle__1cFTF h2 {
        font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
        font-size: 22px
    }

    #hd .ProductOverviewAwardsVideoContent__reviewWrapper__1Ot8T h2 {
        font-size: 22px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__reviewWrapper__1Ot8T h2 {
        padding: 50px 0
    }

    #hd .ProductOverviewAwardsVideoContent__reviewMediaContainer__sTtTK {
        height: 560px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__reviewMediaContainer__sTtTK {
        margin: 0
    }

    #hd .ProductOverviewAwardsVideoContent__videoContentScroll__m3u_h {
        overflow-x: auto;
        width: 100%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
        padding: 50px 0 50px 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh {
        padding: 50px 20px 50px 0
    }

    #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        width: 300px;
        height: 197px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoContainer__14FA5 .ProductOverviewAwardsVideoContent__videoReviewItem__38y9z {
        margin-left: 20px
    }

    #hd .ProductOverviewAwardsVideoContent__videoWrapper__acRWh .ProductOverviewAwardsVideoContent__videoReviewTitle__1VyTu h2 {
        font-size: 22px
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwardsVideoContent__productAwardContainer__26ZeU h2 {
        font-size: 22px !important
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35 {
        max-width: calc(100vw - 10px)
    }

    #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        height: 210px
    }

    [data-dirtype] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        padding: 40px 0 50px;
        margin: 0
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-left: 10px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwardsVideoContent__productAwardWrapper__2rk35.ProductOverviewAwardsVideoContent__videoAwardWrapper__2TKuU {
        margin-right: 10px
    }
}

#hd .ProductOverviewAwards__productOverviewAwards__1MI5n {
    position: relative
}

#hd .ProductOverviewAwards__productAwardContainer__sJSAK {
    width: 100%;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardContainer__sJSAK {
    background-color: #2d2d2d;
    padding-top: 45px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardContainer__sJSAK.ProductOverviewAwards__black__1y43g {
    background-color: #000
}

#hd .ProductOverviewAwards__productAwardContainer__sJSAK h2 {
    font-size: 36px;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardContainer__sJSAK h2 {
    text-align: center;
    margin: 0
}

#hd .ProductOverviewAwards__productAwardPage__1nmod {
    max-width: 1520px;
    position: relative
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod {
    margin: 0 auto
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
    position: absolute;
    top: 50%;
    left: -50px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
    transform: translateY(-50%);
    cursor: pointer
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq svg {
    fill: #e30017
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
    position: absolute;
    top: 50%;
    right: -50px;
    font-size: 45px;
    width: 45px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
    transform: translateY(-50%);
    cursor: pointer
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO svg {
    fill: #e30017
}

#hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO:hover>svg {
    fill: #c20013;
    transition: 0.25s ease-in
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO:hover>svg {
    transform: scale(1.05)
}

#hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
    position: relative;
    overflow: hidden;
    max-width: 1520px;
    height: 400px
}

[data-dirtype] #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
    padding: 55px 0 65px;
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardContainer__2qEJH {
    width: 1520px;
    position: absolute;
    display: flex;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwards__rewardContainer__2qEJH {
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardContainer__2qEJH.ProductOverviewAwards__rewardItemLessThanThree__2gdPW {
    justify-content: center
}

#hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS {
    max-width: 1520px;
    display: flex;
    align-items: baseline;
    flex-wrap: wrap;
    height: 0;
    overflow: hidden;
    transition: all 0.25s ease
}

[data-dirtype] #hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS {
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS.ProductOverviewAwards__isActive__vAU5X {
    min-height: 426px;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwards__rewardMoreContainer__Y_lnS.ProductOverviewAwards__isActive__vAU5X {
    padding-bottom: 56px
}

#hd .ProductOverviewAwards__reviewWrapper__dOpZd {
    display: flex;
    flex-direction: column
}

[data-dirtype] #hd .ProductOverviewAwards__reviewWrapper__dOpZd {
    background-color: #f5f5f5
}

#hd .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
    color: #202020;
    display: block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
    padding: 105px 0 72px;
    margin: 0 auto
}

#hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap;
    height: 375px;
    transition: all .4s ease;
    overflow: hidden
}

[data-dirtype] #hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
    margin: 0 auto
}

#hd .ProductOverviewAwards__reviewMediaContainer__3IxKt.ProductOverviewAwards__showMoreMedia__2pDtV {
    height: 100%
}

#hd .ProductOverviewAwards__awardTitle__2FM_z {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwards__awardTitle__2FM_z {
    margin: 0 auto;
    padding-top: 105px;
    padding-bottom: 30px
}

#hd .ProductOverviewAwards__awardTitle__2FM_z h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__awardTitle__2FM_z h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwards__awardTitle__2FM_z span {
    font-family: "Roboto", "Arial", "sans-serif";
}

#hd .ProductOverviewAwards__awardTitle__2FM_z .ProductOverviewAwards__nowPage__2m94D {
    color: #202020;
    font-size: 14px;
    display: inline-block
}

[data-dirtype] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
    padding: 105px 0 135px
}

#hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD {
    max-width: 1440px;
    display: flex;
    flex-wrap: wrap
}

[data-dirtype] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD {
    margin: 0 auto
}

[data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
    margin-right: 40px
}

[data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
    margin-left: 40px
}

[data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI:nth-child(3) {
    margin-right: 0
}

[data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI:nth-child(3) {
    margin-left: 0
}

#hd .ProductOverviewAwards__videoReviewTitle__1I2Zc {
    max-width: 1520px;
    display: flex;
    align-items: flex-end
}

[data-dirtype] #hd .ProductOverviewAwards__videoReviewTitle__1I2Zc {
    margin: 0 auto;
    padding-bottom: 62px
}

#hd .ProductOverviewAwards__videoReviewTitle__1I2Zc h2 {
    color: #202020;
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    text-transform: uppercase
}

[data-dirtype] #hd .ProductOverviewAwards__videoReviewTitle__1I2Zc h2 {
    margin: 0 auto
}

#hd .ProductOverviewAwards__rewardMoreButton__OHH5q {
    width: 100%
}

[data-dirtype] #hd .ProductOverviewAwards__rewardMoreButton__OHH5q {
    margin-bottom: 62px
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU {
    max-width: 1520px;
    height: 105px;
    display: flex;
    justify-content: center
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU {
    margin: 38px auto 0
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU i {
    color: #202020;
    height: 26px;
    line-height: 26px
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul {
    display: flex
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul {
    margin: 0 28px
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul li {
    color: #202020;
    width: 42px;
    height: 26px;
    line-height: 26px;
    position: relative;
    z-index: 1
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li {
    cursor: pointer;
    text-align: center
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY {
    color: #fff
}

#hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    content: "";
    position: absolute;
    top: 0;
    z-index: -1;
    width: 100%;
    height: 100%
}

[data-dirtype] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    background-color: #e30017
}

[data-dirtype=ltr] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    left: 0;
    transform: skew(-12deg)
}

[data-dirtype=rtl] #hd .ProductOverviewAwards__pageNumbers__3DhdU ul li.ProductOverviewAwards__active__1hRdY:before {
    right: 0;
    transform: skew(12deg)
}

@media (max-width: 1730px) {
    #hd .ProductOverviewAwards__productAwardPage__1nmod {
        max-width: 100%
    }

    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        left: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        right: 0
    }

    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        left: 0
    }
}

@media (max-width: 1540px) {
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 200px)
    }

    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        left: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        right: 20px
    }

    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        top: 50%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        left: 20px
    }
}

@media (max-width: 1200px) {
    [data-dirtype] #hd .ProductOverviewAwards__productAwardPagePadding__2YKBX {
        padding: 55px 45px
    }

    [data-dirtype] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
        padding: 50px 45px 105px
    }
}

@media (max-width: 1024px) {
    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 120px)
    }

    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO.ProductOverviewAwards__videoAwardWrapper__NxBO0 {
        height: 300px
    }
}

@media (max-width: 780px) {
    [data-dirtype] #hd .ProductOverviewAwards__rewardContainer__2qEJH {
        padding: 0
    }

    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 80px)
    }

    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        top: 50%;
        width: 30px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        left: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__leftButton__23yVq {
        right: 0
    }

    #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        top: 50%;
        width: 30px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        right: 0
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__productAwardPage__1nmod .ProductOverviewAwards__rightButton__2kODO {
        left: 0
    }

    [data-dirtype] #hd .ProductOverviewAwards__productAwardPagePadding__2YKBX {
        padding: 55px 20px
    }

    #hd .ProductOverviewAwards__awardTitle__2FM_z {
        flex-direction: column;
        justify-content: center;
        align-items: center;
        height: auto
    }

    [data-dirtype] #hd .ProductOverviewAwards__awardTitle__2FM_z {
        padding-top: 30px;
        padding-bottom: 25px
    }

    #hd .ProductOverviewAwards__awardTitle__2FM_z h2,
    .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
        font-size: 22px
    }

    [data-dirtype] #hd .ProductOverviewAwards__reviewWrapper__dOpZd h2 {
        padding: 50px 0
    }

    #hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
        height: 560px
    }

    [data-dirtype] #hd .ProductOverviewAwards__reviewMediaContainer__3IxKt {
        margin: 0
    }

    #hd .ProductOverviewAwards__videoContentScroll__5RM9K {
        overflow-x: auto;
        width: 100%
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
        padding: 50px 0 50px 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN {
        padding: 50px 20px 50px 0
    }

    #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
        width: 300px;
        height: 197px
    }

    [data-dirtype=ltr] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
        margin-right: 20px
    }

    [data-dirtype=rtl] #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoContainer__2_TQD .ProductOverviewAwards__videoReviewItem__ycXBI {
        margin-left: 20px
    }

    #hd .ProductOverviewAwards__videoWrapper__1tQxN .ProductOverviewAwards__videoReviewTitle__1I2Zc h2 {
        font-size: 22px
    }
}

@media (max-width: 540px) {
    #hd .ProductOverviewAwards__productAwardContainer__sJSAK h2 {
        font-size: 28px
    }

    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO {
        max-width: calc(100vw - 80px)
    }

    #hd .ProductOverviewAwards__productAwardWrapper__2x5lO.ProductOverviewAwards__videoAwardWrapper__NxBO0 {
        height: 360px
    }

    [data-dirtype] #hd .ProductOverviewAwards__productAwardWrapper__2x5lO.ProductOverviewAwards__videoAwardWrapper__NxBO0 {
        padding: 20px 0
    }
}

#hd .sec-overview .list-ksp {
    max-width: 56em
}

/*# sourceMappingURL=hd-style.css.map */

#hd .main-kv {
    position: relative;
}

#hd .main-kv .hd-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    /* align-items: flex-end; */
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
}

#hd .main-kv .hd-content {
    margin-bottom: 5%;
        margin-left: 0%;
}

#hd .main-kv h2 {
    font-size: 2em;
    letter-spacing: 0.05em;
    padding-left: 0;
    margin-bottom: .5em;
    -moz-transform: none;
    -o-transform: none;
    -ms-transform: none;
    -webkit-transform: none;
    transform: none;
}

#hd .main-kv p {
    text-shadow: 0 0 2px black, 0 0 5px black, 0 0 15px black;
}

@media screen and (max-width: 1200px) {
    #hd .main-kv figure {
        position: relative;
        overflow: hidden;
    }

    #hd .main-kv figure img {
        width: 170%;
        max-width: none !important;
        margin: -8% -70% -8%;
    }

    #hd .main-kv .hd-container {
        position: relative;
    }

    #hd .main-kv .hd-content {
        width: 100%;
        padding: 2em 0 4em;
        margin-bottom: 0;
        margin-left: 0;
    }
}
@media screen and (max-width: 768px) {
    #hd .main-kv h2 {
        font-size: 2em;
        font-weight: 600;
    }
    #hd .main-kv figure img {
        width: 200%;
        max-width: none !important;
        margin: -10% -94% -10%;
    }
}
#hd p.note{
    text-align: center;
    font-size: 0.8em;
    color: #ccc;
}


#hd #pageContent-NVIDIA{
    position: relative;
    margin-top: 0px;
    padding: 100px 0 100px;
        /* overflow: hidden */;
}
#hd #pageContent-NVIDIA:before {
    position: absolute;
    display: block;
    content: '';
    width: 100%;
    height: 120px;
    top: -120px;
    left: 0;
    pointer-events: none;
    background: linear-gradient(to bottom, rgba(0, 0, 0, 0) 0%, rgba(112, 156, 193, 0.2) 100%);
}
#hd #pageContent-NVIDIA .maintitle{
    padding: 0 18px;
    padding-right: 10em;
}
@media only screen and (max-width: 1280px) {
    #hd #pageContent-NVIDIA .maintitle{
        padding: 0 18px;
    }
}
#hd #pageContent-NVIDIA .slider {
    width: 100%;
    text-align: center;
    max-width: 1400px;
    margin: 50px auto;
    width: 85%;
    max-width: 1000px;
    margin: 0 auto;
}
.slick-initialized .slick-slide{

}
#hd #pageContent-NVIDIA .slick-prev:before, #hd #pageContent-NVIDIA .slick-next:before {
  color: #0072ce !important;
}
#hd #pageContent-NVIDIA .slick-prev:before{
    display: inline-block;
    position: absolute;
    left: -35px;
    top: -25px;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../img/arrow.svg) bottom left no-repeat;
    transform: rotate(-180deg);
}
/* #hd #pageContent-NVIDIA .slick-prev:hover:before{
    color: #0072ce;
    background: url(../img/slick_prev_h.svg) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-40%, -50%);
} */
#hd #pageContent-NVIDIA .slick-next:before{
    display: inline-block;
    position: absolute;
    width: 50px;
    height: 50px;
    font-size: 0;
    background: url(../img/arrow.svg) bottom left no-repeat;
    right: -35px;
    top: -25px;
}
/* #hd #pageContent-NVIDIA .slick-next:hover:before{
    background: url(../img/slick_next_h.png) center center no-repeat;
    background-size: 100%;
    font-family: inherit;
    content: "";
    width: 100%;
    height: 100%;
    display: inline-block;
    min-width: 50px;
    min-height: 50px;
    left: 50%;
    top: 50%;
    transform: translate(-20%, -50%);
} */
@media only screen and (max-width: 1024px) {
    #hd #pageContent-NVIDIA .slider {
        width: calc(100% - 100px);
        text-align: center;
        max-width: 1400px;

    }
}
@media only screen and (max-width: 768px) {
    .slick-prev, .slick-next{
        width: 15px;
        height: 15px;
    }
    #hd #pageContent-NVIDIA .slick-prev:before,
    #hd #pageContent-NVIDIA .slick-next:before{
        min-width: 40px;
        min-height: 40px;
    }
}

#hd #pageContent-NVIDIA .align-items-center {
    align-items: center;
}
#hd #pageContent-NVIDIA .flex-wrap {
    display: flex;
    flex-wrap: wrap;
}
#hd #pageContent-NVIDIA .hd-col33{
    width: 33.3333%;
    max-width: 300px;
    margin: 0 auto;
    padding: 0 1px;
}
#hd #pageContent-NVIDIA .hd-item .hd-content {
    padding-left: 2.5em;
    text-align: left;
}
#hd #pageContent-NVIDIA .hd-item .hd-content h3{
    display: inline-block;
    font-family: "TTNormsProNormal", "Segoe UI", sans-serif;
    font-size: 1.5em !important;
    line-height: 32px !important;
    font-weight: 300 !important;
    color: #6da6d6;
    background: transparent;
    background: -webkit-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: -moz-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: -o-linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    background: linear-gradient(to right, #6da6d6 0%, #bae8ff 38%, #bae8ff 58%, #6da6d6 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    margin-bottom: 20px !important;
    text-align: left;
}
@media (-ms-high-contrast:active),
(-ms-high-contrast:none) {
    #hd #pageContent-NVIDIA .hd-item .hd-content h3 {
        position: relative;
        color: #6da6d6;
        background: transparent
    }
}
@supports (-ms-accelerator:true) {
    #hd #pageContent-NVIDIA .hd-item .hd-content h3 {
        position: relative;
        color: #6da6d6;
        background: transparent;
        -webkit-background-clip: text;
        -webkit-text-fill-color: #6da6d6
    }
}
#hd #pageContent-NVIDIA .hd-item .hd-content p{
    color: white;
    font-size: 1.25em !important;
    line-height: 1.3 !important;
}
#hd #pageContent-NVIDIA .hd-col66 {
    width: 66.6666%;
}
#hd #pageContent-NVIDIA .slick-dots{
    margin: 10px 0 30px;
    position: relative;
}
#hd #pageContent-NVIDIA .slick-dots li{
        margin: 3px 5px;
}
#hd #pageContent-NVIDIA .slick-dots li button:before{
    color: #4b4b4b;
    opacity: 1;
}
#hd #pageContent-NVIDIA .slick-dots li.slick-active button:before{
    color: #00a0ff;
    opacity: 1;
}
#hd #pageContent-NVIDIA .slick-dots li button{
    width: 20px;
    height: 20px;
}
#hd #pageContent-NVIDIA .slick-dots li button:before{
        font-size: 15px;
    line-height: 22px;
        width: 20px;
    height: 20px;
}
@media (max-width: 768px){
    #hd #pageContent-NVIDIA .carouselCon .regular{
        width: 100%;
    }
    #hd #pageContent-NVIDIA .slick-dots li{
            margin: 3px 0px;
    }
        #hd #pageContent-NVIDIA .slider {
        width: calc(100% - 16px);
    }
    #hd #pageContent-NVIDIA .hd-item figure, #hd #pageContent-NVIDIA .hd-item .hd-content {
        width: 100%;
        padding: 0;
        margin-bottom: 0em;
    }
    #hd #pageContent-NVIDIA .hd-col33{
        margin-bottom: 25px !important
    }
    #hd #pageContent-NVIDIA .regular .slick-dots{
        margin: 50px 0 0 !important;
        display: inline-block;
        width: 100%;
        top: 0;
        right: 0;
        text-align: center;
    }
    #hd #pageContent-NVIDIA .carouselCon .owl-nav{
        top: inherit;
        width: 100%;
        bottom: 20%;
        left: 0;
        position: relative;
        margin-bottom: 50px;
    }
    #hd #pageContent-NVIDIA .hd-item .hd-content p{
        margin-bottom: 0
    }
    #hd #pageContent-NVIDIA .slick-prev, #hd #pageContent-NVIDIA .slick-next{
        top: 98%;
        transform: translate(0, 0%);
    }
    #hd #pageContent-NVIDIA .slick-prev{
        left: 30px;
    }
    #hd #pageContent-NVIDIA .slick-next{
        right: 30px;
    }
}

#hd .color-adobe {
    color: #5e11dd
}

#hd .sec-adobe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8em 0;
    background: white;
    color: black;
    padding-right: 10em;
    margin-top: 50px;
}

#hd .sec-adobe h3 {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 2.5em;
    color: black !important;
    margin-bottom: .5em
}

#hd .sec-adobe p {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.125em;
    line-height: 1.125
}

#hd .sec-adobe .hd-bg {
    width: 100%;
    margin: -8% 0 -8.5%
}

#hd .sec-adobe .list-feature li {
    padding: 0 1em;
    margin-bottom: 3em
}

#hd .sec-adobe .list-feature h4 {
    font-family: "TTNormsProNormal", "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: .125em
}

#hd .sec-adobe .hd-btn {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif;
    font-size: 1.25em;
    padding: .5em 2em;
    margin: .25em 1em;
    background: #25282f;
    color: white
}

#hd .sec-adobe .hd-btn:hover {
    filter: brightness(120%)
}

#hd .sec-adobe .hd-btn.btn-adobe {
    background: #5e11dd
}

#hd .sec-adobe .hd-btn.btn-adobe:hover {
    filter: brightness(120%)
}

#hd .sec-adobe small {
    font-family: "Roboto", "Microsoft Jhenghei", "Microsoft YaHei", "Segoe UI", "Arial", sans-serif
}

@media screen and (max-width: 1280px) {
    #hd .sec-adobe {
        padding: 4em 0
    }

    #hd .sec-adobe .hd-bg {
        margin: -6% 0 -8%
    }

    #hd .sec-adobe .list-feature li {
        margin-bottom: 1.5em
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .sec-adobe {
        padding: 4em 0
    }

    #hd .sec-adobe .hd-bg {
        margin: -2% 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-adobe {
        position: relative;
        overflow: hidden
    }

    #hd .sec-adobe .hd-bg {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-adobe h3 {
        font-size: 2em
    }

    #hd .sec-adobe .list-feature {
        margin-bottom: 2em
    }

    #hd .sec-adobe .list-feature li {
        width: 100%
    }

    #hd .sec-adobe .hd-btn {
        margin: .25em
    }
}

/*20230302*/
#hd .sec-rtx {
    padding: 5em 0 4em
}
#hd .sec-rtx h2{
        font-size: 3em;
    letter-spacing: .018em;
    line-height: 1.125;
    color: #ffffff !important;
    word-break: normal;
    word-wrap: normal;
    margin-bottom: 0.5em;
    background: inherit;
    -webkit-text-fill-color: inherit;
}
#hd .sec-rtx h3{
    font-weight: normal;
    line-height: 1.2;
    margin-bottom: 5px;
}
#hd .sec-rtx h3+p{
    font-size: 1.1em;
}
#hd .sec-rtx h3{
    font-size: 1.4em;
}
#hd .sec-rtx .hd-title .h5 {
    margin-bottom: 1em;
    font-size: 1.4em;
}

#hd .sec-rtx .hd-content {
    margin-bottom: 2em
}

#hd .sec-rtx .hd-content img {
    width: 100%;
    max-width: 390px !important;
    margin-left: auto;
    margin-right: 0
}

#hd .sec-rtx .hd-content li {
    margin-bottom: 1.5em
}

#hd .sec-rtx .hd-content .h5 {
    margin-bottom: 0;
}

#hd .sec-rtx .list-ksp li {
    padding: 0 .5em;
    margin-bottom: 1.5em
}

#hd .sec-rtx .list-ksp img {
    width: 33%;
    margin: 0 auto .5em
}

@media screen and (min-width: 2560px) {
    #hd .sec-rtx .hd-content img {
        max-width: 585px !important
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-rtx .hd-content {
        margin-bottom: 1em
    }

    #hd .sec-rtx .list-ksp {
        margin-bottom: 1em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-rtx .list-ksp li {
        width: 33.3333%
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-rtx {
        padding: 2em 0
    }

    #hd .sec-rtx .hd-title h2 {
        text-align: center
    }

    #hd .sec-rtx .hd-content {
        flex-direction: column;
        align-items: center
    }

    #hd .sec-rtx .hd-content figure {
        width: 100%
    }

    #hd .sec-rtx .hd-content .hd-txt {
        width: auto;
        max-width: 100%
    }

    #hd .sec-rtx .hd-content img {
        margin: 0 auto
    }

    #hd .sec-rtx .list-ksp li {
        width: 100%;
        display: flex;
        flex-wrap: nowrap;
        align-items: flex-start;
        text-align: left;
        padding: 0;
        margin-bottom: .5em
    }

    #hd .sec-rtx .list-ksp img {
        width: 4.5em;
        flex-shrink: 0
    }

    #hd .sec-rtx .list-ksp .hd-txt {
        width: 100%;
        padding-top: 4%;
        padding-left: 1em
    }

    #hd .sec-rtx .list-ksp .h5 {
        font-size: 1.125em
    }
}

#hd .sec-nvGame {
    padding-bottom: 4em
}

#hd .sec-nvGame img {
    width: 90%;
    max-width: 1600px !important;
    margin: 0 auto
}

@media screen and (min-width: 2560px) {
    #hd .sec-nvGame img {
        width: 80%;
        max-width: 100% !important;
        margin: 0 auto
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-nvGame {
        padding-bottom: 0
    }

    #hd .sec-nvGame img {
        width: 100%
    }
}
#hd .main-kv p{
    margin-bottom: 100px;
    position: relative;
}
#hd .main-kv p:after{
    content:'reddot winner 2024 logo';
    font-size: 0;
    display: block;
    width: 200px;
    height: 100px;
    background: url(../img/reddot-winner-2024.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    top: 100%;
    left: 0;
    margin: 20px 0 0;
}