.elementor-1011 .elementor-element.elementor-element-f70ab86{--display:flex;--flex-direction:row;--container-widget-width:calc( ( 1 - var( --container-widget-flex-grow ) ) * 100% );--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--align-items:center;--flex-wrap:nowrap;--margin-top:20px;--margin-bottom:20px;--margin-left:0px;--margin-right:0px;}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-size:var( --e-global-typography-text-font-size );font-weight:var( --e-global-typography-text-font-weight );}.elementor-1011 .elementor-element.elementor-element-4ab2878{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-dae65d6{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-e41f1da{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-b746658{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-6965861{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-950f79a{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-3bf339e{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-206fd0a{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-fb39b1d{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-166962d{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-34a1ed4{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-4fd1db0{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-861863b{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-5d02c59{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-817946b{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-a91388e{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-c894d3c{width:auto;max-width:auto;}.elementor-1011 .elementor-element.elementor-element-cb8bab5{width:auto;max-width:auto;}@media(max-width:1024px){.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}@media(min-width:768px){.elementor-1011 .elementor-element.elementor-element-f70ab86{--width:1;}}@media(max-width:767px){.elementor-1011 .elementor-element.elementor-element-f70ab86{--width:1;}.elementor-widget-image .widget-image-caption{font-size:var( --e-global-typography-text-font-size );}}/* Start custom CSS for container, class: .elementor-element-f70ab86 */.elementor-1011 .elementor-element.elementor-element-f70ab86 {
  display: flex;
  gap: 20px;
  animation: scrollCarousel 120s linear infinite;
  width: max-content;
}

@keyframes scrollCarousel {
  0% { transform: translateX(0); }
  100% { transform: translateX(-50%); }
}
@media screen and (max-width:420px){
    .elementor-1011 .elementor-element.elementor-element-f70ab86 img{
        height:40px;
        object-fit:contain;
    }
}/* End custom CSS */