.block--timeline.timeline {
  position: relative;
  width: 100%;
  overflow: hidden;
}

.timeline-slider {
  overflow: hidden;
}
@media only screen and (max-width: 1024px) {
  .timeline-slider {
    width: calc(100vw - 48px);
  }
}
.timeline-slider .swiper-wrapper {
  align-items: flex-start;
}
.timeline-slider .swiper-slide {
  align-self: flex-start;
}

.timeline-slide {
  display: grid;
  grid-template-rows: auto auto;
  height: auto;
  align-content: start;
}

.timeline-slide__slot--bottom {
  display: flex;
  align-items: flex-start;
  justify-content: flex-start;
  padding-top: 40px;
}

.timeline-center {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  height: 40px;
  flex-shrink: 0;
}
.timeline-center::before {
  content: "";
  position: absolute;
  left: -1px;
  right: -1px;
  top: 50%;
  height: 1px;
  background: var(--c-white);
}
.timeline-center::after {
  content: "";
  position: absolute;
  left: 50%;
  top: 100%;
  width: 1px;
  height: 48px;
  transform: translateX(-50%);
  border-left: 1px dashed var(--c-white);
}

.timeline-center__year {
  position: relative;
  display: flex;
  align-items: center;
  justify-content: center;
  background: var(--c-primary);
  color: var(--c-white);
  border-radius: 14px;
  height: 24px;
  padding: 0 10px;
  z-index: 1;
}

.timeline-card {
  width: 100%;
}
.timeline-card--content {
  padding: var(--grid-gap, 16px);
}

.timeline-card__title {
  margin-bottom: 8px;
}
.timeline-card__title--highlighted {
  color: var(--c-primary);
}

.timeline-card__image {
  margin-top: 8px;
}

.timeline__controls {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  gap: 8px;
  margin-top: 32px;
}

.timeline__btn {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  background: var(--c-white);
  color: var(--c-black);
  width: 32px;
  height: 32px;
  padding: 0;
}
.timeline__btn.swiper-button-disabled {
  cursor: not-allowed;
  opacity: 0.35;
}
.timeline__btn svg {
  width: 20px;
  height: 20px;
}

@media only screen and (max-width: 1024px) {
  .timeline-card--content {
    padding: 12px;
  }
}

/*# sourceMappingURL=block_timeline.css.map */
