@keyframes circlePulse {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 40px;
    height: 40px;
    opacity: 0;
  }
}
@keyframes circlePulseBig {
  0% {
    width: 20px;
    height: 20px;
    opacity: 1;
  }
  100% {
    width: 60px;
    height: 60px;
    opacity: 0;
  }
}
@keyframes fadeInOut {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes autoplayLine {
  from {
    width: 0%;
  }
  to {
    width: 100%;
  }
}
.gallery-slideshow-holder {
  overflow: hidden;
  margin-left: calc((100vw - var(--scrollbarWidth)) * -1 / 2 + var(--internalWidth) / 2);
  margin-right: calc((100vw - var(--scrollbarWidth)) * -1 / 2 + var(--internalWidth) / 2);
  display: block;
  padding: 4.6875rem 0;
  background: var(--colorFeatherYellow) url("/templates/oracle/img/pattern--white.svg") no-repeat right center;
}
@media screen and (max-width: 1520px) {
  .gallery-slideshow-holder {
    margin-left: -3.75rem;
    margin-right: -3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slideshow-holder {
    margin-left: -2.5rem;
    margin-right: -2.5rem;
  }
}
@media screen and (max-width: 374px) {
  .gallery-slideshow-holder {
    margin-left: -1.25rem;
    margin-right: -1.25rem;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-slideshow-holder {
    padding: 3.75rem 0;
    background: var(--colorFeatherYellow) url("/templates/oracle/img/pattern--white.svg") no-repeat center center;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slideshow-holder {
    padding: 3.125rem 0;
  }
}
.gallery-slideshow-holder slideshow-gallery {
  position: relative;
  display: block;
  max-width: 95rem;
  margin: 0 auto;
}
@media screen and (max-width: 1100px) {
  .gallery-slideshow-holder slideshow-gallery {
    margin: 0 -7.5rem;
  }
}
@media screen and (max-width: 520px) {
  .gallery-slideshow-holder slideshow-gallery {
    margin: 0 auto;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-slideshow-holder slideshow-gallery .swiper-button-prev, .gallery-slideshow-holder slideshow-gallery .swiper-button-next {
    display: none;
  }
}
.gallery-slideshow-holder slideshow-gallery .swiper-button-prev {
  left: -6.5625rem;
}
@media screen and (max-width: 1800px) {
  .gallery-slideshow-holder slideshow-gallery .swiper-button-prev {
    left: 0;
  }
}
@media screen and (max-width: 1650px) {
  .gallery-slideshow-holder slideshow-gallery .swiper-button-prev {
    left: 1.25rem;
  }
}
.gallery-slideshow-holder slideshow-gallery .swiper-button-next {
  right: -6.5625rem;
}
@media screen and (max-width: 1800px) {
  .gallery-slideshow-holder slideshow-gallery .swiper-button-next {
    right: 0;
  }
}
@media screen and (max-width: 1650px) {
  .gallery-slideshow-holder slideshow-gallery .swiper-button-next {
    right: 1.25rem;
  }
}
@media screen and (max-width: 1800px) {
  .gallery-slideshow-holder slideshow-gallery .swiper {
    margin: 0 6.5625rem;
  }
}
@media screen and (max-width: 1100px) {
  .gallery-slideshow-holder slideshow-gallery .swiper {
    margin: 0 -3.75rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slideshow-holder slideshow-gallery .swiper {
    margin: 0 -2.5rem;
  }
}
@media screen and (max-width: 374px) {
  .gallery-slideshow-holder slideshow-gallery .swiper {
    margin: 0 -1.25rem;
  }
}
@media screen and (max-width: 768px) {
  .gallery-slideshow-holder slideshow-gallery .swiper .swiper-wrapper .swiper-slide {
    width: calc(100vw - 80px);
  }
}
@media screen and (max-width: 374px) {
  .gallery-slideshow-holder slideshow-gallery .swiper .swiper-wrapper .swiper-slide {
    width: calc(100vw - 40px);
  }
}
.gallery-slideshow-holder slideshow-gallery .swiper .swiper-wrapper .swiper-slide slideshow-gallery-item .inner .item .img {
  position: relative;
  overflow: hidden;
  background: var(--colorLightGrey);
  padding-bottom: 60.97560976%;
}
.gallery-slideshow-holder slideshow-gallery .swiper .swiper-wrapper .swiper-slide slideshow-gallery-item .inner .item .img img {
  max-width: initial;
  position: absolute;
  object-fit: cover;
  object-position: 50% 50%;
  transform: scale(1.01);
  width: 100%;
  height: 100%;
  transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
}
@media (hover: hover) {
  .gallery-slideshow-holder slideshow-gallery .swiper .swiper-wrapper .swiper-slide slideshow-gallery-item .inner .item:hover .img img {
    transform: scale(1.1);
  }
}
