/* [project]/src/components/ui/HeroSection/HeroSection.module.css [app-client] (css) */
@keyframes HeroSection-module__SFwRQG__float {
  0%, 100% {
    transform: translateY(0)rotate(0);
  }

  25% {
    transform: translateY(-10px)rotate(.5deg);
  }

  50% {
    transform: translateY(-5px)rotate(-.3deg);
  }

  75% {
    transform: translateY(-15px)rotate(.2deg);
  }
}

.HeroSection-module__SFwRQG__animateFloat {
  animation: 6s ease-in-out infinite HeroSection-module__SFwRQG__float;
}

/*# sourceMappingURL=src_components_ui_HeroSection_HeroSection_module_6a43e613.css.map*/