/*--- Colors setup ---*/
/*--- Fonts ---*/
/*--- Spacing ---*/
/*--- Buttons ---*/
/*--- helpers ---*/
/*--- Error 404 style ---*/
.err-404.ct-section > .ct-section-inner-wrap {
  display: flex;
  flex-direction: column;
  gap: 3.125rem;
  margin-top: 1.25rem;
  margin-bottom: 1.875rem;
  align-items: center;
  clear: right;
}
@media (min-width: 768px) {
  .err-404.ct-section > .ct-section-inner-wrap {
    margin-bottom: 3.125rem;
  }
}
.err-404__wrapper {
  display: flex;
  flex-direction: column;
  gap: 1.875rem;
  align-items: center;
  text-align: center;
}
@media (min-width: 768px) {
  .err-404__wrapper {
    display: flex;
    flex-direction: column;
    gap: 0rem;
  }
}
.err-404__title {
  font-size: 95px;
  font-weight: 600;
  line-height: 125%;
  letter-spacing: -1.9px;
}
@media (min-width: 768px) {
  .err-404__title {
    font-size: 295px;
    letter-spacing: -5.9px;
  }
}
.err-404 .ct-code-block {
  margin: 0;
}
.right-vector.err-404 {
  margin-top: 1.25rem;
}
@media (min-width: 768px) {
  .right-vector.err-404 {
    margin-top: 3.125rem;
  }
}
.left-vector.err-404 {
  margin-top: 0px;
  margin-bottom: 1.25rem;
}
@media (min-width: 768px) {
  .left-vector.err-404 {
    margin-bottom: 3.125rem;
  }
}
