/* line 1, stdin */

.timelineSwiper {
  padding-left: 1rem;
  padding-right: 1rem;
  position: relative;
  overflow: hidden;
}

/* line 7, stdin */

.timelineSwiper::after, .timelineSwiper::before {
  content: "";
  position: absolute;
  display: block;
  top: 0;
  height: 100%;
  width: 1rem;
  background-color: white;
  z-index: 3;
}

/* line 19, stdin */

.timelineSwiper::after {
  left: 0;
}

/* line 23, stdin */

.timelineSwiper::before {
  right: 0;
  opacity: 0;
}

/* line 28, stdin */

.timelineSwiper .swiper-pagination-bullet {
  height: 0.75rem;
  width: 0.75rem;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 73, var(--tw-bg-opacity));
}

/* line 32, stdin */

.timelineSwiper .swiper-pagination-bullet-active {
  --tw-bg-opacity: 1;
  background-color: rgba(249, 90, 60, var(--tw-bg-opacity));
}

@media (min-width: 1024px) {
  /* line 38, stdin */

  .timelineSwiper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  /* line 42, stdin */

  .timelineSwiper::after, .timelineSwiper::before {
    width: 2rem;
  }
}

@media (min-width: 1280px) {
  /* line 50, stdin */

  .timelineSwiper {
    padding-left: calc((100% - 1248px) / 2);
    padding-right: calc((100% - 1248px) / 2);
  }

  /* line 54, stdin */

  .timelineSwiper::after, .timelineSwiper::before {
    width: calc((100% - 1248px) / 2);
  }
}

@media (min-width: 1536px) {
  /* line 62, stdin */

  .timelineSwiper {
    padding-left: calc((100% - 1504px) / 2);
    padding-right: calc((100% - 1504px) / 2);
  }

  /* line 66, stdin */

  .timelineSwiper::after, .timelineSwiper::before {
    width: calc((100% - 1504px) / 2);
  }
}

/* line 74, stdin */

.item-inner::after {
  position: absolute;
  top: 2.5rem;
  left: 0px;
  width: 100%;
  border-bottom-width: 1px;
  --tw-border-opacity: 1;
  border-color: rgba(201, 201, 200, var(--tw-border-opacity));
  content: "";
}

/* line 80, stdin */

.item-inner .date-marker {
  position: relative;
  z-index: 10;
  margin-top: -0.25rem;
  margin-bottom: 1.5rem;
  height: 3rem;
}

/* line 83, stdin */

.item-inner .date-marker::-ms-backdrop {
  position: absolute;
  content: "";
}

.item-inner .date-marker::backdrop, .item-inner .date-marker::before {
  position: absolute;
  content: "";
}

/* line 90, stdin */

.item-inner .date-marker::after {
  position: absolute;
  top: 0px;
  left: 0px;
  display: block;
  height: 0.5rem;
  width: 0.5rem;
  border-radius: 9999px;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 73, var(--tw-bg-opacity));
  content: "";
}

/* line 96, stdin */

.item-inner .date-marker::before {
  top: 0px;
  left: 0.25rem;
  height: 100%;
  width: 1px;
  --tw-bg-opacity: 1;
  background-color: rgba(74, 74, 73, var(--tw-bg-opacity));
}

/*# sourceMappingURL=block-timeline-slider.css.map*/