<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.iot-station .container {
  padding-top: 8rem;
  padding-bottom: 2.125rem;
  margin-bottom: 3rem;
  text-align: center;
}

.iot-station h2 {
  margin-bottom: 0.5rem;
  color: #414042;
  font-size: 30px;
  font-weight: 900;
  text-align: center;
}

.iot-station .flex-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  font-size: 30px;
  text-align: center;
  width: 100%;
  height: auto;
  background-color: transparent;
  margin-top: 0vh;
}

.iot-station .flex-container-left {
  background-color: transparent;
  -webkit-box-flex: 30%;
      -ms-flex: 30%;
          flex: 30%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.iot-station .flex-container-right {
  background-color: transparent;
  padding: 10px;
  -webkit-box-flex: 50%;
      -ms-flex: 50%;
          flex: 50%;
}

.iot-station .flex-container-right-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  background-color: transparent;
  width: 90%;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.iot-station .flex-container-right-content h3 {
  font-size: 20px;
  color: #256B50;
  text-align: left;
}

.iot-station .flex-container-right-content h4 {
  color: #808285;
  font: 400 1rem/1.5625rem "Roboto";
  text-align: left;
  font-style: italic;
  line-height: 20px;
  margin-top: -10px;
}

.iot-station .icon-box {
  background-color: transparent;
  border-color: #939598;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
          box-shadow: rgba(0, 0, 0, 0.24) 0px 3px 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10%;
      -ms-flex: 10%;
          flex: 10%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
  padding: 0.5rem;
}

.iot-station .blank-icon-box {
  background-color: transparent;
  border-color: #939598;
  border-radius: 8px;
  -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
          box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-flex: 10%;
      -ms-flex: 10%;
          flex: 10%;
  height: 80px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 20px;
  margin-bottom: 20px;
}

.iot-station .text-box {
  background-color: transparent;
  padding: 20px;
  -webkit-box-flex: 40%;
      -ms-flex: 40%;
          flex: 40%;
}

@media (max-width: 900px) {
  .iot-station .flex-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iot-station .flex-container-right-content {
    margin: auto;
  }
}

@media (max-width: 800px) {
  .iot-station .icon-box {
    border-radius: 0px;
    -webkit-box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
            box-shadow: rgba(0, 0, 0, 0) 0px 0px 0px;
  }
  .iot-station .icon-box img {
    display: block;
    width: 60%;
    height: 100px;
  }
}

@media (max-width: 600px) {
  .iot-station .flex-container-right-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  .iot-station .flex-container-right-content h3, .iot-station .flex-container-right-content h4 {
    text-align: center;
  }
  .iot-station .flex-container-left {
    padding-bottom: 3rem;
  }
}
/*# sourceMappingURL=iot-station-info.css.map */</pre></body></html>