/*!**************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/next/dist/build/webpack/loaders/css-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[2]!./node_modules/next/dist/build/webpack/loaders/postcss-loader/src/index.js??ruleSet[1].rules[12].oneOf[7].use[3]!./src/app/components/client/Carousel/Carousel.module.css ***!
  \**************************************************************************************************************************************************************************************************************************************************************************************************/
.Carousel_slideshow__TcCJu {
  height: 25rem;
}
.Carousel_slide__Ox_d_ {
  height: 25rem !important;
  /* position: relative; */
}
.Carousel_dots__fNDNf {
  position: absolute;
  top: 22rem;
  display: flex;
  gap: 7px;
  /* left: 50%; */
  right: 50%;
  z-index: 2000;
}
.Carousel_circle__5v_nH {
  width: 10px;
  height: 10px;

  border-radius: 50%;
  background-color: rgb(231, 231, 235);
}
.Carousel_active__0w7Xp .Carousel_circle__5v_nH {
  outline-color: rgb(231, 231, 235);
  outline-style: solid;
  outline-width: 2px;
  background-color: transparent;
}
.Carousel_carouselBlock__JDDk7 {
  width: 100%;
  position: relative;
  bottom: 45%;
  top: 0px;
  /* box-shadow: inset 0px 0px 10px 10px #0a131c; */
}
.Carousel_carouselBlock__JDDk7::after {
  content: "";
  width: 100vw;
  position: absolute;
  bottom: 10px;
  left: 50%;
  transform: translateX(-50%);
  height: 50px;
  /* background-color: #fff; */
  -webkit-backdrop-filter: blur(4px);
          backdrop-filter: blur(4px);
  /* box-shadow: inset 0px 0px 10px 10px #0a131c; */
}

