<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.image_slider_with_bullets {
  display: flex;
  flex-direction: column;
  font-family: "Poppins", sans-serif;
  font-size: 3.8647342995vw;
}
@media (min-width: 768px) {
  .image_slider_with_bullets {
    font-size: 2.0833333333vw;
  }
}
@media (min-width: 1024px) {
  .image_slider_with_bullets {
    font-size: 0.9523809524vw;
  }
}
@media (min-width: 1680px) {
  .image_slider_with_bullets {
    font-size: 16px;
  }
}
.image_slider_with_bullets__list {
  margin: 0 0 2em;
  padding: 0;
  list-style: none;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__list {
    height: 28.125vw;
  }
}
.image_slider_with_bullets__list-item:not(:first-child) {
  display: none;
}
.image_slider_with_bullets__slide_visual_image {
  display: block;
  margin: 0 auto;
  top: 0;
  left: 50%;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__slide_visual_image {
    max-height: 38.75em;
  }
}
.image_slider_with_bullets__pagination {
  display: flex;
  gap: 1em;
  align-self: center;
  justify-content: center;
  margin-bottom: 3em;
}
.image_slider_with_bullets__pagination-wrapper {
  order: -1;
  position: relative;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__pagination-wrapper {
    order: initial;
    max-width: 40.625em;
    box-sizing: border-box;
    margin: 0 auto;
  }
}
.image_slider_with_bullets__pagination-wrapper:before, .image_slider_with_bullets__pagination-wrapper:after {
  background-color: #101b2e;
  content: "";
  display: block;
  height: 3.5em;
  width: 20%;
  left: 0;
  top: 0;
  position: absolute;
  z-index: 1;
}
.image_slider_with_bullets__pagination-wrapper:after {
  left: initial;
  right: 0;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__pagination {
    gap: 3em;
    margin-bottom: initial;
  }
}
.image_slider_with_bullets__pagination:before {
  content: "";
  border-top: 1px dashed white;
  position: absolute;
  top: 1.45em;
  left: 0;
  right: 0;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__pagination:before {
    top: 2.35em;
  }
}
.image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link, .image_slider_with_bullets__pagination-link {
  --bulet-background: #d1e0f2;
  flex: 1 1;
  font-size: 0.85em;
  font-weight: 400;
  line-height: 1.35;
  text-align: center;
  color: white;
  transition: color 0.3s ease;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link, .image_slider_with_bullets__pagination-link {
    font-size: 1.125em;
    font-weight: 600;
  }
}
.image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link:hover, .image_slider_with_bullets__pagination-link:hover {
  color: white;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link:hover, .image_slider_with_bullets__pagination-link:hover {
    color: #DC3565;
  }
}
.image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link-bullet, .image_slider_with_bullets__pagination-link-bullet {
  --size: 3.5em;
  --size-border: 0.3em;
  position: relative;
  display: block;
  width: var(--size);
  height: var(--size);
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 0.5em;
  border: 0.75em solid #101b2e;
  border-radius: 50%;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link-bullet, .image_slider_with_bullets__pagination-link-bullet {
    --size: 4.25em;
    --size-border: 0.4em;
  }
}
.image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link-bullet:before, .image_slider_with_bullets__pagination-link-bullet:before {
  content: "";
  z-index: 2;
  position: absolute;
  width: 100%;
  height: 100%;
  display: block;
  box-sizing: border-box;
  border-radius: 50%;
  border: var(--size-border) solid white;
  background-color: var(--bulet-background);
}
.image_slider_with_bullets__pagination a.image_slider_with_bullets__pagination-link.active, .image_slider_with_bullets__pagination-link.active {
  color: #f16642;
  --bulet-background: #f16642;
}
@media (min-width: 1024px) {
  .image_slider_with_bullets.initialized .image_slider_with_bullets__slide_visual_image {
    position: absolute;
    transform: translateX(-50%);
  }
}

/*# sourceMappingURL=image-slider-with-bullets.css.map */
</pre></body></html>