.wows-wow-sliders-callisto {
  height: 100%;
  width: 100%;
  position: relative;
}
.wows-wow-sliders-callisto .wows-item {
  height: clamp(31.25rem, 55vw, 43.75rem);
  display: flex;
  align-items: center;
}
.wows-wow-sliders-callisto .wows-img-wrap {
  width: 100%;
  height: 100%;
}
.wows-wow-sliders-callisto .wows-img-wrap::before {
  position: absolute;
  content: "";
  width: 100%;
  height: 100%;
}
.wows-wow-sliders-callisto .wows-img-wrap .wows-callisto-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  max-width: unset;
}
.wows-wow-sliders-callisto .wows-content {
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
  padding: 0 clamp(1.25rem, 7vw, 5rem);
  overflow: hidden;
  max-width: clamp(37.5rem, 50vw, 43.75rem);
}
.wows-wow-sliders-callisto .wows-callisto-desc {
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  color: #e4e1e1;
  line-height: 1.5;
  margin: 0 0 clamp(0.938rem, 2.5vw, 1.25rem);
  display: inline-block;
}
.wows-wow-sliders-callisto .wows-callisto-desc p {
  margin: 0;
}
.wows-wow-sliders-callisto .wows-btn-wrap a {
  background: #8F48FF;
  color: #EDF2F4;
  padding: clamp(0.625rem, 1.5vw, 0.75rem) clamp(0.75rem, 2vw, 1rem);
  display: inline-flex;
  align-items: center;
  text-transform: uppercase;
  font-size: clamp(0.625rem, 1vw, 0.75rem);
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 4px;
  position: relative;
  overflow: hidden;
}
.wows-wow-sliders-callisto .wows-btn-wrap a:hover::before {
  left: 0;
  right: auto;
  width: 100%;
}
.wows-wow-sliders-callisto .wows-btn-wrap a::before {
  position: absolute;
  display: block;
  content: "";
  top: 0;
  right: 0;
  height: 100%;
  width: 0;
  background: #8F48FF;
  transition: all 0.4s cubic-bezier(0.42, 0, 0.58, 1);
}
.wows-wow-sliders-callisto .wows-btn-wrap a span {
  padding-left: 7px;
  transition: all 0.3s ease;
  z-index: 1;
}
.wows-wow-sliders-callisto .wows-btn-wrap a i {
  opacity: 0;
  transition: all 0.3s ease;
  z-index: 1;
}
.wows-wow-sliders-callisto .wows-btn-wrap a:hover span {
  padding-left: 0;
}
.wows-wow-sliders-callisto .wows-btn-wrap a:hover i {
  opacity: 1;
  padding-left: 7px;
}
.wows-wow-sliders-callisto .wows-social-share {
  position: absolute;
  bottom: clamp(1.25rem, 7vw, 5rem);
  left: clamp(1.25rem, 7vw, 5rem);
  display: flex;
  align-items: center;
  z-index: 2;
}
.wows-wow-sliders-callisto .wows-social-share .wows-btn {
  color: #e4e1e1;
  margin-right: clamp(5px, 1vw, 10px);
  font-size: clamp(0.688rem, 1.5vw, 0.875rem);
  font-weight: 500;
  text-transform: uppercase;
  transition: all 0.3s ease;
  cursor: pointer;
}
.wows-wow-sliders-callisto .wows-social-share .wows-btn:hover {
  color: #8F48FF;
  text-decoration: underline;
}
.wows-wow-sliders-callisto .wows-callisto-category {
  display: inline-flex;
  margin: 0 0 clamp(0.938rem, 2.5vw, 1.25rem);
}
.wows-wow-sliders-callisto .wows-callisto-category a {
  font-size: 10px;
  color: #fff;
  background: #8F48FF;
  padding: clamp(0.25rem, 1vw, 0.375rem) clamp(0.5rem, 1vw, 0.75rem);
  display: inline-block;
  text-transform: uppercase;
  font-weight: 700;
  transition: all 0.3s ease;
  border-radius: 2px;
}
.wows-wow-sliders-callisto .wows-callisto-category a:hover {
  background: #8F48FF;
}
.wows-wow-sliders-callisto .wows-callisto-category a + a {
  margin-left: 5px;
}
.wows-wow-sliders-callisto .wows-callisto-meta {
  display: inline-flex;
  align-items: center;
  color: #e4e1e1;
  font-size: clamp(0.875rem, 1.5vw, 1rem);
  margin-bottom: clamp(1.75rem, 4vw, 2.25rem);
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-author-name-wrap {
  display: flex;
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-author-name-wrap .wows-by {
  padding-right: 5px;
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-author-name-wrap .wows-author-name {
  color: currentColor;
  transition: color 0.3s cubic-bezier(0.34, 0.01, 0.58, 1);
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-author-name-wrap .wows-author-name:hover {
  color: #fff;
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-separator {
  margin: 0 6px;
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-post-time {
  margin-left: 5px;
}
.wows-wow-sliders-callisto .wows-callisto-meta .wows-post-time i {
  margin-right: 2px;
}
.wows-wow-sliders-callisto .wows-callisto-meta .block-revealer__content {
  display: inline-flex;
}
.wows-wow-sliders-callisto .wows-callisto-navigation {
  position: absolute;
  bottom: clamp(1.25rem, 7vw, 5rem);
  right: clamp(1.25rem, 7vw, 5rem);
  z-index: 2;
  display: flex;
  grid-template-columns: repeat(2, 1fr);
  grid-column-gap: clamp(0.638rem, 2vw, 1.875rem);
  flex-direction: row-reverse;
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-next i {
  opacity: 0;
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-next:hover i {
  opacity: 1;
  transform: translateX(5px);
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-prev {
  flex-direction: row-reverse;
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-prev i {
  opacity: 0;
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-prev:hover i {
  opacity: 1;
  transform: translateX(-5px);
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-next,
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-prev {
  display: flex;
  align-items: center;
}
.wows-wow-sliders-callisto .wows-callisto-navigation i {
  transition: all 0.3s ease;
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-next,
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-prev {
  cursor: pointer;
  font-size: clamp(0.688rem, 1.5vw, 0.875rem);
  font-weight: 500;
  color: #e4e1e1;
  transition: all 0.3s ease;
  text-transform: uppercase;
  margin: 0;
}
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-next:hover,
.wows-wow-sliders-callisto .wows-callisto-navigation .wows-navigation-prev:hover {
  color: #8F48FF;
}
.wows-wow-sliders-callisto .wows-callisto-pagination {
  display: none;
}
.wows-wow-sliders-callisto .wows-callisto-pagination .swiper-pagination {
  position: absolute;
  bottom: clamp(1.25rem, 7vw, 5rem) !important;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
  width: 400px;
  line-height: 1.1;
}
.wows-wow-sliders-callisto .wows-callisto-pagination .swiper-pagination .swiper-pagination-bullet {
  width: 20px;
  height: clamp(0.375rem, 1vw, 0.5rem);
  display: inline-block;
  border-radius: 2px;
  background: #ffffff;
  margin-right: 6px;
  transition: width 0.3s cubic-bezier(0.075, 0.82, 0.165, 1);
}
.wows-wow-sliders-callisto .wows-callisto-pagination .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active {
  width: 40px;
}
.wows-wow-sliders-callisto .wows-title {
  font-size: clamp(1.5rem, 4.5vw, 2.5rem);
  font-weight: 700;
  margin: 0 0 clamp(0.938rem, 2.5vw, 1.25rem);
  line-height: 1.3;
}
.wows-wow-sliders-callisto .wows-title a {
  text-decoration: none;
  color: #EDF2F4;
  transition: all 0.3s ease;
}
.wows-wow-sliders-callisto .wows-title a:hover {
  color: #8F48FF;
}

.wows-callisto-thumbs {
  display: none;
  width: 65%;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  overflow: hidden;
  pointer-events: none;
  z-index: 1;
}
.wows-callisto-thumbs .wows-item {
  transition: all 0.3s ease;
  cursor: pointer;
  position: relative;
  height: clamp(12.5rem, 24vw, 18.75rem);
  border-radius: 8px;
  display: flex;
  overflow: hidden;
  pointer-events: all;
}
.wows-callisto-thumbs .wows-item:hover .wows-callisto-content .wows-thumbs-title a {
  color: #ffffff;
}
.wows-callisto-thumbs .wows-item:hover .wows-callisto-content .wows-callisto-counter {
  color: rgba(255, 255, 255, 0.322);
}
.wows-callisto-thumbs .wows-item.swiper-slide-duplicate-prev, .wows-callisto-thumbs .wows-item.swiper-slide-duplicate-active, .wows-callisto-thumbs .wows-item.swiper-slide-prev, .wows-callisto-thumbs .wows-item.swiper-slide-active {
  opacity: 0;
  pointer-events: none;
}
.wows-callisto-thumbs .wows-thumbs-img-wrap {
  height: 100%;
}
.wows-callisto-thumbs .wows-thumbs-img-wrap:before {
  content: "";
  position: absolute;
  background: linear-gradient(0deg, #2B2D42 0, rgba(141, 153, 174, 0.1) 100%);
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
  z-index: 1;
  transition: background 0.3s ease-in;
}
.wows-callisto-thumbs .wows-callisto-img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
}
.wows-callisto-thumbs .wows-callisto-content {
  padding: clamp(1.563rem, 2.5vw, 1.875rem);
  line-height: 1;
  z-index: 1;
  align-self: flex-end;
}
.wows-callisto-thumbs .wows-callisto-counter {
  color: rgba(255, 255, 255, 0.25);
  font-size: clamp(4.375rem, 7vw, 5.313rem);
  font-weight: 700;
  position: absolute;
  left: 30px;
  top: 20px;
  transition: color 0.3s ease;
}
.wows-callisto-thumbs .wows-thumbs-title {
  font-size: 18px;
  font-weight: 600;
  line-height: 1.3;
  margin: 0;
}
.wows-callisto-thumbs .wows-thumbs-title a {
  color: #e4e1e1;
  transition: all 0.3s ease;
}

.wows-thumbs--yes .wows-callisto-thumbs {
  display: none;
}

@media (min-width: 768px) {
  .wows-wow-sliders-callisto .wows-callisto-pagination,
  .wows-callisto-thumbs {
    display: inherit;
  }
}