.elementor-widget-section .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-section .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-section .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-widget-section .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-section .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-section.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-58314 .elementor-element.elementor-element-2d31b7ff > .elementor-container > .elementor-column > .elementor-widget-wrap{align-content:center;align-items:center;}.elementor-58314 .elementor-element.elementor-element-2d31b7ff > .elementor-container{max-width:1230px;}.elementor-58314 .elementor-element.elementor-element-2d31b7ff{padding:0px 0px 0px 0px;}.elementor-widget-column .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-column .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-column.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-column .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-column .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-widget-image-carousel .premium-global-badge-{{ID}} .premium-badge-container{background-color:var( --e-global-color-primary );}.elementor-widget-image-carousel .eael-protected-content-message{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image-carousel .protected-content-error-msg{font-family:var( --e-global-typography-secondary-font-family ), Sans-serif;font-weight:var( --e-global-typography-secondary-font-weight );}.elementor-widget-image-carousel .premium-global-cursor-{{ID}}{color:var( --e-global-color-primary );fill:var( --e-global-color-primary );}.elementor-widget-image-carousel.premium-cursor-ftext .premium-global-cursor-{{ID}} .premium-cursor-follow-text{font-family:var( --e-global-typography-primary-font-family ), Sans-serif;font-weight:var( --e-global-typography-primary-font-weight );}.elementor-widget-image-carousel .premium-global-badge-{{ID}} .premium-badge-text{color:var( --e-global-color-secondary );}.elementor-widget-image-carousel .premium-global-badge-{{ID}} .premium-badge-icon{color:var( --e-global-color-secondary );fill:var( --e-global-color-secondary );}.elementor-58314 .elementor-element.elementor-element-19c8a4ca{--e-image-carousel-slides-to-show:7;}.elementor-58314 .elementor-element.elementor-element-19c8a4ca > .elementor-widget-container{padding:15px 15px 15px 15px;}.elementor-58314 .elementor-element.elementor-element-19c8a4ca .swiper-wrapper{display:flex;align-items:center;}@media(max-width:1024px){.elementor-58314 .elementor-element.elementor-element-19c8a4ca{--e-image-carousel-slides-to-show:4;}}@media(max-width:767px){.elementor-58314 .elementor-element.elementor-element-2d31b7ff{margin-top:0px;margin-bottom:0px;}.elementor-58314 .elementor-element.elementor-element-19c8a4ca{--e-image-carousel-slides-to-show:3;}}@media(min-width:768px){.elementor-58314 .elementor-element.elementor-element-31f9d085{width:100%;}}/* Start custom CSS for image-carousel, class: .elementor-element-19c8a4ca *//*Adds continuous scroll */
.continuous-carousel .swiper-wrapper {
-webkit-transition-timing-function: linear !important;
transition-timing-function: linear !important;
}

/* Add the fade effect on the left */
.continuous-carousel::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100px;  /* adjust the width */
  height: 100%;
  background: linear-gradient(to right, white, transparent);
  z-index: 2;
}

/* Add the fade effect on the right */
.continuous-carousel::after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 100px;  /* adjust the width */
  height: 100%;
  background: linear-gradient(to left, white,  transparent);
  z-index: 2;
}/* End custom CSS */