.elementor-22427 .elementor-element.elementor-element-cb1fb05{--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:8px;--padding-bottom:8px;--padding-left:0px;--padding-right:0px;}.elementor-22427 .elementor-element.elementor-element-cb1fb05:not(.elementor-motion-effects-element-type-background), .elementor-22427 .elementor-element.elementor-element-cb1fb05 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-secondary );}.elementor-22427 .elementor-element.elementor-element-2784764a{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 );text-transform:var( --e-global-typography-text-text-transform );font-style:var( --e-global-typography-text-font-style );text-decoration:var( --e-global-typography-text-text-decoration );line-height:var( --e-global-typography-text-line-height );color:var( --e-global-color-be74b8f );}.elementor-22427 .elementor-element.elementor-element-2784764a a{color:var( --e-global-color-be74b8f );}@media(max-width:1024px){.elementor-22427 .elementor-element.elementor-element-2784764a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}@media(max-width:767px){.elementor-22427 .elementor-element.elementor-element-2784764a{font-size:var( --e-global-typography-text-font-size );line-height:var( --e-global-typography-text-line-height );}}/* Start custom CSS for text-editor, class: .elementor-element-2784764a */.marquee {
    overflow: visible;
    display:flex;
    white-space: nowrap;
}
.marquee a {
    font-family: inherit;
    font-weight: inherit !important;
    text-decoration: none;
}
.marquee > div {
    display:flex;
    align-items: center;
    white-space: nowrap;
    animation: rrh-marquee 16s linear infinite;
}
@media (min-width: 768px) and (max-width: 1024px) {
    .marquee > div {
        animation: rrh-marquee 8s linear infinite;
    }
}
@media (max-width: 767px) {
    .marquee > div {
        animation: rrh-marquee 4s linear infinite;
    }
}
@keyframes rrh-marquee {
0% {
transform: translateX(100vw);
}
100% {
transform: translateX(-100%);
}
}/* End custom CSS */
/* Start custom CSS */@media (max-width: 1024px) {
    #nav-search {
    order: 3;
}
#nav-menu {
    order: 1;
}
#nav-logo {
    order:2;
}
}/* End custom CSS */