/* src/styles.scss */
@custom-variant dark (&:where(.dark, .dark *));
.text-red-main {
  color: #862022 !important;
}
.bg-red-main {
  background: #862022 !important;
}
.border-red-main {
  border-color: #862022 !important;
}
.bg-blue-300 {
  background: #3b83f6;
}
.lexical-content p {
  min-height: 25px !important;
}
.splide {
  position: relative;
  visibility: visible;
  width: 100%;
  max-width: 100%;
}
.splide__track {
  overflow: hidden;
  position: relative;
  z-index: 0;
  width: 100%;
  height: 100%;
}
.splide__list {
  display: flex;
  margin: 0;
  padding: 0;
  list-style: none;
  transition: transform 0.4s ease;
  height: 100%;
  align-items: stretch;
}
.splide__slide {
  flex-shrink: 0;
  position: relative;
  list-style: none;
  box-sizing: border-box;
  display: flex;
  align-items: stretch;
}
.splide__slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
  flex: 1;
}
.splide__slide > * {
  width: 100%;
  height: 100%;
}
.splide__arrows {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 100%;
  display: flex;
  justify-content: space-between;
  z-index: 10;
  pointer-events: none;
}
.splide__arrow {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-radius: 50%;
  color: white;
  cursor: pointer;
  font-size: 10px;
  height: 2rem;
  width: 2rem;
  display: flex;
  align-items: center;
  justify-content: center;
  pointer-events: auto;
  transition: background 0.3s;
}
.splide__arrow svg {
  width: 1.2rem;
  height: 1.2rem;
}
.splide__arrow:hover {
  background: rgba(0, 0, 0, 0.75);
  color: white;
}
.splide__arrow:hover svg {
  fill: white;
}
.splide__arrow--prev {
  margin-left: 1em;
}
.splide__arrow--next {
  margin-right: 1em;
}
.splide__pagination {
  position: absolute;
  bottom: 1em;
  left: 50%;
  transform: translateX(-50%);
  display: flex;
  gap: 0.5em;
  list-style: none;
  margin: 0;
  padding: 0;
  z-index: 10;
}
.splide__pagination__page {
  list-style: none;
}
.splide__pagination__page button {
  background: rgba(255, 255, 255, 0.5);
  border: none;
  border-radius: 50%;
  cursor: pointer;
  height: 12px;
  width: 12px;
  padding: 0;
  transition: all 0.3s;
}
.splide__pagination__page button:hover {
  background: rgba(255, 255, 255, 0.75);
}
.splide__pagination__page.is-active button {
  background: white;
  transform: scale(1.3);
}
.splide__slide.is-active {
  z-index: 1;
}
.slide-content {
  position: relative;
  height: 100%;
}
.slide-caption {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  color: white;
  padding: 2em;
}

/* angular:styles/global:styles */
/*# sourceMappingURL=styles.css.map */
