<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ---------------------------------------------
  404
-----------------------------------------------*/
/* 404
--------------------------------------*/
.p-404 {
  padding: 40px 0 90px;
}
@media screen and (max-width: 1024px) {
  .p-404 {
    padding: 67px 0 0;
  }
}
.p-404__text {
  margin-top: 40px;
  font-size: 1.4rem;
  line-height: 1.75;
}
.p-404__button {
  text-align: center;
  margin-top: 45px;
}
</pre></body></html>