.elementor-5874 .elementor-element.elementor-element-c73444f{--display:flex;--min-height:104px;--justify-content:center;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-5874 .elementor-element.elementor-element-309e153 > .elementor-widget-container{background-color:#FFFFFF;padding:23px 0px 23px 0px;}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:last-child){padding-block-end:calc(50px/2);}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-items:not(.elementor-inline-items) .elementor-icon-list-item:not(:first-child){margin-block-start:calc(50px/2);}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item{margin-inline:calc(50px/2);}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-items.elementor-inline-items{margin-inline:calc(-50px/2);}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-items.elementor-inline-items .elementor-icon-list-item:after{inset-inline-end:calc(-50px/2);}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-icon i{color:var( --e-global-color-blocksy_palette_1 );transition:color 0.3s;}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-icon svg{fill:var( --e-global-color-blocksy_palette_1 );transition:fill 0.3s;}.elementor-5874 .elementor-element.elementor-element-309e153{--e-icon-list-icon-size:48px;--icon-vertical-offset:0px;}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-icon{padding-inline-end:35px;}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-item > a{font-family:"Raleway", Sans-serif;font-size:36px;font-weight:600;}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-text{color:var( --e-global-color-blocksy_palette_4 );transition:color 0.3s;}@media(max-width:767px){.elementor-5874 .elementor-element.elementor-element-309e153{--e-icon-list-icon-size:35px;}.elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-item > .elementor-icon-list-text, .elementor-5874 .elementor-element.elementor-element-309e153 .elementor-icon-list-item > a{font-size:30px;}}/* Start custom CSS for icon-list, class: .elementor-element-309e153 *//* 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;
}
/* Stroke effect on text within icon lists */
.marquee-content .elementor-icon-list-text {
   -webkit-text-stroke: 1px #02050a;
}
/* 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 */