.timeline{--bg:transsparent;--track:#d4dbdd;--dot:#375561;--card-bg:transsparent;--text:#231f20;--muted:#231f20;--radius:0;background:var(--bg);color:var(--text)}.timeline__scroller{margin:0 auto;max-width:1280px;padding:0}.timeline__list{list-style:none;margin:0;padding:0 0 0 30px;position:relative}.timeline__list:before{background:var(--track);bottom:0;content:"";left:5.5px;position:absolute;top:0;width:3px}li.timeline__item{margin-bottom:8px;position:relative}.timeline__dot{background:var(--dot);border-radius:50%;height:15px;left:-30px;position:absolute;top:0;width:15px}.timeline__card{background:var(--card-bg);border-radius:var(--radius);padding:0}.timeline__card-text{color:var(--muted);font-size:16px;font-style:Light;font-weight:300;letter-spacing:0;line-height:24px;margin:0}.timeline__card-text p:last-of-type{margin:0}.timeline__card-title,.timeline__year{font-size:20px;font-style:Medium;font-weight:500;letter-spacing:0;line-height:100%;margin:0 0 6px}.timeline--numbers{& .timeline__list{padding:0 0 0 80px}& .timeline__list:before{background:#ced3df;bottom:0;content:"";left:24px;position:absolute;top:0;width:2px}& li.timeline__item{margin-bottom:30px;position:relative}& .timeline__dot{align-items:center;background:#717fa0;border-radius:50%;box-shadow:0 0 0 16px #fff;color:#fff;display:flex;height:48px;justify-content:center;left:-80px;position:absolute;top:0;width:48px}& .timeline__card{background:var(--card-bg);border-radius:var(--radius);padding:0}& .timeline__card-text{color:var(--muted);font-size:16px;font-style:Light;font-weight:300;letter-spacing:0;line-height:24px;margin:0}& .timeline__card-text p:last-of-type{margin:0}& .timeline__card-title,& .timeline__year{font-size:20px;font-style:Medium;font-weight:500;letter-spacing:0;line-height:100%;margin:0 0 6px}}@media (min-width:992px){.timeline--horizontal{& .timeline__scroller{padding:0}& .timeline__list{display:flex;gap:8px;overflow-x:auto;overflow-y:hidden;padding:0 0 0 40px;-webkit-overflow-scrolling:touch;position:relative}& .timeline__list:before{background:var(--track);content:"";height:3px;left:0;position:absolute;right:0;top:50%;transform:translate(-100%,-50%);transition:transform 2s ease-in;width:100%}& .timeline__list.aos-animate:before{transform:translateY(-50%)}& li.timeline__item{flex:0 0 200px;height:407px;margin-bottom:0;position:relative}& .timeline__dot{box-shadow:0 0 0 8px #e7f0f3;height:15px;left:0;top:50%;transform:translateY(-50%);width:15px}& .timeline__card{background:var(--card-bg);border-radius:var(--radius);left:50%;max-width:320px;padding:0;position:absolute;transform:translateX(-50%);width:100%}& .timeline__item:nth-child(odd) .timeline__card{bottom:calc(50% + 36px)}& .timeline__item:nth-child(2n) .timeline__card{top:calc(50% + 36px)}& .timeline__item:before{left:0}& .timeline__list::-webkit-scrollbar{height:10px}& .timeline__list::-webkit-scrollbar-track{background:rgba(0,0,0,.06);border-radius:8px}& .timeline__list::-webkit-scrollbar-thumb{background:rgba(0,0,0,.25);border-radius:8px}}}