/* ******************************
 *
 * RESPONSIVE MIXIN
 *
 * ****************************** */
.topHero_smoke {
  position: absolute;
  z-index: 0;
  top: -4.8rem;
  left: 33%;
  width: 38%;
  height: 118%;
  opacity: 0.9;
  pointer-events: none;
  mix-blend-mode: multiply;
}
@media screen and (min-width: 600px) {
  .topHero_smoke {
    top: -5.6rem;
    left: 35%;
    width: 36%;
    height: 120%;
  }
}
@media screen and (min-width: 1025px) {
  .topHero_smoke {
    top: -6.4rem;
    left: 35.5%;
    width: 36.5%;
    height: 121%;
  }
}

.kowaSmokeFluid {
  background: transparent;
  filter: blur(0.12rem) saturate(1.28);
  transform: translateZ(0);
}

@media (prefers-reduced-motion: reduce) {
  .kowaSmokeFluid {
    display: none;
  }
}/*# sourceMappingURL=smoke-fluid.css.map */