.heading-menu{display:none}
.flow-row .step i:before {
    background: url('/sites/meweb/images/br/identity-360/images/passwordless-authentication-sprite.png') no-repeat -4px -14px;
    background-size: 196px;
    width: 28px;
    height: 21px;
}

.flow-row .step-2 i:before {
    width: 29px;
    height: 21px;
    background-position: -48px -14px;
}
.flow-row .step-3 i:before {
    width: 20px;
    height: 24px;
    background-position: -92px -14px;
}
.flow-row .step-4 i:before {
    width: 20px;
    height: 21px;
    background-position: -128px -14px;
}
.flow-row .step-5 i:before {
    width: 23px;
    height: 24px;
    background-position: -163px -14px;
}
.card-ic{
    background: url('/sites/meweb/images/br/identity-360/images/passwordless-authentication-sprite.png') no-repeat -4px -55px;
    background-size: 196px;
}
.card-ic-1{
    width: 41px;
    height: 47px;
    background-position: -4px -55px;
}
.card-ic-2{
    width: 42px;
    height: 36px;
    background-position: -59px -55px;
}
.card-ic-3{
    width: 30px;
    height: 42px;
    background-position:-114px -55px;
}

.supported {
    background: #f4f8f8;
    padding: 40px;
    margin-top: 50px;
    border-radius: 10px;
    text-align: center;
}

.supported p {max-width: 600px;margin: auto;font-weight: 400;}

.sup-apps {
    max-width: 740px;
    margin: 30px auto 15px;
    display: flex;
    justify-content: space-between;
    text-align: center;
}

.sup-apps span {
    display: inline-block;
    width: 100px;
    font-size: 13px;
    line-height: 23px;
    font-weight: 400;
    text-align: center;
}

.sup-apps span i {
    width: 60px;
    height: 60px;
}

.sup-apps span i {
    display: block;
    width: 60px;
    height: 60px;
    margin: 0 auto 10px auto;
    background: #fff;
    border-radius: 15px;
    box-shadow: -3px 4px 10px #0000001c;
    position: relative;
}

.sup-apps span i:before {
    content: "";
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    background: url('/sites/meweb/images/br/identity-360/images/passwordless-authentication-sprite.png') no-repeat -5px -119px;
    background-size: 196px;
    width: 35px;
    height: 35px;
}

.sup-apps .sup-logo-2 i:before {
    background-position: -57px -119px;
}

.sup-apps .sup-logo-3 i:before {
    background-position: -109px -119px;
}

.sup-apps .sup-logo-4 i:before {
    width: 26px;
    height: 26px;
    background-position: -162px -122px;
}

.sup-apps .sup-logo-5 i:before {
    width: 29px;
    height: 25px;
    background-position: -159px -56px;
}
@media screen and (max-width : 992px){
    .sup-apps {
    max-width: 740px;
    margin: 30px auto 15px;
    display: flex;
    justify-content: space-evenly;
    text-align: center;
    flex-wrap: wrap;
    gap: 20px;
}
}