.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

a {
  text-decoration: underline;
}

.body {
  object-fit: fill;
  background-color: #fff;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 1510px;
  margin-bottom: 0;
  padding-bottom: 35px;
  display: flex;
  box-shadow: 0 2px 5px #000000c7;
}

.headersections {
  z-index: auto;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 1px #00000040;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 10px;
  flex: none;
  justify-content: space-between;
  min-width: auto;
  max-width: none;
  min-height: auto;
  max-height: 80px;
  margin: 0 0 34px;
  padding: 0 10px 0 0;
  font-weight: 400;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 2px 8px -1px #0003;
}

.heading {
  display: block;
}

.soslogo {
  align-self: center;
  width: 20px;
  height: auto;
  margin-bottom: 0;
  margin-left: 20px;
  display: inline-block;
}

.div-block-2 {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  min-width: 100px;
  display: flex;
}

.div-block-3 {
  width: auto;
}

.div-block-4 {
  min-width: 100px;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  justify-content: space-between;
  margin-left: 0;
  display: flex;
}

.text-block {
  flex: 0 auto;
  align-self: flex-start;
  padding-top: 5px;
  padding-left: 0;
  font-size: 20px;
  font-weight: 400;
}

.link {
  margin-top: 4px;
  font-family: Montserrat, sans-serif;
  font-size: 10px;
}

.navbar {
  display: block;
  position: relative;
}

.nav-menu {
  justify-content: flex-start;
  display: flex;
}

.menu-button {
  flex-flow: row;
  justify-content: flex-start;
  align-items: baseline;
  display: flex;
}

.container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
  display: block;
}

.menu-button-2 {
  opacity: 1;
  background-color: #0000;
  border-radius: 0;
  padding: 0;
  display: block;
}

.navbar-2 {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  background-color: #ddd0;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: .5fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  justify-items: start;
  width: 100px;
  max-width: 20px;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: block;
  position: relative;
}

.icon {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 30px;
  display: block;
  position: absolute;
}

.nav-menu-2 {
  color: #fff;
  background-color: #000000e3;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  margin-top: 35px;
  margin-left: 2px;
  padding-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  text-decoration: none;
  display: block;
  position: fixed;
  inset: 0% auto 0% 0%;
}

.grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-left: 35px;
  margin-right: 35px;
  display: grid;
}

.live-cards-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0e0e0e00;
  border: 1px solid #00000012;
  border-radius: 17px;
  flex: 0 auto;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center stretch;
  min-width: 510px;
  max-width: 510px;
  min-height: 250px;
  max-height: none;
  margin: 5px 35px;
  padding: 5px 10px;
  display: grid;
  box-shadow: 0 2px 5px 1px #0003;
}

.heading-2 {
  padding-left: 35px;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  font-size: 12px;
  display: flex;
  transform: rotate(0);
  box-shadow: 0 0 5px 1px #0003;
}

.live-card-description-text {
  color: #126268;
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 400;
}

.size-live-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.textblock-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.image {
  min-width: 600px;
  max-width: 510px;
  min-height: 250px;
  margin-left: 5px;
  margin-right: 35px;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-right: 5px;
  display: block;
}

.live-and-kpi-and-twotimeline-section {
  box-sizing: content-box;
  aspect-ratio: auto;
  object-fit: fill;
  border-bottom: 0 solid #00000029;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 50px;
  margin-right: 35px;
  padding-top: 15px;
  padding-bottom: 20px;
  display: flex;
}

.section-2 {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.text-block-3 {
  color: #126268;
  margin-left: 0;
  padding-left: 35px;
  font-size: 25px;
  font-weight: 700;
  line-height: 44px;
}

.dropdown-states {
  background-color: #e7e7e7;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-states.dropdown-toggle-states {
  color: #fffdfd;
  background-color: #126268;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-toggle {
  margin-bottom: 5px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 10px;
}

.icon-2 {
  margin-right: 10px;
}

.image-2 {
  text-overflow: clip;
  vertical-align: baseline;
  border: 1px solid #00000017;
  border-radius: 17px;
  display: block;
  overflow: hidden;
}

.sidemenuformat {
  color: #fff;
  text-align: left;
  margin-top: 12px;
  padding-bottom: 18px;
}

.image-3 {
  min-width: 100px;
  max-width: 100%;
  height: auto;
  margin-top: 0;
  margin-right: 15px;
  padding-right: 0;
}

.image-4 {
  align-self: center;
  max-width: 35%;
}

.kpi-grid {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  background-color: #0e0e0e00;
  border: 1px solid #00000012;
  border-radius: 17px;
  flex: 0 auto;
  order: 0;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  place-items: center stretch;
  min-width: 255px;
  max-width: 400px;
  min-height: 290px;
  max-height: none;
  margin: 5px 35px 5px 0;
  padding: 5px 10px;
  display: grid;
  box-shadow: 0 2px 5px 1px #0003;
}

.div-block-6-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 19px;
  flex-flow: column;
  justify-content: space-between;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  padding-bottom: 10px;
  font-size: 12px;
  display: flex;
  transform: rotate(0);
  box-shadow: 0 0 5px 2px #0003;
}

.textblock-3-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-left: 9px;
  font-size: 20px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.flex-block {
  margin-right: 0;
}

.cardheading {
  color: #126369;
  margin-top: 15px;
  margin-bottom: 15px;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 25px;
  font-weight: 700;
}

.title2 {
  justify-content: center;
  align-items: stretch;
  padding-top: 15px;
  padding-bottom: 15px;
  font-size: 25px;
  font-weight: 700;
  display: flex;
}

.pairoftimelines {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 900px;
  max-height: 600px;
  margin: 10px 35px;
  display: flex;
}

.grafana-id-16 {
  box-shadow: none;
  mix-blend-mode: normal;
  border: 0 solid #0000001a;
  border-radius: 10px;
  flex: none;
  min-width: 410px;
  max-width: none;
  min-height: 225px;
  max-height: 225vh;
}

.div-block-8 {
  display: flex;
}

.grafana-id-22 {
  border: 1px solid #0003;
  border-radius: 10px;
  min-height: 100px;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 35px;
  box-shadow: 0 2px 5px 1px #0003;
}

.twotimeline-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0e0e0e00;
  border: 1px solid #00000012;
  border-radius: 17px;
  flex: 1;
  order: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-self: auto;
  place-items: stretch stretch;
  min-width: auto;
  max-width: none;
  min-height: 300px;
  max-height: none;
  margin: 5px 2px 5px 0;
  padding: 5px;
  display: grid;
  box-shadow: 0 2px 5px 1px #0003;
}

.cardheading-copy {
  color: #126268;
  padding-top: 5px;
  padding-left: 5px;
  font-size: 20px;
  font-weight: 700;
  line-height: 10px;
}

.dropdown-list {
  padding-left: 3px;
}

.dropdown-list.w--open {
  mix-blend-mode: normal;
  background-color: #848484;
  border-radius: 10px;
  margin-left: 65px;
  padding-left: 30px;
  padding-right: 30px;
  transition: opacity .2s;
}

.dropdown-link {
  color: #fff;
  font-size: 16px;
  font-weight: 700;
}

.link-2 {
  color: #126268;
}

.fc-today-live-text {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.fr-on-power-svg {
  flex: 0 auto;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  display: flex;
}

.text-block-4 {
  align-self: center;
  font-size: 20px;
}

.fc-on-live-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  font-size: 12px;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.fr-on-live-card {
  box-sizing: border-box;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  font-size: 12px;
  display: flex;
  position: static;
  overflow: visible;
  box-shadow: 0 0 5px 1px #0003;
}

.cu-1-on-live-card, .heater-1-on-live-card {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #fff;
  border: 0 solid #000;
  border-radius: 19px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  font-size: 12px;
  display: flex;
  transform: rotate(0);
  box-shadow: 0 0 5px 1px #0003;
}

.fc-on-power-svg, .cu-1-on-power-svg, .heater-1-on-power-svg {
  flex: 0 auto;
  align-self: center;
  min-width: 40px;
  max-width: 40px;
  display: flex;
}

.fc-total-live-card, .fc-today-live-card, .wo1-live-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.fc-total-live-text {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.wo1-live-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.size-1-live-card, .planned-dt-lambda-text {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.planned-dt-kpi-card, .unplanned-dt-live-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.availbility-lambda-text, .performance-lambda-text {
  text-align: center;
  padding-bottom: 30px;
  font-size: 20px;
  font-weight: 700;
  display: block;
}

.kpi-card-description-text {
  color: #126268;
  text-align: center;
  padding-top: 3px;
  font-size: 14px;
  font-weight: 400;
}

.availbility-kpi-card, .performance-kpi-card {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  min-width: 100px;
  max-width: none;
  min-height: 100px;
  max-height: none;
  display: flex;
  box-shadow: 0 0 5px 1px #0003;
}

.dropdown-kpi {
  background-color: #e7e7e7;
  border-radius: 12px;
  font-size: 12px;
  line-height: 1px;
  box-shadow: 0 2px 5px #0003;
}

.dropdown-kpi.dropdown-toggle {
  color: #fffdfd;
  background-color: #126268;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  overflow: visible;
}

.dropdown-kpi.dropdown-toggle-kpi {
  color: #fffdfd;
  background-color: #126268;
  border-radius: 6px;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 16px;
  font-size: 14px;
  font-weight: 700;
  display: block;
  position: relative;
  overflow: visible;
}

.side-nav-menu {
  margin-top: 0;
  margin-left: 0;
  padding-left: 0;
  font-size: 30px;
  display: block;
  position: absolute;
}

.statesheading-dropdown-download-section {
  grid-column-gap: 90px;
  grid-row-gap: 90px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  display: flex;
}

.grafana-id-23, .grafana-id-24, .grafana-id-25 {
  border: 1px solid #0003;
  border-radius: 10px;
  min-height: 100px;
  margin-top: 20px;
  margin-left: 35px;
  margin-right: 35px;
  box-shadow: 0 2px 5px 1px #0003;
}

@media screen and (max-width: 991px) {
  .section {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .div-block {
    opacity: 1;
    outline-offset: 0px;
    background-color: #2f8a71eb;
    border-radius: 0 0 10px 10px;
    outline: 3px #555;
    display: block;
  }

  .body {
    min-height: 75px;
    overflow: visible;
  }
}

#w-node-b4c5c60b-5e08-f8de-2b1c-a8171ce4dacb-1940e157 {
  justify-self: start;
}

#w-node-d32b2ea5-9f16-5234-f5f4-623f8cdc0e08-1940e157, #w-node-_0d612794-6efa-9a13-c91e-48e126926ce8-1940e157 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


