.error-list-module {
  height: 80rem;
  width: 100%;
  background: linear-gradient(180deg, var(--ui-color-gradient-from), var(--ui-color-gradient-to));
  overflow: hidden;
  position: relative;
}
.error-list-module .list {
  width: 100%;
  height: 100%;
}
.error-list-module .list .owl-dots:not(.owl-dots:has(.owl-dot:nth-child(2))) {
  display: none;
}
.error-list-module .list .owl-dots {
  display: flex;
  grid-gap: 0.8rem;
  justify-content: space-between;
  align-items: flex-end;
  position: absolute;
  bottom: 11.8rem;
  left: 50%;
  transform: translateX(-50%);
}
.error-list-module .list .owl-dots .owl-dot {
  transition-duration: 300ms;
  width: 0.5rem;
  height: 1.7rem;
  background: linear-gradient(0deg, white 0%, white 100%);
  border-radius: 4rem 4rem 4rem 4rem;
  border: none;
  outline: none;
}
.error-list-module .list .owl-dots .active {
  height: 2.9rem;
  background: linear-gradient(0deg, var(--ui-color-gradient-from) 0%, var(--ui-color-gradient-to) 100%);
}
.error-list-module .list .list-item {
  overflow: hidden;
  width: 100%;
  height: 100%;
  position: relative;
}
.error-list-module .list .list-item .round-outer {
  position: absolute;
  margin: -5rem auto;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border-radius: 50%;
  padding: 7.5rem;
  background: rgba(255, 255, 255, 0.2);
}
.error-list-module .list .list-item .round-outer .round-mid {
  background: inherit;
  border-radius: inherit;
  padding: 11.5rem;
}
.error-list-module .list .list-item .round-outer .round-mid .round-center {
  color: white;
  background: inherit;
  border-radius: inherit;
  width: 52rem;
  height: 52rem;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.error-list-module .list .list-item .round-outer .round-mid .round-center .title {
  font-weight: bold;
  font-size: var(--f-s-150);
  line-height: 1.2;
}
.error-list-module .list .list-item .round-outer .round-mid .round-center .sub-title {
  font-weight: bold;
  font-size: var(--f-s-30);
  line-height: 1.2;
}
.error-list-module .list .list-item .round-outer .round-mid .round-center .mini-text {
  margin-top: 0.8rem;
  font-weight: 400;
  font-size: var(--f-s-18);
  line-height: 1.2;
}
.error-list-module .list .list-item .round-outer .round-mid .round-center .module-btn {
  margin-top: 5.7rem;
}

.website-bottom-module {
  margin-top: 0;
}
.website-bottom-module .img-cont {
  display: none;
}

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