.eg-text-center {
    text-align: center;
}
.eg-hidden {
    display: none !important;
}
@media (min-width: 640px) {
    .eg-hidden\@s {
        display: none !important;
    }
}
@media (min-width: 960px) {
    .eg-hidden\@m {
        display: none !important;
    }
}
@media (min-width: 1200px) {
    .eg-hidden\@l {
        display: none !important;
    }
}
@media (min-width: 1600px) {
    .eg-hidden\@xl {
        display: none !important;
    }
}
.eg-bg-slider {
    background: none !important;
}
.bg-moving-image.elementor-element {
    -webkit-transition: background 0s !important;
    -moz-transition: background 0s !important;
    -ms-transition: background 0s !important;
    -o-transition: background 0s !important;
    transition: background 0s !important;
}
.bg-moving-image.elementor-column .elementor-column-wrap {
    -webkit-transition: background 0s !important;
    -moz-transition: background 0s !important;
    -ms-transition: background 0s !important;
    -o-transition: background 0s !important;
    transition: background 0s !important;
}
.ruvuv-particles canvas {
  display: block;
  vertical-align: bottom;
}
.ruvuv-particles .particles-js-canvas-el {
  position: absolute;
  top: 0;
  transform: scale(1);
  opacity: 1;
  animation: appear 1.4s 1;
  animation-fill-mode: forwards;
  z-index: 0;
}
.ruvuv-particles .elementor-container {
    z-index: 1;
}
@-webkit-keyframes appear {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
@keyframes appear {
  from {
    transform: scale(0);
    opacity: 0;
  }
  to {
    transform: scale(1);
    opacity: 1;
  }
}
.ruvuv-sticky-column {
    will-change: min-height;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
}
.ruvuv-sticky-column .elementor-column-wrap {
    transform: translate(0, 0); /* For browsers don't support translate3d. */
    transform: translate3d(0, 0, 0);
    will-change: position, transform;
}
@-webkit-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@-moz-keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
@keyframes Gradient {
  0% {
    background-position: 0% 50%
  }
  50% {
    background-position: 100% 50%
  }
  100% {
    background-position: 0% 50%
  }
}
.ruvuv-widget__content{
  display:none;
}
.ruvuv-tooltip-widget .tippy-popper .tippy-tooltip{
  max-width:100%;
}
.ruvuv-tooltip-widget .tippy-popper .ruvuv-widget__content{
  display:block;
}
[data-ruvuv-section-link] {
  cursor: pointer !important;
}