.timeline {
    position: relative;
}
.timeline::before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    transform: translateX(-50%);
    width: 1px;
    border: 0px dashed #000000;
    border-left: 1px dashed #000000;
}

@media ( max-width: 576px ) {
    .timeline::before {
        left: 45px;
    }
}

.story {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}
.story::after {
    content: '';
    position: absolute;
    top: 50%;
    bottom: 0;
    left: 50%;
    transform: translateX( calc(-50% - 0.5px) );
    width: 9px;
    height: 9px;
    border-radius: 50%;
    background: #000000;
    z-index: 1;
}
.story:first-child,
.story:last-child {
    height: 50px;
}
.story:first-child::after {
    top: 0;
    background-color: #000000;
}
.story:last-child::after {
    top: unset;
    bottom: 0;
    background-color: #000000;
}
.story:nth-child(odd) {
    flex-direction: row-reverse;
}

@media ( max-width: 576px ) {
    .story {
        padding: 70px 50px 35px 100px;
        flex-wrap: wrap;
    }
    .story::after {
        left: 45px;
    }
    .story:first-child,
    .story:last-child {
        padding: 0 50px 0 100px;
    }
    .story:nth-child(odd) {
        flex-direction: unset;
    }
}

.timeline__story__year {
    padding: 10px 25px;
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    left: 50%;
    transform: translateX(-50%);
    background-color: #000000;
    border-radius: 100vh;
    color: #ffffff;
}

@media ( max-width: 576px ) {
    .timeline__story__year {
        left: 0;
        transform: translateX(0);
    }
}

.timeline__story__column {
    padding: 70px 50px 35px 50px;
    width: 50%;
}

@media ( max-width: 576px ) {
    .timeline__story__column {
        padding: 0;
        width: 100%;
    }
}

.timeline__story__image {
    display: flex;
    align-items: center;
    justify-content: center;
    overflow: hidden;
}
.timeline__story__image img {
    width: 100%;
    height: auto;
}

@media ( max-width: 576px ) {
    .timeline__story__image {
        margin: 0 0 20px 0;
    }
}

.timeline__story__story p {
    margin: 0 0 10px 0;
}
.timeline__story__story p:last-child {
    margin: 0;
}

.timeline__splide {
    position: relative;
}
.timeline__splide::before {
    content: '';
    position: absolute;
    top: 19px;
    width: 100%;
    border: 0px dashed #000000;
    border-top: 1px dashed #000000;
}

.timeline__splide .story {
    padding: 70px 0 0 0;
    justify-content: unset;
    flex-direction: column;
}
.timeline__splide .story::after {
    display: none;
}
.timeline__splide .story:nth-child(odd) {
    flex-direction: column;
}

.timeline__splide .timeline__story__column {
    padding: 0;
    width: 100%;
}

.timeline__splide .timeline__story__image {
    margin: 0 0 20px 0;
}

.splide__arrow {
    background: transparent;
    border-radius: 0;
    opacity: 1;
    top: calc(50% - 13px );
    transform: unset;
    transition: all 0.25s;
}
.progress-enabled .splide__arrow {
    top: calc(50% - 35px );
}
.pagination-enabled .splide__arrow {
    top: calc(50% - 31px );
}
.progress-enabled.pagination-enabled .splide__arrow {
    top: calc(50% - 53px );
}
.splide__arrow.splide__arrow--prev:before,
.splide__arrow.splide__arrow--next:before {
    content: '';
    width: 28px;
    height: 19px;
    background-color: #000000;
    margin: 0 auto;
    align-items: center;
}
.splide__arrow.splide__arrow--prev:before {
    mask: url(icons/splide-arrow-previous.svg) no-repeat center / contain;
    -webkit-mask: url(icons/splide-arrow-previous.svg) no-repeat center / contain;
}
.splide__arrow.splide__arrow--next:before {
    mask: url(icons/splide-arrow-next.svg) no-repeat center / contain;
    -webkit-mask: url(icons/splide-arrow-next.svg) no-repeat center / contain;
}
.splide__arrow span {
    display: none;
}

.splide__pagination {
    margin: 20px auto 0 auto;
    position: unset;
}
.splide__pagination__page.is-active {
    background: #000000;
}

[class^='splide__progress-'] {
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
    margin: 20px auto 0 auto;
}
[class^='splide__progress-'] .splide__arrow {
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: unset;
    transform: unset;
    transition: all 0.25s;
}
[class^='splide__progress-'] .splide__progress__current,
[class^='splide__progress-'] .splide__progress__total {
    color: #000000;
    font-size: 20px;
    line-height: 24px;
}
[class^='splide__progress-'] .splide__progress__bar {
    width: 125px;
    height: 2px;
    background: #c6c6c6;
}
[class^='splide__progress-'] .splide__progress__bar__inner {
    background: #000000;
    width: 0;
    height: 2px;
    transition: width 0.25s ease;
}

/* Thumbnails */
.splide__track--nav > .splide__list > .splide__slide,
.splide__track--nav > .splide__list > .splide__slide.is-active {
    border: none;
}

[id^='thumbnail__carousel-'] {
    display: flex;
    align-items: center;
    justify-content: center;
    gap: 10px;
}
[id^='thumbnail__carousel-'].splide {
    margin: 20px auto 0 auto;
}

[id^='thumbnail__carousel-'] .splide__arrow {
    background: transparent;
    border-radius: 0;
    opacity: 1;
    position: unset;
    transform: unset;
    transition: all 0.25s;
}

[id^='thumbnail__carousel-'] .splide__list {
    gap: 0;
}

[id^='thumbnail__carousel-'] .splide__slide {
    opacity: 0.5;
}
[id^='thumbnail__carousel-'] .splide__slide.is-active {
    opacity: 1;
}

[id^='thumbnail__carousel-'] .splide__slide img {
    width: 100%;
    height: auto;
    object-fit: cover;
    aspect-ratio: 1;
}