html, body {
    height: auto;
    font-size: 100%;
    font-family: Lato, sans-serif
}

body {
    background: #fff;
    color: #222;
    cursor: auto;
    line-height: 1.5;
    margin: 0;
    padding: 0;
    position: relative
}

body, button, input, select, textarea {
    font-style: normal;
    font-weight: 400;
    color: #434a54
}

select, textarea, input {
    font-style: normal;
    font-weight: 600;
    height: 36px;
    padding: 5px 10px;
    margin-bottom: 5px;
    font-size: 14px;
    border-radius: 3px;
    background-color: #fff;
    border: 1px solid #aab2bd;
    transition: border linear .2s;
    width: 30%
}

textarea {
    width: 100%;
    height: 200px;
}

.main {
    max-width: 100%;
    padding-bottom: 40px;
    padding-top: 80px;
    margin: 0 auto;
}

.content {
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    width: 100%;
    box-sizing: border-box;
    background-color: #f5f7fa
}

h1 {
    font-style: normal;
    font-weight: 300;
    line-height: 1;
    color: #434a54;
    margin: .67em 0;
    font-size: 55px;
}

.huge {
    font-size: 30px;
    line-height: 30px
}

.step {
    border-radius: 5px;
    background-color: #fff;
    padding: 40px;
    overflow: auto;
}

.step_description {
    font-size: 24px;
    line-height: 60px;
    text-transform: uppercase;
    font-family: Lato, sans-serif;
    font-style: normal;
    font-weight: 700;
    margin-bottom: 10px;
    display: block;
}

.step_description span {
    background-color: #f69d34;
    width: 60px;
    height: 60px;
    display: inline-block;
    text-align: center;
    color: #fff;
    border-radius: 50%;
    margin-right: 20px
}

.form-item {
    min-height: 80px;
    margin: 10px 70px 10px;
    max-width: none;
    width: 90%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    float: left;
    display: block;
}

.form-item.table {
    display: table-cell;
    width: auto;
}

.input-label {
    margin-bottom: 5px;
    font-style: normal;
    font-weight: 700;
    padding-top: 8px;
    width: 30%;
    float: left;
}

.input-label-grey {
    margin-bottom: 5px;
    font-style: normal;
    padding-top: 8px;
    color: #4f4f4f;
}

.input-label.table {
    width: auto;
    float: none;
}

.input-table {
    width: auto;
    display: block;
}

.input {
    margin: 15px 0;
    float: left;
    width: 30%;
    position: relative;
    padding-left: .9375rem;
    padding-right: .9375rem;
    display: inline;
}

.input-radio {
    margin-bottom: 5px;
}

button {
    padding: 4px 12px;
    margin-bottom: 9px;
    font-size: 14px;
    line-height: 20px;
    color: #f5f7fa;
    border-radius: 3px;
    border: 0;
    background-color: #e6800a;
    cursor: pointer;
    display: inline-block;
    text-transform: uppercase;
    text-align: center;
    transition: all .4s ease-out;
    overflow: visible;
    margin-right: 5px;
}

input[type="radio"], input[type="checkbox"] {
    height: auto;
    margin: 4px 4px 0;
    box-sizing: border-box;
    padding: 0;
    cursor: default;
    appearance: auto;
    width: auto;
}

.check-button {
    align-items: center;
    text-align: center;
    justify-content: center;
    gap: .5rem;
    background-color: transparent;
    border: 1px solid #ccd1d9;
    color: #434a54;
    padding: .5rem 1rem;
    margin-top: 10px;
    border-radius: 999px;
}

.check-button.is-active {
    background-color: #434a54;
    color: white;
}

.check-button-div {
    display: inline;
}

.validation-message {
    color: #e9573f;
    width: 90%;
    float: left;
}

.border-grey {
    background-color: #dde0e2;
    color: #4f4f4f;
    border-radius: 3px;
    padding: .77778rem 1.33333rem .77778rem .77778rem;
    overflow: auto;
    margin: 10px 70px 10px;
}

.display-table {
    display: table;
}

.display-table-cell {
    display: table-cell;
}

.text-big {
    font-weight: 700;
    font-size: 20px;
    float: right;
}

.float-left {
    float: left;
}

.float-right {
    float: right;
}

.grid {
    display: grid;
}

.block {
    display: block;
}

.width-10 {
    width: 10%;
}

.required {
    color: #e9573f;
}

.success {
    text-align: center;
}