.timeline-module .grid-wrapper{display:grid;gap:2.4rem 4.8rem;grid-template-columns:60fr 40fr;--wrapper-width:min(var(--container-width) - (var(--container-padding) * 2),100vw - (var(--container-padding) * 2));--offset:calc((100vw - var(--wrapper-width))/2)}@media(max-width:921px){.timeline-module .grid-wrapper{grid-template-columns:1fr}}.timeline-module .grid-wrapper .button-group a{margin-bottom:0}.timeline-module .media-wrapper{width:100%}@media(max-width:921px){.timeline-module .media-wrapper{-webkit-box-ordinal-group:3;-ms-flex-order:2;order:2;position:relative}.timeline-module .media-wrapper:has(.background-image){aspect-ratio:1/1}}.timeline-module .media-wrapper>*{position:sticky;top:48px}@media(max-width:959px){.timeline-module .media-wrapper>*{top:72px}}.timeline-module .media-wrapper img{display:block;height:auto;max-width:100%!important}.timeline-module .media-wrapper .background-image{background-position:50%;background-position:var(--bg-pos);background-repeat:no-repeat;background-size:cover;width:100%}@media(max-width:921px){.timeline-module .media-wrapper .background-image{background-position:var(--bg-pos-mobile)}}.timeline-module .media-wrapper .background-image.with-offset{margin-right:calc(var(--offset)*-1);width:calc(100% + var(--offset))}@media(max-width:921px){.timeline-module .media-wrapper .background-image.with-offset{aspect-ratio:1/1;height:unset!important;left:0;margin-left:calc(var(--offset)*-1);margin-right:unset;min-height:unset;position:absolute;top:0;width:100vw}}.timeline-module .text-wrapper{width:100%}@media(max-width:921px){.timeline-module .text-wrapper{-webkit-box-ordinal-group:2;-ms-flex-order:1;order:1}}.timeline-module .button-group{gap:2.4rem}.timeline-module .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;gap:3.2rem 1.6rem;margin-top:3.2rem}.timeline-module .timeline-wrapper .timeline-item{display:-webkit-box;display:-ms-flexbox;display:flex;-webkit-box-align:start;-ms-flex-align:start;align-items:flex-start;gap:1.6rem 3.2rem}@media(max-width:921px){.timeline-module .timeline-wrapper .timeline-item{gap:1.6rem}}.timeline-module .timeline-wrapper .timeline-item__year{background-color:var(--color-brand-100);position:relative;-ms-flex-negative:0;flex-shrink:0}.timeline-module .timeline-wrapper .timeline-item__year:before{background-color:var(--color-brand-100);content:"";display:block;height:100%;left:calc(var(--offset)*-1);position:absolute;width:var(--offset)}.timeline-module .timeline-wrapper .timeline-item__year .title{margin:0;padding:1.6rem 4.8rem 1.6rem 0}@media(max-width:921px){.timeline-module .timeline-wrapper .timeline-item__year .title{padding:1.6rem 1.6rem 1.6rem 0}}.timeline-module .timeline-wrapper .timeline-item__description>div>:last-child{margin-bottom:0}