*,
*::before,
*::after {
    box-sizing: border-box;
    font-family: 'Public Sans', sans-serif;
    color: #101E45;
    -webkit-font-smoothing: antialiased;
}

html,
body {
    margin: 0;
    padding: 0;
    background-color: #EAEAE7;
    height: 100%;
}

a {
    text-decoration: none;
}

button {
    cursor: pointer;
}

.layout {
    min-height: 100%;
}

.main-container {
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
    height: 100%;
}

.main-container.logged {
    padding-bottom: 75px;
}

.main-container__container {
    padding: 32px;
    padding-top: 0px;
}

.main-container__container.main-container__container__bottom {
    margin-bottom: 0;
}

.separator {
    border-style: none;
    border-top: solid 1px #101E45;
}

.header {
    max-width: 320px;
    margin-left: auto;
    margin-right: auto;
}

.header.header__mini {
    max-width: 160px;
}

.input-label {
    display: block;
    font-size: 16px;
    font-size: max(16px, 1em);
    position: relative;
}

.input {
    width: 100%;
    font-family: inherit;
    padding: 8px 8px 8px 16px;
    background-color: #fff;
    border: 2px solid var(--input-border);
    border-radius: 8px;
    margin: 0 0 8px 0;
    font-size: inherit;
}

.input-label__text {
    padding-left: 4px;
    margin-bottom: 4px;
}

.input.input__text {
    font-size: inherit;
}

.input.input__select {
    font-size: inherit;
    margin-bottom: 0;
}

.input:focus-visible {
    outline: #E11C1A auto 1px;
    outline-offset: 0px;
}

.input__text__index::before {
    content: "";
    position: absolute;
    width: 1px;
    height: 16px;
    left: 8px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    display: block;
    background-color: #777C8A;
}

.input.input__text::placeholder {
    color: #777C8A;
}

.input.input__select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
}

.input__select-chevron {
    position: absolute;
    width: 10px;
    height: 10px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    right: 8px;
}

.link {
    display: block;
    margin-top: 16px;
    font-size: 14px;
    padding-left: 8px;
}

.button {
    font-family: inherit;
    padding: 8px 16px;
    background-color: #E11C1A;
    color: #FFF;
    border: 2px solid var(--input-border);
    border-radius: 8px;
    margin: 8px 0;
    font-size: inherit;
    font-weight: 800;
    text-transform: uppercase;
    display: block;
    margin: 24px auto;
}

.button.button__bottom {
    bottom: 16px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
}

.title__h1 {
    font-family: 'Orelega One', cursive;
    text-align: center;
    font-size: 32px;
}

.title__h2 {
    font-family: 'Orelega One', cursive;
    text-align: center;
    font-size: 28px;
    color: #E11C1A;
}

.p {
    text-align: center;
    font-weight: 500;
    line-height: 1.50;
    margin-top: 16px;
    margin-bottom: 16px;
}

.p:first-of-type {
    margin-top: 0px;
}

.wizard-steps {
    list-style-type: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 0;
    padding: 0;
    padding-top: 32px;
}

.wizard-steps__li {
    position: relative;
    text-align: center;
    padding-top: 16px;
    font-size: 10px;
    width: 100%;
    color: #E11C1A;
    height: 42px;
}

.wizard-steps__li::before {
    content: '';
    display: block;
    background-color: #D2D7E3;
    height: 2px;
    width: 100%;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 4px;
}

.wizard-steps__li::after {
    content: '';
    display: block;
    background-color: #777C8A;
    border: solid 2px #D2D7E3;
    border-radius: 50%;
    height: 10px;
    width: 10px;
    position: absolute;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    top: 0;
}

.wizard-steps__li:first-of-type::before {
    left: auto;
    right: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 50%;
}

.wizard-steps__li:last-of-type::before {
    left: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    width: 50%;
}

.wizard-steps__li.wizard-steps__li__selected::after {
    background-color: #E11C1A;
}

.wizard-steps__li__text {
    color: inherit;
    white-space: nowrap;
    position: absolute;
}

.user-info-2 {
    margin: 0;
    max-width: 128px;
    margin-left: auto;
    margin-right: auto;
}

.main-container__container-inside {
    padding: 0 16px;
}

.input__select-container {
    position: relative;
    margin-bottom: 8px;
}

.footer-button__container {
    display: block;
    bottom: 0px;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    position: absolute;
    width: 100%;
    background-color: #EAEAE7;
}

.password {
    margin: 0;
    padding: 0;
    list-style-type: none;
    color: #777C8A;
}

.password>li {
    color: inherit;
}

.user-info-2__icon-star {
    margin: 0;
}

.radio-group {
    background-color: #FFF;
    border-radius: 8px;
    padding: 24px 16px;
    margin-bottom: 16px;
}

.radio-group__label {
    display: block;
    position: relative;
    margin-bottom: 12px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    padding-right: 24px;
}

.radio-group__label:last-of-type {
    margin-bottom: 0;
}

.radio-group__label input[type=radio] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
}

.radio-group__label .checkmark {
    position: absolute;
    top: 0;
    right: 0;
    height: 18px;
    width: 18px;
    border-radius: 50%;
    border: solid 1px #101E45;
}

.radio-group__label .checkmark::after {
    content: "";
    position: absolute;
    display: none;
}

.radio-group__label .checkmark::after {
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    width: 12px;
    height: 12px;
    border-radius: 50%;
    background: #101E45;
}

.radio-group__label input:checked~.checkmark:after {
    display: block;
}

.disclaimer {
    color: #777C8A;
    margin: 0;
}

.main-container .singup.main-container__container {
    padding-bottom: 75px;
    position: relative;
}