.fsq-step {
    display: none;
}

.fsq-step.active {
    display: block;
}

.fsq-options label {
    display: block;
    margin: 12px 0;
    cursor: pointer;
}

.fsq-nav {
    margin-top: 24px;
    display: flex;
    justify-content: space-between;
}

.fsq-btn {
    padding: 12px 24px;
    border: none;
    cursor: pointer;
}

.fsq-btn-primary {
    background: #111;
    color: #fff;
}

.fsq-progress {
    margin-bottom: 20px;
}