.elementor-80 .elementor-element.elementor-element-0404295{--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;--padding-top:12px;--padding-bottom:12px;--padding-left:25px;--padding-right:25px;}.elementor-80 .elementor-element.elementor-element-0404295:not(.elementor-motion-effects-element-type-background), .elementor-80 .elementor-element.elementor-element-0404295 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-07bf39f );}.elementor-80 .elementor-element.elementor-element-3f4324c{--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;--justify-content:space-between;--padding-top:10px;--padding-bottom:10px;--padding-left:10px;--padding-right:10px;}.elementor-80 .elementor-element.elementor-element-3f4324c:not(.elementor-motion-effects-element-type-background), .elementor-80 .elementor-element.elementor-element-3f4324c > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-7036219 );}.elementor-widget-image .widget-image-caption{color:var( --e-global-color-text );font-family:var( --e-global-typography-text-font-family ), Sans-serif;font-weight:var( --e-global-typography-text-font-weight );}.elementor-80 .elementor-element.elementor-element-df09b0c img{width:182px;}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:767px){.elementor-80 .elementor-element.elementor-element-3f4324c{--justify-content:center;}}@media(min-width:768px){.elementor-80 .elementor-element.elementor-element-0404295{--width:100%;}}/* Start custom CSS for container, class: .elementor-element-0404295 */.np-ticker-wrap {
    overflow: hidden;
}

.np-ticker {
    display: flex;
    width: max-content;
    animation: npTicker 40s linear infinite; /* slowed to half speed */
}

.np-ticker-track {
    display: flex;
    white-space: nowrap;
}

.np-ticker span {
    display: inline-flex;
    align-items: center;
    padding: 0 0.7rem;
    color: #ffffff !important;
    opacity: 1 !important;
    font-weight: 700;
    text-transform: uppercase;
    letter-spacing: 0.05em;
    font-size: 15px;
}

.np-dot {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    padding: 0 0.7rem;
    color: #ffffff !important;
    opacity: 1 !important;
    font-size: 18px;
}

@keyframes npTicker {
    0%   { transform: translateX(0); }
    100% { transform: translateX(-50%); }
}/* End custom CSS */