.timeline{flex-direction:column;margin:clamp(20px,5vw,40px) auto;max-width:1200px;padding:0 20px}.timeline,.timeline__event{display:flex;position:relative}.timeline__event{margin:clamp(12px,2vw,20px) 0;border-radius:6px;align-self:center;width:100%;animation:fadeInUp 1s ease-in-out forwards}@media(min-width:768px){.timeline__event{width:90%}.timeline__event:nth-child(odd){flex-direction:row-reverse}.timeline__event:nth-child(odd) .timeline__event__date{border-radius:0 6px 6px 0}.timeline__event:nth-child(odd) .timeline__event__content{border-radius:6px 0 0 6px}}.timeline__event__title{font-size:clamp(1rem,1.5vw,1.2rem);line-height:1.4;text-transform:uppercase;font-weight:600;color:#4941b7;letter-spacing:1.5px}.timeline__event__content{padding:clamp(12px,2vw,20px);box-shadow:0 30px 60px -12px rgba(50,50,93,.25),0 18px 36px -18px rgba(0,0,0,.3),0 -12px 36px -8px rgba(0,0,0,.025);background:#fff;width:100%;border-radius:6px}@media(min-width:768px){.timeline__event__content{width:min(40vw - 84px,400px);border-radius:0 6px 6px 0}}.timeline__event__date{color:#fff;font-size:clamp(1.1rem,2vw,1.5rem);font-weight:600;background:#4941b7;display:flex;align-items:center;justify-content:center;white-space:nowrap;padding:clamp(12px,2vw,20px);border-radius:6px;width:100%}@media(min-width:768px){.timeline__event__date{width:auto;border-radius:6px 0 0 6px}}.timeline__event__icon{display:flex;align-items:center;justify-content:center;color:#4941b7;padding:clamp(12px,2vw,20px);margin:clamp(12px,2vw,20px);background:#fff;border-radius:100%;width:clamp(32px,5vw,40px);height:clamp(32px,5vw,40px);position:relative;flex-shrink:0}.timeline__event__icon i{font-size:clamp(24px,4vw,32px)}.timeline__event__description{font-size:clamp(.9rem,1.5vw,1rem);line-height:1.6}.timeline__event--type2 .timeline__event__date{color:#87bbfe;background:#555ac0}.timeline__event--type2 .timeline__event__icon{background:#87bbfe;color:#555ac0}.timeline__event--type2 .timeline__event__title{color:#555ac0}.timeline__event--type3 .timeline__event__date{color:#aff1b6;background:#24b47e}.timeline__event--type3 .timeline__event__icon{background:#aff1b6;color:#24b47e}.timeline__event--type3 .timeline__event__title{color:#24b47e}@media(max-width:767px){.timeline__event{flex-direction:column}.timeline__event__content,.timeline__event__date{width:100%}.timeline__event__icon{margin:clamp(12px,2vw,20px) auto}.timeline__event:nth-child(odd) .timeline__event__content,.timeline__event:nth-child(odd) .timeline__event__date{border-radius:6px}}@keyframes fadeInUp{0%{opacity:0;transform:translateY(30px)}to{opacity:1;transform:translateY(0)}}