/* latin */
@font-face {
  font-family: 'Quicksand';
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: local('Quicksand Regular'), local('Quicksand-Regular'), url(https://fonts.gstatic.com/s/quicksand/v9/6xKtdSZaM9iE8KbpRA_hK1QNYuDyPw.woff2?v=__version__) format('woff2');
  unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+2000-206F, U+2074, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD;
}
body,
html {
  margin: 0;
  padding: 0;
  height: 100%;
}
body {
  background-color: #0072CE;
  font-family: sans-serif;
  color: #fff;
}
div#os-loading-externalsite {
  background-color: inherit;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  position: fixed;
  z-index: 1000;
}
div#os-loading-externalsite .maintenance {
  font-family: 'Quicksand';
  line-height: 1.4em;
  text-align: center;
}
div#os-loading-externalsite .maintenance h1 {
  font-weight: normal;
  font-size: 1.5em;
  line-height: 2em;
  margin: 0.5em 0;
}
div#os-loading-externalsite .maintenance hr {
  border: 0;
  border-top: 1px solid #fff;
}
div#os-loading-externalsite .spinner {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 50px;
  height: 40px;
}
div#os-loading-externalsite .spinner > div {
  background-color: #78BE20;
  height: 100%;
  width: 6px;
  display: inline-block;
  animation: sk-stretchdelay 1.2s infinite ease-in-out;
}
div#os-loading-externalsite .spinner div:nth-child(2) {
  animation-delay: -1.1s;
  background-color: #FFB81C;
}
div#os-loading-externalsite .spinner div:nth-child(3) {
  animation-delay: -1s;
  background-color: #00A9E0;
}
div#os-loading-externalsite .spinner div:nth-child(4) {
  animation-delay: -0.9s;
  background-color: #E31C79;
}
div#os-loading-externalsite .spinner div:nth-child(5) {
  animation-delay: -0.8s;
  background-color: #9B26B6;
}
@keyframes sk-stretchdelay {
  0%,
  40%,
  100% {
    transform: scaleY(0.4);
  }
  20% {
    transform: scaleY(1);
  }
}
