/* [project]/src/sites/ortana/ortana.module.css [app-client] (css) */
@keyframes ortana-module__4BGONW__fadeUp {
  from {
    opacity: 0;
    transform: translateY(28px);
  }

  to {
    opacity: 1;
    transform: none;
  }
}

@keyframes ortana-module__4BGONW__glowDrift {
  0%, 100% {
    opacity: .55;
    transform: translate3d(0, 0, 0)scale(1);
  }

  50% {
    opacity: .8;
    transform: translate3d(-2%, 2%, 0)scale(1.06);
  }
}

.ortana-module__4BGONW__heroItem {
  opacity: 0;
  animation: .8s forwards ortana-module__4BGONW__fadeUp;
}

.ortana-module__4BGONW__heroGlow {
  animation: 9s ease-in-out infinite ortana-module__4BGONW__glowDrift;
}

.ortana-module__4BGONW__lift {
  transition: transform .3s, box-shadow .3s;
}

.ortana-module__4BGONW__lift:hover {
  transform: translateY(-4px);
  box-shadow: 0 18px 40px -18px #16242c59;
}

@media (prefers-reduced-motion: reduce) {
  .ortana-module__4BGONW__heroItem {
    opacity: 1;
    animation: none;
  }

  .ortana-module__4BGONW__heroGlow {
    animation: none;
  }

  .ortana-module__4BGONW__lift, .ortana-module__4BGONW__lift:hover {
    transition: none;
    transform: none;
  }
}

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