/* [project]/src/components/EmptyPage/EmptyPage.module.scss.module.css [app-client] (css) */
.EmptyPage-module-scss-module__1jesgW__emptyPage {
  width: 100%;
  font-family: var(--primary-font);
  color: #091b1b;
  padding-top: 7.6875rem;
  padding-bottom: 7.5625rem;
  position: relative;
}

.EmptyPage-module-scss-module__1jesgW__emptyPageWrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.EmptyPage-module-scss-module__1jesgW__errorImage {
  aspect-ratio: 396 / 245;
  width: 18.125rem;
  position: relative;
}

@media (min-width: 576px) {
  .EmptyPage-module-scss-module__1jesgW__errorImage {
    width: 24.75rem;
  }
}

.EmptyPage-module-scss-module__1jesgW__contentWrap {
  flex-direction: column;
  width: auto;
  display: flex;
}

.EmptyPage-module-scss-module__1jesgW__contentWrap h1 {
  text-align: center;
  margin-top: 3.375rem;
  margin-bottom: .6rem;
  font-size: 1.625rem;
  line-height: 1.19231;
  letter-spacing: -.0375rem !important;
}

@media (min-width: 576px) {
  .EmptyPage-module-scss-module__1jesgW__contentWrap h1 {
    margin-bottom: 1rem;
    font-size: 2.125rem;
  }
}

@media (min-width: 991px) {
  .EmptyPage-module-scss-module__1jesgW__contentWrap h1 {
    margin-bottom: 1rem;
    font-size: 2.625rem;
    letter-spacing: -.0375rem !important;
  }
}

.EmptyPage-module-scss-module__1jesgW__contentWrap p {
  color: #606f70;
  text-align: center;
  max-width: 35.5rem;
  margin-bottom: 1.5rem;
  margin-left: auto;
  margin-right: auto;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.578;
  letter-spacing: 0 !important;
}

@media (min-width: 576px) {
  .EmptyPage-module-scss-module__1jesgW__contentWrap p {
    margin-bottom: 1.5rem;
    font-size: 1.0625rem;
  }
}

@media (min-width: 991px) {
  .EmptyPage-module-scss-module__1jesgW__contentWrap p {
    font-size: 1.1875rem;
  }
}

.EmptyPage-module-scss-module__1jesgW__backButton {
  color: inherit;
  align-items: center;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  letter-spacing: 0 !important;
}

@media (min-width: 576px) {
  .EmptyPage-module-scss-module__1jesgW__backButton {
    font-size: 1.25rem;
  }
}

.EmptyPage-module-scss-module__1jesgW__backButton span {
  letter-spacing: inherit !important;
}

.EmptyPage-module-scss-module__1jesgW__backButton svg {
  width: 1rem;
  height: auto;
  margin-left: .75rem;
}

.EmptyPage-module-scss-module__1jesgW__backButton:after {
  content: "";
  background-color: #091b1b;
  width: 100%;
  height: .0625rem;
  transition: all .3s ease-in-out;
  position: absolute;
  bottom: -.1875rem;
  left: 0;
}

@media (min-width: 576px) {
  .EmptyPage-module-scss-module__1jesgW__backButton:after {
    height: .125rem;
  }
}

.EmptyPage-module-scss-module__1jesgW__backButton:before {
  content: "";
  z-index: 1;
  transform-origin: 100%;
  background-color: #3ebfc1;
  width: 100%;
  height: .0625rem;
  transition: transform .3s ease-in-out;
  position: absolute;
  bottom: -.1875rem;
  left: 0;
  transform: scaleX(0);
}

@media (min-width: 576px) {
  .EmptyPage-module-scss-module__1jesgW__backButton:before {
    height: .125rem;
  }
}

.EmptyPage-module-scss-module__1jesgW__backButton:hover:before {
  transform-origin: 0;
  transform: scaleX(1);
}

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