<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  margin: 0;
  padding: 0;
  font-family: open-sans, sans-serif;
  color: white;
  background-color: #0F4F78;
  background-image: none;
  background-position: initial;
  background-size: initial;
  background-repeat: initial;
}

#splash,
#logout {
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  color: rgba(0, 0, 0, 0.87);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  width: 100%;
  margin-left: auto;
  box-sizing: border-box;
  margin-right: auto;
  display: block;
  padding-top: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  padding-right: 0px;
  position: relative;
  overflow: hidden;
  min-height: 100vh;
  height: auto;
}

#splash .container,
#logout .container {
  box-sizing: inherit;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  flex-direction: column;
  height: 100%;
}

#splash .top-left {
  position: absolute;
  top: -160px;
  left: -300px;
  z-index: -1;
}

#logout .top-left {
  position: absolute;
  top: -150px;
  left: -150px;
  z-index: -1;
}

#splash .top-right {
  position: absolute;
  top: -50px;
  right: -20px;
  z-index: -1;
}

#splash .content,
#logout .content,
#init .content {
  display: flex;
  flex-direction: column;
  height: calc(100vh - 4rem);
  -webkit-box-pack: center;
  justify-content: center;
  align-items: center;
  padding: 2rem;
}

#init .content {
  text-align: center;
}

#splash .content .image-container,
#logout .content .image-container {
  display: flex;
  -webkit-box-pack: center;
  justify-content: center;
}

#splash .content h1,
#logout .content h1 {
  margin: 0;
  font-size: 24px;
  line-height: 24px;
  font-weight: 400;
  color: white;
}

#splash .content h1.lg {
  font-size: 40px;
  margin-bottom: 40px;
}

#logout .content h1.lg {
  font-size: 32px;
  margin-bottom: 40px;
}

#splash .logo {
  display: flex;
  position: fixed;
  bottom: 2rem;
  -webkit-box-pack: center;
  justify-content: center;
  flex-direction: column;
  flex-wrap: wrap;
  -webkit-box-align: center;
  align-items: center;
  left: 50%;
  transform: translate(-50%, 0);
}

#splash .logo .text {
  font-weight: 400;
  font-size: 12px;
  line-height: 1.0625;
  letter-spacing: 0.4px;
  margin-top: 8px;
}

#splash .bottom {
  position: absolute;
  left: 50%;
  bottom: -150px;
  transform: translate(-50%, 0);
  z-index: -1;
}

#logout .bottom {
  position: absolute;
  bottom: -210px;
  right: -200px;
  z-index: -1;
}
</pre></body></html>