section.pb-26-timeline.bg-storm {
  background: #1B2231;
}
section.pb-26-timeline.bg-stormlight {
  background: #20293C;
}
section.pb-26-timeline .pre-heading-2026 {
  text-align: initial;
}
section.pb-26-timeline .block-heading-2026 {
  color: #171D2A;
  text-align: initial;
}
section.pb-26-timeline .timeline {
  position: relative;
}
@media screen and (min-width: 62.0625em) {
  section.pb-26-timeline .timeline::before {
    content: "";
    position: absolute;
    left: 1.5625rem;
    -webkit-transform: translateX(-50%);
            transform: translateX(-50%);
    top: 0;
    bottom: 0;
    width: 0.25rem;
    background: -webkit-gradient(linear, left top, left bottom, from(rgba(86, 188, 207, 0)), color-stop(15%, #56BCCF), color-stop(85%, #56BCCF), to(rgba(86, 188, 207, 0)));
    background: linear-gradient(to bottom, rgba(86, 188, 207, 0) 0%, #56BCCF 15%, #56BCCF 85%, rgba(86, 188, 207, 0) 100%);
  }
}
section.pb-26-timeline .timeline .timeline-item .count-col .count {
  position: relative;
  z-index: 1;
  width: 3.125rem;
  height: 3.125rem;
  border-radius: 0.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background: #56BCCF;
  font-size: 1.5rem;
  line-height: 1;
  font-weight: 900;
  -webkit-box-shadow: 0px 0px 13.4px 0px rgba(0, 0, 0, 0.2509803922);
          box-shadow: 0px 0px 13.4px 0px rgba(0, 0, 0, 0.2509803922);
}
section.pb-26-timeline .timeline .timeline-item .text-col h3 {
  color: #171D2A;
  font-size: 2rem;
}
section.pb-26-timeline .timeline .timeline-item .img-col .img-wrap {
  aspect-ratio: 16/9;
  border-radius: 1rem;
  overflow: hidden;
}
section.pb-26-timeline .timeline .timeline-item .img-col .img-wrap img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
@media screen and (min-width: 62.0625em) {
  section.pb-26-timeline .timeline .timeline-item {
    -ms-grid-columns: 3.125rem 1fr;
    grid-template-columns: 3.125rem 1fr;
  }
}
@media screen and (max-width: 62em) {
  section.pb-26-timeline .timeline .timeline-item {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  section.pb-26-timeline .timeline .timeline-item .count-col {
    display: none;
  }
  section.pb-26-timeline .timeline .timeline-item .text-col {
    -ms-grid-row: 2;
    grid-row: 2;
  }
  section.pb-26-timeline .timeline .timeline-item .img-col {
    -ms-grid-row: 1;
    grid-row: 1;
  }
}