@media screen and (min-width: 990px){.desktop-flex{display:grid;grid-template-columns:1fr .4fr;gap:5rem;max-width:80vw}.timeline-container{display:flex;overflow-x:hidden}.timeline-content{height:100vh}}.timeline-content{width:100vw}.timeline-container{width:max-content;position:relative;height:100%;overflow-x:hidden}.center-content{display:flex;justify-content:center;align-items:center;flex:0 0 auto}.event-img{width:100%;height:100%;object-fit:cover}.image-container{height:100%;max-height:600px}.text-container{display:flex;flex-direction:column;padding:1rem 1.5rem;justify-content:center}.flex-display{overflow-x:hidden}.timeline-pins{position:absolute;left:0;-webkit-appearance:none;appearance:none;width:100vw;height:10px;border:none;background:transparent;z-index:10;display:flex;opacity:0;bottom:10px;transition:opacity .3s ease-in-out}.timeline-pins.active{opacity:1}.pin{height:10px;background-color:#000;width:1px;position:absolute;left:50%}.date-title{position:absolute;bottom:20%;left:1%;text-align:center;width:100%;padding:0 .25rem}@media screen and (max-width: 750px){.timeline-pins{display:none}.event-year>*{font-size:5vh}.event-title>*{font-size:15px}}.progress-container{position:fixed;top:var(--header-height);left:0;-webkit-appearance:none;appearance:none;width:6px;height:100%;border:none;opacity:0;background:transparent;z-index:10;transition:opacity .3s ease-in-out}@media screen and (min-width: 750px){.progress-container{top:unset;bottom:0;width:100%;height:10px}}.progress-container.active{opacity:1}.progress-indicator{width:6px;background-color:#8b2332;height:0}@media screen and (max-width: 750px){.progress-indicator{width:100%;background-color:#8b2332;height:10px}}