@import url('https://dlcdnimgs.asus.com/vendor/public/fonts/css/roboto.css');
@import url('https://cdn.fonts.net/kit/9d6c4993-7af8-42eb-aef7-5ba3591e71b6/9d6c4993-7af8-42eb-aef7-5ba3591e71b6.css');
@import url(../lib/beerslider/BeerSlider.css);

.bg-dark {
    background: #131313
}

html,
body {
    padding: 0;
    margin: 0
}

#hd {
    font-family:"Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: white;
    color: #000;
    font-size: 16px;
    margin: 0;
    padding: 0;
    position: relative
}

#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: #131313;
    color: #b99770
}

#hd ::-moz-selection {
    background: #131313;
    color: #b99770
}

#hd ul,
#hd li,
#hd figure,
#hd p {
    margin: 0;
    padding: 0
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit
}

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

#hd img.lazyLoad {
    opacity: 0;
    -webkit-transition: all .5s ease;
    -moz-transition: all .5s ease;
    -ms-transition: all .5s ease;
    -o-transition: all .5s ease;
    transition: all .5s ease;
    height: 50vh
}

#hd img.lazyLoad.lazyLoaded {
    height: auto;
    opacity: 1
}

#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 #b99770
}

#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 dotCounter {
    0% {
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes dotCounter {
    0% {
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes dotCounter {
    0% {
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes dotCounter {
    0% {
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes dotCounter {
    0% {
        -moz-transform: scale(0, 1);
        -o-transform: scale(0, 1);
        -ms-transform: scale(0, 1);
        -webkit-transform: scale(0, 1);
        transform: scale(0, 1)
    }

    100% {
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes dotHint {
    50% {
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-moz-keyframes dotHint {
    50% {
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-ms-keyframes dotHint {
    50% {
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-o-keyframes dotHint {
    50% {
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@keyframes dotHint {
    50% {
        -moz-transform: scale(1.5, 1.5);
        -o-transform: scale(1.5, 1.5);
        -ms-transform: scale(1.5, 1.5);
        -webkit-transform: scale(1.5, 1.5);
        transform: scale(1.5, 1.5)
    }
}

@-webkit-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-moz-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-ms-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-o-keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@keyframes zoomIn {
    0% {
        -moz-transform: scale(1.1);
        -o-transform: scale(1.1);
        -ms-transform: scale(1.1);
        -webkit-transform: scale(1.1);
        transform: scale(1.1);
        opacity: 0
    }

    100% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1);
        opacity: 1
    }
}

@-webkit-keyframes zoomOut {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-moz-keyframes zoomOut {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-ms-keyframes zoomOut {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-o-keyframes zoomOut {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@keyframes zoomOut {
    0% {
        -moz-transform: scale(1);
        -o-transform: scale(1);
        -ms-transform: scale(1);
        -webkit-transform: scale(1);
        transform: scale(1)
    }

    100% {
        -moz-transform: scale(1.6);
        -o-transform: scale(1.6);
        -ms-transform: scale(1.6);
        -webkit-transform: scale(1.6);
        transform: scale(1.6);
        opacity: 0
    }
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-moz-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-ms-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-o-keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@keyframes fadeOut {
    0% {
        opacity: 1
    }

    100% {
        opacity: 0
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(30px);
        -o-transform: translateY(30px);
        -ms-transform: translateY(30px);
        -webkit-transform: translateY(30px);
        transform: translateY(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-30px);
        -o-transform: translateY(-30px);
        -ms-transform: translateY(-30px);
        -webkit-transform: translateY(-30px);
        transform: translateY(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInLeft {
    0% {
        opacity: 0;
        -moz-transform: translateX(-30px);
        -o-transform: translateX(-30px);
        -ms-transform: translateX(-30px);
        -webkit-transform: translateX(-30px);
        transform: translateX(-30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-webkit-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-moz-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-ms-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@-o-keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@keyframes fadeInRight {
    0% {
        opacity: 0;
        -moz-transform: translateX(30px);
        -o-transform: translateX(30px);
        -ms-transform: translateX(30px);
        -webkit-transform: translateX(30px);
        transform: translateX(30px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateX(0);
        -o-transform: translateX(0);
        -ms-transform: translateX(0);
        -webkit-transform: translateX(0);
        transform: translateX(0)
    }
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("../fonts/HelveticaNowDisplay-Light.eot");
    src: url("../fonts/HelveticaNowDisplay-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Light.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Light.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Light.ttf") format("truetype");
    font-weight: 300;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("../fonts/HelveticaNowDisplay-Medium.eot");
    src: url("../fonts/HelveticaNowDisplay-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Medium.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Medium.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'HelveticaNowDisplay';
    src: url("../fonts/HelveticaNowDisplay-Regular.eot");
    src: url("../fonts/HelveticaNowDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/HelveticaNowDisplay-Regular.woff2") format("woff2"), url("../fonts/HelveticaNowDisplay-Regular.woff") format("woff"), url("../fonts/HelveticaNowDisplay-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

#hd {
    font-size: 16px
}

#hd h1 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 4vw;
    line-height: 1.125;
    letter-spacing: 0;
    margin-bottom: .25em
}

#hd h2,
#hd .h2 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.75em;
    font-weight: 500;
    line-height: 1.2;
    color: #000 !important;
    letter-spacing: 0;
    margin-bottom: .5em;
    word-break: normal;
    word-wrap: normal
}

#hd h3,
#hd .h3 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.875em;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    color: #000;
    margin-bottom: .65em
}

#hd h4,
#hd .h4 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: .35em;
    color: #000
}

#hd h5,
#hd .h5 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.25;
    letter-spacing: 0;
    margin-bottom: .5em
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    letter-spacing: 0
}

#hd p {
    font-size: 1em;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300
}

#hd b,
#hd strong {
    font-weight: bold
}

#hd small {
    font-size: .875em;
    font-weight: 400;
    letter-spacing: .04em
}

#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-weight: 400;
    margin-top: .5em
}

#hd .hd-underline {
    text-decoration: underline
}

#hd a.txt-link:hover {
    color: white
}

#hd .color-primary {
    color: #b99770 !important
}

#hd .color-primary-light {
    color: #c8a780 !important
}

#hd .color-primary-dark {
    color: #9f6a41 !important
}

#hd .color-secondary {
    color: #2A77CF !important
}

#hd .color-grey {
    color: #aaa !important
}

#hd .color-light-grey {
    color: #d6d6d6 !important
}

#hd .color-dark-grey {
    color: #555 !important
}

#hd .color-info {
    color: #2A77CF !important
}

#hd .color-white {
    color: white !important
}

#hd .color-gradient {
    display: inline-block;
    color: #b99770 !important;
    background-color: #A3845F;
    background-image: -moz-linear-gradient(180deg, #A3845F, #9f6a41);
    background-image: -webkit-linear-gradient(180deg, #A3845F, #9f6a41);
    background-image: linear-gradient(180deg, #A3845F, #9f6a41);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .color-gradient::selection {
    background: #131313;
    color: #b99770;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #b99770
}

#hd .color-gradient::-moz-selection {
    background: #131313;
    color: #b99770;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #b99770
}

#hd .hd-uppercase {
    text-transform: uppercase
}

_:-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: 36px
    }
}

@media screen and (max-width: 1440px) {
    #hd h1 {
        font-size: 3.75vw
    }

    #hd h2,
    #hd .h2 {
        font-size: 3em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.75em
    }
}

@media screen and (max-width: 1280px) {
    #hd h1 {
        font-size: 3.5vw
    }

    #hd h2,
    #hd .h2 {
        font-size: 2.75em
    }

    #hd h3,
    #hd .h3 {
        font-size: 2em
    }

    #hd h4,
    #hd .h4 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 1024px) {

    #hd h2,
    #hd .h2 {
        font-size: 2.5em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.75em
    }

    #hd p {
        line-height: 1.5
    }
}

@media screen and (max-width: 768px) {

    #hd h2,
    #hd .h2 {
        font-size: 2em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.5em
    }

    #hd h4,
    #hd .h4 {
        font-size: 1.125em
    }

    #hd h5,
    #hd .h5 {
        font-size: 1.125em
    }
}

@media screen and (max-width: 480px) {

    #hd h2,
    #hd .h2 {
        font-size: 1.75em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.25em
    }
}

#hd .hd-w900,
#hd .hd-w1000,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1600 {
    width: 90%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w900 {
    max-width: 900px
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1300 {
    max-width: 1300px
}

#hd .hd-w1600 {
    max-width: 1600px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col35 {
    width: 35%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col90 {
    width: 90%
}

#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 .flex-row-reverse {
    flex-direction: row-reverse
}

#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 .ml-auto {
    margin-left: auto
}

#hd .mr-auto {
    margin-right: auto
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

#hd .hd-d-none {
    display: none !important
}

@media screen and (min-width: 2560px) {
    #hd .hd-w900 {
        max-width: 1100px
    }

    #hd .hd-w1000 {
        max-width: 1400px
    }

    #hd .hd-w1200 {
        max-width: 1500px
    }

    #hd .hd-w1300 {
        max-width: 1600px
    }

    #hd .hd-w1600 {
        max-width: 2000px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-w900 {
        max-width: 1200px
    }

    #hd .hd-w1000 {
        max-width: 1800px
    }

    #hd .hd-w1200 {
        max-width: 2200px
    }

    #hd .hd-w1300 {
        max-width: 2400px
    }

    #hd .hd-w1600 {
        max-width: 2800px
    }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#hd .trigger-video {
    cursor: pointer;
    position: relative;
    overflow: hidden
}

#hd .trigger-video .hd-cover {
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease
}

#hd .trigger-video:hover .hd-cover,
#hd .trigger-video:focus-visible .hd-cover {
    -moz-transform: scale(1.05, 1.05);
    -o-transform: scale(1.05, 1.05);
    -ms-transform: scale(1.05, 1.05);
    -webkit-transform: scale(1.05, 1.05);
    transform: scale(1.05, 1.05)
}

#hd .trigger-video:active .play {
    -moz-transform: scale(.95, .95);
    -o-transform: scale(.95, .95);
    -ms-transform: scale(.95, .95);
    -webkit-transform: scale(.95, .95);
    transform: scale(.95, .95)
}

#hd .trigger-video .play {
    width: 5em;
    height: 5em;
    border-radius: 4em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-transition: transform 0.6s ease;
    -o-transition: transform 0.6s ease;
    -webkit-transition: transform 0.6s ease;
    transition: transform 0.6s ease
}

#hd .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    background: #000;
    position: relative;
    overflow: hidden
}

#hd .vid-container.trigger-video-toggle .vid-control {
    cursor: pointer
}

#hd .vid-container.trigger-video-toggle .vid-control:focus {
    opacity: 1
}

#hd .vid-container video,
#hd .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    -moz-transition: opacity 0.25s ease;
    -o-transition: opacity 0.25s ease;
    -webkit-transition: opacity 0.25s ease;
    transition: opacity 0.25s ease
}

#hd .vid-container h2 {
    opacity: 0
}

#hd .vid-control {
    width: 80px;
    height: 80px;
    background: none;
    border: none;
    box-shadow: none;
    position: absolute;
    right: 0;
    bottom: 0;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    -webkit-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
    z-index: 2
}

#hd .vid-control svg {
    width: 100%;
    height: 100%
}

#hd .vid-control .play {
    display: none
}

#hd .vid-control.hd-active .play {
    display: block
}

#hd .vid-control.hd-active .pause {
    display: none
}

@media screen and (max-width: 768px) {
    #hd .trigger-video .play {
        width: 3em;
        height: 3em
    }

    #hd .vid-control {
        width: 44px;
        height: 44px
    }
}

body.no-scroll {
    overflow: hidden
}

#hd .hd-lightbox {
    width: 100%;
    height: 100vh;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 1000
}

#hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.8);
    position: absolute;
    top: 0;
    left: 0
}

#hd .hd-lightbox .hd-box {
    width: 90%;
    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%);
    margin-top: 50px;
    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: 4em;
    height: 4em;
    position: absolute;
    bottom: 100%;
    right: 0;
    cursor: pointer;
    z-index: 2
}

#hd .hd-lightbox .hd-close>span {
    display: block;
    width: 1.5em;
    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 .hd-term-lightbox .hd-box {
    height: calc(100% - 120px)
}

#hd .hd-term-lightbox .hd-content {
    padding: 2em 2em 4em;
    height: 100%;
    position: relative;
    overflow-y: auto
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar {
    width: 5px
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-track {
    background: #555
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-thumb {
    background: #b99770
}

#hd .hd-term-lightbox .hd-content::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

#hd .hd-term-lightbox h4 {
    margin-top: 1em
}

#hd .hd-form-lightbox .hd-box {
    max-width: 40em;
    height: auto
}

#hd .hd-form-lightbox .hd-content {
    padding: 2em 2em 4em;
    height: 100%;
    position: relative;
    overflow-y: auto
}

#hd .hd-form-lightbox .hd-content::-webkit-scrollbar {
    width: 5px
}

#hd .hd-form-lightbox .hd-content::-webkit-scrollbar-track {
    background: #555
}

#hd .hd-form-lightbox .hd-content::-webkit-scrollbar-thumb {
    background: #b99770
}

#hd .hd-form-lightbox .hd-content::-webkit-scrollbar-thumb:hover {
    background: #aaa
}

#hd .hd-form-lightbox h4 {
    margin-top: 1em
}

#hd .trigger-play {
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    #hd .hd-lightbox .hd-box {
        margin-top: 20px
    }

    #hd .hd-lightbox .hd-close {
        width: 2.75em;
        height: 2.75em
    }

    #hd .hd-lightbox .hd-close>span {
        width: 1.25em;
        height: 2px
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-lightbox .hd-box {
        width: 100%
    }

    #hd .hd-term-lightbox .hd-content {
        padding-left: 1em;
        padding-right: 1em
    }

    #hd .hd-term-lightbox .hd-content li {
        font-size: .9em
    }

    #hd .hd-term-lightbox .hd-content li>p {
        font-size: 1em
    }

    #hd .hd-term-lightbox .hd-content p {
        font-size: .9em
    }
}

#hd .hd-nav {
    font-size: 14px;
    position: fixed;
    z-index: 9;
    top: 50%;
    right: 56px;
    opacity: 1;
    -moz-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -webkit-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

#hd .hd-nav ul {
    margin: 0;
    padding: 0
}

#hd .hd-nav ul li {
    display: block;
    margin: 1em 0;
    position: relative
}

#hd .hd-nav ul li a {
    text-decoration: none;
    display: block;
    z-index: 1;
    cursor: pointer
}

#hd .hd-nav ul li a span {
    display: block;
    width: .7em;
    height: .7em;
    background: transparent;
    border: 1px solid white;
    z-index: 1;
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -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 ul li a:hover span {
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    background: white
}

#hd .hd-nav ul li a.hd-active span {
    -moz-transform: rotate(0deg);
    -o-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
    background: white
}

#hd .hd-nav ul li .hd-tooltip {
    display: block;
    max-width: 220px;
    height: 1.5em;
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    text-transform: uppercase;
    font-size: .875rem;
    color: white;
    white-space: nowrap;
    overflow: hidden;
    opacity: 0;
    position: absolute;
    top: 4px;
    bottom: 0;
    right: 20px;
    margin: auto 0;
    -moz-transform: translate(10px, 0);
    -o-transform: translate(10px, 0);
    -ms-transform: translate(10px, 0);
    -webkit-transform: translate(10px, 0);
    transform: translate(10px, 0)
}

#hd .hd-nav ul li:hover .hd-tooltip {
    width: auto;
    opacity: 1;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0);
    -moz-transition: opacity 0.2s ease-in, transform 0.4s ease;
    -o-transition: opacity 0.2s ease-in, transform 0.4s ease;
    -webkit-transition: opacity 0.2s ease-in, transform 0.4s ease;
    transition: opacity 0.2s ease-in, transform 0.4s ease
}

#hd .scroll-up {
    position: fixed;
    right: 55px;
    bottom: 30px;
    width: 45px;
    height: 45px;
    text-align: center;
    cursor: pointer;
    border-radius: 50%;
    border: 2px solid #b99770;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease;
    z-index: 9
}

#hd .scroll-up svg {
    display: block;
    position: absolute;
    margin: auto;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    fill: #b99770;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#hd .scroll-up:hover {
    background-color: #b99770
}

#hd .scroll-up:hover svg {
    fill: white
}

@media screen and (min-width: 2560px) {
    #hd .hd-nav {
        font-size: 16px;
        right: 100px
    }
}

@media screen and (max-width: 1440px) {
    #hd .hd-nav {
        right: 40px
    }

    #hd .scroll-up {
        right: 40px
    }
}

@media screen and (max-width: 1024px) {
    #hd .hd-nav {
        font-size: 12px;
        right: 30px
    }

    #hd .scroll-up {
        right: 30px
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-nav {
        display: none
    }

    #hd .hd-nav ul li .hd-tooltip {
        display: none
    }

    #hd .scroll-up {
        right: 10px
    }
}

@media screen and (max-width: 480px) {
    #hd .scroll-up {
        bottom: 15px;
        right: 10px
    }
}

#hd .hd-btn {
    display: inline-block;
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 400;
    font-size: 1.125em;
    letter-spacing: .018em;
    color: #b99770;
    padding: .4em 1.75em .6em;
    border: 1px solid #b99770;
    border-radius: 0;
    margin: 0;
    position: relative;
    z-index: 2;
    cursor: pointer;
    -moz-transition: background 0.4s ease, transform 0.25s ease;
    -o-transition: background 0.4s ease, transform 0.25s ease;
    -webkit-transition: background 0.4s ease, transform 0.25s ease;
    transition: background 0.4s ease, transform 0.25s ease
}

#hd .hd-btn:hover,
#hd .hd-btn:focus-visible {
    color: white
}

#hd .hd-btn:active {
    color: #d6d6d6
}

#hd .hd-btn.hd-btn-s {
    font-size: 1em;
    padding: .125em 1em .15em;
    opacity: .9
}

#hd .hd-btn.hd-btn-gradient {
    font-size: .9em;
    min-width: 8em;
    padding: .2em 1em .25em;
    opacity: 1;
    border: none;
    color: white;
    background-color: #e131fe;
    background-image: -moz-linear-gradient(90deg, #e131fe, #3d40f5);
    background-image: -webkit-linear-gradient(90deg, #e131fe, #3d40f5);
    background-image: linear-gradient(90deg, #e131fe, #3d40f5)
}

#hd .hd-btn.hd-btn-shine {
    letter-spacing: .08em;
    color: -primary;
    background: rgba(0, 0, 0, 0.25);
    border: 1px solid #b99770;
    border-image-slice: 1;
    border-image-source: -webkit-linear-gradient(bottom, #b99770, #9f6a41, #b99770);
    border-image-source: -o-linear-gradient(bottom, #b99770, #9f6a41, #b99770);
    border-image-source: linear-gradient(to top, #b99770, #9f6a41, #b99770);
    -moz-transition: background 0.4s ease, transform 0.25s ease;
    -o-transition: background 0.4s ease, transform 0.25s ease;
    -webkit-transition: background 0.4s ease, transform 0.25s ease;
    transition: background 0.4s ease, transform 0.25s ease;
    position: relative
}

#hd .hd-btn.hd-btn-shine:before,
#hd .hd-btn.hd-btn-shine:after {
    content: '';
    display: block;
    width: 100%;
    height: 2px;
    background-color: rgba(255, 255, 255, 0);
    background-image: -moz-linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 80%);
    background-image: -webkit-linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 80%);
    background-image: linear-gradient(90deg, rgba(255, 255, 255, 0) 20%, rgba(255, 255, 255, 0.5), rgba(255, 255, 255, 0) 80%);
    background-color: transparent;
    position: absolute;
    left: 0;
    margin: -2px 0;
    z-index: 2
}

#hd .hd-btn.hd-btn-shine:before {
    top: 0
}

#hd .hd-btn.hd-btn-shine:after {
    bottom: 0
}

#hd .hd-btn.hd-btn-arrow {
    border: none;
    position: relative
}

#hd .hd-btn.hd-btn-arrow:before {
    content: '';
    position: absolute;
    inset: 0;
    background: #b99770;
    clip-path: polygon(0 0, calc(100% - 1.10em) 0, 100% 1.1em, 100% calc(100% - 1.10em), calc(100% - 1.10em) 100%, 0 100%, 0 0, 2px 2px, 2px calc(100% - 2px), calc(100% - 1.10em - 0.83px) calc(100% - 2px), calc(100% - 2px) calc(100% - 1.10em - 0.83px), calc(100% - 2px) calc(1.10em + 0.83px), calc(100% - 1.10em - 0.83px) 2px, 2px 2px)
}

#hd .btn-more span {
    font: inherit;
    color: inherit
}

#hd .btn-more img {
    display: inline-block;
    vertical-align: middle;
    width: 0.75em;
    margin-left: 0.25em;
    -moz-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -o-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    -webkit-transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275);
    transition: transform 0.5s cubic-bezier(0.175, 0.885, 0.32, 1.275)
}

#hd .btn-more:hover,
#hd .btn-more:focus-visible {
    background: rgba(255, 255, 255, 0.1)
}

#hd .btn-more.hd-active img {
    -moz-transform: rotate(180deg);
    -o-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
    transform: rotate(180deg)
}

@media screen and (max-width: 1024px) {
    #hd .hd-btn {
        font-size: 1em
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-btn {
        border-width: 1px
    }
}

#hd .list-feature {
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    margin: 2em 0
}

#hd .list-feature li {
    padding: .25em 1em
}

#hd .list-feature h3 {
    font-size: 2.5em;
    font-weight: 400;
    margin-bottom: 0
}

#hd .list-feature p {
    font-weight: 400
}

#hd .list-dash {
    padding-left: 0
}

#hd .list-dash li {
    font-weight: 300;
    padding-left: 1em;
    margin-bottom: .25em;
    position: relative
}

#hd .list-dash li:before {
    content: '-';
    position: absolute;
    left: 0;
    top: 0
}

#hd .list-square {
    padding-left: 0
}

#hd .list-square li {
    font-weight: 300;
    padding-left: 1em;
    margin-bottom: .25em;
    position: relative
}

#hd .list-square li:before {
    content: '';
    width: .25em;
    height: .25em;
    background: white;
    position: absolute;
    left: 0;
    top: .4em
}

#hd .list-decimal {
    padding-left: 0
}

#hd .list-decimal li {
    list-style-type: decimal;
    list-style-position: inside;
    font-weight: 300;
    line-height: 1.25;
    margin-bottom: .25em;
    position: relative;
    text-indent: -1.5em;
    padding-left: 1.5em
}

#hd .list-decimal li>p {
    font-size: 1em
}

#hd .list-decimal p {
    font-size: 1em;
    line-height: 1.25;
    text-indent: 0
}

@media screen and (max-width: 1024px) {
    #hd .list-feature {
        margin: 1em 0
    }

    #hd .list-feature h3 {
        font-size: 2em
    }
}

#hd .swiper-container {
    position: relative
}

#hd .swiper-button-prev,
#hd .swiper-button-next {
    width: 3.875em;
    height: 3.875em;
    color: #b99770;
    border-radius: 50%;
    margin: 0 0 3em;
    -moz-transform: translate(0, -50%);
    -o-transform: translate(0, -50%);
    -ms-transform: translate(0, -50%);
    -webkit-transform: translate(0, -50%);
    transform: translate(0, -50%);
    opacity: 1;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#hd .swiper-button-prev:after,
#hd .swiper-button-next:after {
    font-size: 2.25em;
    font-weight: bold
}

#hd .swiper-button-prev:hover,
#hd .swiper-button-prev:focus-visible,
#hd .swiper-button-next:hover,
#hd .swiper-button-next:focus-visible {
    background: white
}

#hd .swiper-button-prev:active,
#hd .swiper-button-next:active {
    -moz-transform: translateY(-50%) scale(0.9);
    -o-transform: translateY(-50%) scale(0.9);
    -ms-transform: translateY(-50%) scale(0.9);
    -webkit-transform: translateY(-50%) scale(0.9);
    transform: translateY(-50%) scale(0.9)
}

#hd .swiper-button-prev.swiper-button-disabled,
#hd .swiper-button-next.swiper-button-disabled {
    opacity: 0;
    pointer-events: none
}

#hd .swiper-button-prev:after {
    margin-right: .125em
}

#hd .swiper-button-next:after {
    margin-left: .125em
}

#hd .swiper-controls {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0 auto .5em
}

#hd .swiper-pagination {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    margin-right: .5em;
    position: relative
}

#hd .swiper-pagination-bullet {
    width: 3em;
    height: .125em;
    border-radius: 0;
    margin: 0 .5em;
    background: #d6d6d6;
    opacity: 1;
    position: relative
}

#hd .swiper-pagination-bullet.swiper-pagination-bullet-active:after {
    content: '';
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    background: #b99770;
    transform-origin: 0 0;
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 3.6s;
    -webkit-animation-name: dotCounter;
    -webkit-animation-timing-function: linear;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 3.6s;
    -moz-animation-name: dotCounter;
    -moz-animation-timing-function: linear;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: 3.6s;
    -o-animation-name: dotCounter;
    -o-animation-timing-function: linear;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 3.6s;
    animation-name: dotCounter;
    animation-timing-function: linear;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .swiper-controls.is-paused .swiper-pagination-bullet:after {
    animation-play-state: paused
}

#hd .swiper-controls.is-paused .hd-play {
    display: block
}

#hd .swiper-controls.is-paused .hd-pause {
    display: none
}

#hd .swiper-control {
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

#hd .swiper-control .hd-play,
#hd .swiper-control .hd-pause {
    font-size: 1em;
    width: 2em;
    height: 2em;
    position: relative
}

#hd .swiper-control .hd-play {
    display: none
}

#hd .swiper-control .hd-play:before {
    content: '';
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: .5em 0 .5em .75em;
    border-color: transparent transparent transparent #b99770;
    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%)
}

#hd .swiper-control .hd-pause:before,
#hd .swiper-control .hd-pause:after {
    content: '';
    width: .3em;
    height: .875em;
    background: #b99770;
    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%)
}

#hd .swiper-control .hd-pause:before {
    margin-left: -.5em
}

@media screen and (max-width: 1024px) {

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        width: 3.5em;
        height: 3.5em
    }

    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
        font-size: 2em
    }
}

@media screen and (max-width: 768px) {

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        width: 3.14em;
        height: 3.14em;
        margin: 0
    }

    #hd .swiper-button-prev:after,
    #hd .swiper-button-next:after {
        font-size: 2em
    }

    #hd .swiper-controls {
        position: relative;
        margin: .5em 0
    }
}

@media screen and (max-width: 480px) {

    #hd .swiper-button-prev,
    #hd .swiper-button-next {
        display: none
    }
}

#hd .sec-kv {
    position: relative;
    overflow: hidden
}

#hd .sec-kv .hd-wrapper {
    position: relative
}

#hd .sec-kv .hd-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 2em 0;
    position: absolute;
    bottom: 65%;
    right: 0;
    left: 0;
    margin: 0 auto
}

#hd .sec-kv .hd-logo {
    width: 21em;
    margin-bottom: 1em
}

#hd .sec-kv h2 {
    font-size: 3.75em;
    font-weight: 300;
    letter-spacing: 0;
    color: #b8874b !important
}

#hd .sec-kv .hd-txt {
    width: 90%;
    font-size: 1.1em;
    max-width: 46em;
    position: absolute;
    top: 80%;
    left: 0;
    right: 0;
    margin: 0 auto
}

#hd .sec-kv .hd-txt span {
    display: block
}

@media screen and (max-width: 1280px) {
    #hd .sec-kv .hd-container {
        bottom: 63%
    }

    #hd .sec-kv .hd-logo {
        width: 18em;
        margin-bottom: .5em
    }

    #hd .sec-kv h2 {
        font-size: 3em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-kv {
        padding-top: 50px;
        background: #e5e9f1
    }

    #hd .sec-kv .hd-bg {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .sec-kv .hd-wrapper:after {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 18%;
        background-color: rgba(255, 255, 255, 0);
        background-image: -moz-linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 20%);
        background-image: -webkit-linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 20%);
        background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 20%);
        position: absolute;
        bottom: 0;
        left: 0
    }

    #hd .sec-kv .hd-txt {
        width: 100%;
        max-width: none;
        padding: 0 5% 2em;
        background: white;
        position: relative;
        margin-top: -12%;
        z-index: 2
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-kv .hd-bg {
        width: 140%;
        margin-left: -20%
    }

    #hd .sec-kv .hd-logo {
        width: 16em
    }

    #hd .sec-kv h2 {
        font-size: 2.5em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-kv .hd-bg {
        width: 200%;
        margin-left: -50%
    }

    #hd .sec-kv .hd-logo {
        width: 50vw
    }

    #hd .sec-kv h2 {
        font-size: 8vw
    }
}

#hd .sec-ksp {
    padding: 4em 0 0
}

#hd .sec-ksp ul {
    max-width: 40em;
    margin: 0 auto
}

#hd .sec-ksp li {
    padding: .15em
}

#hd .sec-ksp li:nth-child(8) p {
    max-width: 18em
}

#hd .sec-ksp li:nth-child(8) .hd-frame,
#hd .sec-ksp li:nth-child(9) .hd-frame {
    padding-top: 1em;
    padding-bottom: 1em
}

#hd .sec-ksp li:nth-child(10) .hd-frame,
#hd .sec-ksp li:nth-child(11) .hd-frame {
    padding-top: 1.75em;
    padding-bottom: 1.75em
}

#hd .sec-ksp li:nth-child(12) .hd-frame,
#hd .sec-ksp li:nth-child(13) .hd-frame {
    padding-top: 1.25em;
    padding-bottom: 1.75em
}

#hd .sec-ksp .hd-frame {
    width: 100%;
    height: 100%;
    display: inline-flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    padding: 1.5em .5em;
    border-radius: .5em;
    background-color: #fff;
    background-image: -moz-linear-gradient(180deg, #fff, #f9fbff 20%, #dee2e8);
    background-image: -webkit-linear-gradient(180deg, #fff, #f9fbff 20%, #dee2e8);
    background-image: linear-gradient(180deg, #fff, #f9fbff 20%, #dee2e8)
}

#hd .sec-ksp h3 {
    margin-bottom: 0
}

#hd .sec-ksp h3.txt-smaller {
    font-size: 1.5em
}

#hd .sec-ksp p {
    font-size: .8em;
    line-height: 1;
    letter-spacing: 0
}

#hd .sec-ksp img {
    width: 80%;
    max-width: 13em !important
}

@media screen and (max-width: 1024px) {
    #hd .sec-ksp {
        padding: 3em 0 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-ksp ul {
        max-width: 28em
    }

    #hd .sec-ksp li:nth-child(4),
    #hd .sec-ksp li:nth-child(5),
    #hd .sec-ksp li:nth-child(6),
    #hd .sec-ksp li:nth-child(7) {
        width: 50%
    }

    #hd .sec-ksp li:nth-child(n+8) {
        width: 100%
    }

    #hd .sec-ksp h3.txt-smaller {
        font-size: 1.25em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-ksp {
        padding: 2em 0 0
    }
}

#hd .sec-creator {
    padding: 6em 0 0
}

#hd .sec-creator h2 {
    margin-bottom: 1.5em
}

#hd .sec-creator ul {
    max-width: 58em;
    margin: 0 auto
}

#hd .sec-creator li {
    padding: 0 .25em
}

#hd .sec-creator img {
    width: 100%
}

#hd .sec-creator .hd-content {
    padding: 1em 1.5em
}

#hd .sec-creator h3 {
    min-height: 2.5em
}

#hd .sec-creator .color-gradient {
    display: inline-block;
    color: #b99770 !important;
    background-color: #9f6a41;
    background-image: -moz-linear-gradient(157deg, #9f6a41, #A3845F);
    background-image: -webkit-linear-gradient(157deg, #9f6a41, #A3845F);
    background-image: linear-gradient(157deg, #9f6a41, #A3845F);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

#hd .sec-creator .color-gradient::selection {
    background: #131313;
    color: #b99770;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #b99770
}

#hd .sec-creator .color-gradient::-moz-selection {
    background: #131313;
    color: #b99770;
    -webkit-background-clip: unset;
    -webkit-text-fill-color: #b99770
}

@media screen and (max-width: 1024px) {
    #hd .sec-creator {
        padding: 3em 0 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-creator .hd-content {
        padding: 1em .5em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-creator {
        text-align: center
    }

    #hd .sec-creator ul {
        flex-direction: column;
        max-width: 18em
    }

    #hd .sec-creator li {
        width: 100%;
        margin-bottom: 1.5em
    }

    #hd .sec-creator li:last-child {
        margin-bottom: 0
    }

    #hd .sec-creator figure {
        width: 100%
    }

    #hd .sec-creator .hd-content {
        padding: .5em 1em
    }

    #hd .sec-creator h3 {
        min-height: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-creator {
        padding: 2em 0 0
    }
}

#hd .sec-spec {
    padding: 6em 0 2em;
    position: relative;
    overflow: hidden
}

#hd .sec-spec .hd-bg {
    width: 45%;
    position: absolute;
    top: auto;
    bottom: 6em
}

#hd .sec-spec .hd-content {
    position: relative;
    z-index: 2
}

#hd .sec-spec h2+p {
    max-width: 46em;
    margin: 0 auto
}

#hd .sec-spec figure {
    position: relative
}

#hd .sec-spec figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-spec figure img.hd-pd {
    position: relative;
    z-index: 2
}

#hd .sec-spec figure img.hd-line,
#hd .sec-spec figure img.hd-num {
    z-index: 3
}

#hd .sec-spec figure img.hd-mark {
    transform-origin: center 90%
}

#hd .sec-spec ol li {
    position: absolute
}

#hd .sec-spec ol li:nth-child(1) {
    top: 6%;
    left: 21%
}

#hd .sec-spec ol li:nth-child(2) {
    top: 22.5%;
    left: 77%
}

#hd .sec-spec ol li:nth-child(3) {
    top: 53%;
    left: 77%
}

#hd .sec-spec ol li:nth-child(4) {
    top: 79%;
    left: 64%;
    max-width: 10em
}

#hd .sec-spec ol li:nth-child(5) {
    top: 94%;
    left: 66%;
    max-width: 16%
}

#hd .sec-spec ol li:nth-child(6) {
    top: 95.5%;
    left: 87%
}

#hd .sec-spec ol p {
    font-size: 1.125em;
    font-weight: 500;
    line-height: 1.125;
    margin-bottom: .125em
}

#hd .sec-spec ol small {
    display: block;
    font-weight: 500;
    font-size: .75em;
    line-height: 1
}

#hd .sec-spec .hd-note {
    display: block;
    margin-top: 2em;
    padding-left: .5em
}

@media screen and (max-width: 1280px) {
    #hd .sec-spec .hd-bg {
        width: 42%
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-spec {
        padding: 3em 0 2em
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-spec .hd-bg {
        width: 60%;
        bottom: 2%;
        left: -15%
    }

    #hd .sec-spec .hd-img-container {
        position: relative
    }

    #hd .sec-spec figure {
        max-width: 50em;
        margin: 0 auto
    }

    #hd .sec-spec ol {
        width: 90%;
        display: flex;
        flex-wrap: wrap;
        counter-reset: mycounter;
        margin: 2em auto 0
    }

    #hd .sec-spec ol li {
        width: 50%;
        padding-left: 2.5em;
        margin-bottom: 1em;
        position: relative
    }

    #hd .sec-spec ol li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 1.75em;
        height: 1.75em;
        font-weight: bold;
        line-height: 1.75em;
        text-align: center;
        border-radius: 1em;
        background: #b99770;
        color: white;
        position: absolute;
        top: -.125em;
        left: 0;
        z-index: 2
    }

    #hd .sec-spec ol li:nth-child(n) {
        top: 0;
        left: 0;
        max-width: none
    }

    #hd .sec-spec ol li:nth-child(1) {
        order: 1
    }

    #hd .sec-spec ol li:nth-child(2) {
        order: 3
    }

    #hd .sec-spec ol li:nth-child(3) {
        order: 5
    }

    #hd .sec-spec ol li:nth-child(4) {
        order: 2
    }

    #hd .sec-spec ol li:nth-child(5) {
        order: 4
    }

    #hd .sec-spec ol li:nth-child(6) {
        order: 6
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-spec .hd-content {
        text-align: center
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-spec .hd-bg {
        width: 80%
    }

    #hd .sec-spec figure {
        width: 110%;
        margin-left: -5%
    }

    #hd .sec-spec ol {
        max-width: 30em
    }

    #hd .sec-spec ol li {
        width: 100%
    }

    #hd .sec-spec ol li:nth-child(n) {
        order: 0
    }

    #hd .sec-spec ol p {
        font-size: 1em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-spec {
        padding: 2em 0
    }
}

#hd .sec-hdr {
    padding: 6em 0 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-hdr h2+p {
    max-width: 46em;
    margin: 0 auto
}

#hd .sec-hdr .hd-logo {
    width: 16em;
    margin: 2em auto 2.5em
}

#hd .sec-hdr .beer-slider[data-beer-label]:after,
#hd .sec-hdr .beer-reveal[data-beer-label]:after {
    color: white;
    top: auto;
    bottom: 1em;
    white-space: nowrap
}

#hd .sec-hdr .beer-slider[data-beer-label]:after {
    padding-right: 2em;
    background: #000 url(../img/hdr/arrow-right.png) 95% center no-repeat;
    background-size: 1.125em
}

#hd .sec-hdr .beer-reveal[data-beer-label]:after {
    padding-left: 2em;
    background: #000 url(../img/hdr/arrow-left.png) 5% center no-repeat;
    background-size: 1.125em
}

#hd .sec-hdr .beer-slider {
    width: 100%
}

#hd .sec-hdr .beer-slider img {
    width: 100%
}

#hd .sec-hdr .beer-reveal {
    border-right: 1px solid white
}

#hd .sec-hdr .beer-reveal img {
    max-width: none !important
}

@media screen and (max-width: 1024px) {
    #hd .sec-hdr {
        padding: 3em 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-hdr .hd-content {
        text-align: center
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-hdr {
        padding: 2em 0
    }

    #hd .sec-hdr .hd-logo {
        width: 14em;
        margin: 1em auto 1.5em
    }

    #hd .sec-hdr .beer-slider[data-beer-label]:after,
    #hd .sec-hdr .beer-reveal[data-beer-label]:after {
        font-size: .75em;
        bottom: .5em
    }

    #hd .sec-hdr .beer-slider[data-beer-label]:after {
        right: .5em
    }

    #hd .sec-hdr .beer-reveal[data-beer-label]:after {
        left: .5em
    }
}

#hd .sec-color {
    background: #330313;
    color: white;
    position: relative;
    overflow: hidden
}

#hd .sec-color .hd-chart {
    width: 16em;
    max-width: 16% !important;
    position: absolute;
    right: 46%;
    top: 7%;
    bottom: 0;
    margin: auto 0
}

#hd .sec-color .hd-container {
    display: flex;
    align-items: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

#hd .sec-color .hd-content {
    margin-left: auto
}

#hd .sec-color .hd-content>p {
    max-width: 22em
}

#hd .sec-color h2 {
    color: white !important
}

#hd .sec-color h3 {
    color: #c8a780
}

#hd .sec-color .list-feature {
    max-width: 22em
}

#hd .sec-color .list-feature li {
    width: 50%
}

@media screen and (max-width: 1280px) {
    #hd .sec-color .hd-chart {
        right: 44%
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .sec-color .hd-container {
        padding: 4em 0 2em;
        text-align: center;
        position: relative
    }

    #hd .sec-color .hd-content {
        width: 100%
    }

    #hd .sec-color .hd-content p {
        max-width: none
    }

    #hd .sec-color figure {
        position: relative
    }

    #hd .sec-color .hd-bg {
        width: 150%;
        max-width: none !important
    }

    #hd .sec-color .hd-chart {
        width: 30%;
        max-width: 100% !important;
        right: auto;
        left: 60%;
        top: 0
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-color .hd-container {
        padding-bottom: 0
    }

    #hd .sec-color figure {
        display: flex;
        flex-direction: column-reverse
    }

    #hd .sec-color .hd-bg {
        width: 210%;
        margin-left: -7%
    }

    #hd .sec-color .hd-chart {
        top: auto;
        bottom: 2%;
        margin: 0;
        left: auto;
        right: 5%
    }

    #hd .sec-color .list-feature {
        margin: 1em auto 0
    }

    #hd .sec-color .list-feature li {
        min-width: 50%;
        width: auto
    }
}

#hd .sec-fidelity {
    position: relative;
    overflow: hidden;
    background: black
}

#hd .sec-fidelity .hd-container {
    display: flex;
    flex-direction: column;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

#hd .sec-fidelity .hd-container>p {
    max-width: 41em;
    margin: 0 auto 2em
}

#hd .sec-fidelity h2 {
    color: white !important
}

#hd .sec-fidelity h3 {
    color: #c8a780
}

#hd .sec-fidelity .list-feature {
    justify-content: center
}

@media screen and (max-width: 1023px) {
    #hd .sec-fidelity .hd-bg {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-fidelity .hd-bg {
        width: 140%;
        margin-left: -10%
    }

    #hd .sec-fidelity .hd-container {
        position: relative;
        padding: 4em 0 1em
    }

    #hd .sec-fidelity .hd-container>p {
        margin-bottom: 0
    }
}

#hd .sec-calman {
    padding: 8em 0 4em
}

#hd .sec-calman .hd-content {
    padding-left: 3em
}

#hd .sec-calman .hd-content p {
    max-width: 26em
}

#hd .sec-calman .hd-logo {
    width: 10em;
    margin-left: 0;
    margin-top: 3em
}

#hd .sec-calman figure {
    margin-left: -5%;
    border-radius: 1em;
    position: relative;
    overflow: hidden
}

@media screen and (max-width: 1280px) {
    #hd .sec-calman figure {
        width: 60%;
        margin-left: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-calman {
        padding: 3em 0 2em
    }

    #hd .sec-calman .hd-content {
        padding-left: 2em
    }

    #hd .sec-calman .hd-logo {
        width: 8em;
        margin-top: 1em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-calman .hd-container {
        flex-direction: column-reverse
    }

    #hd .sec-calman .hd-content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 2em;
        text-align: center
    }

    #hd .sec-calman .hd-content p {
        max-width: none
    }

    #hd .sec-calman .hd-logo {
        margin-left: auto;
        margin-right: auto
    }

    #hd .sec-calman figure {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-calman {
        padding: 2em 0
    }
}

#hd .sec-gamut {
    padding: 6em 0 0
}

#hd .sec-gamut .hd-content p {
    max-width: 48em;
    margin: 0 auto
}

#hd .sec-gamut .tab-filter {
    display: flex;
    flex-wrap: nowrap;
    max-width: 56em;
    margin: 3em auto 1.5em;
    text-align: center
}

#hd .sec-gamut .tab-filter li {
    width: 20%;
    padding: .75em .5em;
    background-color: #f7f2ee;
    background-image: -moz-linear-gradient(225deg, #f7f2ee, #fff 50%);
    background-image: -webkit-linear-gradient(225deg, #f7f2ee, #fff 50%);
    background-image: linear-gradient(225deg, #f7f2ee, #fff 50%);
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #b99770;
    cursor: pointer
}

#hd .sec-gamut .tab-filter li:hover {
    background-color: #f7f2ee;
    background-image: -moz-linear-gradient(225deg, #f7f2ee 50%, #fff 100%);
    background-image: -webkit-linear-gradient(225deg, #f7f2ee 50%, #fff 100%);
    background-image: linear-gradient(225deg, #f7f2ee 50%, #fff 100%)
}

#hd .sec-gamut .tab-filter li[aria-current="true"] {
    background: #b99770
}

#hd .sec-gamut .tab-filter h3 {
    font-size: 1.125em;
    margin-bottom: 0
}

#hd .sec-gamut .tab-content>div {
    display: none
}

#hd .sec-gamut .tab-content>div[aria-current="true"] {
    display: block
}

#hd .sec-gamut figure {
    width: 90%;
    max-width: 86em;
    margin: 0 auto
}

#hd .sec-gamut figure img {
    width: 100%
}

#hd .sec-gamut .hd-img-container {
    position: relative;
    margin-bottom: -1px
}

#hd .sec-gamut .hd-tag {
    background: black;
    color: white;
    font-size: 1.125em;
    font-weight: 400;
    text-transform: uppercase;
    padding: 0 2em;
    border-radius: 2px;
    position: absolute;
    bottom: 0
}

#hd .sec-gamut .hd-tag.on {
    left: 0
}

#hd .sec-gamut .hd-tag.off {
    right: 0
}

@media screen and (max-width: 1024px) {
    #hd .sec-gamut {
        padding: 3em 0 0
    }

    #hd .sec-gamut .tab-filter {
        margin: 2em auto 1em
    }

    #hd .sec-gamut .tab-filter h3 {
        font-size: 1em
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-gamut figure {
        width: 100%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-gamut .tab-filter {
        width: 100%;
        flex-wrap: wrap;
        justify-content: center;
        position: relative
    }

    #hd .sec-gamut .tab-filter li {
        width: 33.3333%
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-gamut {
        padding: 2em 0 0
    }
}

#hd .sec-usbc {
    padding: 6em 0 0;
    position: relative;
    overflow: hidden
}

#hd .sec-usbc .hd-img-container {
    width: 100%;
    margin-top: 15%;
    margin-left: -25%;
    margin-right: -15%
}

#hd .sec-usbc .hd-content {
    padding-left: 4em;
    position: relative;
    z-index: 2
}

#hd .sec-usbc .hd-chart {
    width: 20em;
    margin-top: 1em
}

#hd .sec-usbc .hd-chart img {
    width: 100%
}

#hd .sec-usbc .hd-chart ul {
    width: 114%;
    margin: 0 -7%
}

#hd .sec-usbc .hd-chart li {
    padding: .25em .5em;
    font-weight: 500;
    line-height: 1.125
}

#hd .sec-usbc .hd-chart li:nth-child(3) {
    padding-left: 5%
}

@media screen and (min-width: 3000px) {
    #hd .sec-usbc .hd-container {
        max-width: 2200px
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-usbc .hd-content {
        padding-left: 2em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-usbc .hd-chart {
        width: 16em
    }

    #hd .sec-usbc .hd-chart li {
        font-size: .9em
    }

    #hd .sec-usbc .hd-img-container {
        width: 85%;
        margin-right: -5%
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-usbc {
        padding: 3em 0 1em
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-usbc .hd-container {
        flex-direction: column
    }

    #hd .sec-usbc .hd-content {
        width: 100%;
        padding-left: 0
    }

    #hd .sec-usbc .hd-chart {
        margin: 2em 0 -20%
    }

    #hd .sec-usbc .hd-img-container {
        width: 90%;
        margin: 0 0 0 auto
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-usbc {
        text-align: center
    }

    #hd .sec-usbc .hd-img-container {
        width: 85%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-usbc .hd-chart {
        margin: 1em auto
    }

    #hd .sec-usbc .hd-img-container {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-usbc {
        padding: 2em 0 0
    }
}

#hd .sec-connectivity {
    padding: 6em 0 0;
    position: relative;
    overflow: hidden
}

#hd .sec-connectivity .hd-container {
    margin-bottom: -16%;
    z-index: 2
}

#hd .sec-connectivity h2+p {
    max-width: 45em;
    margin: 0 auto
}

#hd .sec-connectivity ul {
    margin-top: 2em
}

#hd .sec-connectivity ul li {
    padding: 0 1em
}

#hd .sec-connectivity ul img {
    width: auto;
    height: 3.5em;
    margin-bottom: -.25em
}

#hd .sec-connectivity ul p {
    line-height: 1.25;
    font-weight: 500
}

#hd .sec-connectivity figure {
    position: relative
}

#hd .sec-connectivity figure .mark-1,
#hd .sec-connectivity figure .mark-2 {
    width: 2em;
    position: absolute;
    top: 83%;
    margin: -1em
}

#hd .sec-connectivity figure .mark-1 {
    left: 31%
}

#hd .sec-connectivity figure .mark-2 {
    left: 57%
}

#hd .sec-connectivity figure p {
    text-align: center;
    font-weight: 500;
    position: absolute;
    top: 85%;
    left: 13%;
    right: 0;
    margin: 0 auto;
    text-shadow: 0 0 3px white, 0 0 5px white
}

@media screen and (max-width: 1280px) {
    #hd .sec-connectivity .hd-container {
        margin-bottom: -20%
    }

    #hd .sec-connectivity .hd-bg {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }

    #hd .sec-connectivity figure p {
        left: 15%
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-connectivity {
        padding: 4em 0 0
    }

    #hd .sec-connectivity ul {
        margin-top: 1em
    }

    #hd .sec-connectivity ul li {
        padding: 0 .75em
    }

    #hd .sec-connectivity ul img {
        height: 2.5em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-connectivity p {
        text-align: center
    }

    #hd .sec-connectivity ul {
        flex-wrap: wrap;
        max-width: 30em;
        margin: 1em auto
    }

    #hd .sec-connectivity ul li {
        width: 33.3333%;
        margin-bottom: 1em
    }

    #hd .sec-connectivity figure .mark-1,
    #hd .sec-connectivity figure .mark-2 {
        width: 1.5em;
        margin: -.75em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-connectivity {
        padding-bottom: 2em
    }

    #hd .sec-connectivity figure p {
        position: absolute;
        top: 100%;
        margin-top: .5em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-connectivity {
        padding: 2em 0
    }

    #hd .sec-connectivity ul li {
        font-size: .9em
    }

    #hd .sec-connectivity figure .mark-1,
    #hd .sec-connectivity figure .mark-2 {
        width: 1em;
        margin: -.5em
    }
}

#hd .sec-device {
    position: relative;
    overflow: hidden
}

#hd .sec-device .hd-container {
    display: flex;
    align-items: center;
    padding: 2em 0;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    z-index: 2
}

#hd .sec-device .hd-content {
    padding-left: 3em
}

#hd .sec-device .hd-content>p {
    font-weight: 400;
    margin-bottom: 1em
}

#hd .sec-device .hd-content small {
    display: block
}

#hd .sec-device figure {
    width: 60%;
    margin-top: 3em;
    position: relative
}

#hd .sec-device figure img {
    width: 100%
}

#hd .sec-device figure .hd-txt {
    position: absolute;
    left: 7%;
    top: 75%
}

#hd .sec-device figure p {
    font-size: 1.25em;
    font-weight: 500;
    line-height: 1.25
}

@media screen and (min-width: 3000px) {
    #hd .sec-device .hd-container {
        max-width: 2200px
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-device .hd-bg {
        width: 130%;
        max-width: none !important;
        margin-left: -15%
    }

    #hd .sec-device .hd-content {
        padding-left: 2em
    }

    #hd .sec-device figure {
        margin-top: 2em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-device figure {
        width: 50%
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-device {
        padding-top: 4em
    }

    #hd .sec-device .hd-container {
        position: relative
    }

    #hd .sec-device .hd-bg {
        width: 115%;
        max-width: none !important;
        margin: -7.5%
    }

    #hd .sec-device .hd-content {
        width: 100%;
        padding-left: 0
    }

    #hd .sec-device figure {
        width: 16em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-device {
        text-align: center
    }

    #hd .sec-device figure {
        margin-top: -5%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-device figure {
        margin: -5% auto 0
    }
}

#hd .sec-eye {
    padding: 8em 0 10em;
    background: black;
    color: white;
    position: relative;
    overflow: hidden
}

#hd .sec-eye .hd-bg {
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    right: 0
}

#hd .sec-eye .hd-container {
    position: relative;
    z-index: 2
}

#hd .sec-eye h2 {
    color: white !important
}

#hd .sec-eye .tab-filter {
    display: flex;
    flex-wrap: nowrap;
    max-width: 56em;
    margin: 3em auto 5em;
    text-align: center
}

#hd .sec-eye .tab-filter li {
    width: 50%;
    padding: .875em .5em;
    background-color: #232628;
    background-image: -moz-linear-gradient(135deg, #232628, rgba(35, 38, 40, 0));
    background-image: -webkit-linear-gradient(135deg, #232628, rgba(35, 38, 40, 0));
    background-image: linear-gradient(135deg, #232628, rgba(35, 38, 40, 0));
    background-color: transparent;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease;
    border-bottom: 1px solid #b99770;
    cursor: pointer;
    background-color: transparent
}

#hd .sec-eye .tab-filter li:hover {
    background-color: #232628;
    background-image: -moz-linear-gradient(135deg, #232628 50%, rgba(35, 38, 40, 0) 100%);
    background-image: -webkit-linear-gradient(135deg, #232628 50%, rgba(35, 38, 40, 0) 100%);
    background-image: linear-gradient(135deg, #232628 50%, rgba(35, 38, 40, 0) 100%)
}

#hd .sec-eye .tab-filter li[aria-current="true"] {
    background: #b99770
}

#hd .sec-eye .tab-filter li[aria-current="true"] h3 {
    color: black
}

#hd .sec-eye .tab-filter h3 {
    font-size: 1.125em;
    color: white;
    margin-bottom: 0
}

#hd .sec-eye .tab-content>div {
    display: none
}

#hd .sec-eye .tab-content>div[aria-current="true"] {
    display: flex
}

#hd .sec-eye .hd-content {
    padding-left: 2.5em
}

#hd .sec-eye .hd-logo {
    width: 14em;
    margin: 2em 0 0 0
}

#hd .sec-eye figure p {
    text-align: center;
    padding: .5em;
    line-height: 1.25
}

@media screen and (max-width: 1440px) {
    #hd .sec-eye {
        padding: 6em 0 8em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-eye {
        padding: 6em 0 10em
    }

    #hd .sec-eye .tab-filter {
        margin-bottom: 3em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-eye {
        padding: 3em 0 4em
    }

    #hd .sec-eye .tab-filter h3 {
        font-size: 1em
    }

    #hd .sec-eye figure {
        width: 60%
    }

    #hd .sec-eye .hd-content {
        width: 40%;
        padding-left: 2em
    }

    #hd .sec-eye .hd-logo {
        width: 10em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-eye .tab-content>div {
        flex-direction: column-reverse
    }

    #hd .sec-eye .hd-content {
        width: 100%;
        padding-left: 0;
        margin-bottom: 2em;
        text-align: center
    }

    #hd .sec-eye .hd-logo {
        margin: 1em auto 0
    }

    #hd .sec-eye figure {
        width: 100%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-eye .tab-filter {
        margin-top: 0;
        flex-direction: column
    }

    #hd .sec-eye .tab-filter li {
        width: 100%
    }

    #hd .sec-eye figure p {
        font-size: .9em
    }
}

#hd .sec-design {
    padding: 4em 0;
    background-color: #fff;
    background-image: -moz-linear-gradient(180deg, #fff, #e6e6e7);
    background-image: -webkit-linear-gradient(180deg, #fff, #e6e6e7);
    background-image: linear-gradient(180deg, #fff, #e6e6e7);
    position: relative;
    overflow: hidden
}

#hd .sec-design h2+p {
    font-weight: 400
}

#hd .sec-design ul {
    width: 130%;
    margin: 3em -15% 0
}

#hd .sec-design ul li {
    flex-shrink: 0;
    padding: 0 3%
}

#hd .sec-design ul img {
    width: auto;
    max-width: none !important;
    height: 24em;
    margin-bottom: 1.5em
}

#hd .sec-design ul h3 {
    margin-bottom: 0
}

#hd .sec-design ul p {
    font-weight: 500
}

@media screen and (max-width: 1280px) {
    #hd .sec-design ul img {
        height: 18em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-design {
        padding: 3em 0
    }

    #hd .sec-design ul img {
        height: 14em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-design ul img {
        height: 10em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-design ul {
        width: 100%;
        max-width: 30em;
        flex-wrap: wrap;
        margin: 2em auto 0
    }

    #hd .sec-design ul li {
        width: 50%;
        padding: 0;
        margin-bottom: 1em
    }

    #hd .sec-design ul img {
        height: 12em
    }

    #hd .sec-design ul p {
        font-size: .9em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-design {
        padding-bottom: 1em
    }

    #hd .sec-design ul img {
        height: 8em
    }
}

#pageContent-green-session {
    font-size: 16px;
    background: #e6e6e7;
    padding: 6em 0 4em
}

#pageContent-green-session * {
    margin: 0;
    padding: 0;
    text-decoration: none;
    list-style-type: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    word-wrap: break-word;
    word-break: break-word
}

#pageContent-green-session h1,
#pageContent-green-session h2,
#pageContent-green-session h3,
#pageContent-green-session h4,
#pageContent-green-session p,
#pageContent-green-session a,
#pageContent-green-session li {
    font: inherit
}

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

#pageContent-green-session h2,
#pageContent-green-session .h2 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.25em;
    font-weight: bold;
    line-height: 1;
    color: #2c2c2c !important;
    letter-spacing: 0;
    margin-bottom: 1em;
    word-break: normal;
    word-wrap: normal
}

#pageContent-green-session h3,
#pageContent-green-session .h3 {
    font-family: "TTNormsProNormal","Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.6875em;
    font-weight: bold;
    line-height: 1;
    letter-spacing: .018em;
    color: #2c2c2c;
    margin-bottom: .5em
}

#pageContent-green-session p,
#pageContent-green-session small,
#pageContent-green-session a,
#pageContent-green-session li {
    font-family: "Roboto", "Myriad Pro", 'Segoe UI', "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
}

#pageContent-green-session p {
    font-size: 1.125em;
    line-height: 1.5;
    letter-spacing: 0;
    font-weight: 300
}

#pageContent-green-session .color-primary {
    color: #00F5CA !important
}

#pageContent-green-session .color-secondary {
    color: #133ED4 !important
}

#pageContent-green-session .color-dark {
    color: #262626 !important
}

#pageContent-green-session .col20 {
    width: 20%
}

#pageContent-green-session .col25 {
    width: 25%
}

#pageContent-green-session .col33 {
    width: 33.3333%
}

#pageContent-green-session .col35 {
    width: 35%
}

#pageContent-green-session .col40 {
    width: 40%
}

#pageContent-green-session .col45 {
    width: 45%
}

#pageContent-green-session .col50 {
    width: 50%
}

#pageContent-green-session .col55 {
    width: 55%
}

#pageContent-green-session .col60 {
    width: 60%
}

#pageContent-green-session .col65 {
    width: 65%
}

#pageContent-green-session .col66 {
    width: 66.6666%
}

#pageContent-green-session .col75 {
    width: 75%
}

#pageContent-green-session .col100 {
    width: 100%
}

#pageContent-green-session .banner-container {
    background: #262626;
    margin-bottom: 3em;
    position: relative;
    overflow: hidden
}

#pageContent-green-session .banner-container .bg {
    width: 100%;
    margin: -2.5% 0;
    opacity: .75
}

#pageContent-green-session .banner-container .container {
    display: flex;
    align-items: center;
    justify-content: center;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#pageContent-green-session .banner-container .icon {
    width: 13em;
    margin: 5em 3em 3em
}

#pageContent-green-session .banner-container h2 {
    font-size: 5em;
    line-height: 1.25;
    letter-spacing: .024em;
    text-align: left;
    font-weight: bold;
    margin-bottom: 0;
    margin-right: 1em
}

#pageContent-green-session .banner-container .logo-asus {
    width: 8%;
    min-width: 6em;
    position: absolute;
    bottom: 0;
    right: 0;
    margin: 2.5% 4%
}

#pageContent-green-session .container {
    width: 80%;
    max-width: 62.5em;
    padding: 0;
    margin: 0 auto
}

#pageContent-green-session a {
    color: #133ED4
}

#pageContent-green-session a:hover,
#pageContent-green-session a:focus-visible {
    color: black
}

#pageContent-green-session .frame {
    display: flex;
    flex-wrap: nowrap;
    align-items: center;
    width: 100%;
    padding: 0 5%;
    margin: 0 0 1.5em;
    background: white;
    border-radius: 1.5em
}

#pageContent-green-session .frame.frame-large {
    padding: 2em 5%
}

#pageContent-green-session .frame.frame-large .content {
    padding-right: 1em
}

#pageContent-green-session picture img {
    width: 100%
}

#pageContent-green-session .feature-container picture {
    width: 8em;
    padding: 2em 0;
    flex-shrink: 0
}

#pageContent-green-session .feature-container .content {
    padding: 2em 0 2em 2em;
    border-left: 2px solid #e6e6e7;
    margin-left: 2em
}

@media screen and (min-width: 2560px) {
    #pageContent-green-session {
        font-size: 20px
    }
}

@media screen and (min-width: 3000px) {
    #pageContent-green-session {
        font-size: 34px
    }
}

@media screen and (max-width: 1440px) {
    #pageContent-green-session .banner-container h2 {
        font-size: 4em
    }

    #pageContent-green-session .banner-container .icon {
        width: 9em
    }
}

@media screen and (max-width: 1024px) {
    #pageContent-green-session .banner-container h2 {
        font-size: 3em
    }

    #pageContent-green-session .banner-container .icon {
        width: 7em
    }

    #pageContent-green-session .banner-container .logo-asus {
        margin: 1.25em 2em
    }

    #pageContent-green-session .container {
        width: 90%
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 768px) {
    #pageContent-green-session .banner-container .bg {
        margin: 0
    }

    #pageContent-green-session .banner-container h2 {
        font-size: 2.25em
    }

    #pageContent-green-session .banner-container .icon {
        width: 5em;
        margin: 0
    }

    #pageContent-green-session .frame.frame-large {
        flex-direction: column
    }

    #pageContent-green-session .frame.frame-large .content {
        width: 100%;
        margin-bottom: 2em
    }

    #pageContent-green-session .frame.frame-large picture {
        width: 100%
    }
}

@media screen and (max-width: 480px) {
    #pageContent-green-session .banner-container .bg {
        width: 240%;
        max-width: none !important;
        margin-left: -80%
    }

    #pageContent-green-session .banner-container .container {
        flex-direction: column;
        align-items: flex-start
    }

    #pageContent-green-session .banner-container h2 {
        font-size: 2em
    }

    #pageContent-green-session .banner-container .icon {
        width: 4em;
        margin: 1em 0 0
    }

    #pageContent-green-session h2,
    #pageContent-green-session .h2 {
        font-size: 1.75em
    }

    #pageContent-green-session h3,
    #pageContent-green-session .h3 {
        font-size: 1.5em
    }

    #pageContent-green-session .frame {
        padding: 1.5em 5%;
        border-radius: .75em;
        margin-bottom: .5em
    }

    #pageContent-green-session .frame.frame-large {
        padding: 1.5em 5%
    }

    #pageContent-green-session .frame.frame-large .content {
        padding-right: 0
    }

    #pageContent-green-session .feature-container li .frame {
        flex-direction: column
    }

    #pageContent-green-session .feature-container li .content {
        border: none;
        border-top: 2px solid #e6e6e7;
        margin: 1em 0 0;
        padding: 1em 0 0
    }

    #pageContent-green-session .feature-container picture {
        width: 6em;
        padding: 0;
        margin: 0 auto
    }
}

/*# sourceMappingURL=hd-style.css.map */
#hd .sec-spec ol li:nth-child(2) {
    display: none !important;
}

@media screen and (max-width: 1023px) {
    #hd .sec-spec ol li:nth-child(3) {
        order: 3;
    }

    #hd .sec-spec ol li:nth-child(4) {
        order: 5;
    }

    #hd .sec-spec ol li:nth-child(5) {
        order: 2;
    }

    #hd .sec-spec ol li:nth-child(6) {
        order: 4;
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-spec ol li:nth-child(n) {
        order: 0;
    }
}