.content-slider-block {
  padding: clamp(48px, 5.56vw, 80px) 0;
  overflow: hidden;
}
.content-slider-block__header {
  margin-bottom: 16px;
}
.content-slider-block__label {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  background-color: #f09620;
  color: #fff;
  font-family: "Cormorant Garamond", serif;
  font-weight: 700;
  font-style: italic;
  font-size: 18px;
  line-height: 1;
  padding: 5px 8px;
  border-radius: 6px;
  margin-bottom: 16px;
}
.content-slider-block__heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(32px, 3.33vw, 48px);
  line-height: 1.1;
  text-transform: uppercase;
  color: #231f20;
  line-height: 1.2;
  margin-bottom: 0;
}
.content-slider-block__controls {
  display: flex;
  align-items: center;
  gap: 24px;
  margin-bottom: 24px;
}
.content-slider-block__progress-track {
  flex: 1;
  height: 1px;
  background-color: #231f20;
  position: relative;
  border-radius: 4px;
}
.content-slider-block__progress-bar {
  position: absolute;
  left: 0;
  top: -3.5px;
  height: 8px;
  width: 0%;
  background-color: #231f20;
  border-radius: 4px;
  transition: width 0.3s ease;
}
.content-slider-block__counter {
  font-family: "Integral CF", sans-serif;
  font-size: 20px;
  font-weight: 400;
  font-style: normal;
  color: #231f20;
  white-space: nowrap;
  flex-shrink: 0;
}
.content-slider-block__splide .splide__track {
  overflow: visible;
}
.content-slider-block__splide .splide__list {
  align-items: stretch;
}
.content-slider-block__slide {
  height: auto;
}
.content-slider-block__ci-image-frame {
  border-radius: 16px;
  overflow: hidden;
  aspect-ratio: 660/378;
  width: 100%;
  background-color: #f3f3f3;
}
.content-slider-block__ci-image-placeholder {
  background: linear-gradient(135deg, #e0e0e0, #c8c8c8);
}
.content-slider-block__ci-image {
  display: block;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
  -o-object-position: center;
  object-position: center;
}
.content-slider-block__ci-content {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.content-slider-block__ci-heading {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1.39vw, 20px);
  text-transform: uppercase;
  line-height: 1;
  color: #231f20;
  margin-bottom: 20px;
}
.content-slider-block__ci-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
}
.content-slider-block__ci-body p {
  margin-bottom: 1em;
}
.content-slider-block__ci-body p:last-child {
  margin-bottom: 0;
}
.content-slider-block__cards-row {
  list-style: none;
  padding: 0;
  margin: 0;
}
.content-slider-block__card {
  background: rgba(255, 255, 255, 0.65);
  backdrop-filter: blur(16px) saturate(160%);
  -webkit-backdrop-filter: blur(16px) saturate(160%);
  border-radius: 20px;
  padding: 24px;
  height: 100%;
}
.content-slider-block__card-title {
  font-family: "Integral CF", sans-serif;
  font-weight: 400;
  font-style: normal;
  font-size: clamp(16px, 1.39vw, 20px);
  text-transform: uppercase;
  line-height: 1;
  color: #231f20;
  margin-bottom: 16px;
}
.content-slider-block__card-body {
  font-family: "Inter", sans-serif;
  font-weight: 400;
  font-size: 16px;
  line-height: 1.5;
  color: #231f20;
  margin: 0;
}
@media (max-width: 767.98px) {
  .content-slider-block__ci-image-frame {
    aspect-ratio: 4/3;
  }
  .content-slider-block__ci-content {
    margin-top: 8px;
  }
}

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