.elementor-17458 .elementor-element.elementor-element-27aeb1f{--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;--justify-content:center;--gap:0px 0px;--row-gap:0px;--column-gap:0px;--border-radius:0px 0px 0px 0px;--margin-top:0px;--margin-bottom:0px;--margin-left:0px;--margin-right:0px;--padding-top:0px;--padding-bottom:0px;--padding-left:0px;--padding-right:0px;}.elementor-17458 .elementor-element.elementor-element-27aeb1f:not(.elementor-motion-effects-element-type-background), .elementor-17458 .elementor-element.elementor-element-27aeb1f > .elementor-motion-effects-container > .elementor-motion-effects-layer{background-color:var( --e-global-color-817e185 );}.elementor-theme-builder-content-area{height:400px;}.elementor-location-header:before, .elementor-location-footer:before{content:"";display:table;clear:both;}@media(max-width:768px){.elementor-17458 .elementor-element.elementor-element-27aeb1f{--border-radius:0px 0px 0px 0px;--padding-top:20px;--padding-bottom:40px;--padding-left:10px;--padding-right:10px;}}/* Start custom CSS for container, class: .elementor-element-27aeb1f */.wrapper-animation {
  position: relative;
  overflow: hidden;
  background-color: #201c29;
  border-radius: 0;
  padding: 2rem;
  color: #fefefe;
}

.wrapper-animation .liquid-bubbles {
  position: absolute;
  inset: 0;
  pointer-events: none;
  overflow: visible;
}

.wrapper-animation .liquid-bubbles span {
  position: absolute;
  border-radius: 50%;
  background: radial-gradient(circle at center, #ab49de 40%, #5b41f2 90%);
  opacity: 0.6;
  filter: blur(4px);
  mix-blend-mode: screen;
}

.wrapper-animation .liquid-bubbles span:nth-child(1) {
  width: 80px;
  height: 80px;
  top: 10%;
  left: 20%;
  animation: move1 6s ease-in-out infinite alternate;
  animation-delay: 0s;
}

.wrapper-animation .liquid-bubbles span:nth-child(2) {
  width: 60px;
  height: 60px;
  top: 70%;
  left: 10%;
  animation: move2 7s ease-in-out infinite alternate;
  animation-delay: 1s;
}

.wrapper-animation .liquid-bubbles span:nth-child(3) {
  width: 50px;
  height: 50px;
  top: 40%;
  left: 80%;
  animation: move3 5s ease-in-out infinite alternate;
  animation-delay: 2s;
}

.wrapper-animation .liquid-bubbles span:nth-child(4) {
  width: 70px;
  height: 70px;
  top: 60%;
  left: 50%;
  animation: move4 8s ease-in-out infinite alternate;
  animation-delay: 3s;
}

.wrapper-animation .liquid-bubbles span:nth-child(5) {
  width: 90px;
  height: 90px;
  top: 20%;
  left: 70%;
  animation: move5 6.5s ease-in-out infinite alternate;
  animation-delay: 4s;
}

.wrapper-animation .liquid-bubbles span:nth-child(6) {
  width: 55px;
  height: 55px;
  top: 50%;
  left: 30%;
  animation: move6 5.5s ease-in-out infinite alternate;
  animation-delay: 2.5s;
}

.wrapper-animation .liquid-bubbles span:nth-child(7) {
  width: 65px;
  height: 65px;
  top: 80%;
  left: 60%;
  animation: move7 7.2s ease-in-out infinite alternate;
  animation-delay: 1.5s;
}
.wrapper-animation .liquid-bubbles span:nth-child(8) {
  width: 65px;
  height: 65px;
  top: 10%;
  left: 60%;
  animation: move7 7.2s ease-in-out infinite alternate;
  animation-delay: 1.5s;
}
.wrapper-animation .liquid-bubbles span:nth-child(9) {
  width: 115px;
  height: 115px;
  top: 80%;
  left: 40%;
  animation: move7 7.2s ease-in-out infinite alternate;
  animation-delay: 1.5s;
}

@keyframes move1 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, -15px) scale(1.05);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move2 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-25px, 10px) scale(0.95);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move3 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(15px, 20px) scale(1.1);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move4 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-10px, -20px) scale(1.02);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move5 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(25px, 15px) scale(0.9);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move6 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(-20px, 25px) scale(1.03);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}

@keyframes move7 {
  0% {
    transform: translate(0, 0) scale(1);
  }
  50% {
    transform: translate(20px, 10px) scale(1.07);
  }
  100% {
    transform: translate(0, 0) scale(1);
  }
}/* End custom CSS */