.elementor-2463 .elementor-element.elementor-element-45e3c1b9{--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;--overflow:hidden;}.elementor-2463 .elementor-element.elementor-element-45e3c1b9:not(.elementor-motion-effects-element-type-background), .elementor-2463 .elementor-element.elementor-element-45e3c1b9 > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-accent );}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(30px/2);}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(30px/2);}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(30px/2);}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-30px/2);}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-30px/2);}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-icon i{color:var( --e-global-color-544aa87 );transition:color 0.3s;}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-icon svg{fill:var( --e-global-color-544aa87 );transition:fill 0.3s;}.elementor-2463 .elementor-element.elementor-element-d79bc07{--e-icon-list-icon-size:30px;--icon-vertical-offset:0px;}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-icon{padding-inline-end:15px;}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-item > a{font-family:var( --e-global-typography-e6e552f-font-family ), Sans-serif;font-size:var( --e-global-typography-e6e552f-font-size );font-weight:var( --e-global-typography-e6e552f-font-weight );line-height:var( --e-global-typography-e6e552f-line-height );}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-text{color:var( --e-global-color-544aa87 );transition:color 0.3s;}@media(max-width:1024px){.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-item > a{font-size:var( --e-global-typography-e6e552f-font-size );line-height:var( --e-global-typography-e6e552f-line-height );}}@media(max-width:767px){.elementor-2463 .elementor-element.elementor-element-d79bc07{--e-icon-list-icon-size:20px;}.elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-2463 .elementor-element.elementor-element-d79bc07 .elementor-icon-list-item > a{font-size:var( --e-global-typography-e6e552f-font-size );line-height:var( --e-global-typography-e6e552f-line-height );}}/* Start custom CSS for container, class: .elementor-element-45e3c1b9 *//* Marquee animation for scrolling content */
.marquee-content .elementor-widget-container {
   display: flex;
   width: 5000px; /* Large width for continuous scrolling */
   transform: translateX(0);
   animation: marquee 30s linear infinite;
   white-space: nowrap;
   will-change: transform;
}
/* Keyframes for marquee animation */
@keyframes marquee {
   100% { transform: translateX(-2000px); } /* Move content left */
}
/* Reverse marquee animation for right-to-left scrolling */
.marquee-right .elementor-widget-container {
   animation: marquee-right 30s linear infinite;
   transform: translateX(0);
}
@keyframes marquee-right {
   100% { transform: translateX(2000px); } /* Move content right */
}/* End custom CSS */
/* Start custom CSS */.split-section-boxed {
    max-width: calc(1200px/2);;
}/* End custom CSS */