:root{--timeline-intro-margin:2.5rem;--timeline-item-gap:0f}@media (min-width:768px){:root{--timeline-item-width:calc(100% - 3rem);--timeline-item-gap:3rem}}@media (min-width:1024px){:root{--timeline-intro-margin:5rem;--timeline-item-width:calc(100% - 6.25rem)}}.timeline__intro{margin-bottom:2.5rem;margin-bottom:var(--timeline-intro-margin)}@media (min-width:1024px){.timeline__intro{text-align:center}}.timeline__intro h2{margin-bottom:1.875rem}.timeline__items-wrapper{display:flex;flex-direction:column;grid-gap:3.125rem;gap:3.125rem}.timeline__item{display:flex;flex-direction:column;align-items:center;grid-gap:0f;gap:0f;grid-gap:var(--timeline-item-gap);gap:var(--timeline-item-gap)}@media (min-width:768px){.timeline__item{flex-direction:row;width:var(--timeline-item-width)}}@media (min-width:768px){.timeline__item:nth-of-type(odd){margin-left:auto}}.timeline__item:nth-of-type(odd) .timeline__item-info{background-color:var(--color-blue);color:var(--color-beige)}.timeline__item:nth-of-type(2n) .timeline__item-info{background-color:var(--color-lilac);color:var(--color-blue)}.timeline__item-image{display:flex;justify-content:flex-end;max-width:16rem;aspect-ratio:1}@media (min-width:768px){.timeline__item-image{width:33.33333%;aspect-ratio:initial}}@media (min-width:1280px){.timeline__item-image{max-width:20rem}}.timeline__item-image img{width:100%;-o-object-fit:cover;object-fit:cover;margin:auto}.timeline__item-info{border-radius:var(--border-radius-2);padding:3.375rem 3.125rem}@media (min-width:768px){.timeline__item-info{width:66.66667%;max-width:43.75rem}}.timeline__item-info .year{display:block;font-family:var(--font-family-extra);font-size:clamp(1.25rem,2vw,1.5rem);font-weight:var(--body-weight-bold);line-height:1;margin-bottom:.625rem}.timeline__item-info h4{margin-bottom:1rem}