@import url(../lib/owl-carousel/owl.carousel.min.css);
@import url("https://fast.fonts.net/t/1.css?apiType=js&projectid=9207232b-0445-4c65-b8d6-acac7c66a782");

#special-sectionOverview {
    margin-bottom: 100px
}

.width-line-gray {
    background: none
}

#hd {
    font-family: "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    background: #ffffff;
    color: #2b2b2b;
    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: #005ede;
    color: white;
    -webkit-text-fill-color: white
}

#hd * ::-moz-selection {
    background: #005ede;
    color: white
}

#hd * :focus-visible {
    outline-color: #005ede
}

#hd ul,
#hd li,
#hd figure {
    margin: 0;
    padding: 0
}

#hd h1,
#hd h2,
#hd h3,
#hd h4,
#hd p,
#hd a,
#hd li {
    font: inherit;
    padding: 0;
    margin: 0
}

#hd img {
    display: block;
    height: auto;
    border: none;
    max-width: 100% !important;
    margin: 0 auto
}

#hd img.lazyload {
    opacity: 0;
    -moz-transition: opacity 0.5s ease;
    -o-transition: opacity 0.5s ease;
    -webkit-transition: opacity 0.5s ease;
    transition: opacity 0.5s ease
}

#hd img.lazyload.lazyloaded {
    height: auto;
    opacity: 1
}

#hd video {
    max-width: 100%
}

#hd button {
    background: none;
    appearance: none;
    -webkit-appearance: none;
    box-shadow: none;
    border: none
}

#hd .sr-only {
    position: absolute;
    width: 1px;
    height: 1px;
    padding: 0;
    margin: -1px;
    overflow: hidden;
    clip: rect(0, 0, 0, 0);
    white-space: nowrap;
    border: 0
}

@-webkit-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-moz-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-ms-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-o-keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0
    }

    100% {
        opacity: 1
    }
}

@-webkit-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes zoomIn {
    0% {
        opacity: 0;
        -moz-transform: scale(1.2, 1.2);
        -o-transform: scale(1.2, 1.2);
        -ms-transform: scale(1.2, 1.2);
        -webkit-transform: scale(1.2, 1.2);
        transform: scale(1.2, 1.2)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes rotateIn {
    0% {
        opacity: 0;
        -moz-transform: rotate(-20deg) translate(-5%, -5%);
        -o-transform: rotate(-20deg) translate(-5%, -5%);
        -ms-transform: rotate(-20deg) translate(-5%, -5%);
        -webkit-transform: rotate(-20deg) translate(-5%, -5%);
        transform: rotate(-20deg) translate(-5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-moz-keyframes rotateIn {
    0% {
        opacity: 0;
        -moz-transform: rotate(-20deg) translate(-5%, -5%);
        -o-transform: rotate(-20deg) translate(-5%, -5%);
        -ms-transform: rotate(-20deg) translate(-5%, -5%);
        -webkit-transform: rotate(-20deg) translate(-5%, -5%);
        transform: rotate(-20deg) translate(-5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-ms-keyframes rotateIn {
    0% {
        opacity: 0;
        -moz-transform: rotate(-20deg) translate(-5%, -5%);
        -o-transform: rotate(-20deg) translate(-5%, -5%);
        -ms-transform: rotate(-20deg) translate(-5%, -5%);
        -webkit-transform: rotate(-20deg) translate(-5%, -5%);
        transform: rotate(-20deg) translate(-5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-o-keyframes rotateIn {
    0% {
        opacity: 0;
        -moz-transform: rotate(-20deg) translate(-5%, -5%);
        -o-transform: rotate(-20deg) translate(-5%, -5%);
        -ms-transform: rotate(-20deg) translate(-5%, -5%);
        -webkit-transform: rotate(-20deg) translate(-5%, -5%);
        transform: rotate(-20deg) translate(-5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@keyframes rotateIn {
    0% {
        opacity: 0;
        -moz-transform: rotate(-20deg) translate(-5%, -5%);
        -o-transform: rotate(-20deg) translate(-5%, -5%);
        -ms-transform: rotate(-20deg) translate(-5%, -5%);
        -webkit-transform: rotate(-20deg) translate(-5%, -5%);
        transform: rotate(-20deg) translate(-5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-webkit-keyframes showArrow {
    0% {
        opacity: 0;
        -moz-transform: rotate(10deg) translate(5%, -5%);
        -o-transform: rotate(10deg) translate(5%, -5%);
        -ms-transform: rotate(10deg) translate(5%, -5%);
        -webkit-transform: rotate(10deg) translate(5%, -5%);
        transform: rotate(10deg) translate(5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-moz-keyframes showArrow {
    0% {
        opacity: 0;
        -moz-transform: rotate(10deg) translate(5%, -5%);
        -o-transform: rotate(10deg) translate(5%, -5%);
        -ms-transform: rotate(10deg) translate(5%, -5%);
        -webkit-transform: rotate(10deg) translate(5%, -5%);
        transform: rotate(10deg) translate(5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-ms-keyframes showArrow {
    0% {
        opacity: 0;
        -moz-transform: rotate(10deg) translate(5%, -5%);
        -o-transform: rotate(10deg) translate(5%, -5%);
        -ms-transform: rotate(10deg) translate(5%, -5%);
        -webkit-transform: rotate(10deg) translate(5%, -5%);
        transform: rotate(10deg) translate(5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-o-keyframes showArrow {
    0% {
        opacity: 0;
        -moz-transform: rotate(10deg) translate(5%, -5%);
        -o-transform: rotate(10deg) translate(5%, -5%);
        -ms-transform: rotate(10deg) translate(5%, -5%);
        -webkit-transform: rotate(10deg) translate(5%, -5%);
        transform: rotate(10deg) translate(5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@keyframes showArrow {
    0% {
        opacity: 0;
        -moz-transform: rotate(10deg) translate(5%, -5%);
        -o-transform: rotate(10deg) translate(5%, -5%);
        -ms-transform: rotate(10deg) translate(5%, -5%);
        -webkit-transform: rotate(10deg) translate(5%, -5%);
        transform: rotate(10deg) translate(5%, -5%)
    }

    100% {
        opacity: 1;
        -moz-transform: rotate(0deg) translate(0, 0);
        -o-transform: rotate(0deg) translate(0, 0);
        -ms-transform: rotate(0deg) translate(0, 0);
        -webkit-transform: rotate(0deg) translate(0, 0);
        transform: rotate(0deg) translate(0, 0)
    }
}

@-webkit-keyframes popIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.6, .6);
        -o-transform: scale(.6, .6);
        -ms-transform: scale(.6, .6);
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6)
    }

    80% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-moz-keyframes popIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.6, .6);
        -o-transform: scale(.6, .6);
        -ms-transform: scale(.6, .6);
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6)
    }

    80% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-ms-keyframes popIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.6, .6);
        -o-transform: scale(.6, .6);
        -ms-transform: scale(.6, .6);
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6)
    }

    80% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-o-keyframes popIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.6, .6);
        -o-transform: scale(.6, .6);
        -ms-transform: scale(.6, .6);
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6)
    }

    80% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@keyframes popIn {
    0% {
        opacity: 0;
        -moz-transform: scale(.6, .6);
        -o-transform: scale(.6, .6);
        -ms-transform: scale(.6, .6);
        -webkit-transform: scale(.6, .6);
        transform: scale(.6, .6)
    }

    80% {
        -moz-transform: scale(1.1, 1.1);
        -o-transform: scale(1.1, 1.1);
        -ms-transform: scale(1.1, 1.1);
        -webkit-transform: scale(1.1, 1.1);
        transform: scale(1.1, 1.1)
    }

    100% {
        opacity: 1;
        -moz-transform: scale(1, 1);
        -o-transform: scale(1, 1);
        -ms-transform: scale(1, 1);
        -webkit-transform: scale(1, 1);
        transform: scale(1, 1)
    }
}

@-webkit-keyframes penIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-5%, 1%);
        -o-transform: translate(-5%, 1%);
        -ms-transform: translate(-5%, 1%);
        -webkit-transform: translate(-5%, 1%);
        transform: translate(-5%, 1%)
    }

    50% {
        opacity: 1
    }

    100% {
        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-keyframes penIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-5%, 1%);
        -o-transform: translate(-5%, 1%);
        -ms-transform: translate(-5%, 1%);
        -webkit-transform: translate(-5%, 1%);
        transform: translate(-5%, 1%)
    }

    50% {
        opacity: 1
    }

    100% {
        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)
    }
}

@-ms-keyframes penIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-5%, 1%);
        -o-transform: translate(-5%, 1%);
        -ms-transform: translate(-5%, 1%);
        -webkit-transform: translate(-5%, 1%);
        transform: translate(-5%, 1%)
    }

    50% {
        opacity: 1
    }

    100% {
        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)
    }
}

@-o-keyframes penIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-5%, 1%);
        -o-transform: translate(-5%, 1%);
        -ms-transform: translate(-5%, 1%);
        -webkit-transform: translate(-5%, 1%);
        transform: translate(-5%, 1%)
    }

    50% {
        opacity: 1
    }

    100% {
        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)
    }
}

@keyframes penIn {
    0% {
        opacity: 0;
        -moz-transform: translate(-5%, 1%);
        -o-transform: translate(-5%, 1%);
        -ms-transform: translate(-5%, 1%);
        -webkit-transform: translate(-5%, 1%);
        transform: translate(-5%, 1%)
    }

    50% {
        opacity: 1
    }

    100% {
        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)
    }
}

@-webkit-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInDown {
    0% {
        opacity: 0;
        -moz-transform: translateY(-20px);
        -o-transform: translateY(-20px);
        -ms-transform: translateY(-20px);
        -webkit-transform: translateY(-20px);
        transform: translateY(-20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-moz-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-ms-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-o-keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        -moz-transform: translateY(20px);
        -o-transform: translateY(20px);
        -ms-transform: translateY(20px);
        -webkit-transform: translateY(20px);
        transform: translateY(20px)
    }

    100% {
        opacity: 1;
        -moz-transform: translateY(0);
        -o-transform: translateY(0);
        -ms-transform: translateY(0);
        -webkit-transform: translateY(0);
        transform: translateY(0)
    }
}

@-webkit-keyframes dotHint {
    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)
    }

    100% {
        -moz-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2)
    }
}

@-moz-keyframes dotHint {
    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)
    }

    100% {
        -moz-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2)
    }
}

@-ms-keyframes dotHint {
    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)
    }

    100% {
        -moz-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2)
    }
}

@-o-keyframes dotHint {
    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)
    }

    100% {
        -moz-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2)
    }
}

@keyframes dotHint {
    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)
    }

    100% {
        -moz-transform: scale(2, 2);
        -o-transform: scale(2, 2);
        -ms-transform: scale(2, 2);
        -webkit-transform: scale(2, 2);
        transform: scale(2, 2)
    }
}

#hd .bg-grey {
    background: #2b2b2b
}

#hd .bg-dark {
    background: #051124
}

#hd .bg-white {
    background: white;
    color: black
}

#hd .bg-white h2 {
    color: black !important
}

#hd .bg-white h3 {
    color: black
}

#hd .bg-white .icon-container p {
    font-weight: 400
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Regular.eot");
    src: url("../fonts/TTNormsPro-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Regular.woff2") format("woff2"), url("../fonts/TTNormsPro-Regular.woff") format("woff"), url("../fonts/TTNormsPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Medium.eot");
    src: url("../fonts/TTNormsPro-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Medium.woff2") format("woff2"), url("../fonts/TTNormsPro-Medium.woff") format("woff"), url("../fonts/TTNormsPro-Medium.ttf") format("truetype");
    font-weight: 500;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'TT Norms Pro';
    src: url("../fonts/TTNormsPro-Bold.eot");
    src: url("../fonts/TTNormsPro-Bold.eot?#iefix") format("embedded-opentype"), url("../fonts/TTNormsPro-Bold.woff2") format("woff2"), url("../fonts/TTNormsPro-Bold.woff") format("woff"), url("../fonts/TTNormsPro-Bold.ttf") format("truetype");
    font-weight: 600;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: 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
}

@font-face {
    font-family: 'Helvetica Now Display';
    src: 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: 'Myriad Pro';
    src: url("../fonts/MyriadPro-Regular.woff2") format("woff2"), url("../fonts/MyriadPro-Regular.woff") format("woff"), url("../fonts/MyriadPro-Regular.ttf") format("truetype");
    font-weight: normal;
    font-style: normal;
    font-display: swap
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: 500;
    src: url("https://api2.fonts.com/FontSubsetter.ashx?d44f19a684109620e4841779a490e81805b18be1f0a05a52bfd7cbc26c0562a1ccc18f9c08ed27a6aaf06e47f11926546dfec7d1d87a4fb5ceaa72f5b860861862433028b944fb48e5cc9e2e9ee737a475be3b3f439638dd25fbd4d24ad91dd0e7059fc523f5a18c156d52c3f9f16c533f5f4bbd4e8e53a0e5e873d4b84d30ef4405ba398edc36a83dad4dcfa109811f394037883a5ed3cb9e4bf277fbff8da195af74549ea2d857583f5a341391366f733b9c9b1c30ee54d1205c29d93e1be8ee8e72e310bc8d2feaefbcb0846f3b2fdda631a415db7e8074ef3f1d73fd9c4fb892781d519caaaec5f06103729121e39d28d360895ba54494f873788902101453741d9566d9a03a8066d56828795f1565b0399b0d79b0a8d67730507fec2a0691c5243a428da2d7d5cc3d365daf4b&fctypeId=undefined&fcId=f90d27fc-fd02-4e0b-877a-4213c293ceec&env=&projectId=9207232b-0445-4c65-b8d6-acac7c66a782&ranges=20-7e,a0-17e,192-192,1a0-1a1,1af-1b0,1fa-1ff,218-21d,232-233,2c6-2c7,2c9-2c9,2d8-2dd,37e-37e,384-38a,38c-38c,38e-3a1,3a3-3ce,401-40c,40e-44f,451-45c,45e-45f,490-491,4d9-4d9,1e80-1e85,1ea0-1ef9,2010-2010,2013-2014,2018-201a,201c-201e,2020-2022,2026-2026,2030-2030,2039-203a,2044-2044,2070-2070,2074-2079,207d-207e,2080-2089,208d-208e,20ab-20ac,20b9-20b9,2113-2113,2116-2116,2122-2122,2126-2126,212e-212e,2202-2202,2206-2206,220f-220f,2211-2212,2215-2215,2219-221a,221e-221e,222b-222b,2248-2248,2260-2260,2264-2265,25ca-25ca,e000-e008,e184-e184,e300-e309,e310-e319,e320-e321,efed-efee,eff1-eff3,eff5-eff5,eff7-eff7,f629-f634,f638-f64c,f64e-f66c,f6ae-f6bd,f6c1-f6c3,f6c9-f6d8,f6dc-f6dc,f6df-f6e8,f730-f739,fb00-fb04&ot=false") format("woff"), url("https://api2.fonts.com/FontSubsetter.ashx?d44f19a684109620e4841779a490e81805b18be1f0a05a52bfd7cbc26c0562a1ccc18f9c08ed27a6aaf06e47f11926546dfec7d1d87a4fb5ceaa72f5b860861862433028b944fb48e5cc9e2e9ee737a475be3b3f439638dd25fbd4d24ad91dd0e7059fc523f5a18c156d52c3f9f16c533f5f4bbd4e8e53a0e5e873d4b84d30ef4405ba398edc36a83dad4dcfa109811f394037883a5ed3cb9e4bf277fbff8da195af74549ea2d857583f5a341391366f733b9c9b1c30ee54d1205c29d93e1be8ee8e72e310bc8d2feaefbcb0846f3b2fdda631a415db7e8074ef3f1d73fd9c4fb892781d519caaaec5f06103729121e39d28d360895ba54494f873788902101453741d9566d9a03a8066d56828795f1565b0399b0d79b0a8d67730507fec2a0691c5243a428da2d7d5cc3d365daf4b&fctypeId=undefined&fcId=f90d27fc-fd02-4e0b-877a-4213c293ceec&env=&projectId=9207232b-0445-4c65-b8d6-acac7c66a782&ranges=20-7e,a0-17e,192-192,1a0-1a1,1af-1b0,1fa-1ff,218-21d,232-233,2c6-2c7,2c9-2c9,2d8-2dd,37e-37e,384-38a,38c-38c,38e-3a1,3a3-3ce,401-40c,40e-44f,451-45c,45e-45f,490-491,4d9-4d9,1e80-1e85,1ea0-1ef9,2010-2010,2013-2014,2018-201a,201c-201e,2020-2022,2026-2026,2030-2030,2039-203a,2044-2044,2070-2070,2074-2079,207d-207e,2080-2089,208d-208e,20ab-20ac,20b9-20b9,2113-2113,2116-2116,2122-2122,2126-2126,212e-212e,2202-2202,2206-2206,220f-220f,2211-2212,2215-2215,2219-221a,221e-221e,222b-222b,2248-2248,2260-2260,2264-2265,25ca-25ca,e000-e008,e184-e184,e300-e309,e310-e319,e320-e321,efed-efee,eff1-eff3,eff5-eff5,eff7-eff7,f629-f634,f638-f64c,f64e-f66c,f6ae-f6bd,f6c1-f6c3,f6c9-f6d8,f6dc-f6dc,f6df-f6e8,f730-f739,fb00-fb04&ot=false") format("woff2");
    font-display: swap
}

@font-face {
    font-family: 'Myriad Pro';
    font-weight: 600;
    src: url("https://api2.fonts.com/FontSubsetter.ashx?d44f19a684109620e4841779a490e81805b18be1f0a05a52bfd7cbc26c0562a1ccc18f9c08ed27a6aaf06e47f11926546dfec7d1d87a4fb5ceaa72f5b860861862433028b944fb48e5cc9e2e9ee737a475be3b3f439638dd25fbd4d24ad91dd0e7059fc523f5a18c156d52c3f9f16c533f5f4bbd4e8e53a0e5e873d4b84d30ef4405ba398edc36a83dad4dcfa109811f394037883a5ed3cb9e4bf277fbff8da195af74549ea2d857583f5a341391366f733b9c9b1c30ee54d1205c29d93e1be8ee8e72e310bc8d2feaefbcb0846f3b2fdda631a415db7e8074ef3f1d73fd9c4fb892781d519caaaec5f06103729121e39d28d360895ba54494f873788902101453741d9566d9a03a8066d56828795f1565b0399b0d79b0a8d67730507fec2a0691c5243a428da2d7d5cc3d365daf4b&fctypeId=undefined&fcId=9d36f96f-09f5-43fc-9ee5-243da6a7b82e&env=&projectId=9207232b-0445-4c65-b8d6-acac7c66a782&ranges=20-7e,a0-17e,192-192,1a0-1a1,1af-1b0,1fa-1ff,218-21d,232-233,2c6-2c7,2c9-2c9,2d8-2dd,37e-37e,384-38a,38c-38c,38e-3a1,3a3-3ce,401-40c,40e-44f,451-45c,45e-45f,490-491,4d9-4d9,1e80-1e85,1ea0-1ef9,2010-2010,2013-2014,2018-201a,201c-201e,2020-2022,2026-2026,2030-2030,2039-203a,2044-2044,2070-2070,2074-2079,207d-207e,2080-2089,208d-208e,20ab-20ac,20b9-20b9,2113-2113,2116-2116,2122-2122,2126-2126,212e-212e,2202-2202,2206-2206,220f-220f,2211-2212,2215-2215,2219-221a,221e-221e,222b-222b,2248-2248,2260-2260,2264-2265,25ca-25ca,e000-e008,e184-e184,e300-e309,e310-e319,e320-e321,efed-efee,eff1-eff3,eff5-eff5,eff7-eff7,f629-f634,f638-f64c,f64e-f66c,f6ae-f6bd,f6c1-f6c3,f6c9-f6d8,f6dc-f6dc,f6df-f6e8,f730-f739,fb00-fb04&ot=false") format("woff"), url("https://api2.fonts.com/FontSubsetter.ashx?d44f19a684109620e4841779a490e81805b18be1f0a05a52bfd7cbc26c0562a1ccc18f9c08ed27a6aaf06e47f11926546dfec7d1d87a4fb5ceaa72f5b860861862433028b944fb48e5cc9e2e9ee737a475be3b3f439638dd25fbd4d24ad91dd0e7059fc523f5a18c156d52c3f9f16c533f5f4bbd4e8e53a0e5e873d4b84d30ef4405ba398edc36a83dad4dcfa109811f394037883a5ed3cb9e4bf277fbff8da195af74549ea2d857583f5a341391366f733b9c9b1c30ee54d1205c29d93e1be8ee8e72e310bc8d2feaefbcb0846f3b2fdda631a415db7e8074ef3f1d73fd9c4fb892781d519caaaec5f06103729121e39d28d360895ba54494f873788902101453741d9566d9a03a8066d56828795f1565b0399b0d79b0a8d67730507fec2a0691c5243a428da2d7d5cc3d365daf4b&fctypeId=undefined&fcId=9d36f96f-09f5-43fc-9ee5-243da6a7b82e&env=&projectId=9207232b-0445-4c65-b8d6-acac7c66a782&ranges=20-7e,a0-17e,192-192,1a0-1a1,1af-1b0,1fa-1ff,218-21d,232-233,2c6-2c7,2c9-2c9,2d8-2dd,37e-37e,384-38a,38c-38c,38e-3a1,3a3-3ce,401-40c,40e-44f,451-45c,45e-45f,490-491,4d9-4d9,1e80-1e85,1ea0-1ef9,2010-2010,2013-2014,2018-201a,201c-201e,2020-2022,2026-2026,2030-2030,2039-203a,2044-2044,2070-2070,2074-2079,207d-207e,2080-2089,208d-208e,20ab-20ac,20b9-20b9,2113-2113,2116-2116,2122-2122,2126-2126,212e-212e,2202-2202,2206-2206,220f-220f,2211-2212,2215-2215,2219-221a,221e-221e,222b-222b,2248-2248,2260-2260,2264-2265,25ca-25ca,e000-e008,e184-e184,e300-e309,e310-e319,e320-e321,efed-efee,eff1-eff3,eff5-eff5,eff7-eff7,f629-f634,f638-f64c,f64e-f66c,f6ae-f6bd,f6c1-f6c3,f6c9-f6d8,f6dc-f6dc,f6df-f6e8,f730-f739,fb00-fb04&ot=false") format("woff2");
    font-display: swap
}

#hd {
    font-size: 16px
}

#hd h2,
#hd .h2 {
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.25em;
    font-weight: 500;
    letter-spacing: -.018em;
    line-height: 1.125;
    color: #191b1c !important;
    margin-bottom: .75em;
    word-break: normal;
    word-wrap: normal
}

#hd h3,
#hd .h3 {
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.875em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 1.3;
    color: #191b1c;
    margin-bottom: .125em
}

#hd h4,
#hd .h4 {
    font-family: "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    font-weight: 500;
    letter-spacing: .018em;
    line-height: 1.3;
    color: #191b1c;
    margin-bottom: .75em
}

#hd h5 {
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #191b1c
}

#hd h6 {
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
    color: #191b1c
}

#hd p,
#hd small,
#hd a,
#hd li {
    font-family: "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif
}

#hd p {
    font-size: 1em;
    font-weight: 400;
    line-height: 1.6;
    letter-spacing: 0
}

#hd p.color-primary {
    font-weight: 400
}

#hd b {
    font-weight: bold
}

#hd small {
    font-size: .875em;
    letter-spacing: 0
}

#hd .align-center {
    text-align: center
}

#hd .align-left {
    text-align: left
}

#hd .align-right {
    text-align: right
}

#hd .align-italic {
    font-style: italic
}

#hd a.txt-link {
    display: inline-block;
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.2em;
    font-weight: 600;
    letter-spacing: 0;
    text-decoration: underline;
    text-underline-offset: .125em
}

#hd a.txt-link:hover {
    color: white
}

#hd .title-stroke {
    position: relative;
    z-index: 2
}

#hd .title-stroke:before {
    content: '';
    width: 6.5em;
    height: 2em;
    background: url(../img/stroke-grey.png) center no-repeat;
    background-size: contain;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    z-index: -1
}

#hd .title-stroke.stroke-light:before {
    width: 7.5em;
    height: 2em;
    background-image: url(../img/stroke-light.png);
    top: -.5em;
    left: -.25em;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd .title-stroke.stroke-primary:before {
    background-image: url(../img/stroke-primary.png);
    width: 6.75em;
    height: 2em;
    top: 0;
    left: 0;
    -moz-transform: translate(0, 0);
    -o-transform: translate(0, 0);
    -ms-transform: translate(0, 0);
    -webkit-transform: translate(0, 0);
    transform: translate(0, 0)
}

#hd .title-stroke.stroke-large {
    display: inline-block
}

#hd .title-stroke.stroke-large.stroke-grey:before {
    background-image: url(../img/eye-care/stroke-grey.png)
}

#hd .title-stroke.stroke-large.stroke-primary:before {
    background-image: url(../img/eye-care/stroke-primary.png)
}

#hd .title-stroke.stroke-large:before {
    width: 110%;
    height: 0;
    padding-bottom: 30%;
    background-position: center center;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%)
}

#hd .hd-uppercase {
    text-transform: uppercase
}

#hd .color-primary {
    color: #005ede !important
}

#hd .color-secondary {
    color: #1f36b0 !important
}

#hd .color-grey {
    color: #747474 !important
}

#hd .color-white {
    color: white !important
}

#hd .color-dark-grey {
    color: #393839 !important
}

#hd .color-gradient {
    display: inline-block;
    color: #005ede !important;
    background-color: #005ede;
    background-image: -moz-linear-gradient(134deg, #005ede, #1c39c8);
    background-image: -webkit-linear-gradient(134deg, #005ede, #1c39c8);
    background-image: linear-gradient(134deg, #005ede, #1c39c8);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0)
}

_:-ms-fullscreen,
:root #hd .color-gradient {
    background: transparent !important
}

@media screen and (min-width: 2560px) {
    #hd {
        font-size: 20px
    }

    #hd h2,
    #hd .h2 {
        font-size: 2.5em
    }
}

@media screen and (min-width: 3000px) {
    #hd {
        font-size: 28px
    }
}

@media screen and (max-width: 1440px) {

    #hd h2,
    #hd .h2 {
        margin-bottom: .5em
    }
}

@media screen and (max-width: 1280px) {

    #hd h2,
    #hd .h2 {
        margin-bottom: .3em
    }
}

@media screen and (max-width: 1024px) {

    #hd h3,
    #hd .h3 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 768px) {

    #hd h2,
    #hd .h2 {
        font-size: 2.5em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.25em
    }
}

@media screen and (max-width: 620px) {

    #hd h3,
    #hd .h3 {
        font-size: 1.5em
    }
}

@media screen and (max-width: 480px) {

    #hd h2,
    #hd .h2 {
        font-size: 1.75em
    }

    #hd h3,
    #hd .h3 {
        font-size: 1.25em
    }
}

#hd .w95 {
    width: 94%;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000,
#hd .hd-w1100,
#hd .hd-w1200,
#hd .hd-w1300,
#hd .hd-w1400 {
    width: 80%;
    max-width: 1200px;
    margin: 0 auto;
    position: relative
}

#hd .hd-w1000 {
    max-width: 1000px
}

#hd .hd-w1100 {
    max-width: 1100px
}

#hd .hd-w1300 {
    max-width: 1300px
}

#hd .hd-w1400 {
    max-width: 1460px
}

#hd .hd-mw1000 {
    max-width: 1000px
}

#hd .hd-col20 {
    width: 20%
}

#hd .hd-col25 {
    width: 25%
}

#hd .hd-col30 {
    width: 30%
}

#hd .hd-col33 {
    width: 33.3333%
}

#hd .hd-col35 {
    width: 35%
}

#hd .hd-col40 {
    width: 40%
}

#hd .hd-col45 {
    width: 45%
}

#hd .hd-col50 {
    width: 50%
}

#hd .hd-col55 {
    width: 55%
}

#hd .hd-col60 {
    width: 60%
}

#hd .hd-col65 {
    width: 65%
}

#hd .hd-col66 {
    width: 66.6666%
}

#hd .hd-col70 {
    width: 70%
}

#hd .hd-col75 {
    width: 75%
}

#hd .hd-col80 {
    width: 80%
}

#hd .hd-col100 {
    width: 100%
}

#hd .ib-top {
    display: inline-block;
    vertical-align: top
}

#hd .ib-bottom {
    display: inline-block;
    vertical-align: bottom
}

#hd .flex-wrap {
    display: flex;
    flex-wrap: wrap
}

#hd .flex-nowrap {
    display: flex;
    flex-wrap: nowrap
}

#hd .align-items-center {
    align-items: center
}

#hd .align-items-start {
    align-items: flex-start
}

#hd .align-items-end {
    align-items: flex-end
}

#hd .justify-content-center {
    justify-content: center
}

#hd .justify-content-start {
    justify-content: flex-start
}

#hd .justify-content-end {
    justify-content: flex-end
}

#hd .justify-content-between {
    justify-content: space-between
}

#hd .justify-content-around {
    justify-content: space-around
}

#hd .flex-row-reverse {
    flex-direction: row-reverse
}

#hd .hd-d-none {
    display: none !important
}

#hd .hd-d-ib {
    display: inline-block !important
}

#hd .ml-auto {
    margin-left: auto
}

#hd .mr-auto {
    margin-right: auto
}

#hd .mx-auto {
    margin-left: auto;
    margin-right: auto
}

@media screen and (min-width: 2560px) {
    #hd .hd-mw1000 {
        max-width: 1380px
    }

    #hd .hd-w1000 {
        max-width: 1380px
    }

    #hd .hd-w1100 {
        max-width: 1400px
    }

    #hd .hd-w1200 {
        max-width: 1400px
    }

    #hd .hd-w1300 {
        max-width: 1550px
    }

    #hd .hd-w1400 {
        max-width: 2000px
    }
}

@media screen and (min-width: 3000px) {
    #hd .hd-mw1000 {
        max-width: 1800px
    }

    #hd .hd-w1000 {
        max-width: 1800px
    }

    #hd .hd-w1100 {
        max-width: 2300px
    }

    #hd .hd-w1200 {
        max-width: 2300px
    }

    #hd .hd-w1300 {
        max-width: 2500px
    }

    #hd .hd-w1400 {
        max-width: 2700px
    }
}

@media screen and (max-width: 1440px) {
    #hd .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1280px) {
    #hd .hd-d-1280-none {
        display: none !important
    }

    #hd .hd-d-1280-block {
        display: block !important
    }
}

@media screen and (max-width: 1024px) {

    #hd .hd-w1000,
    #hd .hd-w1100,
    #hd .hd-w1200,
    #hd .hd-w1300,
    #hd .hd-w1400 {
        width: 90%
    }
}

@media screen and (max-width: 1024px) and (orientation: portrait),
screen and (max-width: 1023px) {
    #hd .hd-d-mobile-none {
        display: none !important
    }

    #hd .hd-d-mobile-block {
        display: block !important
    }
}

@media screen and (max-width: 1023px) {
    #hd .hd-d-1023-none {
        display: none !important
    }

    #hd .hd-d-1023-block {
        display: block !important
    }

    #hd .hd-d-1023-inline-block {
        display: inline-block !important
    }
}

@media screen and (max-width: 768px) {
    #hd .hd-d-768-none {
        display: none !important
    }

    #hd .hd-d-768-block {
        display: block !important
    }

    #hd .hd-d-768-flex {
        display: flex !important
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-d-620-none {
        display: none !important
    }

    #hd .hd-d-620-block {
        display: block !important
    }
}

@media screen and (max-width: 480px) {
    #hd .hd-d-480-none {
        display: none !important
    }

    #hd .hd-d-480-block {
        display: block !important
    }
}

#hd .hd-lightbox {
    width: 100%;
    height: 100vh;
    padding: 20px;
    position: fixed;
    top: 0;
    left: 0;
    display: none;
    z-index: 10
}

#hd .hd-lightbox .hd-filter {
    width: 100%;
    height: 100%;
    background: #000;
    position: absolute;
    top: 0;
    left: 0
}

#hd .hd-lightbox .hd-box {
    width: 60%;
    height: auto;
    max-width: 1280px;
    max-height: 720px;
    background: black;
    position: absolute;
    top: 50%;
    left: 50%;
    -moz-transform: translate(-50%, -50%);
    -o-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    box-sizing: border-box
}

#hd .hd-lightbox .vid-container {
    width: 100%;
    height: 0;
    padding-bottom: 56.25%;
    position: relative
}

#hd .hd-lightbox .vid-container iframe {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-close {
    width: 60px;
    height: 60px;
    background: #747474;
    position: absolute;
    top: 0;
    right: 0;
    cursor: pointer;
    z-index: 2
}

#hd .hd-lightbox .hd-close:hover {
    background: #005ede
}

#hd .hd-lightbox .hd-close>span {
    display: block;
    width: 24px;
    height: 2px;
    background: white;
    -webkit-border-radius: 1.5px;
    -moz-border-radius: 1.5px;
    border-radius: 1.5px;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .hd-lightbox .hd-close>span:first-child {
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    transform: rotateZ(45deg)
}

#hd .hd-lightbox .hd-close>span:last-child {
    -moz-transform: rotateZ(-45deg);
    -o-transform: rotateZ(-45deg);
    -ms-transform: rotateZ(-45deg);
    -webkit-transform: rotateZ(-45deg);
    transform: rotateZ(-45deg)
}

#hd .trigger-play {
    cursor: pointer
}

@media screen and (max-width: 1024px) {
    #hd .hd-lightbox .hd-close {
        width: 40px;
        height: 40px;
        top: 16px;
        right: 16px
    }

    #hd .hd-lightbox .hd-close>span {
        width: 20px;
        height: 2px
    }
}

@media screen and (max-width: 620px) {
    #hd .hd-lightbox .hd-box {
        width: 100%
    }
}

#hd .scroll-up {
    position: fixed;
    right: 0;
    bottom: 50px;
    height: 50px;
    width: 50px;
    cursor: pointer;
    background: white;
    opacity: 0;
    z-index: 5;
    -moz-transition: opacity 0.4s ease;
    -o-transition: opacity 0.4s ease;
    -webkit-transition: opacity 0.4s ease;
    transition: opacity 0.4s ease
}

#hd .scroll-up svg {
    width: 100%;
    display: block;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5px;
    left: 0;
    margin: auto;
    fill: #005ede;
    -moz-transform: rotate(270deg);
    -o-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    -webkit-transform: rotate(270deg);
    transform: rotate(270deg)
}

#hd .scroll-up.hd-show {
    opacity: 1
}

#hd .scroll-up:hover {
    background-color: #005ede
}

#hd .scroll-up:hover svg {
    fill: white
}

@media screen and (min-width: 2560px) {
    #hd .scroll-up {
        bottom: 4em;
        height: 4em;
        width: 4em
    }
}

@media screen and (max-width: 480px) {
    #hd .scroll-up {
        width: 48px;
        height: 48px;
        bottom: 0;
        right: 0
    }
}

#hd .filter-tab {
    display: flex;
    flex-wrap: nowrap;
    max-width: 55em;
    text-align: center;
    margin: 1em auto 6em
}

#hd .filter-tab li {
    width: 50%;
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.125em;
    font-weight: 500;
    padding: 1em .5em 1.125em;
    margin: .5em .25em;
    text-transform: uppercase;
    border: 2px solid #1f36b0;
    position: relative;
    cursor: pointer
}

#hd .filter-tab li.hd-active {
    font-weight: 300;
    background: #1f36b0;
    color: white;
    cursor: default
}

#hd .tab-content>div {
    display: none
}

#hd .tab-content>div.hd-active {
    display: block;
    -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
}

@media screen and (min-width: 2560px) {
    #hd .filter-tab {
        max-width: 60em
    }

    #hd .filter-tab li {
        font-size: 1.3em
    }
}

@media screen and (max-width: 1280px) {
    #hd .filter-tab {
        max-width: 46em;
        margin-bottom: 4em
    }
}

@media screen and (max-width: 768px) {
    #hd .filter-tab {
        margin-bottom: 2em
    }

    #hd .filter-tab li {
        font-size: 1.1em
    }
}

@media screen and (max-width: 620px) {
    #hd .filter-tab {
        max-width: 20em;
        margin: 0 auto 2em;
        flex-direction: column
    }

    #hd .filter-tab li {
        width: 100%;
        font-size: 1.1em;
        padding: .75em .5em 1em;
        margin: .25em
    }

    #hd .filter-tab li:before {
        height: 2px;
        bottom: .5em
    }
}

#hd .sec-kv {
    padding-bottom: 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-kv .hd-pd {
    width: 100%;
    margin-bottom: -2%
}

#hd .sec-kv .h3 {
    font-size: 1.8em;
    letter-spacing: -.018em;
    margin-bottom: .25em
}

#hd .sec-kv .h3 strong {
    font-weight: 500
}

#hd .sec-kv .h3 img {
    display: inline-block;
    width: 8em
}

#hd .sec-kv h2 {
    font-size: 3.4275em;
    letter-spacing: -.03em;
    margin-bottom: .35em
}

#hd .sec-kv .hd-content {
    max-width: 60em;
    margin: 0 auto
}

#hd .sec-kv .hd-content p {
    margin-bottom: .5em
}

#hd .sec-kv .hd-content ul {
    width: 80%;
    margin: 0 auto 1.5em
}

#hd .sec-kv .hd-content img {
    width: 75%;
    margin: 0 auto 1em
}

@media screen and (max-width: 1440px) {
    #hd .sec-kv .hd-pd {
        width: 120%;
        max-width: none !important;
        margin-left: -10%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-kv .h3 {
        font-size: 1.5em
    }

    #hd .sec-kv h2 {
        font-size: 3.25em
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-kv {
        padding-bottom: 2em
    }

    #hd .sec-kv h2 {
        margin-bottom: .25em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-kv .hd-pd {
        width: 150%;
        margin-left: -25%
    }

    #hd .sec-kv .hd-container {
        text-align: left
    }

    #hd .sec-kv h2 {
        font-size: 2.75em
    }

    #hd .sec-kv .hd-content ul {
        width: 100%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-kv h2 {
        font-size: 2.25em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-kv .h3 {
        font-size: 1.25em
    }

    #hd .sec-kv h2 {
        font-size: 2em
    }

    #hd .sec-kv .hd-content ul {
        margin-bottom: 0
    }

    #hd .sec-kv .hd-content li {
        width: 33.3333%
    }
}

#hd .sec-scenario {
    position: relative;
    overflow: hidden
}

#hd .sec-scenario ul {
    position: relative
}

#hd .sec-scenario ul:before,
#hd .sec-scenario ul:after {
    content: '';
    display: block;
    width: 8%;
    height: 0;
    padding-bottom: 8%;
    margin: -6%;
    background: 0 0 no-repeat;
    background-size: contain;
    position: absolute
}

#hd .sec-scenario ul:before {
    background-image: url(../img/frame-top.png);
    top: 0;
    left: 0
}

#hd .sec-scenario ul:after {
    margin-bottom: -2%;
    background-image: url(../img/frame-bottom.png);
    bottom: 0;
    right: 0
}

#hd .sec-scenario li {
    padding: 0 1em
}

#hd .sec-scenario .trigger-video {
    background: #005ede;
    cursor: pointer;
    position: relative;
    overflow: hidden
}

#hd .sec-scenario .trigger-video img {
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#hd .sec-scenario .trigger-video img.hd-cover {
    width: 100%
}

#hd .sec-scenario .trigger-video img.hd-play {
    width: 4em;
    height: 4em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto
}

#hd .sec-scenario .trigger-video:hover .hd-cover,
#hd .sec-scenario .trigger-video:focus-visible .hd-cover {
    opacity: .75
}

#hd .sec-scenario .trigger-video:hover .hd-play,
#hd .sec-scenario .trigger-video:focus-visible .hd-play {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#hd .sec-scenario .trigger-video:active .hd-cover {
    opacity: .75
}

#hd .sec-scenario .trigger-video:active .hd-play {
    -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: 1440px) {

    #hd .sec-scenario ul:before,
    #hd .sec-scenario ul:after {
        width: 6%;
        padding-bottom: 6%;
        margin: -4%
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-scenario li {
        padding: 0 .5em
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-scenario li {
        width: 100%;
        padding: .5em 0
    }

    #hd .sec-scenario .trigger-video img.hd-play {
        width: 2.5em;
        height: 2.5em
    }
}

#hd .sec-scenario {
    padding: 6.25em 0 8em
}

#hd .sec-scenario p {
    max-width: 54em;
    margin: 0 auto 5em
}

#hd .sec-scenario h3 {
    font-weight: 500;
    letter-spacing: 0.01em;
    margin: .75em 0
}

#hd .sec-scenario ul {
    margin: 0 -.8em
}

#hd .sec-scenario li {
    padding: 0 .8em
}

#hd .sec-scenario figure {
    position: relative;
    overflow: hidden;
    border-radius: 2.5em
}

@media screen and (min-width: 2560px) {
    #hd .sec-scenario p {
        max-width: 62em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-scenario {
        padding: 4em 0
    }

    #hd .sec-scenario ul {
        margin: 0 -.5em
    }

    #hd .sec-scenario li {
        padding: 0 .5em
    }

    #hd .sec-scenario figure {
        border-radius: 2em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-scenario {
        padding: 3em 0
    }

    #hd .sec-scenario .hd-container {
        text-align: left
    }

    #hd .sec-scenario ul {
        text-align: center
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-scenario p {
        margin-bottom: 2em
    }

    #hd .sec-scenario ul {
        flex-direction: column;
        width: 90%;
        margin: 0 auto
    }

    #hd .sec-scenario li {
        width: 100%;
        margin-bottom: 1em
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-scenario {
        padding: 2em 0
    }
}

#hd .sec-pen {
    position: relative;
    overflow: hidden
}

#hd .sec-pen .hd-content {
    max-width: 35em;
    margin-left: auto;
    position: relative;
    z-index: 2
}

#hd .sec-pen .hd-content h2+p {
    margin-bottom: .75em
}

#hd .sec-pen .hd-content .txt-link {
    font-size: 1.1em;
    font-weight: 500;
    letter-spacing: -.018em;
    color: #191b1c;
    padding-bottom: .25em;
    text-decoration: none;
    background-color: transparent;
    background-image: -moz-linear-gradient(180deg, transparent 92%, #191b1c 92%);
    background-image: -webkit-linear-gradient(180deg, transparent 92%, #191b1c 92%);
    background-image: linear-gradient(180deg, transparent 92%, #191b1c 92%);
    background-color: transparent;
    margin-top: 2.5em
}

#hd .sec-pen .title-stroke {
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.4em;
    font-weight: 400;
    letter-spacing: 0;
    line-height: 2.125;
    padding-left: 1.25em;
    margin-left: -1.25em;
    margin-bottom: .25em
}

#hd .sec-pen figure {
    width: 98%;
    margin-top: -9%;
    position: relative;
    overflow: hidden
}

#hd .sec-pen figure img {
    width: 85%;
    max-width: none !important;
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#hd .sec-pen figure img.hd-pd {
    position: relative
}

#hd .sec-pen figure img.hd-pen,
#hd .sec-pen figure img.hd-stroke {
    opacity: 0
}

#hd .sec-pen figure.is-animated img.hd-pen {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: penIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .6s;
    -moz-animation-name: penIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .6s;
    -o-animation-name: penIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .6s;
    animation-name: penIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-pen figure.is-animated img.hd-stroke {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: .6s;
    -webkit-animation-name: fadeIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: .6s;
    -moz-animation-name: fadeIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: .6s;
    -o-animation-name: fadeIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: .6s;
    animation-name: fadeIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media screen and (max-width: 1700px) {
    #hd .sec-pen figure img {
        width: 100%;
        margin-right: -2%
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-pen .hd-content {
        margin-right: -5%
    }

    #hd .sec-pen figure {
        margin-top: -10%;
        width: 105%
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-pen .hd-content {
        width: 52%;
        margin-right: -2%
    }

    #hd .sec-pen .hd-content .txt-link {
        margin-top: 1.5em
    }

    #hd .sec-pen figure {
        margin-top: -12%
    }

    #hd .sec-pen figure img {
        width: 130%;
        margin-left: -12%;
        margin-right: -18%
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-pen .hd-content {
        width: 100%;
        max-width: none;
        padding: 0;
        margin: 0 0 2em
    }

    #hd .sec-pen figure {
        margin-top: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-pen figure img {
        width: 160%;
        margin-left: -30%;
        margin-right: -30%
    }
}

#hd .sec-software {
    padding: 1em 0 2.5em
}

#hd .sec-software .feature-container .title-stroke {
    font-size: 2.5em;
    font-weight: 500;
    line-height: 1.5;
    letter-spacing: 0;
    padding: 0 2em;
    margin-bottom: .875em
}

#hd .sec-software .feature-container .title-stroke:before {
    width: 5.5em
}

#hd .sec-software .feature-container small {
    display: block;
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: .55em;
    font-weight: 500;
    letter-spacing: 0;
    position: absolute;
    top: 100%;
    left: 0;
    right: 0;
    margin: -.5em auto 0
}

#hd .sec-software .spec-container {
    max-width: 35.75em;
    margin: 0 auto
}

#hd .sec-software .spec-container .hd-wrapper {
    position: relative
}

#hd .sec-software .spec-container .hd-note small {
    display: block;
    margin: 2em 0
}

#hd .sec-software .spec-container img {
    width: 100%
}

#hd .sec-software .spec-container img.hd-line {
    position: absolute;
    top: 0;
    left: 0;
    right: 0
}

#hd .sec-software .spec-container img.hd-snap {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    opacity: 0;
    pointer-events: none
}

#hd .sec-software .spec-container .hd-dot {
    width: 1.5em;
    height: 1.5em;
    position: absolute;
    top: 14%;
    z-index: 2
}

#hd .sec-software .spec-container .hd-dot:nth-child(1) {
    left: 21%
}

#hd .sec-software .spec-container .hd-dot:nth-child(2) {
    left: 29.75%
}

#hd .sec-software .spec-container .hd-dot:before,
#hd .sec-software .spec-container .hd-dot:after {
    content: '';
    display: block;
    width: 50%;
    height: 50%;
    border-radius: 50%;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#hd .sec-software .spec-container .hd-dot:before {
    background: rgba(255, 255, 255, 0.25)
}

#hd .sec-software .spec-container .hd-dot:after {
    background: white
}

#hd .sec-software .spec-container .hd-dot:hover,
#hd .sec-software .spec-container .hd-dot:focus-visible {
    opacity: 1 !important
}

#hd .sec-software .spec-container .hd-dot:hover:before,
#hd .sec-software .spec-container .hd-dot:hover:after,
#hd .sec-software .spec-container .hd-dot:focus-visible:before,
#hd .sec-software .spec-container .hd-dot:focus-visible:after {
    -moz-transform: scale(1.1, 1.1);
    -o-transform: scale(1.1, 1.1);
    -ms-transform: scale(1.1, 1.1);
    -webkit-transform: scale(1.1, 1.1);
    transform: scale(1.1, 1.1)
}

#hd .sec-software .spec-container ol:not(.hd-dots) li {
    font-size: 1.125em;
    position: absolute
}

#hd .sec-software .spec-container ol:not(.hd-dots) li:nth-child(1) {
    top: 85%;
    left: 17%
}

#hd .sec-software .spec-container ol:not(.hd-dots) li:nth-child(2) {
    top: 65%;
    left: 46%
}

#hd .sec-software .spec-container.is-animated .hd-dot:before {
    -webkit-animation-delay: 0s;
    -webkit-animation-duration: 1s;
    -webkit-animation-name: dotHint;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 5;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: 0s;
    -moz-animation-duration: 1s;
    -moz-animation-name: dotHint;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 5;
    -moz-animation-fill-mode: both;
    -o-animation-delay: 0s;
    -o-animation-duration: 1s;
    -o-animation-name: dotHint;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 5;
    -o-animation-fill-mode: both;
    animation-delay: 0s;
    animation-duration: 1s;
    animation-name: dotHint;
    animation-timing-function: ease;
    animation-iteration-count: 5;
    animation-fill-mode: both
}

#hd .sec-software .monitor-container {
    width: 90%;
    margin: .75em auto 0;
    position: relative;
    overflow: hidden
}

#hd .sec-software .monitor-container img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0
}

#hd .sec-software .monitor-container img.hd-pd {
    position: relative
}

#hd .sec-software .monitor-container .hd-txt {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 26em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 5%;
    left: 0;
    margin: auto
}

#hd .sec-software .monitor-container .color-gradient {
    background-color: #a7c9ff;
    background-image: -moz-linear-gradient(134deg, #a7c9ff, #639fff);
    background-image: -webkit-linear-gradient(134deg, #a7c9ff, #639fff);
    background-image: linear-gradient(134deg, #a7c9ff, #639fff);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent
}

_:-ms-fullscreen,
:root #hd .sec-software .monitor-container .color-gradient {
    background: transparent !important
}

@media screen and (max-width: 1280px) {
    #hd .sec-software .spec-container .hd-snap {
        width: 60vw
    }

    #hd .sec-software .monitor-container img.hd-arrow {
        width: 110%;
        max-width: none !important;
        margin-top: -5%;
        margin-left: -8%
    }

    #hd .sec-software .monitor-container .hd-txt {
        bottom: 12%
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-software {
        padding-bottom: 2em
    }

    #hd .sec-software .spec-container .hd-snap {
        margin-top: 1vw
    }

    #hd .sec-software .monitor-container {
        width: 100%
    }

    #hd .sec-software .monitor-container img.hd-arrow {
        width: 120%;
        max-width: none !important;
        margin-top: -8%;
        margin-left: -14%
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-software .feature-container .title-stroke {
        padding: 0 1em
    }

    #hd .sec-software .feature-container .title-stroke:before {
        width: 4em
    }

    #hd .sec-software .spec-container .hd-dot {
        width: 4vw;
        height: 4vw
    }

    #hd .sec-software .spec-container .hd-snap {
        margin-top: 1.875vw
    }

    #hd .sec-software .monitor-container img.hd-arrow {
        width: 100%;
        margin-top: 0;
        margin-left: 0
    }

    #hd .sec-software .monitor-container .hd-txt {
        width: 100%;
        align-items: flex-start;
        color: #191b1c !important;
        text-align: left;
        padding-top: 1em;
        position: relative
    }

    #hd .sec-software .monitor-container .color-gradient {
        background-color: #005ede;
        background-image: -moz-linear-gradient(134deg, #005ede, #1c39c8);
        background-image: -webkit-linear-gradient(134deg, #005ede, #1c39c8);
        background-image: linear-gradient(134deg, #005ede, #1c39c8);
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent
    }
}

_:-ms-fullscreen,
:root #hd .sec-software .monitor-container .color-gradient {
    background: transparent !important
}

@media screen and (max-width: 480px) {
    #hd .sec-software .spec-container .hd-snap {
        margin-top: 3.5vw
    }

    #hd .sec-software .spec-container ol:not(.hd-dots) li:nth-child(2) {
        top: 54%;
        left: 47%
    }

    #hd .sec-software .monitor-container {
        margin-top: 1.5em
    }
}

#hd .sec-productivity {
    padding: 4em 0
}

#hd .sec-productivity figure {
    width: 70%;
    margin-left: -3.3334%
}

#hd .sec-productivity .hd-content {
    padding-left: 3.5em;
    padding-right: 2em
}

#hd .sec-productivity .hd-content p {
    margin-bottom: 1.5em
}

@media screen and (max-width: 1280px) {
    #hd .sec-productivity .hd-content {
        padding-left: 3em;
        padding-right: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-productivity figure {
        width: 62.5%;
        margin-left: -2.5%
    }

    #hd .sec-productivity .hd-content {
        width: 40%;
        padding-left: 2em
    }
}

@media screen and (max-width: 1023px) {
    #hd .sec-productivity {
        padding: 3em 0
    }

    #hd .sec-productivity .hd-container {
        flex-direction: column-reverse
    }

    #hd .sec-productivity figure {
        width: 100%;
        margin: 2em 0 0
    }

    #hd .sec-productivity .hd-content {
        width: 100%;
        padding: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-productivity {
        padding: 2em 0
    }
}

#hd .sec-positions {
    padding: 6em 0 10em;
    position: relative;
    overflow: hidden
}

#hd .sec-positions:before {
    content: '';
    display: block;
    width: 77%;
    height: 0;
    padding-bottom: 60%;
    border-radius: 50%;
    background-color: #f1f1f1;
    background-image: -moz-linear-gradient(180deg, #f1f1f1, #fff 50%);
    background-image: -webkit-linear-gradient(180deg, #f1f1f1, #fff 50%);
    background-image: linear-gradient(180deg, #f1f1f1, #fff 50%);
    position: absolute;
    top: 7.5em;
    right: -6%;
    opacity: 0
}

#hd .sec-positions .hd-container {
    padding: 0 2em
}

#hd .sec-positions .hd-row {
    margin-bottom: 3em
}

#hd .sec-positions .hd-content {
    max-width: 31em;
    padding-right: 1em
}

#hd .sec-positions .hd-content img {
    width: 5em;
    margin: 1em 0 0
}

#hd .sec-positions figure {
    margin-top: -1.5em;
    position: relative;
    padding-right: 3.5em;

}

#hd .sec-positions figure img {
    width: 104%;
    max-width: none !important;
    margin-right: -4%;
    margin-left: 4%
}

#hd .sec-positions figure .hd-pd {
    position: relative; 
}

#hd .sec-positions figure .hd-arrow {
    position: absolute;
    top: 0;
    left: 0;
    opacity: 0
}

#hd .sec-positions ul {
    margin: 0 -.5em
}

#hd .sec-positions ul li {
    padding: 0 .5em
}

#hd .sec-positions.is-animated:before {
    -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: both;
    -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: both;
    -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: both;
    animation-delay: 0s;
    animation-duration: .8s;
    animation-name: fadeInUp;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-positions.is-animated figure .hd-arrow {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: rotateIn;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .25s;
    -moz-animation-duration: .4s;
    -moz-animation-name: rotateIn;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .25s;
    -o-animation-duration: .4s;
    -o-animation-name: rotateIn;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .4s;
    animation-name: rotateIn;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

@media screen and (min-width: 2560px) {
    #hd .sec-positions .hd-container {
        padding: 0
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-positions {
        padding: 4em 0 6em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-positions .hd-container {
        padding: 0
    }

    #hd .sec-positions .hd-row {
        margin-bottom: 2em
    }

    #hd .sec-positions figure {
        margin-top: 0
    }

    #hd .sec-positions figure img {
        width: 100%;
        margin: 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-positions {
        padding: 2em 0
    }

    #hd .sec-positions:before {
        width: 85%;
        top: 16em
    }

    #hd .sec-positions .hd-row {
        flex-direction: column
    }

    #hd .sec-positions .hd-content {
        width: 100%;
        max-width: none;
        padding-right: 0;
        margin-bottom: -3em
    }

    #hd .sec-positions figure {
        width: 90%;
        margin-left: auto;
        aspect-ratio: 4 / 3; 
    }

    

    #hd .sec-positions .hd-content a:hover{
        background-image: linear-gradient(134deg, #00b2de, #1c46c8);
        transition: all 0.3s;
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-positions:before {
        top: 22em
    }

    #hd .sec-positions .hd-content {
        margin-bottom: -1em
    }

    #hd .sec-positions figure {
        width: 100%
    }
}

#hd .sec-orientation {
    position: relative
}

#hd .sec-orientation figure {
    position: relative;
    overflow: hidden
}

#hd .sec-orientation figure img {
    width: 100%
}

#hd .sec-orientation .hd-container {
    display: flex;
    flex-direction: column;
    padding-left: 12%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2
}

#hd .sec-orientation .hd-content {
    width: 67%;
    max-width: 36em;
    padding: 2em 0;
    margin: 0 auto
}

#hd .sec-orientation .hd-content h2 {
    margin-bottom: .25em
}

#hd .sec-orientation .hd-content p,
#hd .sec-orientation .hd-content small {
    text-shadow: 0 0 4px white, 0 0 10px white, 0 0 25px white
}

#hd .sec-orientation .hd-content p {
    margin-bottom: .5em
}

#hd .sec-orientation .hd-content img {
    width: 4em;
    margin: 1.75em 0 0
}

@media screen and (max-width: 1700px) {
    #hd .sec-orientation figure img {
        width: 1920px;
        max-width: none !important;
        margin-left: calc(50vw - 1920px / 2)
    }
}

@media screen and (max-width: 1440px) {
    #hd .sec-orientation .hd-content {
        padding-left: 1em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-orientation figure img {
        margin-left: calc(55vw - 1920px / 2)
    }

    #hd .sec-orientation .hd-container {
        padding-left: 27%
    }

    #hd .sec-orientation .hd-content {
        width: 90%;
        max-width: 40em;
        padding-left: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-orientation {
        display: flex;
        flex-direction: column-reverse
    }

    #hd .sec-orientation figure {
        margin-top: -10%
    }

    #hd .sec-orientation figure:before {
        content: '';
        display: block;
        width: 100%;
        height: 0;
        padding-bottom: 20%;
        background-color: #fff;
        background-image: -moz-linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0));
        background-image: -webkit-linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0));
        background-image: linear-gradient(180deg, #fff 50%, rgba(255, 255, 255, 0));
        background-color: rgba(255, 255, 255, 0);
        position: absolute;
        top: 0;
        left: 0;
        pointer-events: none
    }

    #hd .sec-orientation figure img {
        width: 130%;
        margin-left: -6%
    }

    #hd .sec-orientation .hd-container {
        padding: 0;
        position: relative
    }

    #hd .sec-orientation .hd-content {
        width: 100%;
        max-width: none
    }

    #hd .sec-orientation .hd-content h2 {
        margin-bottom: .3em
    }
}

#hd .sec-ips {
    background: url(../img/ips/bg-ips.jpg) center 70% no-repeat;
    background-size: 100% auto;
    padding: 8em 0;
    position: relative;
    overflow: hidden
}

#hd .sec-ips figure {
    position: relative
}

#hd .sec-ips figure img {
    width: 98%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 2%
}

#hd .sec-ips figure img.hd-pd {
    position: relative
}

#hd .sec-ips figure img.hd-degree {
    opacity: 0
}

#hd .sec-ips figure.is-animated img.hd-degree {
    -webkit-animation-delay: .25s;
    -webkit-animation-duration: .25s;
    -webkit-animation-name: zoomIn;
    -webkit-animation-timing-function: ease-in-out;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .25s;
    -moz-animation-duration: .25s;
    -moz-animation-name: zoomIn;
    -moz-animation-timing-function: ease-in-out;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .25s;
    -o-animation-duration: .25s;
    -o-animation-name: zoomIn;
    -o-animation-timing-function: ease-in-out;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .25s;
    animation-duration: .25s;
    animation-name: zoomIn;
    animation-timing-function: ease-in-out;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-ips .hd-content {
    width: 47em;
    margin: 0 auto 3em
}

@media screen and (max-width: 1440px) {
    #hd .sec-ips {
        padding: 4em 0
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-ips {
        background-position: center 80%
    }

    #hd .sec-ips .hd-container {
        display: flex;
        flex-direction: column
    }

    #hd .sec-ips .hd-content {
        width: 100%;
        margin: 0 0 1em;
        text-align: left
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-ips .hd-content {
        padding: 0
    }
}

@media screen and (max-width: 480px) {
    #hd .sec-ips {
        padding: 2em 0 1em
    }

    #hd .sec-ips figure {
        width: 100%;
        margin: 0 auto 2em
    }

    #hd .sec-ips figure img {
        width: 100%;
        margin: 0
    }
}

#hd .sec-connectivity {
    background: url(../img/connectivity/bg-connectivity.jpg) center no-repeat;
    background-size: cover;
    padding: 10em 0 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-connectivity .hd-container {
    margin-bottom: 6em
}

#hd .sec-connectivity .hd-content {
    width: 44em;
    margin: 0 auto
}

#hd .sec-connectivity .hd-content p {
    text-shadow: 0 0 4px white, 0 0 10px white, 0 0 25px white
}

#hd .sec-connectivity figure {
    width: 75%;
    margin: 0 auto;
    position: relative
}

#hd .sec-connectivity figure img {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    margin: 0 auto
}

#hd .sec-connectivity figure img.hd-pd {
    position: relative
}

#hd .sec-connectivity ol {
    position: absolute;
    right: 72%;
    bottom: 20%
}

#hd .sec-connectivity ol li {
    font-family: "TT Norms Pro", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.7vw;
    font-weight: 400;
    line-height: 1;
    margin-bottom: .5em;
    white-space: nowrap
}

#hd .sec-connectivity ol li h3 {
    display: inline-block;
    font: inherit
}

#hd .sec-connectivity ol li small {
    display: block;
    font-size: .65em
}

@media screen and (max-width: 1440px) {
    #hd .sec-connectivity {
        padding: 8em 0 3em
    }

    #hd .sec-connectivity .hd-container {
        margin-bottom: 3em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-connectivity {
        padding-top: 6em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-connectivity {
        padding-top: 4em
    }

    #hd .sec-connectivity .hd-content {
        width: 100%;
        margin: 0 auto 1em;
        text-align: left
    }

    #hd .sec-connectivity figure {
        width: 80%;
        margin-right: 2%
    }

    #hd .sec-connectivity ol li {
        font-size: 2.5vw
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-connectivity {
        padding: 3em 0 2em;
        background-size: auto 140%;
        background-position: bottom center
    }

    #hd .sec-connectivity .hd-container {
        margin-bottom: 2em
    }

    #hd .sec-connectivity figure {
        width: 100%
    }

    #hd .sec-connectivity figure img {
        width: 110%;
        max-width: none !important;
        margin-left: -10%
    }

    #hd .sec-connectivity figure img.hd-line {
        display: none
    }

    #hd .sec-connectivity ol {
        width: 90%;
        margin: 0 auto;
        counter-reset: mycounter;
        position: relative;
        right: 0;
        bottom: 0
    }

    #hd .sec-connectivity ol li {
        font-size: 1.25em;
        font-weight: 500;
        line-height: 1.5;
        padding-left: 2em;
        white-space: normal
    }

    #hd .sec-connectivity ol li:before {
        counter-increment: mycounter;
        content: counter(mycounter);
        display: block;
        width: 1.5em;
        height: 1.5em;
        line-height: 1.5em;
        text-align: center;
        border-radius: 1em;
        background: #1f36b0;
        color: white;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2
    }

    #hd .sec-connectivity .title-stroke:before {
        top: -.25em
    }
}

#hd .sec-eye {
    padding: 11.25em 0 4em;
    position: relative;
    overflow: hidden
}

#hd .sec-eye h3 {
    font-weight: 300
}

#hd .sec-eye .tab-blueLight .hd-container:before {
    content: '';
    display: block;
    width: 20%;
    height: 0;
    padding-bottom: 20%;
    background: url(../img/eye-care/arrow.png) 0 0 no-repeat;
    background-size: contain;
    position: absolute;
    bottom: 12%;
    right: -16%
}

#hd .sec-eye .tab-blueLight.hd-active .hd-container:before {
    -webkit-animation-delay: .4s;
    -webkit-animation-duration: .4s;
    -webkit-animation-name: showArrow;
    -webkit-animation-timing-function: ease;
    -webkit-animation-iteration-count: 1;
    -webkit-animation-fill-mode: both;
    -moz-animation-delay: .4s;
    -moz-animation-duration: .4s;
    -moz-animation-name: showArrow;
    -moz-animation-timing-function: ease;
    -moz-animation-iteration-count: 1;
    -moz-animation-fill-mode: both;
    -o-animation-delay: .4s;
    -o-animation-duration: .4s;
    -o-animation-name: showArrow;
    -o-animation-timing-function: ease;
    -o-animation-iteration-count: 1;
    -o-animation-fill-mode: both;
    animation-delay: .4s;
    animation-duration: .4s;
    animation-name: showArrow;
    animation-timing-function: ease;
    animation-iteration-count: 1;
    animation-fill-mode: both
}

#hd .sec-eye .tab-blueLight figure {
    padding-left: 5%;
    position: relative
}

#hd .sec-eye .tab-blueLight figure>img {
    width: 112%;
    max-width: none !important;
    margin: 0 -9% 0 -3%
}

#hd .sec-eye .tab-blueLight figure div>img {
    margin-bottom: -1.35em
}

#hd .sec-eye .tab-blueLight figure small {
    display: inline-block;
    min-width: 15em;
    font-size: .9em;
    text-align: center;
    line-height: 1.25;
    padding: .75em .5em
}

#hd .sec-eye .tab-blueLight .hd-light {
    width: 91.5%;
    height: 0;
    padding-bottom: 52.5%;
    background: rgba(255, 255, 2, 0.2);
    position: absolute;
    top: 2.8%;
    left: 6.25%;
    right: 0;
    margin: 0 auto;
    opacity: 0
}

#hd .sec-eye .tab-blueLight .lv-container {
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0;
    right: 0
}

#hd .sec-eye .tab-blueLight .lv-container li {
    font-family: "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-weight: 300;
    font-size: 1.5em;
    position: absolute;
    bottom: 17%;
    right: 6%;
    opacity: 0
}

#hd .sec-eye .tab-blueLight .lv-container li.hd-active {
    opacity: 1
}

#hd .sec-eye .tab-blueLight .hd-content {
    padding-top: 1em;
    padding-left: 4em;
    position: relative;
    z-index: 2
}

#hd .sec-eye .tab-blueLight .hd-content p {
    margin-bottom: 2em
}

#hd .sec-eye .tab-blueLight .hd-info {
    padding-top: 1em
}

#hd .sec-eye .tab-blueLight .hd-info li {
    font-size: 1.25em;
    color: white;
    padding: .9em 1.25em;
    cursor: pointer;
    -moz-transition: all 0.25s ease;
    -o-transition: all 0.25s ease;
    -webkit-transition: all 0.25s ease;
    transition: all 0.25s ease
}

#hd .sec-eye .tab-blueLight .hd-info li:nth-child(1) {
    background: #e2f4ff;
    color: #034c8c
}

#hd .sec-eye .tab-blueLight .hd-info li:nth-child(2) {
    background: #b0c9d9;
    color: #034c8c
}

#hd .sec-eye .tab-blueLight .hd-info li:nth-child(3) {
    background: #80a5bc;
    color: #034c8c
}

#hd .sec-eye .tab-blueLight .hd-info li:nth-child(4) {
    background: #4777ac
}

#hd .sec-eye .tab-blueLight .hd-info li:nth-child(5) {
    background: #1d4f86
}

#hd .sec-eye .tab-blueLight .hd-info li:hover,
#hd .sec-eye .tab-blueLight .hd-info li:focus-visible {
    box-shadow: 0 0 0 .2em white inset
}

#hd .sec-eye .tab-blueLight .hd-info li:active {
    box-shadow: 0 0 0 .25em white inset
}

#hd .sec-eye .tab-blueLight .hd-logo {
    width: 13em;
    margin: 1.5em 0 0
}

#hd .sec-eye .tab-flickerFree .hd-content,
#hd .sec-eye .tab-blueLight .hd-content {
    padding-left: 4em
}

#hd .sec-eye .tab-flickerFree .hd-content p,
#hd .sec-eye .tab-blueLight .hd-content p {
    max-width: 22em
}

#hd .sec-eye .tab-flickerFree figure,
#hd .sec-eye .tab-blueLight figure {
    padding-left: 5%
}

#hd .sec-eye .tab-flickerFree figure>div,
#hd .sec-eye .tab-blueLight figure>div {
    position: relative
}

#hd .sec-eye .tab-flickerFree figure img,
#hd .sec-eye .tab-blueLight figure img {
    margin-bottom: -1.35em
}

#hd .sec-eye .tab-flickerFree figure small,
#hd .sec-eye .tab-blueLight figure small {
    display: inline-block;
    font-size: .9em;
    text-align: center;
    line-height: 1.25;
    padding: .75em .5em
}

@media screen and (max-width: 1440px) {
    #hd .sec-eye {
        padding: 8em 0 4em
    }

    #hd .sec-eye .tab-blueLight .hd-content,
    #hd .sec-eye .tab-flickerFree .hd-content {
        padding-left: 3em
    }
}

@media screen and (max-width: 1280px) {
    #hd .sec-eye {
        padding: 6em 0 4em
    }

    #hd .sec-eye .tab-blueLight .hd-content,
    #hd .sec-eye .tab-flickerFree .hd-content {
        padding-left: 2em
    }

    #hd .sec-eye .tab-blueLight .hd-container:before {
        width: 16%;
        padding-bottom: 16%;
        right: -10%
    }

    #hd .sec-eye .tab-flickerFree figure,
    #hd .sec-eye .tab-blueLight figure {
        padding-left: 0
    }
}

@media screen and (max-width: 1024px) {
    #hd .sec-eye .tab-blueLight .hd-container:before {
        display: none
    }

    #hd .sec-eye .tab-blueLight .hd-content p {
        margin-bottom: 1em
    }

    #hd .sec-eye .tab-blueLight .hd-info li {
        font-size: 1.125em
    }
}

@media screen and (max-width: 768px) {
    #hd .sec-eye {
        padding: 2em 0
    }

    #hd .sec-eye h2 {
        text-align: left
    }

    #hd .sec-eye .tab-blueLight .hd-container {
        flex-direction: column
    }

    #hd .sec-eye .tab-blueLight .hd-col55 {
        width: 100%
    }

    #hd .sec-eye .tab-blueLight figure>img {
        width: 120%;
        margin: 0 -10%
    }

    #hd .sec-eye .tab-blueLight figure small {
        min-width: 0
    }

    #hd .sec-eye .tab-blueLight .hd-light {
        width: 98.25%;
        padding-bottom: 56.5%;
        left: .5%
    }

    #hd .sec-eye .tab-blueLight .hd-content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 1em
    }

    #hd .sec-eye .tab-blueLight .hd-logo {
        margin: 1em 0
    }

    #hd .sec-eye .tab-blueLight .hd-info {
        padding-left: 0
    }

    #hd .sec-eye .tab-blueLight .hd-info li {
        font-size: 1.25em
    }

    #hd .sec-eye .tab-flickerFree .hd-container,
    #hd .sec-eye .tab-blueLight .hd-container {
        flex-direction: column
    }

    #hd .sec-eye .tab-flickerFree figure,
    #hd .sec-eye .tab-blueLight figure {
        width: 100%
    }

    #hd .sec-eye .tab-flickerFree figure small,
    #hd .sec-eye .tab-blueLight figure small {
        font-size: 1em
    }

    #hd .sec-eye .tab-flickerFree .hd-content,
    #hd .sec-eye .tab-blueLight .hd-content {
        width: 100%;
        padding-left: 0;
        padding-bottom: 1em
    }

    #hd .sec-eye .tab-flickerFree .hd-content p,
    #hd .sec-eye .tab-blueLight .hd-content p {
        max-width: none
    }
}

@media screen and (max-width: 620px) {
    #hd .sec-eye .tab-blueLight .hd-content {
        padding-top: 0
    }

    #hd .sec-eye .tab-blueLight .hd-info li {
        font-size: 1.125em
    }
}

@media screen and (max-width: 480px) {

    #hd .sec-eye .tab-flickerFree figure small,
    #hd .sec-eye .tab-blueLight figure small {
        font-size: .75em
    }
}

#hd .color-adobe {
    color: #5e11dd
}

#hd .sec-adobe {
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding: 8em 0;
    background: white;
    color: black
}

#hd .sec-adobe h3 {
    font-family: "Helvetica Now Display", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 2.5em;
    color: black !important;
    margin-bottom: .5em
}

#hd .sec-adobe p {
    font-family: "Helvetica Now Display", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", 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: "Helvetica Now Display", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", sans-serif;
    font-size: 1.5em;
    line-height: 1;
    letter-spacing: 0;
    margin-bottom: .125em
}

#hd .sec-adobe .hd-btn {
    font-family: "Helvetica Now Display", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", 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: "Helvetica Now Display", "Myriad Pro", "Segoe UI", "Arial", "PingFang TC", "Microsoft JhengHei", "Microsoft YaHei", 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
    }
}

/*# sourceMappingURL=hd-style.css.map */