.cf7ms-header{display:flex;justify-content:space-between;align-items:center;margin-bottom:8px;font-weight:600}
.cf7ms-bar{width:100%;height:8px;background:#09244C;border-radius:8px;overflow:hidden;margin-bottom:16px}
.cf7ms-fill{width:0;height:100%;background:var(--truck-second-color);transition:width .35s ease}
.cf7-step{
    position: relative;
    display:none;
}



.cf7-step.active{display:block}
.cf7ms-nav{
    position: relative;
    display:flex;
    gap:8px;
    margin-top: 50px;
    height: 70px;
}

.cf7ms-next {
    position: absolute;
    top: auto;
    left: 50%;
    bottom: 0;
    transform: translateX(-50%);
}

