html {
  margin-top: 0 !important;
  font-family: Poppins;
}
#wpadminbar {
  margin-bottom: 20px;
}
.swiper-pagination-bullet {
  width: 10px;
  height: 10px;
}
.swiper-pagination-bullet-active {
  background-color: #0a0a0a !important;
}
.swiper-pagination {
  margin-top: 24px;
  position: relative;
}
.swiper-pagination-horizontal {
  bottom: 0 !important;
}
.prev-arrow,
.next-arrow {
  cursor: pointer;
}
@media (max-width: 743px) {
  .prev-arrow,
  .next-arrow {
    display: none !important;
  }
}
@keyframes react-loading-skeleton {
  to {
    transform: translate(100%);
  }
}
.react-loading-skeleton {
  --base-color: #ebebeb;
  --highlight-color: #f5f5f5;
  --animation-duration: 1.5s;
  --animation-direction: normal;
  --pseudo-element-display: block;
  background-color: var(--base-color);
  width: 100%;
  border-radius: 0.25rem;
  display: inline-flex;
  line-height: 1;
  position: relative;
  -webkit-user-select: none;
  user-select: none;
  overflow: hidden;
}
.react-loading-skeleton:after {
  content: " ";
  display: var(--pseudo-element-display);
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  height: 100%;
  background-repeat: no-repeat;
  background-image: var(
    --custom-highlight-background,
    linear-gradient(90deg, var(--base-color) 0%, var(--highlight-color) 50%, var(--base-color) 100%)
  );
  transform: translate(-100%);
  animation-name: react-loading-skeleton;
  animation-direction: var(--animation-direction);
  animation-duration: var(--animation-duration);
  animation-timing-function: ease-in-out;
  animation-iteration-count: infinite;
}
@media (prefers-reduced-motion) {
  .react-loading-skeleton {
    --pseudo-element-display: none;
  }
}
._imageWrapper_19w60_1 {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
}
._placeholder_19w60_9 {
  width: 100%;
  height: 100%;
  background-color: #f0f0f0;
  display: flex;
  justify-content: center;
  align-items: center;
}
._spinner_19w60_18 {
  width: 24px;
  height: 24px;
  border: 3px solid rgba(0, 0, 0, 0.1);
  border-top-color: var(--secondary-color, #6a3dbb);
  border-radius: 50%;
  animation: _spin_19w60_18 1s linear infinite;
}
@keyframes _spin_19w60_18 {
  to {
    transform: rotate(360deg);
  }
}
._image_19w60_1 {
  width: 100%;
  height: auto;
  object-fit: cover;
}
