#jan-hero .jh-inner .button:hover {
    text-janoration: none;
}

#jan-hero {
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/back.jpg);
    background-image: -webkit-image-set(url("../images/hero/back.jpg") 1x,
            url("../images/hero/back@2x.jpg") 2x);
    --red: #ed1c24;
}

#jan-hero dotlottie-player {
    height: auto;
}

#jan-hero .jh-inner {
    width: 1345px;
    max-width: 100%;
    padding: 0 15px;
}

#jan-hero .jh-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    right: 0;
    top: 0;
    height: 100%;
    width: calc(((100vw - 1345px) / 2) + 100% + 7.5px);
    background-position: bottom center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero/left-back.jpg);
    background-image: -webkit-image-set(url("../images/hero/left-back.jpg") 1x,
            url("../images/hero/left-back@2x.jpg") 2x);
}
#jan-hero .jh-left {
    padding: 30px 15px 75px;
}

#jan-hero .jh-left .text {
    margin-top: 6px;
}
#jan-hero .jh-graphic {
    left: -135px;
    bottom: 0;
}
#jan-hero .jh-left dotlottie-player {
    margin-bottom: 10%;
    width: 114%;
}
#jan-hero .jh-right {
    padding-top: 60px;
    padding-left: 65px;
}
#jan-hero .jh-right dotlottie-player {
    width: 134%;
    margin-right: -18%;
}

#jan-hero .jh-left .button {
    width: 174px;
    height: 35px;
    border-radius: 18px;
    font-size: 1em;
    margin-top: 13px;
}
#jan-hero .jh-right .button {
    width: 130px;
    height: 32px;
    border-radius: 16px;
    font-size: 0.875em;
    margin-top: 22px;
    margin-bottom: 32px;
}

@supports (background: -webkit-named-image(i)) {
    #jan-hero .button {
        padding-top: 2px;
    }
}

@media screen and (max-width: 1345px) {
    #jan-hero .jh-left:before {
        width: calc(100% + 15px);
        background-image: url(../images/hero/left-back.jpg);
        background-image: -webkit-image-set(url("../images/hero/left-back.jpg") 1x,
                url("../images/hero/left-back@2x.jpg") 2x);
    }
    #jan-hero .jh-right {
        padding-left: 15px;
        padding-right: 15px;
    }
}
@media screen and (max-width: 991px) {

    #jan-hero .jh-inner {
        flex-direction: column;
        padding: 0;
    }
    #jan-hero .jh-left {
        justify-content: center;
        padding-top: 37px;
        padding-bottom: 0;
    }
    #jan-hero .jh-main {
        padding-bottom: 142px;
    }
    #jan-hero .jh-graphic {
        left: -90px;
        bottom: -13px;
    }
    #jan-hero .jh-right {
        padding-top: 68px;
    }
}

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

@media screen and (max-width: 567px) {
    #jan-hero {
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../images/hero/back-m.jpg") 1x,
                url("../images/hero/back-m@2x.jpg") 2x);
    }
    #jan-hero .jh-graphic {
        left: -13px;
    }
    #jan-hero .jh-right dotlottie-player {
        width: auto;
        margin-right: 0;
        height: 107%;
        max-width: inherit;
        right: -2%;
    }

    #jan-hero .button {
        margin-top: 0.5em;
        margin-bottom: 9%;
    }
}