section.timeline{background-color:#111;color:#fff}section.timeline .timeline__mobile{display:none}section.timeline .timeline__phases{display:grid;grid-template-columns:repeat(var(--timeline-cols,4),minmax(0,1fr));gap:.55rem;margin-bottom:1.11rem}section.timeline .timeline__phase{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:.3333333333rem}section.timeline .timeline__phase-title{color:#f30106;font-family:DM Sans,Sans-serif;font-weight:600;font-size:1.2rem;letter-spacing:.03rem;text-transform:uppercase}section.timeline .timeline__phase-date{font-family:DM Sans,Sans-serif;font-weight:500;font-size:.8rem;color:#fff}section.timeline .timeline__phase-detail{font-family:DM Sans,Sans-serif;font-weight:500;font-size:1rem;color:silver}section.timeline .timeline__track{position:relative}section.timeline .timeline__bars{display:grid;grid-template-columns:repeat(var(--timeline-cols,4),minmax(0,1fr));gap:.55rem}section.timeline .timeline__bar{display:block;height:2.44rem;background-color:#f30106;border-radius:4px}section.timeline .timeline__markers{position:absolute;top:0;left:0;right:0;height:0}section.timeline .timeline__marker{position:absolute;top:0;display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}section.timeline .timeline__marker-line{display:block;width:0;height:2.44rem;border-left:1px dashed #fff}section.timeline .timeline__marker-title{margin-top:.66rem;font-size:.7777777778rem;color:#fff}section.timeline .timeline__marker-sub,section.timeline .timeline__marker-title{font-family:DM Sans,Sans-serif;font-weight:500;text-transform:uppercase;white-space:nowrap;transform:translateX(-50%);text-align:center}section.timeline .timeline__marker-sub{margin-top:.28rem;font-size:.6666666667rem;color:silver}section.timeline .timeline__row{display:-ms-flexbox;display:flex;-ms-flex-align:stretch;align-items:stretch;gap:1.11rem}section.timeline .timeline__row:first-child{padding-top:0}section.timeline .timeline__row:last-child{border-bottom:0;padding-bottom:0}section.timeline .timeline__row--phase{-ms-flex-pack:justify;justify-content:space-between}section.timeline .timeline__row-text{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;-ms-flex-pack:center;justify-content:center}section.timeline .timeline__row-text .timeline__phase-title{font-size:.7777777778rem}section.timeline .timeline__row-text .timeline__phase-date{font-size:.8888888889rem}section.timeline .timeline__row-text .timeline__phase-detail{font-size:.6666666667rem}section.timeline .timeline__row-bar{-ms-flex:0 0 auto;flex:0 0 auto;width:3rem;-ms-flex-item-align:stretch;align-self:stretch;height:10rem;background-color:#f30106;border-radius:.5rem}section.timeline .timeline__mobile-track{position:relative}section.timeline .timeline__mobile-phases{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;gap:1.11rem}section.timeline .timeline__mobile-markers{position:absolute;inset:0;pointer-events:none}section.timeline .timeline__mobile-marker{position:absolute;left:0;right:0;transform:translateY(-50%);display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column;padding:.33rem 0}section.timeline .timeline__mobile-marker .timeline__marker-sub,section.timeline .timeline__mobile-marker .timeline__marker-title{transform:none;text-align:left;margin-top:0}section.timeline .timeline__mobile-marker-line{display:block;width:2rem;height:0;border-top:1px dashed #fff;right:.6rem;position:absolute;top:50%;transform:translateY(-50%)}section.timeline .timeline__mobile-marker-line-left{display:block;width:1.11rem;height:0;border-top:2px solid #fff;right:4.5rem;position:absolute;top:50%;transform:translateY(-50%)}@media screen and (max-width:767.89px){section.timeline .timeline__desktop{display:none}section.timeline .timeline__mobile{display:-ms-flexbox;display:flex;-ms-flex-direction:column;flex-direction:column}}