.plugin_homepageCarousel {
  --hpc-height: 380px;
  --hpc-pt: 2.143rem;
  --hpc-pb: 8px;
  --hpc-pr: 0.543rem;
  --hpc-pl: 0.543rem;
  --hpc-img-width: auto;
  --hpc-img-height: 220px;

  position: relative;
  padding-bottom: var(--hpc-height);
}

@media (min-width: 768px) {
  .plugin_homepageCarousel {
    --hpc-height: 380px;
  }
}

.plugin_homepageCarousel .plugin_homepageCarousel_carousel_container {
  position: absolute;
  width: 100%;
  overflow: hidden;
}

.plugin_homepageCarousel .plugin_homepageCarousel_carousel > div {
  height: var(--hpc-height);
}

.plugin_homepageCarousel .slick-slide {
  padding: var(--hpc-pt) var(--hpc-pr) var(--hpc-pb) var(--hpc-pl);
}

.plugin_homepageCarousel .slick-dots {
  padding-bottom: 8px;
}

.plugin_homepageCarousel .slick-dots button::before {
  font-size: 32px;
}

.plugin_homepageCarousel .slick-arrow {
  z-index: 1;
  background: #000;
  color: #fff;
  border-radius: 9999px;
  width: 28px;
  height: 28px;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: 0.75;
}

.plugin_homepageCarousel .slick-arrow:hover {
  opacity: 1;
}

.plugin_homepageCarousel .slick-arrow::before {
  font-family: "B Nazanin Fa Num", "Montserrat", -apple-system,
    BlinkMacSystemFont, FontAwesome, "slick", "Segoe UI", "Roboto",
    "Oxygen-Sans", "Ubuntu", "Cantarell", "Helvetica Neue", sans-serif;
  color: #fff;
  opacity: 1;
  font-size: 16px;
}

.plugin_homepageCarousel .slick-arrow.slick-prev {
  left: 8px;
}

.plugin_homepageCarousel .slick-arrow.slick-next {
  right: 8px;
}

.plugin_homepageCarousel .slick-arrow.slick-prev::before {
  transform: translateX(-1px);
  content: "\f060";
}

.plugin_homepageCarousel .slick-arrow.slick-next::before {
  transform: translateX(1px);
  content: "\f061";
}

.plugin_homepageCarousel .plugin_homepageCarousel_slide {
  height: calc(var(--hpc-height) - calc(var(--hpc-pt) + var(--hpc-pb)));
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
}

.plugin_homepageCarousel .plugin_homepageCarousel_slide > * {
  height: 100%;
  text-align: center;
  overflow: hidden;
}

.plugin_homepageCarousel
  .plugin_homepageCarousel_slide
  > *
  + .plugin_homepageCarousel_slide_content {
  padding-inline-start: 16px;
}

.plugin_homepageCarousel .plugin_homepageCarousel_slide_content {
  position: relative;
}

.plugin_homepageCarousel .plugin_homepageCarousel_slide_content::after {
  position: absolute;
  left: 0;
  top: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  content: "";
  background: linear-gradient(0deg, #fff 0%, #fff 2%, #0000 8%);
  pointer-events: none;
}

.plugin_homepageCarousel .body {
  flex-shrink: 0;
}

.plugin_homepageCarousel .body h3 {
  margin: 1.43rem 0;
  font-size: 1rem;
}

.plugin_homepageCarousel .body a {
  text-decoration: none;
}

.plugin_homepageCarousel .thumb,
.plugin_homepageCarousel .thumb img {
  height: var(--hpc-img-height);
  width: var(--hpc-img-width);
  flex-shrink: 0;
}
