:root {
  --color-white: #fff;
  --color-process-blue: #b2dff7;
  --color-cg-blue: #0072a7;
  --color-dark-blue: #003359;
  --text-color-base: var(--color-white);
  --error-icon-color: #aa272f;
  --size-1x: 8px;
  --size-half: calc(var(--size-1x) * 0.5);
  --size-2x: calc(var(--size-1x) * 2);
  --size-two-half: calc(var(--size-2x) * 1.5);
  --size-3x: calc(var(--size-1x) * 3);
  --size-4x: calc(var(--size-1x) * 4);
  --size-5x: calc(var(--size-1x) * 5);
  --size-6x: calc(var(--size-1x) * 6);
  --size-7x: calc(var(--size-1x) * 7);
  --size-8x: calc(var(--size-1x) * 8);
}

@font-face {
  font-family: fontello;
  font-style: normal;
  font-weight: normal;
  src: url("clientlibs/resources/fonts/fontello.woff?83534092") format("woff");
}

@font-face {
  font-family: Lora;
  font-style: normal;
  font-weight: 500;
  src: url("clientlibs/resources/fonts/Lora.woff2") format("woff2");
}

@font-face {
  font-family: Lato;
  font-style: normal;
  font-weight: 400;
  src: url("clientlibs/resources/fonts/lato-regular.woff2") format("woff2");
}

@keyframes processing {
  20% {
    opacity: 1;
    transform: scale(1.5);
  }

  25% {
    opacity: 1;
    transform: scale(1.5);
  }

  30% {
    opacity: 0.3;
    transform: scale(1);
  }
}

body {
  margin-block: 0;
  margin-inline: 0;
}

.mhtk-load-error__header {
  background-color: var(--color-white);
  block-size: 40vh;
}

.mhtk-load-error__header--logo {
  background: url("clientlibs/resources/images/MHtKLogo.svg") no-repeat center 73%;
  block-size: calc(40vh - 73px);
}

.mhtk-load-error__loader {
  align-content: center;
  align-items: center;
  background-color: var(--color-dark-blue);
  block-size: 73px;
  display: flex;
  justify-content: center;
}

.mhtk-load-error__loader i {
  color: var(--text-color-base);
  font-family: fontello;
  font-size: var(--size-3x);
  font-style: normal;
  font-weight: normal;
  margin-block: var(--size-3x);
  margin-inline: var(--size-3x);
  opacity: 0.3;
}

.mhtk-load-error__content {
  text-align: center;
  align-items: center;
  background-color: var(--color-cg-blue);
  block-size: 60vh;
  box-sizing: border-box;
  color: var(--text-color-base);
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding-block: var(--size-4x) var(--size-6x);
  padding-inline: var(--size-3x) var(--size-3x);
}

.mhtk-load-error__loader i:nth-child(1) {
  animation: processing 2s ease-in-out infinite;
}

.mhtk-load-error__loader i:nth-child(2) {
  animation: processing 2s ease-in-out 0.4s infinite;
}

.mhtk-load-error__loader i:nth-child(3) {
  animation: processing 2s ease-in-out 0.8s infinite;
}

.mhtk-load-error__loader i:nth-child(4) {
  animation: processing 2s ease-in-out 1.2s infinite;
}

.mhtk-load-error__loader i:nth-child(5) {
  animation: processing 2s ease-in-out 1.6s infinite;
}

.mhtk-load-error__content-message {
  font-family: Lora;
  font-size: var(--size-3x);
  font-weight: 300;
  line-height: 30px;
  letter-spacing: 0em;
  margin-block-end: var(--size-two-half);
  margin-block-start: 0;
  text-align: center;
}

.mhtk-load-error__content-message i {
  background: white;
  border-radius: 50%;
  font-size: 1.3333em;
  color: var(--error-icon-color);
}

.mhtk-load-error__error-code {
  color: white;
  text-decoration: none;
  font-size: 0.875rem !important;
}

.mhtk-load-error__content--footer-message {
  max-inline-size: 524px;
}

.mhtk-load-error-content-link {
  color: var(--color-white);
  font-family: Lato;
  font-size: 18px;
  font-weight: 700;
  line-height: 22px;
  letter-spacing: 0em;
  text-underline-offset: var(--size-1x);
}

.mhtk-load-error__content--footer-message {
  font-family: Lato;
  font-size: 14px;
  font-weight: 400;
  line-height: 17px;
  margin-block: 0;
  text-align: center;
  font-family: Lato;
}
