#view-hero {
    color: #fff;
    padding-bottom: 0
}

#view-hero .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5)
}

#view-hero .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

#view-hero .slider {
    position: relative;
    padding-top: 120px;
    padding-bottom: 30px
}

@media (max-width: 767px) {
    #view-hero .slider {
        padding-top: 100px;
        padding-bottom: 0
    }
}

#view-hero .slider>.col-sm-6 {
    position: relative;
    padding-top: 37.5%
}

@media (max-width: 767px) {
    #view-hero .slider>.col-sm-6 {
        padding-top: 75%
    }
}

@media (max-width: 360px) {
    #view-hero .slider>.col-sm-6 {
        padding-top: 85%
    }
}

#view-hero .slider-0 {
    background-position: right;
    background-repeat: no-repeat;
    background-size: cover;
    color: #fff
}

#view-hero .slider-1 {
    background-position: left;
    background-repeat: no-repeat;
    background-size: cover;
    color: #222328
}

@media (max-width: 767px) {
    #view-hero .slider-1 {
        background-position: center
    }
}

#view-hero .slider-text,
#view-hero .video-wrapper {
    position: absolute;
    top: 50%;
    -webkit-transform: translate3d(0, -50%, 0);
    -moz-transform: translate3d(0, -50%, 0);
    -ms-transform: translate3d(0, -50%, 0);
    -o-transform: translate3d(0, -50%, 0);
    transform: translate3d(0, -50%, 0)
}

#view-hero .macbook-wrapper {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain
}

@media (max-width: 767px) {
    #view-hero .macbook-wrapper {
        position: absolute;
        top: 0;
        right: 10px;
        bottom: 30px;
        left: 10px
    }
}

#view-hero .video-wrapper {
    right: 9%
}

@media (max-width: 767px) {
    #view-hero .video-wrapper {
        right: 50%;
        -webkit-transform: translate3d(50%, -60%, 0);
        -moz-transform: translate3d(50%, -60%, 0);
        -ms-transform: translate3d(50%, -60%, 0);
        -o-transform: translate3d(50%, -60%, 0);
        transform: translate3d(50%, -60%, 0)
    }
}

#view-hero .slider-text {
    left: 0;
    padding-left: 15%;
    padding-right: 50px
}

@media (max-width: 767px) {
    #view-hero .slider-text {
        padding-left: 30px;
        padding-right: 30px
    }
}

#view-hero .slider-text h1,
#view-hero .slider-text p {
    margin-top: 0;
    margin-bottom: 10px;
    max-width: 480px
}

#view-hero .slider-text h1:lang(en),
#view-hero .slider-text p:lang(en) {
    font-family: "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif
}

#view-hero .slider-text h1 {
    font-weight: 100;
    text-transform: uppercase;
    font-size: 50px;
    line-height: 1.3
}

#view-hero .slider-text h1:lang(en) {
    font-size: 40px
}

@media (max-width: 1400px) {
    #view-hero .slider-text h1 {
        font-size: 36px
    }
}

@media (max-width: 1200px) {
    #view-hero .slider-text h1 {
        font-size: 28px
    }
}

#view-hero .slider-text p {
    font-family: "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    line-height: 1.9;
    color: #a8acb9;
    margin-top: 1em;
    text-align: justify
}

#view-hero .slider-text p:lang(en) {
    line-height: 1.4
}

#view-hero .slider-text p.second {
    color: #4f5362
}

@media (min-width: 769px) {

    #view-hero .slider-text p.first,
    #view-hero .slider-text p.second {
        font-size: 16px
    }
}

#view-hero .video {
    width: 600px;
    height: 338px;
    border-radius: 5px;
    box-shadow: 0 29px 40px 0 rgba(0, 0, 0, 0.62)
}

@media (max-width: 1400px) {
    #view-hero .video {
        width: 500px;
        height: 282px
    }
}

@media (max-width: 1200px) {
    #view-hero .video {
        width: 400px;
        height: 226px
    }
}

@media (max-width: 500px) {
    #view-hero .video {
        width: 300px;
        height: 169px
    }
}

#view-hero #video-controls {
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0
}

#view-hero #play-pause {
    position: absolute;
    width: 40px;
    height: 40px;
    left: 50%;
    margin-left: -20px;
    top: 50%;
    margin-top: -20px;
    border-radius: 50%;
    background: rgba(0, 0, 0, 0.2) url("../images/home/play-icon.svg") no-repeat center center;
    background-size: 20px 20px;
    background-position: 60% 50%;
    opacity: 1;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: all 0.15s ease-in-out;
    -moz-transition: all 0.15s ease-in-out;
    transition: all 0.15s ease-in-out
}

#view-hero #play-pause.playing {
    opacity: 0;
    -webkit-transform: scale(2);
    -moz-transform: scale(2);
    -ms-transform: scale(2);
    -o-transform: scale(2);
    transform: scale(2)
}

#view-hero .btn-aqua,
#view-hero .btn-azul {
    margin-top: 40px;
    margin-bottom: 20px;
    font-size: 14px;
    color: #fff;
    line-height: 2;
    letter-spacing: 1.4px;
    padding: 10px 68px;
    border-radius: 5px
}

#view-hero .btn-aqua:lang(en),
#view-hero .btn-azul:lang(en) {
    padding: 10px 20px
}

@media (max-width: 1200px) {

    #view-hero .btn-aqua,
    #view-hero .btn-azul {
        margin-top: 20px
    }
}

#view-hero .trial-tips {
    opacity: 0.5;
    font-family: "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    font-size: 14px
}

#view-hero .text-cool-grey {
    color: #fdfdfd
}

#view-hero .text-slate-grey {
    color: #0b0b0d
}

#view-features {
    padding-top: 100px;
    padding-bottom: 40px;
    background-color: #f9fafb
}

#view-features .feature-row {
    display: table;
    text-align: center
}

#view-features .feature {
    padding: 0 30px 60px;
    display: inline-block;
    vertical-align: top;
    float: none
}

#view-features .feature-name {
    font-size: 16px;
    line-height: 1.3;
    letter-spacing: 1.5px;
    text-align: center;
    color: #4f5362;
    margin-bottom: 20px
}

#view-features .feature-desc-text {
    width: 254px;
    margin: 0 auto;
    font-size: 14px;
    line-height: 1.7;
    color: #4f5362;
    word-break: break-word;
    text-align: left
}

#view-features .feature-icon {
    color: #9B9B9B;
    width: 50px;
    height: 50px;
    font-size: 50px;
    text-align: center;
    display: block;
    margin: 0px auto 30px
}

@media (max-width: 991px) {
    #view-features .feature-desc-text {
        min-height: 92px
    }
}

#view-testimonials {
    padding-bottom: 100px
}

#view-testimonials .testimonials-wrapper {
    overflow: auto;
    white-space: nowrap
}

#view-testimonials .testimonials-wrapper::after {
    clear: both;
    content: "";
    display: table
}

#view-testimonials .testimonials-wrapper .testimonial-item {
    display: inline-block;
    padding: 40px 0px 30px;
    width: 32%;
    margin-left: 1%;
    white-space: normal;
    position: relative
}

#view-testimonials .testimonial-item::before {
    content: '';
    position: absolute;
    top: -35px;
    left: 50%;
    margin-left: -9px;
    width: 18px;
    height: 13px;
    background: url("../img/quote.svg") no-repeat;
    background-size: contain
}

#view-testimonials .item-avatar {
    margin: 30px auto 20px;
    width: 80px;
    height: 80px;
    border-radius: 50%
}

#view-testimonials .item-text {
    line-height: 25px;
    padding: 5px 25px;
    word-break: break-word;
    min-height: 190px
}

#view-testimonials .item-name {
    font-family: "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    text-align: center;
    color: #4f5362;
    margin-bottom: 7px
}

#view-testimonials .item-company {
    font-family: "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    font-size: 12px;
    letter-spacing: 1.2px;
    text-align: center;
    color: #a8acb9
}

#view-testimonials .swiper-container-three,
#view-testimonials .swiper-container {
    padding-top: 100px
}

#view-testimonials .swiper-container-three {
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    z-index: 1
}

#view-testimonials .swiper-button-prev-lg,
#view-testimonials .swiper-button-next-lg {
    position: absolute;
    top: 50%;
    width: 27px;
    height: 44px;
    z-index: 10;
    cursor: pointer;
    font-size: 20px;
    color: rgba(79, 83, 98, 0.5)
}

#view-testimonials .swiper-button-prev,
#view-testimonials .swiper-button-next,
#view-testimonials .swiper-button-prev-lg,
#view-testimonials .swiper-button-next-lg {
    margin-top: 5px;
    background-size: 12px 20px
}

#view-testimonials .swiper-button-prev,
#view-testimonials .swiper-button-prev-lg {
    left: 10px;
    right: auto
}

#view-testimonials .swiper-button-next,
#view-testimonials .swiper-button-next-lg {
    right: 10px;
    left: auto
}

@media (max-width: 1199px) and (min-width: 992px) {
    #view-testimonials .swiper-button-prev-lg {
        left: 0px
    }

    #view-testimonials .swiper-button-next-lg {
        right: 0px
    }
}

@media (max-width: 767px) {
    #view-testimonials .item-text {
        text-align: center
    }
}

@media (min-width: 376px) {

    #view-testimonials .swiper-button-prev,
    #view-testimonials .swiper-button-next,
    #view-testimonials .swiper-button-prev-lg,
    #view-testimonials .swiper-button-next-lg {
        visibility: hidden
    }

    #view-testimonials:hover .swiper-button-prev,
    #view-testimonials:hover .swiper-button-prev-lg,
    #view-testimonials:hover .swiper-button-next,
    #view-testimonials:hover .swiper-button-next-lg {
        visibility: visible
    }
}

#view-showcases {
    padding: 0;
    overflow: hidden;
    width: 100%;
    height: 100vh;
    position: relative;
}

#view-showcases .swiper-container {
    margin: 0;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

#view-showcases .slide__image {
    display: block;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    width: 100%;
    height: 100vh;
    padding-top: 0;
    position: relative;
    box-shadow: none;
}

#view-showcases .slide-wrapper {
    transform: scale(1);
    transform-origin: 50% 50%;
    height: 100%;
}

#view-showcases .btn-swiper-prev,
#view-showcases .btn-swiper-next {
    z-index: 1;
    position: absolute;
    top: 50%;
    bottom: auto;
    width: 60px;
    height: 60px;
    padding: 0;
    cursor: pointer;
    transform: translateY(-50%);
}

#view-showcases .btn-swiper-prev {
    left: 20px;
}

#view-showcases .btn-swiper-next {
    right: 20px;
}

#view-showcases .btn-swiper-prev>i,
#view-showcases .btn-swiper-next>i {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 30px;
    color: #fff;
    text-shadow: 0 0 10px rgba(0,0,0,0.5);
}

#view-showcases .btn-swiper-prev:hover>i,
#view-showcases .btn-swiper-next:hover>i {
    color: #fff;
}

/* 移动端样式 */
@media (max-width: 767px) {
    #view-showcases {
        padding: 0;
        height: 40vh;
        position: relative;
    }
    
    #view-showcases .swiper-container {
        width: 100%;
        height: 100%;
        overflow: hidden;
    }
    
    #view-showcases .slide__image {
        height: 40vh;
        background-size: contain;
        background-position: center;
    }

    #view-showcases .slide-wrapper {
        height: 100%;
    }

    #view-showcases .btn-swiper-prev,
    #view-showcases .btn-swiper-next {
        width: 36px;
        height: 36px;
        opacity: 0.8;
        background: rgba(0, 0, 0, 0.3);
        border-radius: 50%;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #view-showcases .btn-swiper-prev {
        left: 15px;
    }

    #view-showcases .btn-swiper-next {
        right: 15px;
    }

    #view-showcases .btn-swiper-prev>i,
    #view-showcases .btn-swiper-next>i {
        font-size: 20px;
        position: static;
        transform: none;
    }
}

/* 平板设备适配 */
@media (min-width: 768px) and (max-width: 1024px) {
    #view-showcases {
        height: 90vh;
    }
    
    #view-showcases .slide__image {
        height: 90vh;
    }

    #view-showcases .btn-swiper-prev,
    #view-showcases .btn-swiper-next {
        width: 50px;
        height: 50px;
    }

    #view-showcases .btn-swiper-prev>i,
    #view-showcases .btn-swiper-next>i {
        font-size: 28px;
    }
}

/* 横屏模式适配 */
@media screen and (orientation: landscape) and (max-width: 767px) {
    #view-showcases {
        height: 90vh;
    }
    
    #view-showcases .slide__image {
        height: 90vh;
    }
}

#view-showcases .title {
    font-size: 40px;
    color: #27292b;
    font-weight: 100;
    line-height: 1.7
}

html[lang=en] #view-showcases .title {
    max-width: 800px;
    margin-left: auto;
    margin-right: auto;
    line-height: 1.4
}

@media (max-width: 767px) {
    #view-showcases .title {
        font-size: 28px
    }
}

#view-showcases .description {
    color: #4f5362;
    line-height: 1.7;
    max-width: 400px;
    margin: 0 auto
}

html[lang=en] #view-showcases .description {
    max-width: 600px
}

@media (max-width: 767px) {
    #view-showcases .description {
        max-width: 260px
    }
}

#view-showcases .swiper-wrapper {
    -webkit-transition-timing-function: cubic-bezier(0.8, 0, 0.55, 0.94);
    -moz-transition-timing-function: cubic-bezier(0.8, 0, 0.55, 0.94);
    transition-timing-function: cubic-bezier(0.8, 0, 0.55, 0.94)
}

#view-showcases .caption {
    width: 156px;
    display: inline-block;
    position: absolute;
    left: 50%;
    top: 50%;
    visibility: hidden;
    opacity: 0;
    -webkit-transition: all 0.35s ease-in-out;
    -moz-transition: all 0.35s ease-in-out;
    transition: all 0.35s ease-in-out;
    -webkit-transform: translate3d(-50%, -50%, 0);
    -moz-transform: translate3d(-50%, -50%, 0);
    -ms-transform: translate3d(-50%, -50%, 0);
    -o-transform: translate3d(-50%, -50%, 0);
    transform: translate3d(-50%, -50%, 0)
}

#view-showcases .caption .btn+.btn {
    margin-top: 30px
}

@media (min-width: 768px) {
    html:not(.touchevents) #view-showcases .swiper-slide.swiper-slide-active:hover .slide__image::before {
        background-color: rgba(39, 41, 43, 0.9)
    }

    html:not(.touchevents) #view-showcases .swiper-slide.swiper-slide-active:hover .caption {
        opacity: 1;
        visibility: visible
    }
}

#view-showcases .swiper-button-disabled {
    visibility: hidden
}

#view-email {
    font-family: "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    padding-top: 80px;
    padding-bottom: 100px;
    background-repeat: no-repeat;
    background-position: top center;
    background-size: cover
}

#view-email>.container {
    text-align: center
}

#view-email h1.title {
    font-size: 32px;
    line-height: 1.1;
    color: #ffffff
}

#view-email .text-desc {
    margin-top: 30px;
    font-size: 16px;
    line-height: 1.5;
    color: #ffffff
}

#view-email .subscribe-form {
    margin: 30px auto 0;
    display: inline-block;
    position: relative
}

#view-email .subscribe-form::after {
    clear: both;
    content: "";
    display: table
}

#view-email .subscribe-form .subscribe-email-input {
    padding-left: 10px;
    background-color: rgba(255, 255, 255, 0.2);
    height: 42px;
    border-width: 0;
    border-radius: 5px;
    color: #fff;
    border-top-left-radius: 0px;
    border-bottom-left-radius: 0px
}

#view-email .subscribe-form .subscribe-email-input::before {
    content: ''
}

#view-email .subscribe-form .input-group-addon {
    border-width: 0;
    background-color: rgba(255, 255, 255, 0.2);
    border-top-left-radius: 5px;
    border-bottom-left-radius: 5px;
    padding-left: 21px;
    padding-right: 12px
}

#view-email .subscribe-form .icon-email {
    color: #fff;
    font-size: 18px
}

#view-email .btn-azul {
    padding: 10px 50px;
    font-size: 14px;
    border-radius: 5px;
    background-color: #1f5dea;
    color: #fff
}

#view-email .btn-azul:hover,
#view-email .btn-azul:active {
    background-color: #4c7eef
}

@media (min-width: 992px) {
    #view-email .subscribe-form {
        width: 538px
    }

    #view-email .input-wrapper {
        display: inline-block;
        float: left;
        width: 360px
    }

    #view-email .subscribe-email-input {
        width: 309px
    }

    #view-email .btn-subscribe {
        margin-left: 20px;
        display: inline-block;
        float: left
    }
}

@media (max-width: 991px) and (min-width: 768px) {
    #view-email .subscribe-form {
        width: 538px
    }

    #view-email .input-wrapper {
        display: block;
        width: 360px;
        margin: 0 auto 20px
    }

    #view-email .subscribe-email-input {
        width: 309px
    }
}

@media (max-width: 767px) {
    #view-email .subscribe-form {
        width: 290px
    }

    #view-email .input-wrapper {
        display: block;
        width: 280px;
        margin: 0 auto 20px
    }

    #view-email .subscribe-email-input {
        width: 226px
    }

    #view-email .btn-azul {
        padding: 10px 111px
    }
}

#hero-parallax #devices-box {
    position: relative;
    overflow: visible;
    width: 90%;
    padding: 170px 0px;
    height: 710px;
    margin: 0 auto;
    max-width: 1350px
}

@media (max-width: 1060px) {
    #hero-parallax #devices-box {
        padding: 200px 0px
    }
}

@media (max-width: 835px) {
    #hero-parallax #devices-box {
        padding: 0px 0px 0px;
        width: 100%;
        margin-right: 0px;
        min-height: 320px
    }
}

@media (max-width: 470px) {
    #hero-parallax #devices-box {
        height: 690px
    }
}

#hero-parallax #devices-box .macbook {
    position: absolute;
    background-size: contain;
    width: 62%;
    background-repeat: no-repeat;
    padding: 1.8% 7% 3.5% 7%;
    right: 0;
    z-index: 99;
    top: 160px
}

@media (max-width: 1100px) {
    #hero-parallax #devices-box .macbook {
        top: 210px
    }
}

@media (max-width: 1000px) {
    #hero-parallax #devices-box .macbook {
        top: 210px
    }
}

@media (max-width: 975px) {
    #hero-parallax #devices-box .macbook {
        right: -30px
    }
}

@media (max-width: 905px) {
    #hero-parallax #devices-box .macbook {
        right: -55px
    }
}

@media (max-width: 835px) {
    #hero-parallax #devices-box .macbook {
        width: 70%;
        right: 15%;
        padding: 1.8% 7.8% 10.2% 7.8%;
        top: 49%
    }
}

@media (max-width: 640px) {
    #hero-parallax #devices-box .macbook {
        width: 90%;
        padding: 2.1% 9.5% 12.5% 9.5%;
        right: 5%
    }
}

@media (max-width: 530px) {
    #hero-parallax #devices-box .macbook {
        top: 57%
    }
}

@media (max-width: 370px) {
    #hero-parallax #devices-box .macbook {
        top: 64.2%;
        padding: 2.6% 9.6% 12.5% 9.6%
    }
}

#hero-parallax #devices-box .iphone {
    position: absolute;
    background-size: contain;
    width: 20%;
    background-repeat: no-repeat;
    top: 265px;
    right: -48px;
    z-index: 110;
    padding: 4.4% 4.2% 4.5%;
    background-position: center
}

@media (max-width: 1100px) {
    #hero-parallax #devices-box .iphone {
        top: 285px
    }
}

@media (max-width: 835px) {
    #hero-parallax #devices-box .iphone {
        width: 24%;
        right: 10%;
        top: 392px;
        padding: 5.2% 4.5% 5.5% 4.2%
    }
}

@media (max-width: 640px) {
    #hero-parallax #devices-box .iphone {
        top: 63%;
        right: 1%
    }
}

@media (max-width: 530px) {
    #hero-parallax #devices-box .iphone {
        top: 70%
    }
}

@media (max-width: 470px) {
    #hero-parallax #devices-box .iphone {
        top: 68.6%
    }
}

@media (max-width: 370px) {
    #hero-parallax #devices-box .iphone {
        top: 72%
    }
}

#hero-parallax .macbook-carousel-wrapper {
    z-index: 100;
    width: 100%
}

#hero-parallax .iphone-carousel-wrapper {
    z-index: 111;
    width: 100%
}

#hero-parallax .swiper-wrapper {
    z-index: 100
}

#hero-parallax .swiper-pagination {
    z-index: 110;
    width: 100%;
    top: 95%
}

@media (max-width: 1300px) {
    #hero-parallax .swiper-pagination {
        top: 90%
    }
}

@media (max-width: 590px) {
    #hero-parallax .swiper-pagination {
        top: 86%
    }
}

#hero-parallax .swiper-pagination-bullet {
    width: 10px;
    height: 10px;
    opacity: 0.5;
    background: #fff;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.5);
    margin-right: 10px
}

#hero-parallax .swiper-pagination-bullet-active {
    background: #fff;
    opacity: 1
}

#hero-parallax .home-parallax--main-background {
    width: 100%;
    min-height: 710px;
    background-size: cover;
    position: relative
}

@media (max-width: 835px) {
    #hero-parallax .home-parallax--main-background {
        min-height: 740px
    }
}

#hero-parallax .macbook-slider {
    background-size: cover;
    width: 100%;
    height: 0px;
    padding-top: 66.7%;
    border-radius: 1px
}

#hero-parallax .iphone-slider {
    background-size: cover;
    width: 100%;
    height: 0px;
    border-radius: 1px;
    padding-top: 181.3%
}

#hero-parallax .home-parallax-hero--text-box {
    font-family: "PingFangSC", "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    max-width: 420px;
    left: 20px;
    top: 28%
}

@media screen and (max-width: 1080px) {
    #hero-parallax .home-parallax-hero--text-box {
        max-width: 370px
    }
}

@media screen and (max-width: 835px) {
    #hero-parallax .home-parallax-hero--text-box {
        text-align: center;
        left: 0;
        width: 100%;
        top: 70px;
        position: relative;
        max-width: 530px;
        margin: 0 auto
    }
}

@media screen and (max-width: 530px) {
    #hero-parallax .home-parallax-hero--text-box {
        max-width: 380px
    }
}

#hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title {
    color: #fff;
    font-weight: 100;
    margin-bottom: 30px;
    display: inline-block;
    line-height: 1.4;
    font-size: 48px
}

#hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title:lang(en) {
    line-height: 1;
    font-size: 42px
}

@media screen and (max-width: 835px) {
    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title {
        font-size: 47px;
        margin-bottom: 15px;
        margin-top: 10px
    }
}

@media screen and (max-width: 700px) {
    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title {
        font-weight: 300;
        font-size: 32px;
        margin-top: 30px
    }

    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title:lang(zh) {
        margin: 0 30px;
        margin-top: 20px
    }

    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title:lang(en) {
        margin-top: 20px;
        font-size: 30px
    }
}

@media screen and (max-width: 470px) {
    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title {
        margin: 0 auto
    }

    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--title:lang(en) {
        padding: 0px 60px
    }
}

#hero-parallax .home-parallax-hero--text-box .home-parallax-hero--subtitle {
    color: #a8acb9;
    font-size: 15px;
    line-height: 1.88;
    margin-bottom: 50px;
    max-width: 350px;
    min-height: 90px
}

@media screen and (max-width: 1200px) {
    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--subtitle {
        max-width: 280px
    }
}

@media screen and (max-width: 835px) {
    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--subtitle {
        max-width: 342px;
        font-size: 14px;
        margin: 0 auto;
        margin-bottom: 20px;
        margin-top: 10px
    }

    #hero-parallax .home-parallax-hero--text-box .home-parallax-hero--subtitle:lang(zh) {
        margin-top: 20px;
        max-width: 262px
    }
}

#hero-parallax .home-parallax-hero--cta-box {
    font-family: "PingFangSC", "Montserrat Light", "PingFang SC", "Hiragino Sans GB", "Hiragino Sans GB W3", "Source Han Sans Light", "Source Han Sans SC Light", "Noto Sans CJK Sc Thin", "Microsoft YaHei Light", "Microsoft YaHei", "Microsoft Jhenghei", "Avenir", "Helvetica Neue", Arial, sans-serif;
    position: absolute;
    max-width: 420px;
    bottom: 113px;
    left: 20px
}

@media screen and (max-width: 835px) {
    #hero-parallax .home-parallax-hero--cta-box {
        text-align: center;
        left: 10%;
        width: 80%;
        bottom: 358px;
        max-width: 800px;
        margin: 0 auto
    }
}

@media screen and (max-width: 530px) {
    #hero-parallax .home-parallax-hero--cta-box {
        bottom: 320px
    }
}

@media screen and (max-width: 530px) and (max-width: 370px) {
    #hero-parallax .home-parallax-hero--cta-box {
        bottom: 318px
    }
}

#hero-parallax .home-parallax-hero--cta-box .btn-azul {
    padding: 10px 55px;
    border-radius: 5px;
    position: relative;
    z-index: 200;
    margin-bottom: 20px
}

#hero-parallax .home-parallax-hero--cta-box .btn-azul:hover,
#hero-parallax .home-parallax-hero--cta-box .btn-azul:focus {
    color: #fff
}

@media screen and (max-width: 835px) {
    #hero-parallax .home-parallax-hero--cta-box .btn-azul {
        margin: 0 auto;
        display: block;
        max-width: 183px;
        margin-bottom: 20px;
        margin-top: 20px
    }
}

#hero-parallax .home-parallax-hero--cta-box .home-parallax-hero--second-subtitle {
    color: #a8acb9;
    opacity: 0.7
}

@media screen and (max-width: 835px) {
    #hero-parallax .home-parallax-hero--cta-box .home-parallax-hero--second-subtitle {
        font-size: 14px
    }
}