@charset "UTF-8";

:root {
    --color-light-grey: #f0f0f0;
    --color-dark-grey: #363636;
    --color-grey: #7a7a7a;
    --color-black: #000;
    --color-base-slate: #515d6f;
    --color-base-blue: hsl(232deg 12% 24%);
    --color-white: #fff;
    --color-green: #165153;
    --color-dark-blue: #00458a;
    --color-grid-columns: #00c4f12b;
    --color-grid-border: #15dfff8c;
    --cursor-stroke: none;
    --cursor-fill: #757575;
    --cursor-stroke-width: 1px;
    --black-shadow: #00000026;
    --border-radius: 1rem
}



html {
    /* font-size: 62.5%; */
    scroll-behavior: initial
}


.Process {
    height: fit-content;
    width: 100%;
    position: relative
}

@media (min-width: 992px) {
    .Process {
        height: 100dvh;
        display: flex;
        justify-content: center;
        align-items: flex-end;
        flex-direction: row
    }
}

@media (max-width : 1200px) {
    .Process {
        margin-top: 50px;
        margin-bottom: 30px;
    }
}


.Process__inner {
    width: 100%;
}

@media (min-width: 992px) {
    .Process__inner {
        margin: 15dvh auto
    }
}

@media (min-width: 1920px) {
    .Process__inner {
        margin: 15rem auto 10rem
    }
}


.Process__desc {
    color: var(--color-white);
    max-width: 100%
}

@media (min-width: 1920px) {
    .Process__desc {
        max-width: 70%
    }
}

.Process__timeline {
    width: 3rem;
    position: absolute;
    height: 90%;
    top: 0;
    transform: none;
    left: 2.5%
}

@media (max-width : 1200px) {
    .Process__timeline {
        height: 100%;
    }
}

@media (min-width: 768px) {
    .Process__timeline {
        width: 5rem
    }
}

@media (min-width: 1200px) {
    .Process__timeline {
        position: relative;
        height: 3.5rem;
        top: auto;
        left: auto;
        width: 100%
    }
}

@media (max-width :767.98px) {
    .Process__timeline {
        left: 0;
    }
}

.Process__information {
    position: relative;
    top: auto;
    left: auto;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: flex-end;
    flex-direction: row;
    overflow: hidden
}

@media (min-width: 1200px) {
    .Process__information {
        position: absolute;
        display: flex;
        align-items: flex-start;
        justify-content: center;
        flex-direction: row;
        top: 0;
        left: 0
    }
}

.Process__information--inner {
    width: 90%;
    margin-left: 4rem;
}

@media (min-width: 768px) {
    .Process__information--inner {
        margin-left: 0;
        height: 100%;
    }
}

@media (max-width : 767.98px) {
    .Process__information--inner {
        padding: 20px 10px;
    }
}

@media (min-width : 767px) and (max-width : 1760px) {
    .Process__content-inner {
        height: 100%;
        display: flex;
        flex-direction: column;
        justify-content: space-between;
    }
}



.Process__information.js-width {
    width: 100%
}

@media (min-width: 1200px) {
    .Process__information.js-width {
        width: 25%
    }
}

.Process__timeline-inner {
    display: flex;
    align-items: center;
    height: 100%
}

.Process__desc-group {
    max-width: 90%
}

@media (min-width: 1200px) {
    .Process__desc-group {
        max-width: 100%
    }
}

.Process__timeline-line-group {
    flex: 1;
    height: 100%;
    position: relative;
    /* mix-blend-mode: screen; */
    /* z-index: 1 */
}

.Process__timeline-line-group:nth-child(1) {
    background: #1651531A;

}

.Process__timeline-line-group:nth-child(2) {
    background: #1651531A;

}

.Process__timeline-line-group:nth-child(3) {
    background: #1651531A;

}

.Process__timeline-line-group:nth-child(4) {
    background: #1651531A;

}

.Process__timeline-line-group:last-child:after {
    content: "";
    position: absolute;
    right: 0;
    top: 0;
    height: 100%;
    width: 2px;
    border-left: 1.5px solid #16515380
}

@media (min-width: 1200px) {
    .Process__timeline-line-group:last-child:after {
        height: 7.5rem;
        border-left: 1.5px dashed #16515380;
    }
}

@media (max-width : 1200px) {
    .Process__timeline-line-group:last-child:after {
        right: auto;
        left: -36px;
    }
}

.Process__timeline-dot-group {
    position: absolute;
    left: 0;
    top: 0;
    display: flex;
    align-items: flex-end;
    z-index: 5;
    height: 100%
}

@media (min-width: 1200px) {
    .Process__timeline-dot-group {
        height: fit-content
    }
}

.Process__timeline-dot-group.js-active .Process__timeline-dot-title,
.Process__timeline-dot-group.js-active .Process__timeline-dot-line {
    opacity: 1
}

.Process__timeline-dot-line {
    height: 100%;
    width: 1px;
    border-left: 1.5px dashed #16515380;
    opacity: .5;
    transition: opacity .3s ease-in-out
}

@media (min-width: 768px) {
    .Process__timeline-dot-line {
        width: 2px
    }
}

@media (min-width: 1200px) {
    .Process__timeline-dot-line {
        height: 7.5rem;
        border-left: 1.5px dashed #16515380;
    }
}

.Process__timeline-dot-title {
    font-family: var(--jost);
    color: #165153;
    font-weight: 500;
    font-size: 15px;
    line-height: 1;
    margin: 0;
    opacity: .25;
    margin-left: 1rem;
    transition: opacity .3s ease-in-out;
    display: none
}

@media (min-width: 1200px) {
    .Process__timeline-dot-title {
        display: block
    }
}

.Process__background {
    position: absolute;
    bottom: auto;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-direction: column
}

@media (min-width: 1200px) {
    .Process__background {
        height: 75%;
        bottom: 1px;
        z-index: 2;
        top: auto
    }
}

.Process__background-line {
    background: rgb(244, 242, 232);
    height: 2px;
    width: 100%;
    display: none
}

.Process__background-line:last-child {
  margin-bottom: -0.8px;
}

@media (min-width: 1200px) {
    .Process__background-line {
        display: block
    }
}

.Process__section {
    margin: 0;
    height: 100%;
    overflow: hidden;
    position: relative;
    width: 100%
}

@media (min-width: 1200px) {
    .Process__section {
        min-height: 55vh;
        margin: 0 0 3rem
    }
}

.Process__section-inner {
    display: flex;
    align-items: center;
    justify-content: flex-start;
    flex-direction: row;
    height: 100%;
    pointer-events: none
}

.Process__section-item {
    height: 100%;
    position: relative;
    width: 100%
}

.Process__timeline-line {
    height: 100%;
    position: absolute;
    width: 2px;
    left: 0;
    transform: none;
    overflow: hidden;
    z-index: 9
}

.Process__timeline-line--inner {
    background: var(--color-green);
    width: 0;
    /* height: 100%; */
    border-top: 2px solid var(--color-green);
}

.Process__timeline-line--inner.js-active {
    width: 100%
}

@media (min-width: 1200px) {
    .Process__timeline-line {
        height: 2px;
        width: 100%;
        transform: translateY(100%)
    }
}

.Process__dotted-line {
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%
}

@media (min-width: 1200px) {
    .Process__dotted-line {
        height: 100%;
        width: 2px
    }
}

.Process__dotted-line--inner {
    background: #1651531A;
    width: 100%;
    height: 100%
}

.Process__content {
    max-width: 25%;
    position: relative
}

.Process__content-number {
    font-family: var(--marcellus);
    font-weight: 400;
    font-size: 26px;
    color: var(--btn-primary)
}

@media (min-width: 1200px) {
    .Process__content-number {
        display: block;
        margin-bottom: 0.5rem
    }
}

.Process__content-number .lineParent {
    line-height: 1
}

.Process__content-title {
    font-family: var(--marcellus);
    font-weight: 400;
    font-size: 26px;
    color: var(--btn-green);
    margin-bottom: 2rem
}

@media (min-width: 1920px) {
    .Process__content-title {
        margin-bottom: 4rem
    }
}

@media (max-width :767px) {
    .Process__content-title {
        margin-bottom: 1rem;
    }
}

.Process__content-desc {
    font-family: var(--jost);
    font-weight: 400;
    font-size: 14px;
    color: rgba(23, 29, 28, 0.6);
    margin-bottom: 0;
    min-width: 150px;
}

/*# sourceMappingURL=style.css.map*/