<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.carousel-caption {
  color: var(--caption-color);
}

.carousel-caption-content {
  max-width: var(--caption-max-width);
}

.carousel-item-video {
  height: var(--video-height);
  opacity: var(--video-opacity);
}

.carousel-item-blur {
  backdrop-filter: blur(var(--blur-amount));
}

.carousel-item-img {
  height: var(--img-height);
  opacity: var(--img-opacity);
}

.carousel-animation-delay-200 {
  animation-delay: 200ms;
}

.carousel-animation-delay-400 {
  animation-delay: 400ms;
}

.carousel-animation-delay-600 {
  animation-delay: 600ms;
}

.carousel-animation-delay-800 {
  animation-delay: 800ms;
}

.carousel-animation-delay-1000 {
  animation-delay: 1000ms;
}

.carousel-animation-delay-1200 {
  animation-delay: 1200ms;
} </pre></body></html>