﻿.text-error {
    font-size: 12px;
    color: #e04132;
    font-weight: 500;
    margin-top: 8px;
}

    .text-error:before {
        font-size: 15px;
        margin-right: 8px;
        content: "|";
    }

.conclusionFirstRow {
    padding-top: 5px;
}

.text-success {
    font-size: 12px;
    font-weight: 500;
    margin-top: 8px;
}

    .text-success:before {
        font-size: 15px;
        margin-right: 8px;
        content: "|";
    }

.spinner-holder.spinner-holder--visible .spinner-holder__blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.5;
}

.spinner-holder.spinner-holder--visible .spinner-holder__spinner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 50%;
}

.spinner-holder .spinner-holder__spinner {
    display: none;
}

.spinner-holder.spinner-holder--visible .spinner-holder__blur {
    -webkit-filter: blur(2px);
    filter: blur(2px);
    opacity: 0.5;
}

.spinner-holder.spinner-holder--visible .spinner-holder__spinner {
    position: absolute;
    top: 50%;
    width: 100%;
    margin: 0 auto;
    display: block;
    left: 50%;
}

.spinner-holder .spinner-holder__spinner {
    display: none;
} 

.wizard__checkbox, .wizard__radio {
    display: block;
}

@media (min-width: 768px) {
    .wizard__checkbox, .wizard__radio {
        display: inline-block;
        margin-right: 40px;
        margin-right: 2.5rem;
    }
}

.wizard__checkbox.wizard__checkbox--top, .wizard__checkbox--top.wizard__radio {
    margin-top: 20px;
    margin-top: 1.25rem;
}

.wizard__checkbox.wizard__checkbox--date, .wizard__checkbox--date.wizard__radio {
    margin-right: 0;
    vertical-align: middle;
    display: block;
    margin-top: 8px;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .wizard__checkbox.wizard__checkbox--date, .wizard__checkbox--date.wizard__radio {
        margin-top: 32px;
        margin-top: 2rem;
        display: inline-block;
    }
}

.wizard__checkbox > .style-holder, .wizard__radio > .style-holder {
    cursor: pointer;
    display: block;
}

.wizard__checkbox .wizard__checkbox-button, .wizard__radio .wizard__checkbox-button, .wizard__radio .wizard__radio-button {
    width: 25px;
    width: 1.5625rem;
    height: 25px;
    height: 1.5625rem;
    margin-right: 8px;
    margin-right: 0.5rem;
    border-radius: 2px;
    border: solid 1px #d1d1d1;
    display: inline-block;
    position: relative;
}

.wizard__checkbox .wizard__checkbox-checked, .wizard__radio .wizard__checkbox-checked {
    position: absolute;
    left: 16%;
}

.wizard__checkbox .wizard__checkbox-label, .wizard__radio .wizard__checkbox-label, .wizard__radio .wizard__radio-label {
    vertical-align: top;
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 24px;
    line-height: 1.5rem;
}

    .wizard__checkbox .wizard__checkbox-label.wizard__checkbox-label--date, .wizard__radio .wizard__checkbox-label.wizard__checkbox-label--date, .wizard__radio .wizard__checkbox-label--date.wizard__radio-label {
        font-size: 12px;
        font-size: 0.75rem;
        color: #919191;
        font-weight: 500;
        line-height: 24px;
        line-height: 1.5rem;
    }

.wizard__checkbox .wizard__checkbox-input, .wizard__radio .wizard__checkbox-input, .wizard__radio .wizard__radio-input {
    display: none;
}

    .wizard__checkbox .wizard__checkbox-input:checked + .wizard__checkbox-button .wizard__checkbox-checked:before, .wizard__radio .wizard__checkbox-input:checked + .wizard__checkbox-button .wizard__checkbox-checked:before, .wizard__radio .wizard__checkbox .wizard__radio-input:checked + .wizard__checkbox-button .wizard__checkbox-checked:before, .wizard__radio .wizard__radio-input:checked + .wizard__checkbox-button .wizard__checkbox-checked:before, .wizard__radio .wizard__checkbox .wizard__checkbox-input:checked + .wizard__radio-button .wizard__checkbox-checked:before, .wizard__radio .wizard__checkbox-input:checked + .wizard__radio-button .wizard__checkbox-checked:before, .wizard__radio .wizard__checkbox .wizard__radio-input:checked + .wizard__radio-button .wizard__checkbox-checked:before, .wizard__radio .wizard__radio-input:checked + .wizard__radio-button .wizard__checkbox-checked:before {
        content: "\f1aa";
        display: inline-block;
        font-family: "fontcustom";
        font-style: normal;
        font-weight: normal;
        font-variant: normal;
        line-height: 1;
        font-size: 18px;
        font-size: 1.125rem;
        text-decoration: inherit;
        text-rendering: optimizeLegibility;
        text-transform: none;
        -moz-osx-font-smoothing: grayscale;
        -webkit-font-smoothing: antialiased;
        font-smoothing: antialiased;
    }

.wizard__radio {
    margin-top: 10px;
    margin-top: 0.625rem;
}

@media (min-width: 768px) {
    .wizard__radio {
        display: inline-block;
        margin-right: 16px;
        margin-right: 1rem;
        margin-top: 0;
    }
}

@media (min-width: 992px) {
    .wizard__radio {
        margin-right: 40px;
        margin-right: 2.5rem;
    }
}

.wizard__radio > .style-holder {
    cursor: pointer;
}

.wizard__radio .wizard__radio-input.wizard__radio-input--other:checked + * + * + .wizard__radio-other-input {
    display: inline-block;
    position: relative;
    height: 40px;
    height: 2.5rem;
    top: -8px;
}

.wizard__radio .wizard__radio-input:checked + .wizard__radio-button .wizard__radio-checked {
    width: 11px;
    width: 0.6875rem;
    height: 11px;
    height: 0.6875rem;
    border-radius: 50%;
    top: 25%;
    display: block;
    position: relative;
    margin: auto;
}

.wizard__radio .wizard__radio-other-input {
    display: none;
    margin-left: 8px;
    margin-left: 0.5rem;
    vertical-align: top;
}

.wizard__radio .wizard__radio-button {
    border-radius: 50%;
}

.wizard__radio-title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    font-weight: 500;
    margin: 4px 0 8px;
    margin: 0.25rem 0 0.5rem;
    font-family: "AzoSansweb";
}

.wizard__input.wizard__input--date {
    width: 159px;
    width: 9.9375rem;
    display: inline-block;
    vertical-align: middle;
    position: relative;
}

.wizard__input.wizard__input--none {
    display: none;
}

.wizard__input.wizard__input--inline {
    display: inline-block;
    margin-top: 20px;
    margin-top: 1.25rem;
    width: 100%;
}

    .wizard__input.wizard__input--inline:first-child {
        margin-top: 0;
    }

@media (min-width: 768px) {
    .wizard__input.wizard__input--inline {
        margin-top: 0;
        margin-right: 30px;
        margin-right: 1.875rem;
        width: 46%;
    }
}

@media all and (min-width: 768px) and (max-width: 853px) {
    .wizard__input.wizard__input--inline.m-top--tablet {
        margin-top: 24px;
        margin-top: 1.5rem;
    }
}

.wizard__input.wizard__input--medium {
    display: inline-block;
}

@media (min-width: 768px) {
    .wizard__input.wizard__input--medium {
        width: 328px;
        width: 20.5rem;
    }
}

.wizard__input .flag-container {
    display: none;
}

.wizard__input .wizard__input-icon-date {
    position: absolute;
    top: 40px;
    right: 5%;
    font-size: 18px;
    font-size: 1.125rem;
}

    .wizard__input .wizard__input-icon-date.wizard__input-icon-date--menor {
        top: 12%;
    }

.wizard__input .wizard__input-div {
    position: relative;
}

.wizard__input .wizard__input-title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    font-weight: 500;
    margin: 4px 0 8px;
    margin: 0.25rem 0 0.5rem;
    font-family: "AzoSansweb";
}

.wizard__input .wizard__input-optional {
    font-size: 12px;
    font-size: 0.75rem;
    color: #919191;
    float: right;
}

@media (min-width: 768px) {
    .wizard__input .wizard__input-optional {
        margin-left: 32px;
        float: none;
    }
}

.wizard__input .wizard__input-input {
    width: 100%;
    height: 40px;
    height: 2.5rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    border: 0.0625rem solid #e6e6e6;
}

    .wizard__input .wizard__input-input::-webkit-input-placeholder {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #cccccc;
    }

    .wizard__input .wizard__input-input:-ms-input-placeholder {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #cccccc;
    }

    .wizard__input .wizard__input-input::placeholder {
        font-size: 14px;
        font-size: 0.875rem;
        font-weight: 500;
        color: #cccccc;
    }

    .wizard__input .wizard__input-input:focus {
        outline: 0;
        border: 0.0625rem solid #e6e6e6;
    }

    .wizard__input .wizard__input-input.wizard__input-input--left {
        padding-left: 70px;
        padding-left: 4.375rem;
    }

    .wizard__input .wizard__input-input.wizard__input-input--left-sm {
        padding-left: 24px;
        padding-left: 1.5rem;
    }

@media (min-width: 768px) {
    .wizard__input .wizard__input-input.wizard__input-input--lg {
        width: 353px;
        width: 22.0625rem;
    }
}

.wizard__input .wizard__input-input.wizard__input-input--uppercase {
    text-transform: uppercase;
}

    .wizard__input .wizard__input-input.wizard__input-input--uppercase::-webkit-input-placeholder {
        text-transform: initial;
    }

    .wizard__input .wizard__input-input.wizard__input-input--uppercase:-ms-input-placeholder {
        text-transform: initial;
    }

    .wizard__input .wizard__input-input.wizard__input-input--uppercase::placeholder {
        text-transform: initial;
    }

.wizard__input .wizard__input-input.wizard__input-input--date {
    position: relative;
    background: transparent;
    z-index: 5;
}

.wizard__input .wizard__input-input.wizard__input-input--value {
    position: absolute;
    width: 64px;
    width: 4rem;
    padding-right: 0;
    border: 0;
    background: transparent;
    color: #7c7c7c;
}

.wizard__input .wizard__input-input.wizard__input-input--value-sm {
    width: 24px;
    width: 1.5rem;
}

.wizard__dropdown {
    position: relative;
    height: 60px;
    height: 3.75rem;
    margin-top: 16px;
    margin-top: 1rem;
}

    .wizard__dropdown .wizard__dropdown-input {
        opacity: 0;
        position: absolute;
        width: 100%;
        height: 40px;
        height: 2.5rem;
        z-index: 2;
        cursor: pointer;
    }

        .wizard__dropdown .wizard__dropdown-input:checked + .wizard__dropdown-list > .wizard__dropdown-item {
            display: block;
            z-index: 6;
            background: white;
            line-height: 40px;
            line-height: 2.5rem;
            white-space: nowrap;
            text-overflow: ellipsis;
            overflow: hidden;
            margin-left: 0;
            padding: 8px;
            padding: 0.5rem;
        }

@media (min-width: 768px) {
    .wizard__dropdown .wizard__dropdown-input:checked + .wizard__dropdown-list > .wizard__dropdown-item {
        line-height: 28px;
        line-height: 1.75rem;
    }
}

.wizard__dropdown .wizard__dropdown-input:checked + .wizard__dropdown-list > .wizard__dropdown-label {
    border-bottom: 1px solid #dddddd;
    width: 100%;
}

.wizard__dropdown .wizard__dropdown-input:checked + .wizard__dropdown-list > .wizard__dropdown-arrow {
    z-index: 1;
    top: 0;
    right: 3px;
}

@media (min-width: 768px) {
    .wizard__dropdown .wizard__dropdown-input:checked + .wizard__dropdown-list {
        position: absolute;
    }
}

.wizard__dropdown .wizard__dropdown-label {
    display: inline-block;
    line-height: 40px;
    line-height: 2.5rem;
    height: 40px;
    height: 2.5rem;
    padding-left: 8px;
    padding-left: 0.5rem;
    font-size: 14px;
    font-size: 0.875rem;
}

.wizard__dropdown .wizard__dropdown-arrow {
    position: absolute;
    right: 4px;
    line-height: 44px;
    line-height: 2.75rem;
}

.wizard__dropdown .wizard__dropdown-list {
    border: 1px solid #dddddd;
    z-index: 1;
    background: white;
    cursor: pointer;
    width: 100%;
    margin-bottom: 0;
}

    .wizard__dropdown .wizard__dropdown-list .wizard__dropdown-item {
        display: none;
        padding-left: 8px;
        padding-left: 0.5rem;
        height: 40px;
        height: 2.5rem;
        position: relative;
        border: 1px solid transparent;
        font-size: 14px;
        font-size: 0.875rem;
    }

.wizard__dropdown-optional {
    font-size: 12px;
    font-size: 0.75rem;
    color: #919191;
    text-align: right;
    margin-top: 16px;
    margin-top: 1rem;
}

.wizard__popover {
    display: none;
    width: 99%;
    background-color: white;
    border-radius: 2px;
    padding: 20px 16px;
    -webkit-box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    box-shadow: 0 1px 4px 0 rgba(0, 0, 0, 0.5);
    position: absolute;
    z-index: 6;
    left: 1px;
    max-width: 99vw;
}

@media all and (max-width: 767px) {
    .wizard__popover {
        max-height: 100vh;
        overflow: auto;
    }
}

.wizard__popover>div>ul>ul {
    margin-left:50px;
    margin-bottom:0px;
}

.wizard__popover.wizard__popover--top {
    top: 32px;
}

.wizard__popover.wizard__popover--head {
    margin-top: 8px;
    z-index: 7;
}

.wizard__popover .wizard__popover-title {
    font-size: 14px;
    font-size: 0.875rem;
    margin-bottom: 8px;
    margin-bottom: 0.5rem;
    font-weight: 500;
    color: #333;
    font-family: 'AzoSansweb';
}

.wizard__popover .wizard__popover-text {
    font-size: 12px;
    font-size: 0.75rem;
    color: #919191;
    width: 95%;
}

    .wizard__popover .wizard__popover-text.wizard__popover-text--bold {
        font-weight: 500;
        margin: 16px 0 8px;
        margin: 1rem 0 0.5rem;
    }

.wizard__popover .wizard__popover-cancel {
    float: right;
}

.wizard__popover .popover__arrow {
    width: 0;
    height: 0;
    border-left: 9px solid transparent;
    border-right: 9px solid transparent;
    border-bottom: 9px solid rgba(0, 0, 0, 0.1);
    position: absolute;
    top: -8px;
    display: none;
}

    .wizard__popover .popover__arrow:after {
        content: '';
        width: 0;
        height: 0;
        border-left: 7px solid transparent;
        border-right: 7px solid transparent;
        border-bottom: 7px solid white;
        position: absolute;
        top: 2px;
        right: -7px;
    }

@media (min-width: 768px) {
    .wizard__popover .popover__arrow {
        display: block;
    }
}

.datepicker {
    font-family: "Segoe UI","Segoe",Tahoma,Helvetica,Arial,sans-serif;
}

.relative {
    position: relative;
}

@media all and (max-width: 600px) {
    .inner--wizard {
        padding-right: 16px;
        padding-right: 1rem;
    }
}

.timeline .timeline__content .timeline__content__btn.timeline__content__btn-input {
    line-height: 56px;
    margin-left: 0;
    height: 60px;
    height: 3.75rem;
    font-weight: 500;
    font-family: AzoSansWeb;
    color: white;
}

    .timeline .timeline__content .timeline__content__btn.timeline__content__btn-input:hover {
        border-bottom: 1px solid #d8d8d8;
        background: white !important;
    }

.timeline .timeline__content .timeline__content__btn.timeline__content__btn--disabled {
    color: rgba(51, 51, 51, 0.4);
}

.timeline .timeline__title--wizard {
    margin-bottom: 0;
}

.timeline .timeline__content > div.one-third {
    width: 100%;
    margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
    .timeline .timeline__content > div.one-third {
        width: 31.01852%;
        margin: 0 1.15741%;
    }
}

.timeline .timeline__content > div.one-half {
    width: 100%;
    margin: 0 0 1rem 0;
}

@media (min-width: 768px) {
    .timeline .timeline__content > div.one-half {
        width: 47.68519%;
        margin: 0 1.15741%;
    }
}

.timeline .timeline__input > div.one-third:first-child {
    border-width: 0;
}

.timeline .timeline__input .flag-container {
    display: none;
}

.timeline .timeline__input .input-holder {
    margin-bottom: 0;
}

.timeline .timeline__input .wizard__input-input {
    height: 60px;
    height: 3.75rem;
}

    .timeline .timeline__input .wizard__input-input:hover {
        border-width: 1px;
    }

.timeline .timeline__input .timeline__content__input-label {
    font-size: 12px;
    font-size: 0.75rem;
    color: #919191;
    font-weight: 500;
    margin-top: 8px;
    margin-top: 0.5rem;
}

@media all and (min-width: 768px) and (max-width: 1023px) {
    .timeline .timeline__input .timeline__content__input-label {
        width: 250px;
        width: 15.625rem;
    }
}

.timeline .timeline__content .timeline__content__btn.timeline__content__input-input {
    border-style: solid;
    border-width: 1px;
    border-color: #d8d8d8;
    padding-left: 6px;
    padding-left: 0.375rem;
    height: 60px;
    height: 3.75rem;
    cursor: initial;
}

    .timeline .timeline__content .timeline__content__btn.timeline__content__input-input:hover {
        border-width: 1px;
    }

    .timeline .timeline__content .timeline__content__btn.timeline__content__input-input::-webkit-input-placeholder {
        font-weight: 500;
        color: #ccc;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .timeline .timeline__content .timeline__content__btn.timeline__content__input-input:-ms-input-placeholder {
        font-weight: 500;
        color: #ccc;
        font-size: 14px;
        font-size: 0.875rem;
    }

    .timeline .timeline__content .timeline__content__btn.timeline__content__input-input::placeholder {
        font-weight: 500;
        color: #ccc;
        font-size: 14px;
        font-size: 0.875rem;
    }

.timeline .timeline__content .timeline__content__input-msg {
    position: absolute;
    top: 90%;
    left: 3%;
}

    .timeline .timeline__content .timeline__content__input-msg .timeline__content__input-text {
        font-weight: 500;
        font-style: italic;
        color: #ccc;
        display: none;
    }

.main-content header.wizard__header {
    position: relative;
    width: auto;
}

.wizardElements {
    display: block;
    position: relative;
    clear: both;
    margin-bottom: 20px;
    margin-bottom: 1.25rem;
}

@media (min-width: 768px) {
    .wizardElements {
        margin-bottom: 30px;
        margin-bottom: 1.875rem;
    }
}

.wizardElements div {
    vertical-align: top;
}

.wizardElements.wizardElements--border-top {
    border-top: 2px solid #d8d8d8;
}

.wizardElements.wizardElements--border-bottom {
    border-bottom: 2px solid #d8d8d8;
}

.wizardElements.wizardElements--padding-bottom {
    padding-bottom: 40px;
    padding-bottom: 2.5rem;
}

.wizardElements.wizardElements--no-bottom {
    margin-bottom: 0;
}

.wizardElements.wizardElements--top {
    margin-top: 16px;
    margin-top: 1rem;
}

.wizardElements .one-third {
    width: 100%;
    margin-left: 0;
}

@media (min-width: 768px) {
    .wizardElements .one-third {
        width: 40%;
        margin-top: 0;
        margin-right: 30px;
        margin-right: 1.875rem;
    }
}

@media (min-width: 992px) {
    .wizardElements .one-third {
        width: 31.01852%;
    }
}

.wizardElements .one-third.m-top {
    margin-top: 20px;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .wizardElements .one-third.m-top {
        margin-top: 16px;
    }
}

.wizardElements .one-third.m-top--bg {
    margin-top: 20px;
    margin-top: 1.25rem;
}

@media (min-width: 768px) {
    .wizardElements .one-third.m-top--bg {
        margin-top: 32px;
    }
}

@media all and (max-width: 767px) {
    .wizardElements .one-third.m-top--mobile {
        margin-top: 24px;
        margin-top: 1.5rem;
    }
}

.wizard__icon {
    font-size: 25px;
    font-size: 1.5625rem;
    display: inline-block;
}

@media (min-width: 768px) {
    .wizard__icon {
        position: relative;
    }

        .wizard__icon:before {
            position: absolute;
            top: -20px;
        }
}

.wizard__title {
    font-size: 14px;
    font-size: 0.875rem;
    color: #333333;
    font-weight: 500;
    margin: 4px 0 8px;
    margin: 0.25rem 0 0.5rem;
    font-family: "AzoSansweb";
}

    .wizard__title.wizard__title--up {
        margin-top: 20px;
        margin-top: 1.25rem;
    }

.wizard__image-sim-card {
    width: 130px;
    width: 8.125rem;
    margin-top: 16px;
    margin-top: 1rem;
}

@media (min-width: 768px) {
    .wizard__image-sim-card {
        display: inline-block;
        margin-left: 24px;
        margin-left: 1.5rem;
    }
}

.wizard__image-sim-card.wizard__image-sim-card--135 {
    width: 135px;
    width: 8.4375rem;
    margin-right: 36px;
    margin-right: 2.25rem;
    margin-left: 0;
    margin-top: 0;
}

.wizard__image-sim-card > img {
    width: 100%;
    display: block;
}

.wizard__ol {
    list-style-position: inside;
}

    .wizard__ol .wizard__ol-item {
        list-style: inherit;
        line-height: 25px;
        line-height: 1.5625rem;
        font-size: 16px;
        font-size: 1rem;
        margin-bottom: 16px;
        margin-bottom: 1rem;
        margin-left: 0;
        color: #333;
    }

@media (min-width: 992px) {
    .wizard__ol .wizard__ol-item {
        margin-bottom: 24px;
        margin-left: 16px;
        line-height: 32px;
    }
}

.wizard__ol .wizard__ol-item .wizard__button {
    padding: 10px 16px;
    padding: 0.625rem 1rem;
    vertical-align: baseline;
    width: 100%;
    margin: auto;
    margin: 8px 0 16px;
    margin: 0.5rem 0 1rem;

    border: 1px solid #ababab;
}
.wizard__ol .wizard__ol-item .wizard__button.wizard__button--white {
    background-color: #fdfdfd;
}

@media (min-width: 768px) {
    .wizard__ol .wizard__ol-item .wizard__button {
        margin-left: 16px;
        margin-left: 1rem;
        margin-bottom: 0;
        margin-top: 0;
        width: auto;
    }
}

.wizard__ol .wizard__ol-item--underline {
    text-decoration: underline;
}

.wizard__ul {
    list-style-position: inside;
}

    .wizard__ul .wizard__ul-item {
        list-style: inherit;
        list-style-type: disc;
        line-height: 20px;
        line-height: 1.25rem;
        font-size: 16px;
        font-size: 1rem;
        color: #333;
    }

@media (min-width: 768px) {
    .wizard__ul .wizard__ul-item {
        line-height: 30px;
        line-height: 1.875rem;
        font-size: 16px;
        font-size: 1rem;
        margin: 0;
    }
}

.wizard__ul .wizard__ul-title {
    font-size: 16px;
    font-size: 1rem;
    margin-top: 8px;
    margin-top: 0.5rem;
}

@media (min-width: 768px) {
    .wizard__ul .wizard__ul-title {
        font-size: 16px;
        font-size: 1rem;
        margin-top: 0;
    }
}

.wizard__ul .wizard__ul-item--underline {
    text-decoration: underline;
}

.wizard__button {
    padding: 12px 64px;
    padding: 0.75rem 4rem;
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    vertical-align: top;
    width: 100%;
    min-width: 6em;
    border: 1px solid #ababab;
    color: white;
    background: #fdfdfd;
}

    .wizard__button:focus {
        outline: 0;
    }

    .wizard__button:hover {
        background: white !important;
    }

@media (min-width: 768px) {
    .wizard__button {
        margin-right: 27px;
        margin-right: 1.6875rem;
        width: auto;
    }
}
.wizard__button.wizard__button--disabled {
    /* IE 8 */
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=40)";

    /* IE 5-7 */
    filter: alpha(opacity=40);

    /* Netscape */
    -moz-opacity: 0.4;

    /* Safari 1.x */
    -khtml-opacity: 0.4;

    /* Good browsers */
    opacity: 0.4;
}
.wizard__button.wizard__button--hover {
    margin-bottom: 16px;
    margin-bottom: 1rem;
    padding: 10px 32px 12px;
    padding: 0.625rem 2rem 0.75rem;
}

@media (min-width: 768px) {
    .wizard__button.wizard__button--hover {
        margin-bottom: 0;
    }
}

.wizard__button.wizard__button--hover:hover {
    background: #fdfdfd;
}

.wizard__button.wizard__button--hover:focus {
    outline: 0;
}

.wizard__button.wizard__button--hover + .wizard__button {
    float: left;
    padding: 10px 32px 12px;
    padding: 0.625rem 2rem 0.75rem;
    margin-left: 16px;
    margin-left: 1rem;
}

@media all and (max-width: 767px) {
    .wizard__button.wizard__button--hover + .wizard__button {
        margin-left: 0;
    }
}

.wizard__text-help {
    font-size: 12px;
    font-size: 0.75rem;
    color: #919191;
}

.container--fixed .wizard__instructions-title {
    font-size: 16px;
    font-size: 1rem;
    font-weight: 500;
    font-family: 'AzoSansweb';
    display: inline-block;
    margin-left: 0;
    margin-top: 16px;
}

    .container--fixed .wizard__instructions-title:hover {
        cursor: pointer;
    }

.wizard__head-content > .timeline:after {
    top: 40px;
}
