.jf_timeline_section {
    overflow: hidden;
}

.jf_timeline_section .jf_timeline_section_top {
    padding: 64px 0;
    border-bottom: 1px solid #D6D6D6;
}

.jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data {
    display: flex;
    gap: 16px 32px;
    flex-wrap: wrap;
    align-items: flex-end;
}

.jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_left {
    width: calc(57.1875% - 16px);
}

.jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_right {
    width: calc(42.8125% - 16px);
}

.jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_left .jf_timeline_section_data_left_sub_title {
    color: #727272;
    font-family: 'Whitney-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 20px;
    line-height: 26px;
    letter-spacing: 0%;
    vertical-align: middle;
    margin-bottom: 8px;
}

.jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_left .jf_timeline_section_data_left_title {
    margin-bottom: 0;
}

.jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_right *:last-child {
    margin-bottom: 0;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner {
    position: relative;
    display: flex;
    align-items: flex-start;
    gap: 24px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left {
    width: 85px;
    max-height: 750px;
    overflow-y: auto;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left::-webkit-scrollbar {
    width: 0;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_right {
    width: calc(100% - 109px);
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_right .jf_timeline_section_list_right_inner .splide__track {
    min-height: 752px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner {
    padding-top: 32px;
    padding-bottom: 32px;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    row-gap: 24px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year {
    color: #838383;
    font-family: 'Whitney-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 24px;
    padding-bottom: 4px;
    display: inline-flex;
    align-items: center;
    column-gap: 6px;
    transition: all 0.5s ease;
    background-color: transparent;
    border: medium none;
    position: relative;
    text-align: left;
    width: auto;
    cursor: pointer;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year::after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 2px;
    width: 0%;
    background-color: #FFDB33;
    transition: all 0.5s ease;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year.active,
.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year:hover {
    color: #313131;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year:hover::after,
.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year.active::after {
    width: 100%;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year:not(.active) svg {
    display: none;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item {
    /* animation: fadeIn 1s ease 0s; */
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item {
    /* display: none; */
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item.active {
    /* display: block; */
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content {
    display: flex;
    flex-wrap: wrap;
    column-gap: 32px;
    padding-top: 64px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left {
    width: calc(54.74% - 16px);
    padding-left: 132px;
    position: relative;
    max-height: 720px;
    overflow-y: auto;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_right {
    width: calc(45.26% - 16px);
    display: flex;
    align-items: center;
    justify-content: center;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::before {
    content: "";
    position: absolute;
    left: 159px;
    top: 105px;
    width: 1px;
    height: 100vh;
    background-color: #D6D6D6;
    transition: all 0.5s ease;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::after {
    content: "";
    position: absolute;
    left: 153px;
    top: 100px;
    width: 13.5px;
    height: 13.5px;
    border-radius: 100%;
    background-color: #D6D6D6;
    transition: all 0.5s ease;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right.active::after,
.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right.active::before {
    top: -200px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_year {
    color: #313131;
    font-family: 'Whitney-Black';
    font-weight: normal;
    font-style: normal;
    font-size: 64px;
    line-height: 72px;
    margin-bottom: 48px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events {
    position: relative;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .event_logo {
    position: absolute;
    left: -132px;
    top: -38px;
    min-width: 100px;
    min-height: 100px;
    max-width: 100px;
    padding: 10px;
    border-radius: 100%;
    border: 1px solid #D6D6D6;
    display: flex;
    align-items: center;
    justify-content: center;
    background-color: #FFFFFF;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .event_logo img {
    max-width: 100%;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_sub_heading {
    color: #838383;
    font-family: 'Whitney-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 18px;
    line-height: 100%;
    margin-bottom: 8px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_text {
    font-family: 'Whitney-Book';
    font-weight: normal;
    font-size: 18px;
    line-height: 26px;
    color: #313131;
    margin-bottom: 16px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_link {
    display: inline-flex;
    align-items: center;
    gap: 6px;
    color: #313131;
    font-family: 'Whitney-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 16px;
    line-height: 22px;
    padding-bottom: 4px;
    position: relative;
    transition: all 0.5s ease;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_link svg {
    width: 24px;
    min-width: 24px;
    height: 24px;
    transition: all 0.5s ease;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_link:hover svg {
    padding-left: 6px;
    width: 30px;
    min-width: 30px;
    height: 24px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    transition: all 0.5s ease;
    background-color: #FFDB33;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_watermark {
    font-family: 'Whitney-Bold';
    font-weight: normal;
    font-style: normal;
    font-size: 377.5px;
    line-height: 436px;
    color: #313131;
    opacity: 0.04;
    position: absolute;
    right: 0;
    bottom: -116px;
}

.jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .jf_timeline_section_list_right_content_events_item {
    padding-bottom: 48px;
    position: relative;
}

.jf_timeline_section_bottom .jf_timeline_section_list {
    position: relative;
    min-height: 752px;
}

.jf_timeline_section_bottom {
    overflow: hidden;
}

.jf_timeline_section_bottom .jf_timeline_section_list::before {
    content: "";
    position: absolute;
    right: 0;
    top: -39px;
    width: 128px;
    height: 132px;
    background-image: url(../images/timeline_graphic_1.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

.jf_timeline_section_bottom .jf_timeline_section_list::after {
    content: "";
    position: absolute;
    right: -42px;
    bottom: -106px;
    width: 268px;
    height: 259px;
    background-image: url(../images/timeline_graphic_2.svg);
    background-repeat: no-repeat;
    background-size: contain;
    background-repeat: no-repeat;
}

@media (max-width: 1359px) {
    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_right {
        width: calc(40.3% - 16px);
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left {
        width: calc(59.7% - 16px);
    }

    .jf_timeline_section_bottom .jf_timeline_section_list::before {
        right: auto;
        left: 100%;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list::after {
        left: calc(100% - 108px);
        right: auto;
    }
}

@media (max-width: 1199px) {
    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_watermark {
        font-size: 250px;
        line-height: 288px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_watermark {
        bottom: -76px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_year {
        font-size: 56px;
        line-height: 64px;
        margin-bottom: 32px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content {
        padding-top: 56px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::after {
        top: 90px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::before {
        top: 95px;
    }
}

@media (max-width: 991px) {
    .jf_timeline_section .jf_timeline_section_top {
        padding: 52px 0 48px;
    }

    .jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_right,
    .jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_left {
        width: 100%;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_right,
    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left {
        width: 100%;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_right {
        padding-left: 132px;
    }


    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_year {
        font-size: 40px;
        line-height: 56px;
        margin-bottom: 16px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content {
        padding-top: 44px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .event_logo {
        left: -120px;
        top: -18px;
        min-width: 80px;
        min-height: 80px;
        max-width: 80px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .jf_timeline_section_list_right_content_events_item {
        padding-bottom: 32px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::before {
        top: 83px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::after {
        top: 73px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item {
        overflow-y: auto;
    }
}

@media (max-width: 767px) {
    .jf_timeline_section .jf_timeline_section_top {
        padding: 40px 0 32px;
    }

    .jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_left .jf_timeline_section_data_left_sub_title {
        font-size: 18px;
        margin-bottom: 4px;
    }

    .jf_timeline_section .jf_timeline_section_top .jf_timeline_section_data .jf_timeline_section_data_right h3 {
        font-size: 24px;
        line-height: normal;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list::after,
    .jf_timeline_section_bottom .jf_timeline_section_list::before {
        display: none;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_year {
        font-size: 24px;
        line-height: 32px;
        margin-bottom: 0;
        padding-bottom: 16px;
        background-color: #FFFFFF;
        position: relative;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events {
        background-color: #FFFFFF;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content {
        padding-top: 32px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_right,
    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left {
        padding-left: 0;
        background-color: #FFFFFF;
        z-index: 1;
        position: relative;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left::after {
        display: none;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left::before {
        top: -40px;
        left: 25px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_right {
        justify-content: flex-start;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .jf_timeline_section_list_right_content_events_item:last-child {
        padding-bottom: 16px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .event_logo {
        min-width: 64px;
        min-height: 64px;
        max-width: 64px;
        left: auto;
        top: auto;
        position: relative;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .jf_timeline_section_list_right_content_events_item .event_content {
        display: flex;
        flex-wrap: wrap;
        column-gap: 12px;
        align-items: center;
        row-gap: 16px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .jf_timeline_section_list_right_content_events .jf_timeline_section_list_right_content_events_item .event_content_text {
        width: 100%;
        margin-bottom: 0;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left {
        width: 64px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_right {
        width: calc(100% - 80px);
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year {
        column-gap: 2px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_inner .jf_timeline_section_list_left .jf_timeline_section_list_left_inner .jf_timeline_section_list_left_year svg {
        width: 16px;
        height: 16px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_watermark {
        display: none;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item .jf_timeline_section_list_right_inner_content .jf_timeline_section_list_right_inner_content_left .event_content .event_content_text {
        font-size: 16px;
        line-height: 24px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right .jf_timeline_section_list_right_item {
        padding-bottom: 30px;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::after {
        display: none;
    }

    .jf_timeline_section_bottom .jf_timeline_section_list .jf_timeline_section_list_right::before {
        top: 0;
        left: 113px;
    }
}


@keyframes fadeIn {
    0% {
        opacity: 0;
    }

    100% {
        opacity: 1;
    }
}