:root{--violet-3:#e5dbff}.timeline-container{max-width:1200px;margin:0 auto}.timeline-item{opacity:0;transform:translateY(30px);transition:opacity .6s ease,transform .6s ease}.timeline-item-visible{opacity:1;transform:translateY(0)}.timeline-item:first-child{transition-delay:0s}.timeline-item:nth-child(2){transition-delay:.1s}.timeline-item:nth-child(3){transition-delay:.2s}.timeline-item:nth-child(4){transition-delay:.3s}.timeline-item:nth-child(5){transition-delay:.4s}.timeline-item:nth-child(n+6){transition-delay:.5s}.timeline-line{animation:timeline-line-grow 1.5s ease-out forwards;transform-origin:top}@keyframes timeline-line-grow{0%{height:0}to{height:100%}}.timeline-item-visible .timeline-dot{animation:dot-pulse .6s ease}@keyframes dot-pulse{0%{transform:scale(0) translateX(-50%);opacity:0}50%{transform:scale(1.2) translateX(-50%)}to{transform:scale(1) translateX(-50%);opacity:1}}@media (max-width:768px){.timeline-item-visible .timeline-dot{animation:dot-pulse-mobile .6s ease}@keyframes dot-pulse-mobile{0%{transform:scale(0);opacity:0}50%{transform:scale(1.2)}to{transform:scale(1);opacity:1}}}@media (min-width:769px){.timeline-item:nth-child(2n) .timeline-content{transform:translateX(50px)}.timeline-item:nth-child(odd) .timeline-content{transform:translateX(-50px)}.timeline-item-visible .timeline-content{transform:translateX(0)!important}}