.elementor-2491 .elementor-element.elementor-element-b05ffa9{--display:flex;--flex-direction:column;--container-widget-width:100%;--container-widget-height:initial;--container-widget-flex-grow:0;--container-widget-align-self:initial;--flex-wrap-mobile:wrap;}.elementor-2491 .elementor-element.elementor-element-771132f{--display:flex;--justify-content:center;}.elementor-2491 .elementor-element.elementor-element-1d5a652{--swiper-slides-to-display:4;--swiper-slides-gap:0px;}.elementor-2491 .elementor-element.elementor-element-1d5a652 .swiper-slide > .elementor-element{height:100%;}@media(max-width:1536px){.elementor-2491 .elementor-element.elementor-element-1d5a652{--swiper-slides-to-display:3;}}@media(max-width:1024px){.elementor-2491 .elementor-element.elementor-element-1d5a652{--swiper-slides-to-display:2;}}@media(max-width:767px){.elementor-2491 .elementor-element.elementor-element-1d5a652{--swiper-slides-to-display:1;}}@media(min-width:2400px){.elementor-2491 .elementor-element.elementor-element-1d5a652{--swiper-slides-to-display:3;}}/* Start custom CSS for loop-carousel, class: .elementor-element-1d5a652 *//* Inactive slides */
.my-loop-carousel .swiper-slide {
    opacity: 0.4;
}

/* Inactive images */
.my-loop-carousel .swiper-slide img {
    transition: all 0.5s ease;
    transform: scale(0.95);
    filter: blur(3px) grayscale(60%);
    /*height: 694px;*/
    /*width: 481px;*/
    height: 550px;
    width: auto;
    aspect-ratio: 481/694;
     backface-visibility: hidden;
    transform: translateZ(10);
    /*aspect-ratio: auto;*/
}
.my-loop-carousel .swiper-slide-active {
     opacity: 1;
     z-index: 10;
}

/* Active slide image only */
.my-loop-carousel .swiper-slide-active img {
    transform: scale(1.2) rotate(3deg);
    filter: blur(0) grayscale(0%);
    z-index: 10;
    /*height: 800px;*/
    /*width: 543px;*/
    height: 550px;
    width: auto;
    aspect-ratio: 481/694;
    /*aspect-ratio: auto;*/
}

/* Required to prevent clipping */
.my-loop-carousel .swiper,
.my-loop-carousel .swiper-slide,
.my-loop-carousel .swiper-wrapper,
.my-loop-carousel .elementor-widget-container {
    overflow: visible !important;
}

/* Adjust spacing */
.my-loop-carousel .swiper-wrapper { padding: 30px; }/* End custom CSS */