.tcons-timeline-wrapper {
  position: relative;
  height: auto;
}
.tcons-timeline-wrapper .tcons-timeline-items {
  display: flex;
  flex-wrap: wrap;
  flex-direction: column;
  gap: 40px;
}
.tcons-timeline-wrapper .tcons-timeline-item {
  display: flex;
  gap: 16px;
  color: #fff;
}
.tcons-timeline-wrapper .tcons-timeline-item .hexagon {
  width: 87px;
  height: 99px;
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  z-index: 2;
}
.tcons-timeline-wrapper .tcons-timeline-item .hexagon svg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
}
.tcons-timeline-wrapper .tcons-timeline-item .hexagon svg#icon-desk {
  display: none;
}
.tcons-timeline-wrapper .tcons-timeline-item .hexagon .year-text {
  font-weight: 700;
  font-size: 20px;
}
.tcons-timeline-wrapper .tcons-timeline-item .content .timeline-title {
  font-size: 20px;
  margin: 0;
  line-height: 100%;
}
.tcons-timeline-wrapper .tcons-timeline-item .content .timeline-desc {
  font-size: var(--e-global-typography-e22c695-font-size);
  font-weight: var(--e-global-typography-e22c695-font-weight, revert);
}
@media (min-width: 768px) {
  .tcons-timeline-wrapper .tcons-timeline-items {
    flex-direction: row;
    gap: 40px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item {
    width: calc(50% - 40px);
  }
}
@media (min-width: 992px) {
  .tcons-timeline-wrapper .tcons-timeline-items {
    gap: 30px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item {
    width: calc(33.3333333333% - 20px);
  }
}
@media (min-width: 1400px) {
  .tcons-timeline-wrapper {
    height: 850px;
  }
  .tcons-timeline-wrapper .tcons-timeline-items {
    display: block;
  }
  .tcons-timeline-wrapper .tcons-timeline-item {
    position: absolute;
    display: block;
    align-items: center;
    width: auto;
    z-index: 1;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .hexagon {
    width: 158px;
    height: 139px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .hexagon svg#icon-desk {
    display: block;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .hexagon svg#icon-mobile {
    display: none;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .hexagon .year-text {
    font-size: 36px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item::after {
    content: "";
    position: absolute;
    top: 69.5px;
    left: 79px;
    height: 0;
    border-top: 2px dashed #fff;
    transform-origin: left center;
    z-index: 0;
    clip-path: inset(0 78px);
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-6::after {
    display: none;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .content {
    position: absolute;
    max-width: 320px;
    width: 320px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .content .timeline-title {
    font-size: 28px;
    line-height: 140%;
  }
  .tcons-timeline-wrapper .tcons-timeline-item .content .timeline-desc {
    font-size: 16px;
    font-weight: 400;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-1 {
    bottom: 0;
    left: 0;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-1 .content {
    bottom: auto;
    top: -10px;
    left: 180px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-1::after {
    width: 240px;
    transform: rotate(-55deg);
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-2 {
    bottom: 198px;
    left: 132px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-2 .content {
    top: auto;
    bottom: 155px;
    left: 40px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-2::after {
    width: 256px;
    transform: rotate(0deg);
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-3 {
    bottom: 198px;
    left: 388px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-3 .content {
    bottom: auto;
    top: 100px;
    left: 150px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-3::after {
    width: 240px;
    transform: rotate(-55deg);
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-4 {
    bottom: 396px;
    left: 520px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-4 .content {
    top: auto;
    bottom: 155px;
    left: 40px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-4::after {
    width: 256px;
    transform: rotate(0deg);
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-5 {
    bottom: 396px;
    left: 776px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-5 .content {
    bottom: auto;
    top: 100px;
    left: 150px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-5::after {
    width: 240px;
    transform: rotate(-55deg);
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-6 {
    bottom: 594px;
    left: 908px;
  }
  .tcons-timeline-wrapper .tcons-timeline-item.item-6 .content {
    max-width: 262px;
    width: 262px;
    bottom: auto;
    top: -10px;
    left: 180px;
  }
}

/*# sourceMappingURL=tcons-timeline.css.map */
