.theme--gray,.theme--white,:root{--timeline-entry-background-color:transparent;--timeline-bullet-background:var(--blue);--timeline-bullet-color:var(--white);--timeline-bullet-border-color:var(--blue);--timeline-line-color:var(--blue);--timeline-footer-background-color:var(--blue);--timeline-footer-color:var(--white)}.theme--blue{--timeline-entry-background-color:transparent;--timeline-bullet-background:var(--white);--timeline-bullet-color:var(--black);--timeline-bullet-border-color:var(--white);--timeline-line-color:var(--white);--timeline-footer-background-color:var(--white);--timeline-footer-color:var(--black)}.theme--black{--timeline-entry-background-color:transparent;--timeline-bullet-background:var(--blue);--timeline-bullet-color:var(--black);--timeline-bullet-border-color:var(--blue);--timeline-line-color:var(--blue);--timeline-footer-background-color:var(--blue);--timeline-footer-color:var(--white)}.timeline{--timeline-bullet-size:40px;--timeline-bullet-offset:10px;--timeline-box-padding:15px}.timeline__header{padding-bottom:30px}.timeline__list{display:flex;flex-flow:column;gap:30px;overflow:hidden;padding-bottom:45px;padding-top:45px;position:relative}.timeline__list:before{border-left:2px solid var(--timeline-line-color);content:"";display:block;height:100%;left:calc(var(--timeline-bullet-size)/2);position:absolute;top:calc(var(--timeline-bullet-size)/2);width:1px}.timeline__item{display:flex;gap:15px}.timeline__bullet{align-items:center;background-color:var(--module-bgcolor);border:2px solid var(--timeline-bullet-border-color);border-radius:50%;color:var(--timeline-bullet-color);display:flex;font-weight:var(--font-regular-weight);height:var(--timeline-bullet-size);justify-content:center;margin-top:var(--timeline-bullet-offset);min-width:var(--timeline-bullet-size);position:relative;width:var(--timeline-bullet-size);z-index:1}.timeline__bullet--fill{background-color:var(--timeline-bullet-background)}.timeline__entry{background-color:var(--timeline-entry-background-color);flex:1;padding:var(--timeline-box-padding)}.timeline__cta{margin-top:var(--text-margin-bottom)}.timeline__cta-link{align-items:center;display:inline-flex;gap:.5rem}.timeline__cta--icon-left .timeline__cta-link{flex-direction:row-reverse}.timeline__cta-icon{background-color:currentColor;color:inherit;height:24px;mask:var(--arrow-right) center center /contain no-repeat;-webkit-mask:var(--arrow-right) center center /contain no-repeat;transition:background-color .3s ease-in-out;width:24px}.timeline__hidden-item{display:none}.timeline__footer{background-color:var(--timeline-footer-background-color);color:var(--timeline-footer-color);margin-right:60px;padding:var(--timeline-box-padding)}.timeline__expand{margin-top:30px}@media (min-width:900px){.timeline--overlap-small{--timeline-entry-overlap:-60px}.timeline--overlap-middle{--timeline-entry-overlap:-90px}.timeline--overlap-large{--timeline-entry-overlap:-130px}.timeline__footer,.timeline__header{margin-left:auto;margin-right:auto;max-width:60%;text-align:center}.timeline__list:before{left:50%}.timeline__item{gap:30px;width:calc(50% + var(--timeline-bullet-size)/2)}.timeline__item:nth-child(odd){flex-flow:row-reverse}.timeline__item:nth-child(2n){align-self:flex-end}.timeline__item:not(:first-child){margin-top:var(--timeline-entry-overlap)}.timeline__show-more{text-align:center}}@media (min-width:1200px){.timeline--overlap-small{--timeline-entry-overlap:-80px}.timeline--overlap-middle{--timeline-entry-overlap:-120px}.timeline--overlap-large{--timeline-entry-overlap:-180px}.timeline{--timeline-bullet-size:60px;--timeline-bullet-offset:20px;--timeline-box-padding:30px}}