.elementor-968 .elementor-element.elementor-element-510721b9{--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;--gap:0px 0px;--overflow:hidden;--background-transition:0.3s;--padding-top:20px;--padding-bottom:20px;--padding-left:0px;--padding-right:0px;}.elementor-968 .elementor-element.elementor-element-510721b9:not(.elementor-motion-effects-element-type-background), .elementor-968 .elementor-element.elementor-element-510721b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-primary );}.elementor-968 .elementor-element.elementor-element-510721b9, .elementor-968 .elementor-element.elementor-element-510721b9::before{--border-transition:0.3s;}.elementor-968 .elementor-element.elementor-element-55782479{--display:flex;--flex-direction:row;--container-widget-width:initial;--container-widget-height:100%;--container-widget-flex-grow:1;--container-widget-align-self:stretch;--flex-wrap-mobile:wrap;--gap:0px 0px;--background-transition:0.3s;}.elementor-968 .elementor-element.elementor-element-4d8dede3 .elementor-heading-title{color:var( --e-global-color-4298b93 );font-size:24px;font-weight:300;letter-spacing:1px;}.elementor-968 .elementor-element.elementor-element-5a82f3f9{--display:flex;--background-transition:0.3s;}@media(max-width:767px){.elementor-968 .elementor-element.elementor-element-4d8dede3 .elementor-heading-title{font-size:16px;}}/* Start custom CSS for container, class: .elementor-element-510721b9 */.ticker {
    display: flex;
    animation: marquee 10s linear infinite;
    flex-direction: row !important;
    flex-wrap: nowrap;
}

.ticker-content {
  display: inline-block;
  margin-right: 30px;
  min-width: fit-content !important;
  white-space: nowrap;
}

@keyframes marquee {
  from {
    transform: translateX(0);
  }
  to {
    transform: translateX(calc(var(--tickerWith) - 30px));
  }
}/* End custom CSS */