.error-404 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 80px var(--out-padding);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  min-height: calc(100vh - 100px - 324px);
  background: url("/wp-content/themes/tl/assets/imgs/hero-home.webp") center
      bottom / 100% auto no-repeat,
    -webkit-gradient(linear, left bottom, left top, from(#091624), to(#091624));
  background: url("/wp-content/themes/tl/assets/imgs/hero-home.webp") center
      bottom / 100% auto no-repeat,
    -o-linear-gradient(bottom, #091624, #091624);
  background: url("/wp-content/themes/tl/assets/imgs/hero-home.webp") center
      bottom / 100% auto no-repeat,
    linear-gradient(0deg, #091624, #091624);
  position: relative;
}
.error-404::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: #091624;
  opacity: 0.65;
}
.error-404 > div {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column nowrap;
          flex-flow: column nowrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
}
.error-404 > div > span {
  color: #72ede1;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 110px;
  font-weight: 800;
  line-height: normal;
}
.error-404 > div h1 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 70px;
  letter-spacing: 0.96px;
  text-transform: uppercase;
}
.error-404 > div p {
  font-family: "Manrope", sans-serif;
  font-size: 22px;
  font-weight: 600;
  line-height: 42px;
  letter-spacing: 0.22px;
}
.error-404 > div a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row nowrap;
          flex-flow: row nowrap;
  gap: 5px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px 20px 10px;
  text-decoration: none;
  background: #069ba4;
  border-radius: 8px;
  -webkit-box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
          box-shadow: 0px 4px 4px 0px rgba(0, 0, 0, 0.25);
}
.error-404 > div a svg {
  fill: #fff;
}