.ht-widget-wrapper-65a99526 {
    position: relative;
    width: 100%;
    overflow: hidden;
    color: #fff;
    min-height: 600px;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}
.ht-content-wrapper-65a99526 {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0 !important; /* Force cover to bottom */
    z-index: 1;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-event-content-65a99526 {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
    visibility: hidden;
    transition: opacity 0.5s ease;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-event-content-65a99526.active {
    opacity: 1;
    visibility: visible;
}
.ht-event-bg-65a99526 {
    position: absolute;
    top:0; left:0; right:0; bottom:0;
    background-size: cover;
    background-position: center;
    opacity: 0;
    transition: opacity 1s ease;
}
.ht-event-bg-65a99526::after {
    content: '';
    position: absolute;
    top:0; left:0; right:0; bottom:0;
}
.ht-event-content-65a99526.show-bg .ht-event-bg-65a99526 {
    opacity: 1;
}
.ht-year-big-65a99526 {
    font-size: 512px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-size: cover;
    background-position: center;
    transform: scale(1);
    transition: transform 1.5s cubic-bezier(0.25, 1, 0.5, 1), opacity 0.5s ease;
    z-index: 2;
    position: absolute;
}

/* ZOOM OUT DIRECTION (Going out of screen - growing larger) */
.ht-event-content-65a99526.zoom-out .ht-year-big-65a99526 {
    transform: scale(3.5);
    opacity: 0;
}

/* ZOOM IN DIRECTION (Coming from far out of screen - shrunken inside) */
.ht-event-content-65a99526.zoom-in .ht-year-big-65a99526 {
    transform: scale(0.1);
    opacity: 0;
}

/* SCALE IN: Reset back to standard scale(1) smoothly */
.ht-event-content-65a99526.scale-in .ht-year-big-65a99526 {
    transform: scale(0.1);
    opacity: 0;
    transition: none !important; /* Instant hide to prepare starting animation point */
}

.ht-event-info-65a99526 {
    position: relative;
    z-index: 3;
    width: 60%;
    text-align: left;
    opacity: 0;
    transform: translateY(20px);
    transition: opacity 0.8s ease 0.5s, transform 0.8s ease 0.5s;
    background: transparent;
}
.ht-event-content-65a99526.show-bg .ht-event-info-65a99526 {
    opacity: 1;
    transform: translateY(0);
}
.ht-nav-65a99526 {
    position: relative;
    z-index: 10;
    display: flex;
    align-items: flex-end;
}
.ht-timeline-track-65a99526 {
    flex-grow: 1;
    overflow: hidden;
}
.ht-timeline-items-wrap-65a99526 {
    display: flex;
    transition: transform 0.5s cubic-bezier(0.25, 1, 0.5, 1);
}
.ht-timeline-item-65a99526 {
    position: relative;
    cursor: pointer;
}
.ht-line-segment-65a99526 {
    border-top: 1px dashed rgba(255,255,255,0.3);
    position: absolute;
    top: 5px;
    left: 10px;
    right: -10px;
    z-index: 1;
}
.ht-dot-65a99526 {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    background: #666;
    position: relative;
    z-index: 2;
}
.ht-timeline-item-65a99526.active .ht-dot-65a99526,\
.ht-timeline-item-65a99526.filled .ht-dot-65a99526 {
    background: red;
}
.ht-timeline-item-65a99526.active .ht-line-segment-65a99526,\
.ht-timeline-item-65a99526.filled .ht-line-segment-65a99526 {
    border-top-color: red;
}
.ht-year-small-65a99526 {
    padding-left: 24px;
    padding-top: 10px;
    user-select: none;
}
.ht-nav-arrow-65a99526 {
    cursor: pointer;
    background: red;
    padding: 10px 15px;
    position: absolute;
    bottom: 60px;
    z-index: 15;
    display: flex;
    align-items: center;
    justify-content: center;
}
.ht-prev-65a99526 { left: 0; }
.ht-next-65a99526 { right: 0; }
.ht-nav-arrow-65a99526.hidden {
    display: none;
}