.elementor-43 .elementor-element.elementor-element-02e0905{--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-43 .elementor-element.elementor-element-02e0905:not(.elementor-motion-effects-element-type-background), .elementor-43 .elementor-element.elementor-element-02e0905 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-43 .elementor-element.elementor-element-3fb1faa{padding:10px 0px 10px 0px;}.elementor-43 .elementor-element.elementor-element-526199f{--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;--justify-content:space-between;--align-items:center;--margin-top:015px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-site-logo .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 );line-height:var( --e-global-typography-text-line-height );}.elementor-43 .elementor-element.elementor-element-45e6c02{text-align:start;}.elementor-43 .elementor-element.elementor-element-45e6c02 img{width:100%;height:70px;object-fit:contain;object-position:center center;}.elementor-widget-icon.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon{color:var( --e-global-color-primary );border-color:var( --e-global-color-primary );}.elementor-widget-icon.elementor-view-framed .elementor-icon, .elementor-widget-icon.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-primary );}.elementor-43 .elementor-element.elementor-element-bc289e1 .elementor-icon-wrapper{text-align:center;}.elementor-43 .elementor-element.elementor-element-bc289e1.elementor-view-stacked .elementor-icon{background-color:var( --e-global-color-secondary );}.elementor-43 .elementor-element.elementor-element-bc289e1.elementor-view-framed .elementor-icon, .elementor-43 .elementor-element.elementor-element-bc289e1.elementor-view-default .elementor-icon{color:var( --e-global-color-secondary );border-color:var( --e-global-color-secondary );}.elementor-43 .elementor-element.elementor-element-bc289e1.elementor-view-framed .elementor-icon, .elementor-43 .elementor-element.elementor-element-bc289e1.elementor-view-default .elementor-icon svg{fill:var( --e-global-color-secondary );}.elementor-43 .elementor-element.elementor-element-bc289e1 .elementor-icon{font-size:30px;}.elementor-43 .elementor-element.elementor-element-bc289e1 .elementor-icon svg{height:30px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:1024px){.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(min-width:768px){.elementor-43 .elementor-element.elementor-element-526199f{--content-width:1250px;}}@media(max-width:767px){.elementor-43 .elementor-element.elementor-element-526199f{--margin-top:20px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;}.elementor-widget-theme-site-logo .widget-image-caption{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}.elementor-43 .elementor-element.elementor-element-45e6c02 img{height:55px;}.elementor-43 .elementor-element.elementor-element-bc289e1 .elementor-icon{font-size:25px;}.elementor-43 .elementor-element.elementor-element-bc289e1 .elementor-icon svg{height:25px;}}/* Start custom CSS for html, class: .elementor-element-3fb1faa */.marquee {
  --gap: 1rem;
  position: relative;
  display: flex;
  overflow: hidden;
  user-select: none;
  gap: var(--gap);
}

.marquee__content {
  flex-shrink: 0;
  display: flex;
  justify-content: space-around;
  gap: var(--gap);
  min-width: 100%;
}

.marquee__content {
  animation: scroll 60s linear infinite;
}

@keyframes scroll {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(-100% - var(--gap)));
  }
}



/* Other page demo styles */
.marquee__content > * {
  flex: 0 0 auto;
  color: white;
  font-size: 14px;
  list-style: none;

}

@media only screen and (max-width: 600px) {
.marquee__content > * {
    font-size: 14px;
}

.elementor-43 .elementor-element.elementor-element-3fb1faa img {
    width: 190px;
}
}/* End custom CSS */