.theme--white,:root{--timline-entry-background-color:var(--blue_lighter);--timeline-footer-background-color:var(--blue);--timeline-bullet-color:var(--blue);--timeline-line-color:var(--blue)}.theme--blue,.theme--blue-light{--timline-entry-background-color:#fff}.theme--blue{--timeline-bullet-color:var(--blue_darker);--timeline-line-color:var(--blue_darker);--timeline-footer-background-color:var(--blue)}.theme--blue-dark{--timline-entry-background-color:#fff;--timeline-footer-background-color:var(--blue_darker)}.timeline{--timeline-bullet-size:40px;--timeline-bullet-offset:10px;--timeline-box-padding:15px}.timeline__header{padding-bottom:15px}.timeline__list{display:flex;flex-flow:column;gap:30px;padding-bottom:45px;padding-top:45px;position:relative}.timeline__list:before{border-left:3px dashed var(--timeline-line-color);content:"";display:block;height:100%;left:calc(var(--timeline-bullet-size)/2);position:absolute;top:0;width:1px}.timeline__item{display:flex;gap:15px}.timeline__bullet{align-items:center;background-color:#fff;border:3px solid var(--timeline-bullet-color);border-radius:50%;color:var(--timeline-bullet-color);display:flex;font-family:var(--text-font-bold);font-weight:var(--text-font-bold-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)}.timeline__entry{background-color:var(--timline-entry-background-color);flex:1;padding:var(--timeline-box-padding)}.timeline__entrytext{--text-margin-bottom:1.5rem}.timeline__footer{background-color:var(--timeline-footer-background-color);margin-right:60px;padding:var(--timeline-box-padding)}@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)}}@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}}