.guide button {
    display: none;
    width: 100%;
    text-align: left;
    background: none;
    padding-left: 0;
    padding-right: 0;
    border-bottom: 1px solid #ccc;
	height:auto;
}
.guide button[style="display: inline-block;"] {
	display:flex !important;
    flex-wrap: wrap;
}
.guide button.btn-step-hidden[style="display: inline-block;"] {
	/*opacity: 0.1;*/
	display: none !important;
}
.guide .legend {
    __flex:1;
    width:33%;
    white-space: normal;
}
.guide .label {
    __flex:2;
    width:66%;
    white-space: normal;
}

.guide button[style="display: inline-block;"][data-goto-step="14"] {
    display: grid !important;
    grid-template-columns: auto auto !important;
}
.guide button[data-goto-step="14"] .legend {
    margin-right:1rem;
    
}
.guide button[data-goto-step="14"] .legend,
.guide button[data-goto-step="14"] .label {
    width:inherit;
}

.guide button {
    display: none
}
.hidden {
    display: none
}
.step {
    display: none;
    width: 100%
}
.step_1 {
    display: block
}
#form .step input[type="radio"] {
    opacity: 0;
    position: absolute;
    left: calc(50% - 10px);
    top: calc(50% - 20px);
	display:none;		
}
#form .step .card p {
	margin-bottom:0;
}
#form .step input[type="radio"] + label {
    cursor: pointer;
}