#feb-hero .fh-inner .button:hover {
    text-decoration: none;
}

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

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

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

#feb-hero .fh-left:before {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    right: 195px;
    top: 0;
    height: 100%;
    width: 3000px;
    background-color: #bd161d;
}
#feb-hero .fh-left:after {
    content: '';
    display: block;
    position: absolute;
    z-index: -1;
    top: -36px;
    height: auto;
    width: 825px;
    aspect-ratio: 1 / 1;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../images/hero-2/circle.png);
    background-image: -webkit-image-set(url("../images/hero-2/circle.png") 1x,
            url("../images/hero-2/circle@2x.png") 2x);
}
#feb-hero .fh-left {
    padding: 125px 15px 65px;
    margin-right: 155px;
}

#feb-hero .fh-right {
}
#feb-hero .fh-right dotlottie-player {
}

#feb-hero .fh-left .button {
    width: 183px;
    height: 39px;
    border-radius: 20px;
    font-size: 17px;
    margin-top: 24px;
}
#feb-hero .fh-right .button {
    width: 160px;
    height: 39px;
    border-radius: 20px;
    font-size: 17px;
    margin-top: 16px;
}
#feb-hero .stars-left {
    left: -34px;
    top: -33px;
}
#feb-hero .stars-right {
    right: -86px;
    bottom: -35px;
}

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

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

    #feb-hero .fh-inner {
        flex-direction: column;
        padding: 0;
    }
    #feb-hero .fh-left {
        justify-content: center;
        padding-top: 35px;
        padding-bottom: 35px;
        margin-right: 0;
        width: 100%;
    }
    #feb-hero .fh-left:before {
        right: 0;
    }
    #feb-hero .fh-left:after {
        display: none;
    }
    #feb-hero .fh-right {
        margin: 55px 0 37px;
    }
}

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

@media screen and (max-width: 567px) {
    #feb-hero {
        background-position: top;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../images/hero-2/back-m.jpg);
        background-image: -webkit-image-set(url("../images/hero-2/back-m.jpg") 1x,
                url("../images/hero-2/back-m@2x.jpg") 2x);
    }
    #feb-hero .fh-left:before {
        display: none;
    }
    #feb-hero .fh-right dotlottie-player {
        width: auto;
        margin-right: 0;
        height: 107%;
        max-width: inherit;
        right: -2%;
    }
    #feb-hero .fh-left .button {
        width: 180px;
        margin-top: 34px;
    }
    #feb-hero .fh-right .button {
        width: 151px;
        margin-top: 11px;
        margin-bottom: 9px;
    }
    #feb-hero .stars-left {
        left: -24px;
        top: -98px;
    }
    #feb-hero .stars-right {
        right: -23px;
        bottom: -28px;
    }
}