.page-404 {
  background-image: url("/images/404bg.png");
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  height: 100vh;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 10px;
}
.page-404 .text {
  text-align: center;
}
.page-404 .text-1 {
  font-style: normal;
  font-weight: 700;
  font-size: 64px;
  line-height: 77px;
  color: #000000;
  text-align: center;
  margin-bottom: 21px;
}
@media (max-width: 768px) {
  .page-404 .text-1 {
    font-size: 30px;
    line-height: 40px;
  }
}
.page-404 .text-2 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  color: #5C5C5C;
  margin-bottom: 70px;
  text-align: center;
}
@media (max-width: 768px) {
  .page-404 .text-2 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page-404 .text-3 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 160%;
  text-align: center;
  color: #5C5C5C;
  margin-bottom: 40px;
}
@media (max-width: 768px) {
  .page-404 .text-3 {
    font-size: 18px;
    line-height: 25px;
  }
}
.page-404 .text-4 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #5C5C5C;
  margin: 40px 0 43px;
}
@media (max-width: 768px) {
  .page-404 .text-4 {
    font-size: 18px;
    line-height: 25px;
    margin: 20px 0;
  }
}
.page-404 .text-4 a {
  text-decoration: underline;
  color: #5C5C5C;
}
.page-404 .text-5 {
  font-style: normal;
  font-weight: 300;
  font-size: 24px;
  line-height: 29px;
  text-align: center;
  color: #5C5C5C;
  margin-bottom: 32px;
}
@media (max-width: 768px) {
  .page-404 .text-5 {
    font-size: 18px;
    line-height: 25px;
    margin-bottom: 15px;
  }
}
.page-404 .text-6 {
  font-style: normal;
  font-weight: 300;
  font-size: 16px;
  line-height: 19px;
  text-align: center;
  color: #5C5C5C;
}
.page-404 .link {
  width: 270px;
  height: 60px;
  background: rgba(236, 110, 147, 0.05);
  border: 1px solid rgba(236, 110, 147, 0.05);
  box-shadow: 0px 2.25px 8.26px #EC6E93, inset 0px -7.31px 13.66px #FEBED1;
  border-radius: 74px;
  font-style: normal;
  font-weight: 700;
  font-size: 20px;
  line-height: 24px;
  text-align: center;
  color: #EC6E93;
  text-decoration: none;
  display: flex;
  align-items: center;
  justify-content: center;
}
.page-404 .link:hover {
  background: #EC6E93;
  box-shadow: 0px 2.25px 8.26px #EC6E93, inset 0px -7.31px 13.66px #FEBED1;
  color: #fff;
}

body {
  padding: 0;
  margin: 0;
  font-family: "Inter";
}

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