.timeline{-webkit-user-select:none;-moz-user-select:none;user-select:none}.timeline__header{align-items:center;display:flex;gap:2rem;justify-content:space-between;margin-bottom:56px}.timeline__header .theme-text{max-width:650px}.timeline__navigation{background-color:transparent;background-image:none;border:none;border-radius:0;color:inherit;cursor:pointer;font:inherit;padding:0;text-align:inherit;--icon-arrow-color:var(--hyperlink-color);--icon-arrow-border-color:var(--hyperlink-color);--icon-arrow-background-color:none}.timeline__navigation svg{height:50px;width:50px}.timeline__navigation--previous svg{transform:rotate(180deg)}.timeline__navigation-wrapper{align-items:center;display:flex;gap:.5rem;justify-content:center}@media not screen and (min-width:48rem){.timeline__navigation-wrapper{display:none}}.timeline__navigation.focus-visible,.timeline__navigation.hover,.timeline__navigation:focus-visible,.timeline__navigation:hover{--icon-arrow-color:#fff;--icon-arrow-background-color:var(--hyperlink-color)}.timeline__show-more{align-items:center;background-color:transparent;background-image:none;border:none;border-radius:0;color:inherit;cursor:pointer;display:flex;font:inherit;font-size:.9rem;gap:.5rem;justify-content:center;margin:2.5rem auto 0;padding:0;text-align:inherit}.timeline__show-more.focus-visible,.timeline__show-more.hover,.timeline__show-more:focus-visible,.timeline__show-more:hover{color:var(--hyperlink-color);text-decoration:underline}@media (min-width:48rem){.timeline__show-more{display:none}}.timeline__list{margin:0;padding:0}@media (min-width:48rem){.timeline__list{display:grid;grid-auto-columns:225px;grid-auto-flow:column;grid-template-rows:auto auto;overflow-x:auto;-webkit-overflow-scrolling:touch;cursor:grab;margin-right:calc(620px - 50vw);padding-right:4rem}}@media not screen and (min-width:80rem){.timeline__list{margin-right:calc(-50vw + 50%)}}@media not screen and (min-width:48rem){.timeline__list{margin-right:0}}.timeline__list::-webkit-scrollbar{display:none}@media not screen and (min-width:48rem){.timeline__list .timeline__item:nth-child(n+4){display:none}.timeline__list.show-more .timeline__item:nth-child(n+4){display:block}}.timeline__item{list-style:none;margin-top:0;position:relative}@media (min-width:48rem){.timeline__item{display:flex;grid-column:span 2;padding:1.6rem 0}}@media not screen and (min-width:48rem){.timeline__item{margin-left:calc(100px + 1.5rem)}}.timeline__item-content{display:flex;flex-direction:column;max-width:100%;width:225px}@media not screen and (min-width:48rem){.timeline__item-content{gap:.8rem;width:90%}}.timeline__item-content:before{background-color:var(--body-text-color);border-radius:50%;box-shadow:0 0 0 4px var(--background-secondary-color);content:"";display:block;height:10px;width:10px}@media (min-width:48rem){.timeline__item-content:before{margin:-31px auto 26px}}@media not screen and (min-width:48rem){.timeline__item-content:before{left:-5px;position:absolute;top:50%}.timeline__item{border-left:1px solid var(--body-text-color);padding:2rem 1.5rem}}.timeline__item .timeline__item-image{align-items:center;display:flex;height:100px;justify-content:center}.timeline__item .timeline__item-image--cropped{border-radius:50%;margin-left:auto;margin-right:auto;overflow:hidden;width:100px}.timeline__item .timeline__item-image--cropped img{height:100%;-o-object-fit:cover;object-fit:cover;width:100%}.timeline__item .timeline__item-image:not(.timeline__item-image--cropped) img{display:block;height:auto;margin-right:auto;max-height:100px;max-width:150px;width:auto}@media (min-width:48rem){.timeline__item .timeline__item-image:not(.timeline__item-image--cropped) img{margin:0 auto}}@media not screen and (min-width:48rem){.timeline__item .timeline__item-image{left:calc(-100px - 1.5rem);position:absolute;top:50%;transform:translateY(-50%)}}.timeline__item-title{font-size:1.5rem;margin-bottom:.5rem;margin-top:.5rem}@media not screen and (min-width:48rem){.timeline__item-title{margin-top:0}}@media (min-width:48rem){.timeline__item-description{display:flex;flex-direction:column;text-align:center}}.timeline__item-description p{font-size:.9rem;margin-bottom:0;margin-top:0}@media (min-width:48rem){.timeline__item-description p:only-child{text-align:center}.timeline__item:nth-child(2n){align-items:flex-start;border-top:1px solid var(--body-text-color);justify-content:flex-end}.timeline__item:nth-child(2n) .timeline__item-image{margin-bottom:40px;margin-top:-160px}.timeline__item:nth-child(odd){align-items:flex-end;border-bottom:1px solid var(--body-text-color)}.timeline__item:nth-child(odd) .timeline__item-content h3{order:2}.timeline__item:nth-child(odd) .timeline__item-content p{order:1}.timeline__item:nth-child(odd) .timeline__item-content:before{display:none}.timeline__item:nth-child(odd) .timeline__item-content:after{background-color:var(--body-text-color);border-radius:50%;box-shadow:0 0 0 4px var(--background-secondary-color);content:"";display:block;height:10px;margin:26px auto -31px;order:4;position:relative;width:10px;z-index:2}.timeline__item:nth-child(odd) .timeline__item-content .timeline__item-image{margin-bottom:-160px;margin-top:40px;order:3}}