form {
    /* [step-index]:not([step-index="1"]) {
        display: none;
    } */


    .form-group {
        &:not(.step-1), &.hide {display: none;}
    }
    .form-group.show {display: block !important;}

    .buttons {
        .btn-cta {
            padding: .6rem 1.2rem;
            font-size: 15px;

            &.hide {
                display: none;
            }
        }
        
        .next {margin-left: auto;}
    }
}