.wright-enhanced-banner .elementor-element-ba4f803 {
  position: relative;
  isolation: isolate;
  overflow: hidden;
}

.wright-enhanced-banner .elementor-element-ba4f803 > .elementor-background-slideshow {
  display: none !important;
}

.wright-hero-slider {
  position: absolute;
  inset: 0;
  z-index: 0;
  overflow: hidden;
  background: #222;
}

.wright-hero-slide {
  position: absolute;
  inset: 0;
  opacity: 0;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  transform: scale(1.025);
  transition: opacity .85s ease, transform 6s ease;
}

.wright-hero-slide.is-active {
  opacity: 1;
  transform: scale(1);
}

.wright-enhanced-banner .elementor-element-ba4f803 > .e-child {
  z-index: 2;
  animation: wright-square-float 3.6s ease-in-out infinite alternate !important;
  will-change: translate, rotate;
}

.wright-enhanced-banner .elementor-element-ba4f803 > .e-child:nth-of-type(3n) {
  animation-name: wright-square-drift !important;
  animation-duration: 4.4s !important;
  animation-delay: -.8s !important;
}

.wright-enhanced-banner .elementor-element-ba4f803 > .e-child:nth-of-type(3n + 1) {
  animation-duration: 3.1s !important;
  animation-delay: -1.5s !important;
}

@keyframes wright-square-float {
  from { translate: 0 -5px; rotate: -2deg; }
  to { translate: 0 7px; rotate: 3deg; }
}

@keyframes wright-square-drift {
  from { translate: -6px 2px; rotate: 2deg; }
  to { translate: 7px -4px; rotate: -3deg; }
}

@media (prefers-reduced-motion: reduce) {
  .wright-hero-slide {
    transform: none;
    transition-duration: .01ms;
  }

  .wright-enhanced-banner .elementor-element-ba4f803 > .e-child {
    animation: none !important;
  }
}