/* [project]/src/app/(site)/(frontend)/not-found.module.scss.module.css [app-client] (css) */
@keyframes not-found-module-scss-module__Sq-eSG__fadeIn {
  from {
    opacity: 0;
  }

  to {
    opacity: 1;
  }
}

@keyframes not-found-module-scss-module__Sq-eSG__slideUp {
  from {
    opacity: 0;
    transform: translateY(10px);
  }

  to {
    opacity: 1;
    transform: translateY(0);
  }
}

.not-found-module-scss-module__Sq-eSG__notFoundContainer {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
}

@media (max-width: 39.9375rem) {
  .not-found-module-scss-module__Sq-eSG__notFoundContainer {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media (min-width: 64rem) {
  .not-found-module-scss-module__Sq-eSG__notFoundContainer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

@media (min-width: 80rem) {
  .not-found-module-scss-module__Sq-eSG__notFoundContainer {
    max-width: 87.5rem;
  }
}

.not-found-module-scss-module__Sq-eSG__content {
  max-width: none;
}

.not-found-module-scss-module__Sq-eSG__content h1 {
  margin-bottom: 0;
}

.not-found-module-scss-module__Sq-eSG__description {
  margin-bottom: 1rem;
}

/*# sourceMappingURL=src_app_%28site%29_%28frontend%29_not-found_module_scss_module_0397c068.css.map*/