.elementor-22427 .elementor-element.elementor-element-8cc490e{--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-8cc490e:not(.elementor-motion-effects-element-type-background), .elementor-22427 .elementor-element.elementor-element-8cc490e > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-bb98ae3 );}.elementor-22427 .elementor-element.elementor-element-38a6078{font-family:"Inter", Sans-serif;font-size:1rem;font-weight:600;text-transform:uppercase;font-style:italic;text-decoration:none;line-height:1.5em;color:var( --e-global-color-be74b8f );}.elementor-22427 .elementor-element.elementor-element-38a6078 a{color:var( --e-global-color-be74b8f );}.elementor-22427 .elementor-element.elementor-element-38a6078 a:hover, .elementor-22427 .elementor-element.elementor-element-38a6078 a:focus{color:var( --e-global-color-be74b8f );}/* Start custom CSS for text-editor, class: .elementor-element-38a6078 */.marquee {
    overflow: visible;
    display:flex;
    white-space: nowrap;
}
.marquee a {
    font-family: 'Inter';
    font-weight: inherit !important;
    text-decoration: none;
    font-style: italic !important;
}
.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 12s linear infinite;
    }
}
@media (max-width: 767px) {
    .marquee > div {
        animation: rrh-marquee 8s 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 */