.WebElementsStepsVertical001__vertical-steps-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__vertical-steps-step {
        padding: 0 15px;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: start;
        text-align: left;
    }
}
@media screen and (min-width: 1366px) {
    .WebElementsStepsVertical001__vertical-steps-step {
        padding: 0;
    }
}
.WebElementsStepsVertical001__vertical-steps-step-number {
    width: 32px;
    min-width: 32px;
    height: 32px;
    border-radius: 50%;
    background: -webkit-linear-gradient(right, #e77120 0%, #cc5530 100%);
    background: linear-gradient(270deg, #e77120 0%, #cc5530 100%);
    color: #fff;
    text-align: center;
    line-height: 35px;
    font-family: "Muller regular", Helvetica, Arial, sans-serif;
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__vertical-steps-step-number {
        margin-right: 16px;
    }
}
.WebElementsStepsVertical001__vertical-steps-step-number--passed {
    background: #fff;
    border: 1px solid #ea610e;
    color: #ea610e;
}
.WebElementsStepsVertical001__vertical-steps-step-number--inactive {
    background: #e8ecf2;
    color: #fff;
}
.WebElementsStepsVertical001__vertical-steps-step-name-title {
    font-family: "Muller bold", Helvetica, Arial, sans-serif;
    font-size: 1.125rem;
    margin-top: 4px;
    letter-spacing: 0.5px;
    padding: 0 15px;
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__vertical-steps-step-name-title {
        padding: 0;
    }
}
.WebElementsStepsVertical001__vertical-steps-step-name-description {
    margin-top: 8px;
    font-size: 0.875rem;
}
.WebElementsStepsVertical001__vertical-steps-step-name-description-link {
    color: #ea610e;
    margin-left: 4px;
    -webkit-transition: all 0.25s ease-in-out;
    transition: all 0.25s ease-in-out;
    border-bottom: 1px solid transparent;
}
.WebElementsStepsVertical001__vertical-steps-step-name-description-link:hover {
    color: #ea610e;
    border-bottom: 1px solid #ea610e;
}
.WebElementsStepsVertical001__vertical-separator-small {
    position: relative;
    top: 8px;
    width: 1px;
    height: 32px;
    background: #ea610e;
    margin: 0 auto;
    margin-bottom: 20px;
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__vertical-separator-small {
        left: 30px;
        margin-left: 0;
        margin-bottom: 16px;
    }
}
@media screen and (min-width: 1366px) {
    .WebElementsStepsVertical001__vertical-separator-small {
        left: 15px;
    }
}
.WebElementsStepsVertical001__vertical-separator-normal {
    position: relative;
    width: 1px;
    height: 64px;
    background: #ea610e;
    top: -15px;
    margin: 0 auto;
    margin-top: 20px;
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__vertical-separator-normal {
        left: 30px;
        margin-left: 0;
        margin-top: 0;
    }
}
@media screen and (min-width: 1366px) {
    .WebElementsStepsVertical001__vertical-separator-normal {
        left: 15px;
    }
}
.WebElementsStepsVertical001__horizontal {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-top: 50px;
    text-align: center;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: start;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 0 15px;
}
@media screen and (min-width: 767px) and (min-height: 600px) {
    .WebElementsStepsVertical001__horizontal {
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__horizontal {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }
}
@media screen and (min-width: 1366px) {
    .WebElementsStepsVertical001__horizontal {
        padding: 0;
    }
}
.WebElementsStepsVertical001__horizontal-step {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 20px;
    min-width: 160px;
}
@media screen and (min-width: 767px) and (min-height: 600px) {
    .WebElementsStepsVertical001__horizontal-step {
        padding-bottom: 20px;
        border-bottom: 1px solid #e8ecf2;
    }
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__horizontal-step {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        min-width: 100px;
        margin-bottom: 0;
        padding-bottom: 0;
        border-bottom: none;
    }
}
.WebElementsStepsVertical001__horizontal-step-steps {
    width: 32px;
    height: 32px;
    background: -webkit-linear-gradient(right, #e77120 0%, #cc5530 100%);
    background: linear-gradient(270deg, #e77120 0%, #cc5530 100%);
    border-radius: 50%;
    color: #fff;
    line-height: 35px;
    margin-right: 20px;
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__horizontal-step-steps {
        margin: 0 auto;
    }
}
.WebElementsStepsVertical001__horizontal-step-steps--passed {
    background: #fff;
    border: 1px solid #ea610e;
    color: #ea610e;
}
.WebElementsStepsVertical001__horizontal-step-steps--inactive {
    background: #e8ecf2;
    color: #fff;
}
.WebElementsStepsVertical001__horizontal-step-title {
    font-size: 0.875rem;
    line-height: 24px;
    margin-top: 4px;
    max-width: 600px;
}

.WebElementsStepsVertical001__vertical-steps-step-name--description {
    border-left: 1px solid #555;
}

.WebElementsStepsVertical001__vertical-steps-step-name--description {
    padding-left: 31px;
    margin-left: -33px;
    margin-bottom: 10px;
}

.WebElementsStepsVertical001__vertical-steps-step-name--description {
    max-width: 1100px;
    width: 1100px;
    padding-right: 300px;
}
/* mobile */

@media screen and (max-width: 768px) {
    .WebElementsStepsVertical001__vertical-steps-step-name--description {
        width: 100% !important;
        margin: 0 auto;
        padding: 20px !important;
    }
}


@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__horizontal-step-title {
        margin-top: 3px;
        max-width: 100%;
    }
}
.WebElementsStepsVertical001__horizontal-separator {
    height: 1px;
    width: 100%;
    background: #e8ecf2;
    position: relative;
    top: -13px;
}
@media screen and (min-width: 767px) and (min-height: 600px) {
    .WebElementsStepsVertical001__horizontal-separator {
        display: none;
    }
}
@media screen and (min-width: 1280px) {
    .WebElementsStepsVertical001__horizontal-separator {
        display: block;
        width: 94px;
    }
}
