.wizard-page{
    display: none;
}

.wizard-progress{
    position: fixed;
    top: 50%;
    right: 20px;
    transform: translateY(-50%);
}

.wizard-progress-number{
    display: block;
    width: 40px;
    height: 40px;
    border-radius: 100%;
    background: transparent;
    border: 2px solid #f7f3e8;
    font-size: 19px;
    font-weight: 605;
    color: #f7f3e8;
}

.wizard-progress-number.active{
    background: #d2ab74;
    color: #000000;
    border-color: #d2ab74;
}

.wizard-progress-line{
    width: 2px;
    height: 35px;
    border: none;
    position: relative;
    left: 20px;
    background: #f7f3e8;
}

.wizard-progress-line.active{
    background: #d2ab74;
}