.timeline_slider_section {
    margin: 135px 0;
}
.timeline_slider_section:after {
    background-color: #fff;
    bottom: 80px;
    content: "";
    height: 1px;
    left: 0;
    position: absolute;
    width: 100%;
    z-index: -1;
}
.timeline_slider_section .timeline_image_slider_section {
    z-index: -1;
}
.timeline_slider_section .timeline_image_slider_section .timeline_image_slider_item {
    padding: 0;
    width: 100%;
}
.timeline_slider_section .timeline_image_slider_section .timeline_image_slider_item:before {
    display: none;
}
.timeline_slider_section .timeline_image_slider_section .timeline_image_slider_item img {
    -o-object-position: center;
    object-position: center;
}
.timeline_slider_section .timeline_slider_section_inner {
    min-height: 700px;
}
.timeline_slider_section .timeline_slider_section_inner .heading_with_custom_arrows {
    row-gap: 20px;
}
.timeline_slider_section .timeline_slider_section_inner .heading_with_custom_arrows .custom_arrow_section {
    gap: 13px;
}
.timeline_slider_section .timeline_slider_section_inner .heading_with_custom_arrows .custom_arrow_section .custom_arrow {
    background-color: hsla(0, 0%, 100%, 0.1);
    border: 1px solid var(--color_White_Op_20);
    cursor: pointer;
    height: 34px;
    transition: all 0.5s ease;
    width: 34px;
}
.timeline_slider_section .timeline_slider_section_inner .heading_with_custom_arrows .custom_arrow_section .custom_arrow svg {
    height: 10px;
    width: 10px;
}
.timeline_slider_section .timeline_slider_section_inner .heading_with_custom_arrows .custom_arrow_section .custom_arrow.disabled {
    cursor: auto;
    opacity: 30%;
}
.timeline_slider_section .timeline_slider_section_inner .heading_with_custom_arrows .custom_arrow_section .custom_arrow:not(.disabled):hover {
    background-color: var(--color_Black_Op_40);
}
.timeline_slider_section .timeline_slider_section_inner:after {
    -webkit-backdrop-filter: blur(30px);
    backdrop-filter: blur(30px);
    background: rgba(23, 94, 99, 0.35);
    content: "";
    height: 100%;
    left: calc(-50vw - -618px);
    position: absolute;
    top: 0;
    width: calc(50vw - 176px);
    z-index: -1;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper {
    max-width: 442px;
    padding: 73px 0 80px;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .heading_with_custom_arrows .heading_text {
    color: var(--color_White);
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider {
    top: 5px;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item {
    border-left: 1px solid #fff;
    color: var(--color_White);
    font-family: var(--font_GothicA1-Light);
    margin-top: auto;
    padding: 0 40px 14px 21px;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item:before {
    display: none;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .date_section {
    font-size: 30px;
    line-height: 36px;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .short_description {
    font-size: 20px;
    line-height: 32px;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider {
    width: 100vw;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider .splide__track {
    overflow: visible;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider .splide__slide {
    width: 440px;
}
.timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider .splide__slide .dot {
    background-color: #2c2324;
    border: 1px solid #fff;
    border-radius: 6px;
    height: 9px;
    left: -4px;
    position: relative;
    top: 4px;
    width: 9px;
    z-index: 11;
}
body:not(.safari) .timeline_slider_section .timeline_slider_section_inner:after {
    mix-blend-mode: multiply;
}
@media (min-width: 1200px) {
    .timeline_slider_section .timeline_slider_section_inner_wrapper .heading_with_custom_arrows .heading_text {
        font-size: 50px;
        line-height: 65px;
    }
}
@media (max-width: 1439px) {
    .timeline_slider_section {
        margin: 100px 0;
    }
    .timeline_slider_section .timeline_slider_section_inner {
        min-height: 600px;
    }
    .timeline_slider_section .timeline_slider_section_inner:after {
        left: calc(-50vw - -560px);
        width: calc(50vw - 118px);
    }
}
@media (max-width: 1199px) {
    .timeline_slider_section {
        margin: 80px 0;
    }
    .timeline_slider_section:after {
        bottom: 60px;
    }
    .timeline_slider_section .timeline_slider_section_inner {
        min-height: 500px;
    }
    .timeline_slider_section .timeline_slider_section_inner:after {
        left: calc(-50vw - -464px);
        width: calc(50vw - 89px);
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper {
        max-width: 375px;
        padding: 60px 0;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .date_section {
        font-size: 28px;
        line-height: 34px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .short_description {
        font-size: 18px;
        line-height: 30px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider .splide__slide {
        width: 374px;
    }
}
@media (max-width: 991px) {
    .timeline_slider_section {
        margin: 65px 0;
    }
    .timeline_slider_section:after {
        bottom: 50px;
    }
    .timeline_slider_section .timeline_slider_section_inner {
        min-height: 400px;
    }
    .timeline_slider_section .timeline_slider_section_inner:after {
        left: calc(-50vw - -351.5px);
        width: calc(50vw - 15.5px);
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper {
        max-width: 336px;
        padding: 50px 0;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .date_section {
        font-size: 26px;
        line-height: 32px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .short_description {
        font-size: 16px;
        line-height: 28px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item {
        padding-right: 22px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider .splide__slide {
        width: 335px;
    }
}
@media (max-width: 767px) {
    .timeline_slider_section {
        margin: 50px 0;
    }
    .timeline_slider_section:after {
        bottom: 30px;
    }
    .timeline_slider_section .timeline_slider_section_inner:after {
        -webkit-backdrop-filter: blur(4px);
        backdrop-filter: blur(4px);
        left: -32px;
        width: calc(100% + 32px);
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper {
        max-width: 100%;
        padding: 30px 0;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .date_section {
        font-size: 24px;
        line-height: 30px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item .short_description {
        font-size: 15px;
        line-height: 26px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_main_slider_item {
        padding-left: 15px;
        padding-right: 15px;
    }
    .timeline_slider_section .timeline_slider_section_inner_wrapper .timeline_main_slider_section .timeline_line_slider .splide__slide {
        width: calc(100% - 64px);
    }
}
