.splide__arrow--prev svg,
.splide__arrow--next svg {
    height: 1em;
    width: 1em;
    transform: scale(1.5);
    fill: transparent;
}

.splide__arrow--prev svg:focus,
.splide__arrow--next svg:focus {
    outline: none;
}

.splide__arrow:focus {
    outline: none;
}

.splide__arrow {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, 0.9);
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    opacity: 1;
}

.splide-about .splide__arrow {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-color: #fff;
}

.splide-about .splide__arrow--prev svg,
.splide-about .splide__arrow--next svg {
    height: 1em;
    width: 1em;
    transform: scale(1.5);
    fill: transparent;
}

.splide-about .splide__arrow--prev svg:focus,
.splide-about .splide__arrow--next svg:focus {
    outline: none;
}

.splide-about .splide__arrow:focus {
    outline: none;
}

.splide-about .splide__arrow {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, 0.9);
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    opacity: 1;
}

.splide-productions .splide__arrow {
    border-radius: 50%;
    width: 50px;
    height: 50px;
    padding: 0;
    border-color: #fff;
}

.splide-productions .splide__arrow--prev svg,
.splide-productions .splide__arrow--next svg {
    height: 1em;
    width: 1em;
    transform: scale(1.5);
    fill: transparent;
}

.splide-productions .splide__arrow--prev svg:focus,
.splide-productions .splide__arrow--next svg:focus {
    outline: none;
}

.splide-productions .splide__arrow:focus {
    outline: none;
}

.splide-productions .splide__arrow {
    position: absolute;
    display: inline-flex;
    z-index: 1;
    cursor: pointer;
    font-size: 25px;
    color: hsla(0, 0%, 93.3%, 0.9);
    top: 50%;
    transform: translateY(-50%);
    background: transparent;
    opacity: 1;
}

.timeline__slider {
    width: calc((100% - 60px)) !important;
}

@media screen and (min-width: 992px) {
    .timeline__slider {
        width: calc((100% - 60px) / 4) !important;
    }
}

.splide__arrows.timeline__arrows.splide__arrows--ltr {
    gap: 60px !important;
}

.timeline__arrows .splide__arrow--prev {
    /* left: 48%;
    top: 120%;
    transform: translate(-50%, -50%) !important; */
    position: relative;
}

.timeline__arrows .splide__arrow--next {
    /* right: 45%;
    top: 120%;
    transform: translate(-50%, -50%) !important; */
    position: relative;
}

.timeline__img {
    height: auto !important;
}

.splide__arrows.timeline__arrows.splide__arrows--ltr {
    display: none;
}

/* .splide__arrows.timeline__arrows.splide__arrows--ltr .splide__arrow {
    position: absolute !important;
} */

.button-group-about {
    justify-content: flex-start;
}

@media screen and (min-width: 992px) {
    .button-group-about {
        justify-content: center;
    }

    .splide__arrows.timeline__arrows.splide__arrows--ltr {
        display: flex;
        justify-content: center;
        padding-top: 24px;
    }
}

.button-group-about .timelineButton {
    flex: none;
}

.timeline__arrows {
    position: relative;
}
