@font-face {
  font-family: 'Inter';
  src: url(/f03efe8329562180e782.woff) format('woff');
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url(/c35b8e1cbec5bdf1ffbd.woff) format('woff');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url(/b13df26f50ef062828e4.woff) format('woff');
  font-weight: 600;
  font-style: normal;
}
@font-face {
  font-family: 'Inter';
  src: url(/27b6cb18dc1708ca0ce3.woff) format('woff');
  font-weight: 800;
  font-style: normal;
}
:root {
  --border-radius: 8px;
  --spacing-m: 24px;
  --color-text: #002a5a;
  --color-text-highlighted: #0078f5;
  --color-status-normal: #43c18a;
  --color-status-warning: #feb134;
  --color-status-alert: #db3831;
  --color-status-normal-light: #edf9f4;
  --color-bar-hover: #5e6c84;
  font-family: "Inter", -apple-system, BlinkMacSystemFont, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, Arial, sans-serif, Apple Color Emoji, Segoe UI Emoji, Segoe UI Symbol;
}
.container {
  width: 100%;
  max-width: 1000px;
  padding: 0 var(--spacing-m);
  margin: auto;
  box-sizing: border-box;
}
.nav-bar {
  position: relative;
  height: 100px;
}
.header {
  width: 100%;
  left: 0;
  display: flex;
  justify-content: center;
}
.header__logo {
  height: 24px;
}
@media screen and (min-width: 480px) {
  .header__logo {
    height: 48px;
  }
}
.header__inner {
  height: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header__branding {
  font-size: 3.5rem;
}
.header__nav {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.header-link {
  color: var(--color-text);
  font-weight: 500;
  font-variation-settings: "wght" 500;
  font-size: 0.9375em;
  letter-spacing: -0.005em;
  white-space: nowrap;
  display: inline-block;
}
.header-link:hover,
.header-link:focus {
  text-decoration: none;
  color: var(--color-text-highlighted);
}
.uptime-all {
  display: block;
  margin: 0 auto;
  margin-top: var(--spacing-m);
  background-color: var(--color-status-normal);
  border-radius: var(--border-radius);
  border: 1px solid rgba(0, 0, 0, 0.1);
  text-shadow: 0 1px 0 rgba(0, 0, 0, 0.1);
  margin-bottom: var(--spacing-m);
  padding: 2rem 1.25rem;
}
.uptime-all__text {
  display: inline;
  font-weight: 600;
  color: white;
  font-size: 1.85rem;
  line-height: 1.8125rem;
}
.uptime-all--alert {
  background-color: var(--color-status-alert);
}
.uptime {
  border-top: none;
  margin: 0 auto;
  border: 1px solid #dfe1e5;
  border-radius: 4px;
  border-bottom: none;
}
.uptime__group {
  border-bottom: 1px solid #dfe1e5;
}
.uptime__group--small {
  height: min-content;
  margin: 0;
  padding: 0;
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
}
.uptime__group--open {
  border: none;
}
.uptime-bar {
  padding: 20px;
  margin-bottom: 1.8rem;
  padding-bottom: 0;
}
.uptime-bar--sub {
  display: none;
  padding-top: 0px;
  height: 0;
  margin: 0;
  padding: 0;
  padding-bottom: 1rem;
}
.uptime-bar--small {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0;
  margin: 0;
}
.uptime-bar--sub:last-child {
  border-bottom: 1px solid #dfe1e5;
  padding-bottom: 2.5rem;
}
.uptime-bar--sub:first-child {
  padding-top: 2rem;
}
.uptime-bar--hidden {
  display: none;
}
.uptime-bar--showing {
  padding-left: 40px;
  padding-right: 30px;
  visibility: visible;
  display: block;
  opacity: 1;
  height: auto;
}
.uptime-group-legend {
  position: relative;
  padding: 20px 0 0 20px;
  margin-bottom: 2rem;
  float: left;
}
.uptime-group-legend__title {
  display: inline-block;
  white-space: nowrap;
  font-weight: 500;
  font-size: 1.8rem;
  line-height: 1.5rem;
  margin-left: 1.8rem;
}
.uptime-bar-legend {
  width: 100%;
  display: flex;
  justify-content: space-between;
  position: relative;
}
.uptime-bar-legend__title {
  display: inline-block;
  white-space: nowrap;
  font-weight: 300;
}
.uptime-bar-legend__status {
  color: var(--color-status-normal);
  cursor: pointer;
}
.uptime-bar-legend__status--alert {
  color: var(--color-status-alert);
}
.uptime-bar-legend--main {
  width: auto;
  float: right;
}
.uptime-bar-legend--small {
  margin-top: 0;
  height: 2rem;
}
.uptime-bar-label {
  display: flex;
  width: 100%;
  margin-top: 1rem;
}
.uptime-bar-label--big {
  display: none;
  justify-content: space-between;
}
.uptime-bar-label--small {
  flex-direction: column;
}
.uptime-bar-label--small > .uptime-bar-label__text {
  margin-top: 1rem;
  align-self: center;
}
.uptime-bar-label__text {
  color: #6c798f;
  opacity: 0.5;
  white-space: nowrap;
}
.uptime-bar-label__spacer {
  margin-left: 8px;
  margin-right: 8px;
  flex: 1;
  background: #6c798f;
  opacity: 0.3;
  height: 1px;
  margin-top: 1rem;
}
@media screen and (min-width: 480px) {
  .uptime-bar-label--big {
    display: flex;
  }
  .uptime-bar-label--small {
    display: none;
  }
}
.plural-span--hidden {
  display: none;
}
.plural-span--showing {
  display: inline;
}
.uptime-meter {
  width: 100%;
  margin: 0 auto;
  height: 4rem;
  background-color: var(--color-status-normal-light);
  margin-top: 1rem;
  display: flex;
  justify-content: space-between;
  position: relative;
  cursor: pointer;
}
:root {
  --uptime-meter-bar-width: 6px;
  --uptime-meter-bar-bg-color: var(--color-status-normal);
}
.uptime-meter-bar {
  width: var(--uptime-meter-bar-width);
  height: 100%;
  background-color: var(--uptime-meter-bar-bg-color);
  position: relative;
}
.uptime-meter-bar:hover .uptime-meter-bar-infobox {
  display: block;
}
.uptime-meter-bar:hover {
  background-color: var(--color-bar-hover);
}
.uptime-meter-bar--warning {
  --uptime-meter-bar-bg-color: var(--color-status-warning);
}
.uptime-meter-bar--alert {
  --uptime-meter-bar-bg-color: var(--color-status-alert);
}
.uptime-meter-bar--no-status,
.uptime-meter-bar--no-status:hover {
  --uptime-meter-bar-bg-color: #dddddd;
}
.uptime-meter-bar-infobox {
  z-index: 18;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.15);
  border: 1px solid rgba(0, 0, 0, 0.2);
  background-color: white;
  border-radius: var(--border-radius);
  position: absolute;
  padding: 15px;
  display: none;
  top: 125%;
  left: -145px;
}
.uptime-meter-bar-infobox__pointer {
  height: 15px;
  width: 15px;
  background-color: white;
  position: absolute;
  transform: rotate(45deg);
  top: -8px;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
  border-top: 1px solid rgba(0, 0, 0, 0.2);
  border-left: 1px solid rgba(0, 0, 0, 0.2);
}
.uptime-meter-bar-infobox__pointer:hover {
  display: block;
}
.uptime-meter-bar-infobox__date {
  margin-left: 15px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
}
.uptime-meter-bar-infobox__text {
  font-size: 16px;
  line-height: 16px;
  margin: 10px 0px 2px 15px;
}
.uptime-meter-bar-infobox__text--hidden {
  display: none;
}
.uptime-meter-bar-infobox__text--showing {
  display: block;
}
.uptime-meter-bar-infobox__header {
  display: flex;
}
.uptime-meter-bar-infobox__status {
  margin-left: 4px;
  white-space: nowrap;
}
.uptime-meter-bar-infobox:hover {
  display: block;
}

