.timeline{--progressbar-width:2px;--progressbar-background:#ccc;--sticky-position:50vh;background-color:#faf9f5;-webkit-clip-path:inset(0 -100vmax);clip-path:inset(0 -100vmax);padding:clamp(7.5rem,6.1486486486rem + 5.4054054054vw,12.5rem) 0}.timeline__title{margin:0 0 3rem}.timeline__title,.timeline__wrapper{max-width:none!important;width:100%!important}.timeline__wrapper{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;margin-left:0!important;margin-right:0!important;padding-bottom:2rem;padding-top:2rem;position:relative}.timeline__progress{background-color:var(--progressbar-background);height:100%;position:absolute;width:var(--progressbar-width);z-index:-2}@media (max-width:48rem){.timeline__progress{display:none}}.timeline__progress--bar{background-color:#faf9f5;height:var(--sticky-position);inset:var(--sticky-position) auto 0;position:fixed;width:var(--progressbar-width);z-index:-1}.timeline .timeline-item+.timeline-item{margin-top:11.25rem}@media (max-width:48rem){.timeline .timeline-item+.timeline-item{margin-top:4rem}}.timeline-item{display:grid;width:100%;z-index:2}.timeline-item .timeline-item__center{grid-area:circle}.timeline-item.timeline-item--left .timeline-item__wrapper{grid-area:left}@media (min-width:48.001rem){.timeline-item{gap:0 2.5rem;grid-template-areas:"left circle right";grid-template-columns:1fr var(--progressbar-width) 1fr}.timeline-item.timeline-item--right .timeline-item__wrapper{grid-area:right}.timeline-item.timeline-item--left .timeline-item__wrapper{text-align:right}.timeline-item.timeline-item--left .timeline-item__tags{-webkit-box-pack:end;-ms-flex-pack:end;justify-content:flex-end}.timeline-item.timeline-item--left .timeline-item__description{margin-left:auto}}@media (max-width:48rem){.timeline-item{display:block}.timeline-item.timeline-item--left{margin-bottom:1rem}}.timeline-item__center{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center}.timeline-item__wrapper{padding:0}.timeline-item__title{font-family:Zilla Slab,sans-serif;margin:0 0 1rem}.timeline-item__description{margin-bottom:1.5rem;max-width:35rem}.timeline-item__description p{margin:0}.timeline-item__tags{display:-webkit-box;display:-ms-flexbox;display:flex;-ms-flex-wrap:wrap;flex-wrap:wrap;gap:.5rem}.timeline-item__tags .btn{background-image:none;border-width:1px;cursor:default;min-width:5.6rem;text-align:center;-webkit-transition:background-color .2s ease,color .2s ease;transition:background-color .2s ease,color .2s ease}.timeline-item__tags span.btn:hover{background-color:transparent;background-image:none;background-position:0 0;color:inherit}.timeline-item__tags a.btn:hover{background-color:#000;background-image:none;color:#fff}.timeline-item__tags a.btn{cursor:pointer}