:root {
    --accent-color: #535252;
    --bg: rgba(131, 131, 131, 0.04);
    --line-color: rgb(187, 188, 189);
    --text: #000000;
    --btn-color: #3691DB;
    --text-on-btn: #ffffff;
    --border: #636363;
    --line-color-widget: #8383838c;
}




.timeline-reveal {
    width: 100%;
    max-width: 900px;
    margin: 64px auto 0;
    overflow: hidden;
    padding-bottom: 128px;
}

.educatie-timeline {
    display: block;
    width: 100%;
    height: auto;

    clip-path: inset(0 0 100% 0);
    transition: clip-path 1.4s ease;
}

.timeline-reveal.show .educatie-timeline {
    clip-path: inset(0 0 0 0);
}