#page_content.homepage section.time_liane_component {
    width: 100%;
}



#page_content.homepage section.time_liane_component .section_content{
    width: 100%;
    max-width: 130em;
    margin: auto;
    position: relative;
}



#page_content.homepage section.time_liane_component .section_content .title_container{
    width: 100%;
    overflow: hidden;
    margin-bottom: 10vh;
}


#page_content.homepage section.time_liane_component .section_content .title_container .title{
    background: linear-gradient(45deg, #bb7647 23%, #06ae34);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
    color: transparent;

    width: max-content;
    max-width: 100%;
    margin: auto;
    font-size: min(5em, 9vw);
    text-align: center;
    font-weight: 100;
    position: relative;
    z-index: 5;
    opacity: 0;
    transform: translateX(30vw);
    transition: 0.75s opacity ease-in-out, 0.75s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .title_container .title.appear{
    opacity: 1;
    transform: translateX(0);
}







#page_content.homepage section.time_liane_component .section_content .time_liane{
    width: 100%;
    max-width: 70em;
    aspect-ratio: 1/1;
    max-height: calc(80vh - 5em);
    transform-origin: top center;
    margin: auto;
    position: relative;
}








#page_content.homepage section.time_liane_component .section_content .time_liane .time_liane_mask{
    position: absolute;
    z-index: 2;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    overflow: visible;
}


#page_content.homepage section.time_liane_component .section_content .time_liane .time_liane_mask path{
    width: 100%;
    stroke: #ffffff;
    fill: none;
    stroke-width: min(12em, 20vw);
    stroke-dasharray: 25em;
    stroke-dashoffset: -25em;
    filter: url(#white-halo);
    vector-effect: non-scaling-stroke;
}



#page_content.homepage section.time_liane_component .section_content .time_liane .time_liane_image{
    position: absolute;
    z-index: 1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 100%;
    height: 100%;
    opacity: 50%;
}













#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker {
    padding: 0.7em 1em;
    background: transparent;
    border-radius: 1em;
    position: absolute;
    z-index: 3;
    pointer-events: auto;
    display: flex;
    align-items: center;
    justify-content: flex-start;
    gap: 1em;
    font-size: min(1.2em, 2.5vw);
    opacity: 0;
    transform: translateX(-50%) translateY(0);
    transition: 0.25s opacity linear, 0.25s transform ease-in-out;
}


#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker.active{
    opacity: 1;
    transform: translateX(-50%) translateY(-150%);
    transition: 0.5s opacity linear, 0.75s transform cubic-bezier(0.51, 0.43, 0, 1.6);
}



#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker.m1{
    transform: translateY(0) translateX(0%);
}

#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker.m1.active{
    transform: translateY(-200%) translateX(0%);
}


#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker.m4.active{
    transform: translateY(-200%) translateX(-50%);
}



#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker.m5{
    transform: translateY(0) translateX(-100%);
}

#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker.m5.active{
    transform: translateY(-150%) translateX(-100%);
}





#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker .marker_content{
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: flex-start;
}






#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker::before{
    font-family: 'Playpen Sans', serif;
    pointer-events: none;
    content: attr(data-step);
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    min-width: 2.5em;
    font-size: min(1.2em, 12vw);
    aspect-ratio: 1/1;
    background: linear-gradient(45deg, #bb7647 23%, #06ae34);
    color: white;
    border-radius: 50%;
    font-weight: bold;
}



#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker .label {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    gap: 0.5em;
    border-radius: 1em;
    transition: 0.25s background ease-in-out;
}



#page_content.homepage section.time_liane_component .section_content .time_liane .step_marker .label>.title{
    font-family: 'Playpen Sans', serif;
    font-size: min(1.5em, 12vw);
    text-transform: uppercase;
    font-weight: 400;
    text-align: left;
    width: max-content;
    /*max-width: 10em;*/
}














#page_content.homepage section.time_liane_component .section_content .background_shapes_container{
    position: absolute;
    z-index: -1;
    top: 50%;
    left: 50%;
    transform: translate(-50%, calc(-50% + 5vh));
    width: 100%;
    min-height: 64em;
    aspect-ratio: 1000/1414;
    overflow: hidden;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .shapes_container{
    width: 100vw;
    max-width: 90em;
    min-width: 45em;
    aspect-ratio: 1/1;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}


#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape{
    aspect-ratio: 1/1;
    border-radius: 1em;
    background: linear-gradient(45deg, var(--main-orange), var(--main-blue-green));
    /*background: linear-gradient(-90deg, #bb7647 20%, #06ae34);*/
    opacity: 0.3;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) rotate(45deg) scale(0);
}
#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.appear{
    transform: translate(-50%, -50%) rotate(45deg) scale(1);
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape::before{
    content: "";
    position: absolute;
    top: 0.25em;
    left: 0.25em;
    width: calc(100% - 0.5em);
    height: calc(100% - 0.5em);
    background: white;
    border-radius: 0.75em;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape1{
    width: 10%;
    transition: 0.25s 0s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape2{
    width: 20%;
    transition: 0.25s 0.1s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape3{
    width: 30%;
    transition: 0.25s 0.2s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape4{
    width: 40%;
    transition: 0.25s 0.3s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape5{
    width: 50%;
    transition: 0.25s 0.4s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape6{
    width: 60%;
    transition: 0.25s 0.5s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape7{
    width: 70%;
    transition: 0.25s 0.6s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape8{
    width: 80%;
    transition: 0.25s 0.7s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape9{
    width: 90%;
    transition: 0.25s 0.8s transform ease-in-out;
}

#page_content.homepage section.time_liane_component .section_content .background_shapes_container .background_shape.shape10{
    width: 100%;
    transition: 0.25s 0.9s transform ease-in-out;
}
