.text-decoration-none {
    text-decoration: none;
}

#feb-hero {
    padding-top: 26px;
    padding-bottom: 97px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: url(../../../images/26/feb/hero/back.jpg);
    background-image: -webkit-image-set(url("../../../images/26/feb/hero/back.jpg") 1x,
            url("../../../images/26/feb/hero/back@2x.jpg") 2x);
}
#feb-hero .text {
    margin-top: 3px;
}
#feb-hero .button {
    width: 235px;
    height: 47px;
    border-radius: 1.1em;
    font-size: 1.3125em;
    margin-top: 1.5em;
    line-height: 1;
}

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

@media screen and (min-width: 568px) {
    #feb-hero::after {
        content: '';
        display: block;
        width: 100%;
        height: 267px;
        pointer-events: none;
        position: absolute;
        bottom: 0;
        left: 0;
        background-position: top center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../../../images/26/feb/hero/decor.png);
        background-image: -webkit-image-set(url("../../../images/26/feb/hero/decor.png") 1x, url("../../../images/26/feb/hero/decor@2x.png") 2x);
    }
}

@media screen and (max-width: 567px) {
    #feb-hero {
        padding-top: 28px;
        padding-bottom: 176px;
        background-position: center;
        background-size: cover;
        background-repeat: no-repeat;
        background-image: url(../../../images/26/feb/hero/back-m.jpg);
        background-image: -webkit-image-set(url("../../../images/26/feb/hero/back-m.jpg") 1x,
                url("../../../images/26/feb/hero/back-m@2x.jpg") 2x);
    }
    #feb-hero .text {
        margin-top: 10px;
    }
    #feb-hero .button {
        width: 184px;
        height: 39px;
        border-radius: 20px;
        font-size: 19px;
        margin-top: 26px;
    }
}