#offline-emergency-screen {
  position: fixed;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  padding: 60px 90px;
  color: #eeeeee;
  background: #001424;

  z-index: 2147483647;
}

.offline-col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

.offline-justify-content-center {
  -ms-flex-pack: center !important;
  justify-content: center !important;
}

.offline-text-center {
  text-align: center !important;
}

.offline-mb-2 {
  margin-bottom: 0.5rem !important;
}

.offline-content-title {
  margin-top: 322px;
  font-size: 68px;
  margin-bottom: 43px;
  line-height: 93px;
}

.offline-content-recommendation {
  font-size: 40px;
  line-height: 150%;
}
