.timeline-wrapper{max-width:1340px;margin:80px auto}.truncate-overflow{--max-lines:3;--lh:1.6rem;line-height:1.6rem;max-height:calc(var(--lh) * var(--max-lines));overflow:hidden;position:relative}.timeline-item{height:50vh !important;position:relative}.timeline-item-line{width:100%;height:5px;background:#063246;position:absolute;left:0;bottom:49%;z-index:1}.timeline-item-dot-wrapper{width:100%;height:100%;display:flex;justify-content:center;align-items:center}.timeline-item-dot{background:#24a599;z-index:2;width:20px;height:20px;border-radius:50px}.timeline-item-content-wrapper{position:absolute;width:100%;height:100%;bottom:0;left:0;display:flex;flex-direction:column;align-items:center;justify-content:flex-end}.timeline-item:nth-child(odd) .timeline-item-content-wrapper{justify-content:flex-start}.timeline-item-content-wrapper .timeline-item-content{padding:5%;display:flex;flex-direction:column;align-items:center;justify-content:center;max-width:65%;text-align:center}.timeline-item-content-year{font-weight:700;font-size:20px;position:relative}.timeline-item-content-year::after{content:" ";position:absolute;height:4px;width:15px;background:#24a599;bottom:47%;right:-35%}.timeline-item-content-year::before{content:" ";position:absolute;height:4px;width:15px;background:#24a599;bottom:47%;left:-35%}.timeline-item-content-caption{font-size:18px}.cursor{width:90px;height:90px;background-color:#209287;border-radius:50%;position:absolute;animation:cursorAnim .5s infinite alternate;pointer-events:none}@keyframes cursorAnim{from{transform:scale(1)}to{transform:scale(.9)}}@keyframes cursorAnim2{from{transform:scale(1)}to{transform:scale(.4)}}@keyframes cursorAnim3{0%{transform:scale(1)}50%{transform:scale(3)}100%{transform:scale(1);opacity:0}}.cursor{z-index:100}.cursor-icon{color:#fff;position:absolute;top:25px;left:25px}#mouse-area{cursor:none}