/* Primary colors */
/* Helpers */
h1 {
  font-size: 3.125rem !important;
}
h2 {
  font-size: 1.875rem !important;
}
h3 {
  font-size: 1.5625rem !important;
}
p {
  font-size: 1rem !important;
}
ul {
  padding: 0;
  margin: 0;
}
.grey-divider-left {
  border-left: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .grey-divider-left {
    border-left: 0px solid #e2e2e2 !important;
  }
}
.grey-divider-right {
  border-right: 1px solid #e2e2e2;
}
@media only screen and (max-width: 767px) {
  .grey-divider-right {
    border-right: 0px solid #e2e2e2 !important;
  }
}
a.learn-more {
  color: #1b1c1d;
  font-size: 1.4rem;
  display: block;
  margin-top: 2rem;
}
a.learn-more:hover {
  text-decoration: underline;
}
a.learn-more i {
  text-decoration: none;
}
.ui.card > .content > .header:not(.ui),
.ui.cards > .card > .content > .header:not(.ui) {
  font-size: 1.5625rem !important;
}
.section-padding {
  padding-top: 3rem;
}
.box-sizing {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.browserW .browser-window {
  text-align: left;
  margin: 20px;
  width: 100%;
  height: 600px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  border: thin solid #54c8ff;
}
.browserW .browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  border-top: thin solid #54c8ff;
  border-bottom: thin solid #54c8ff;
}
.browserW .browser-window .circle {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #54c8ff;
}
.browserW .browser-window .circles {
  margin: 5px 11px;
}
.browserW .browser-window .content {
  margin: 0;
  width: 100%;
  min-height: 50%;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;
  position: relative;
}
.browserW .browser-window .content img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.browserW .browser-window .dev-tools {
  width: 100%;
  min-height: 50%;
  margin: 0;
  padding: 0;
}
.browserW .browser-window .dev-tools .bar {
  margin-top: -4px;
  border-top: thin solid #54c8ff;
  border-bottom: thin solid #54c8ff;
  color: #54c8ff;
}
.browserW .browser-window .dev-tools .bar .dev-bar-content {
  padding: 10px;
  float: left;
}
.browserW .browser-window .dev-tools .bar .close {
  float: right;
  border-left: thin solid #54c8ff;
  padding: 10px;
}
.browserW .browser-window .dev-tools .content .html {
  height: 100%;
  width: 69%;
  border-right: thin solid #54c8ff;
}
.browserW .browser-window .dev-tools .content .css {
  float: right;
  height: 100%;
  width: 30%;
}
.browserW .clear {
  clear: both;
}
.shards {
  background: -webkit-linear-gradient(bottom left, #1d3649, rgba(45, 63, 74, 0.2)), url(../img/shards_pattern-dark.gif);
  background: -moz-linear-gradient(bottom left, #1d3649, rgba(45, 63, 74, 0.2)), url(../img/shards_pattern-dark.gif);
  background: linear-gradient(bottom left, #1d3649, rgba(45, 63, 74, 0.2)), url(../img/shards_pattern-dark.gif);
}
.ui.button {
  border-radius: 0 !important;
}
.zoom {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.ui.menu.fixed {
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #ffffff;
}
.ui.menu .item {
  color: #232f49;
  opacity: 0.8;
  font-weight: 500;
}
.ui.menu .item:before {
  background: none;
}
.ui.menu .block:hover {
  opacity: 1;
  color: #1b1c1d !important;
}
.ui.button {
  border-radius: 3px;
  background: rgba(255, 255, 255, 0.2);
  color: white;
  font-weight: 500;
}
.logo h1 {
  color: #ffffff !important;
  font-weight: 500;
}
.logo h2 {
  color: #ffffff !important;
  font-weight: 300;
}
.nav-blue-btn {
  background-color: #54C8FF !important;
}
.ui.menu:not(.secondary):not(.text):not(.tabular):not(.borderless) > .container > .item:not(.right):not(.borderless):first-child {
  border-left: none;
}
.inner {
  background-color: #232f49;
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
}
.inner h1,
.inner h2,
.inner h3 {
  text-align: left;
  letter-spacing: 0.2rem;
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3);
}
.inner .logo {
  margin-top: 10rem;
}
.browser-window {
  text-align: left;
  margin: 20px;
  width: 100%;
  height: 600px;
  display: inline-block;
  border-radius: 5px;
  overflow: hidden;
  border: thin solid #54c8ff;
}
.browser-window .top-bar {
  height: 30px;
  border-radius: 5px 5px 0 0;
  border-top: thin solid #54c8ff;
  border-bottom: thin solid #54c8ff;
}
.browser-window .circle {
  height: 8px;
  width: 8px;
  display: inline-block;
  border-radius: 50%;
  background-color: #54c8ff;
}
.browser-window .circles {
  margin: 5px 11px;
}
.browser-window .content {
  margin: 0;
  width: 100%;
  min-height: 50%;
  display: inline-block;
  border-radius: 0 0 5px 5px;
  background-color: #fafafa;
  position: relative;
}
.browser-window .content img {
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
}
.browser-window .dev-tools {
  width: 100%;
  min-height: 50%;
  margin: 0;
  padding: 0;
}
.browser-window .dev-tools .bar {
  margin-top: -4px;
  border-top: thin solid #54c8ff;
  border-bottom: thin solid #54c8ff;
  color: #54c8ff;
}
.browser-window .dev-tools .bar .dev-bar-content {
  padding: 10px;
  float: left;
}
.browser-window .dev-tools .bar .close {
  float: right;
  border-left: thin solid #54c8ff;
  padding: 10px;
}
.browser-window .dev-tools .content .html {
  height: 100%;
  width: 69%;
  border-right: thin solid #54c8ff;
}
.browser-window .dev-tools .content .css {
  float: right;
  height: 100%;
  width: 30%;
}
.clear {
  clear: both;
}
section.main {
  padding-top: 7rem;
  padding-bottom: 2rem;
  background-color: #f3f6fc;
}
section.main .logo h1 {
  color: #1b1c1d !important;
}
section.main .logo h2 {
  color: #1b1c1d !important;
}
section.main #getStarted {
  margin-top: 100px;
}
section.main #features {
  margin-top: 3rem;
}
section.main #features .card {
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 0;
  background-color: #ffffff;
  padding: 20px;
  box-shadow: 0 0 0 0px #232f49, 0 3px 0 0 #54c8ff, 0 0px 0px 0 #232f49;
}
section.main #features .card .image {
  background-color: transparent;
}
section.main #features .card .image img {
  width: 65%;
  height: 180px;
  margin: 0 auto;
  padding: 30px;
}
section.main #features .card .content a.header {
  color: #232f49;
}
section.main #features .card .content p {
  margin-top: 1rem;
  color: #232f49;
}
section.main #features .card:hover {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -ms-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
section#members {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
section#members h2,
section#members p {
  color: #232f49;
  margin-bottom: 3rem;
}
section#members button {
  margin-top: 20px;
}
section.robot .robotLogo {
  background: -webkit-linear-gradient(bottom left, #1d3649, rgba(45, 63, 74, 0.2)), url(../img/shards_pattern-dark.gif);
  background: -moz-linear-gradient(bottom left, #1d3649, rgba(45, 63, 74, 0.2)), url(../img/shards_pattern-dark.gif);
  background: linear-gradient(bottom left, #1d3649, rgba(45, 63, 74, 0.2)), url(../img/shards_pattern-dark.gif);
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
section.robot .robotLogo img {
  height: 40rem;
}
section.robot .robotText {
  color: #1b1c1d;
}
section.robot .robotText h1 {
  color: #1b1c1d;
  font-size: 3.125rem !important;
  font-weight: 700;
  text-decoration: underline;
  margin-bottom: 2rem;
}
section.robot .robotText p {
  font-size: 1.875rem !important;
  margin: 0;
  line-height: 1.2em;
}
section.robot .robotText #learn-bot {
  margin-top: 2rem;
}
section.browser #dashboard {
  width: 100%;
  margin-top: 10px;
  display: block;
  padding: 0;
  margin: 0;
}
section.counter {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f6fc;
  color: #54c8ff;
}
section.counter .click-to-action {
  margin-top: 1rem;
}
section.home-use-cases .card .content {
  border: none !important;
}
section.home-use-cases {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  background-color: #f3f6fc;
}
section.home-use-cases .card {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
}
section.home-use-cases .card .image {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 0 !important;
}
section.home-use-cases .card .image.digital-ceiling {
  background: url(../img/digital-ceiling.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.home-use-cases .card .image.smart-buildings {
  background: url(../img/smart-building.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.home-use-cases .card .image.smart-cities {
  background: url(../img/smart-city.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.home-use-cases .card .image.manufacture {
  background: url(../img/industry4.0_2.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.home-use-cases .card img {
  border-radius: 0 !important;
  background-size: cover;
}
section.home-use-cases .card .content {
  color: #1b1c1d !important;
}
section.home-use-cases .card .content > .extra {
  border: none;
}
section.home-use-cases .card a.learn-more {
  color: #1b1c1d !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
section.features {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: #2a373e;
  color: white;
}
section.features p {
  margin-bottom: 3rem;
}
section.features h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.features i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.features .stackItem {
  background-color: rgba(0, 0, 0, 0.1);
  margin: 1px;
  border-right: 1px solid rgba(84, 200, 255, 0.7);
  border-bottom: 1px solid #54c8ff;
  color: white;
  width: 279px !important;
  height: 279px !important;
}
section.features .stackItem > div {
  padding: 2rem;
}
section.features .stackItem i {
  display: block;
}
section.content-features {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: left;
  background-color: white;
  color: #2a373e;
}
section.content-features p {
  margin-bottom: 3rem;
}
section.content-features h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.content-features i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.content-features .stackItem {
  margin: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #f3f6fc;
  color: #2a373e;
  width: 279px !important;
  height: 279px !important;
}
section.content-features .stackItem > div {
  padding: 2rem;
}
section.content-features .stackItem i {
  display: block;
}
#footer {
  background-color: #2a373e;
  padding-top: 5rem;
  padding-bottom: 7rem;
}
#astrounat {
  width: 90px;
  float: right;
}
#astrounat:after {
  clear: both;
}
#divider {
  clear: both;
}
#sitemap {
  text-align: center;
  margin-top: 2rem;
}
section.default {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f3f6fc;
}
section.default .logo {
  margin-bottom: 3rem;
}
section.default .logo h1,
section.default .logo h2,
section.default .logo h3 {
  text-align: left;
  letter-spacing: 0.2rem;
  text-shadow: none;
  color: #232f49 !important;
}
.default-section {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
.default-section p {
  margin-bottom: 3rem;
}
.default-section h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
.default-section i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.learn-more {
  padding-top: 3rem;
  padding-bottom: 100px;
  background-color: #f3f6fc;
  color: #2a373e;
}
section.learn-more p {
  margin-bottom: 3rem;
}
section.learn-more h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.learn-more i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.learn-more .iot-membership-center {
  color: #232f49;
  padding: 3rem;
  text-align: center;
  background-color: white;
}
section.learn-more .iot-membership-center a#learn-bot {
  background-color: #f9cd22;
}
section.learn-more .iot-membership-left {
  min-height: 27rem;
  color: #232f49;
  padding: 3rem;
  text-align: center;
  background-color: white;
}
section.learn-more .iot-membership-left a#learn-bot {
  background-color: #f9cd22;
}
section.learn-more .iot-membership-right {
  padding: 3rem;
  min-height: 27rem;
  color: #232f49;
  text-align: center;
  background-color: white;
}
section.learn-more .iot-membership-right a#learn-bot {
  background-color: #21ba45;
}
.iot-bot #robot {
  position: absolute;
  right: 0;
  transform: translate3d(-50%, -50%, 0);
  width: 300px;
}
@media only screen and (max-width: 767px) {
  .iot-bot #robot {
    position: relative;
    left: 0;
    right: 0;
    transform: translate3d(-50%, 0%, 0);
    width: 100%;
    bottom: 0;
  }
}
.iot-bot #body {
  animation: hover 1.1s ease-in-out 0s infinite alternate;
}
.iot-bot #head {
  animation: hover 1.1s ease-in-out 0.05s infinite alternate;
}
.iot-bot #arms {
  animation: hover 1.1s ease-in-out 0.1s infinite alternate;
}
.iot-bot #left_arm {
  transform-origin: center right;
  animation: arms_bounce_left 1.1s ease-in-out 0s infinite alternate;
}
.iot-bot #right_arm {
  transform-origin: center left;
  animation: arms_bounce_right 1.1s ease-in-out 0s infinite alternate;
}
.iot-bot #shadow {
  transform-origin: center center;
  animation: shadow 1.1s ease-in-out 0s infinite alternate;
}
@keyframes hover {
  0% {
    transform: translate3d(0, 80px, 0);
  }
  100% {
    transform: translate3d(0, 30px, 0);
  }
}
@keyframes shadow {
  0% {
    transform: translate3d(0, 0, 0) scale(1.5, 1.2);
    opacity: 0.4;
  }
  100% {
    transform: translate3d(0, 0, 0) scale(1, 1);
    opacity: 0.2;
  }
}
@keyframes arms_bounce_left {
  0% {
    transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 30px, 0) rotate(-10deg);
  }
}
@keyframes arms_bounce_right {
  0% {
    transform: translate3d(0, 80px, 0) rotate(0deg);
  }
  100% {
    transform: translate3d(0, 30px, 0) rotate(10deg);
  }
}
@keyframes eyes_blink {
  0% {
    transform: scale(1, 1);
  }
  90% {
    transform: scale(1, 1);
  }
  95% {
    transform: scale(0.8, 0);
  }
  100% {
    transform: scale(1, 1);
  }
}
section.iotstack {
  background: -webkit-linear-gradient(top left, #ffffff, rgba(255, 255, 255, 0.55)), url(../img/iot-network.svg);
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-repeat: repeat-x;
  background-position: 100% 50%;
  background-size: contain;
}
section.iotstack .logo {
  margin-bottom: 3rem;
}
section.iotstack .logo h1,
section.iotstack .logo h2 {
  color: #232f49 !important;
}
section.iotstack-features {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
section.iotstack-features p {
  margin-bottom: 3rem;
}
section.iotstack-features h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.iotstack-features i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.iotstack-presentation {
  text-align: center;
  background-color: #2a373e;
  color: white;
}
section.iotstack-presentation #bgScreenshot {
  paddding: 0;
  margin: 0;
}
section.iotstack-presentation .screenshot {
  background: url('https://d13yacurqjgara.cloudfront.net/users/18730/screenshots/2023376/attachments/358617/mtsk_aidashboard_v1.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.iotstack-presentation .screenshot-iot {
  background: url('https://d13yacurqjgara.cloudfront.net/users/486452/screenshots/2727153/attachments/552697/desktop_hd.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.iotstack-presentation .tags {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
section.iotstack-presentation .tags .item {
  margin-bottom: 3rem;
}
section.iotstack-presentation .tags .item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.iotstack-presentation .tags .item ul li {
  font-size: 1.875rem !important;
  margin-bottom: 3rem;
  line-height: 1;
}
section.iotstack-scheme {
  text-align: center;
  background-color: #2a373e;
  color: white;
}
section.iotstack-scheme #bgScreenshot {
  paddding: 0;
  margin: 0;
}
section.iotstack-scheme .screenshot {
  background: url('https://ace-home-production-20160513-115801.ng.bluemix.net/home/cache/9aad-2011444260/imgs/i-l-cloud-1x.png');
  background-size: cover !important;
  background-size: 100% !important;
  background-repeat: no-repeat;
}
section.iotstack-scheme .tags {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
section.iotstack-scheme .tags .item {
  margin-bottom: 3rem;
}
section.iotstack-scheme .tags .item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.iotstack-scheme .tags .item ul li {
  font-size: 1.875rem !important;
  margin-bottom: 3rem;
  line-height: 1;
}
section.iotstack-small {
  text-align: center;
  background-color: #ffffff;
  color: #2a373e;
}
section.iotstack-small.fullwidth-bg {
  background: url('http://www.ibm.com/internet-of-things/common/img/homepage/solve_2000.jpg');
  height: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
}
section.iotstack-small #bgScreenshot {
  paddding: 0;
  margin: 0;
}
section.iotstack-small .screenshot {
  background: url('https://d13yacurqjgara.cloudfront.net/users/18730/screenshots/2023376/attachments/358617/mtsk_aidashboard_v1.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.iotstack-small .screenshot-iot {
  background: url('https://d13yacurqjgara.cloudfront.net/users/486452/screenshots/2727153/attachments/552697/desktop_hd.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.iotstack-small .tags {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
section.iotstack-small .tags .item {
  margin-bottom: 3rem;
}
section.iotstack-small .tags .item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.iotstack-small .tags .item ul li {
  font-size: 1.875rem !important;
  margin-bottom: 3rem;
  line-height: 1;
}
section.iotstack-technology-stack {
  text-align: center;
}
section.iotstack-technology-stack #techstackList {
  margin: 0 !important;
}
section.iotstack-technology-stack #techstackList .stackList {
  background-color: #f3f6fc;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.iotstack-technology-stack #techstackList .techItem {
  border: 1px solid #ffffff !important;
  height: 120px;
  padding: 1rem !important;
  position: relative;
  margin: 0 auto;
  background-color: #2a373e;
  margin-bottom: 1rem;
  width: 50%;
}
section.iotstack-technology-stack #techstackList .techItem .header {
  color: #ffffff;
}
section.iotstack-technology-stack #techstackList .stackDesc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
section.home-use-cases .card .content {
  border: none !important;
}
section.dashboard-use-cases {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
section.dashboard-use-cases .card {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  border: thin solid rgba(0, 0, 0, 0.2);
}
section.dashboard-use-cases .card .image {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 0 !important;
}
section.dashboard-use-cases .card .image.custom-dashboard {
  background: url(../img/custom-dashboard.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.smart-buildings {
  background: url(../img/smart-building.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.smart-cities {
  background: url(../img/smart-city.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.manufacture {
  background: url(../img/industry4.0_2.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card img {
  border-radius: 0 !important;
  background-size: cover;
}
section.dashboard-use-cases .card .content {
  color: #1b1c1d !important;
}
section.dashboard-use-cases .card .content > .extra {
  border: none;
}
section.dashboard-use-cases .card a.learn-more {
  color: #1b1c1d !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
section.openhardware {
  background-color: #232f49;
  background: -webkit-linear-gradient(top left, #1b1c1d, transparent), url(https://static.pexels.com/photos/21905/pexels-photo.jpg);
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: 100% 45%;
  background-size: cover;
}
section.openhardware .logo {
  margin-bottom: 3rem;
}
section.openhardware-features {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
section.openhardware-features p {
  margin-bottom: 3rem;
}
section.openhardware-features h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.openhardware-features i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.openhardware-features .stackItem {
  margin: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #f3f6fc;
  color: #2a373e;
  width: 279px !important;
  height: 279px !important;
}
section.openhardware-features .stackItem > div {
  padding: 2rem;
}
section.openhardware-features .stackItem i {
  display: block;
}
section.dashboard-presentation {
  text-align: center;
  background-color: #2a373e;
  color: white;
}
section.dashboard-presentation #bgScreenshot {
  paddding: 0;
  margin: 0;
}
section.dashboard-presentation .screenshot {
  background: url('https://d13yacurqjgara.cloudfront.net/users/18730/screenshots/2023376/attachments/358617/mtsk_aidashboard_v1.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.dashboard-presentation .screenshot-iot {
  background: url('https://d13yacurqjgara.cloudfront.net/users/486452/screenshots/2727153/attachments/552697/desktop_hd.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.dashboard-presentation .tags {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
section.dashboard-presentation .tags .item {
  margin-bottom: 3rem;
}
section.dashboard-presentation .tags .item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.dashboard-presentation .tags .item ul li {
  font-size: 1.875rem !important;
  margin-bottom: 3rem;
  line-height: 1;
}
section.dashboard-technology-stack {
  text-align: center;
}
section.dashboard-technology-stack #techstackList {
  margin: 0 !important;
}
section.dashboard-technology-stack #techstackList .stackList {
  background-color: #f3f6fc;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.dashboard-technology-stack #techstackList .techItem {
  border: 1px solid #54c8ff !important;
  height: 120px;
  padding: 1rem !important;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 1rem;
  width: 50%;
}
section.dashboard-technology-stack #techstackList .techItem img {
  margin: 0 auto;
  display: block;
  width: 100px !important;
  height: 100px !important;
}
section.dashboard-technology-stack #techstackList .stackDesc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
section.home-use-cases .card .content {
  border: none !important;
}
section.dashboard-use-cases {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
section.dashboard-use-cases .card {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  border: thin solid rgba(0, 0, 0, 0.2);
}
section.dashboard-use-cases .card .image {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 0 !important;
}
section.dashboard-use-cases .card .image.custom-dashboard {
  background: url(../img/custom-dashboard.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.smart-buildings {
  background: url(../img/smart-building.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.smart-cities {
  background: url(../img/smart-city.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.manufacture {
  background: url(../img/industry4.0_2.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card img {
  border-radius: 0 !important;
  background-size: cover;
}
section.dashboard-use-cases .card .content {
  color: #1b1c1d !important;
}
section.dashboard-use-cases .card .content > .extra {
  border: none;
}
section.dashboard-use-cases .card a.learn-more {
  color: #1b1c1d !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
.scheme-section {
  position: relative;
  background: #ffffff;
  color: black;
  text-align: center;
}
.scheme-section .container {
  position: relative;
  z-index: 10;
  max-width: 1220px;
}
.scheme-section h2 {
  position: relative;
  font: 48px/58px #ffffff;
  letter-spacing: -1px;
  margin: 0 0 119px;
}
.scheme-section h2:before {
  position: absolute;
  left: 50%;
  bottom: 100%;
  width: 2px;
  height: 125px;
  margin-left: -1px;
  background: #54c8ff;
  content: "";
}
.scheme-section h2 span {
  display: inline-block;
  vertical-align: top;
  padding: 16px 8px 13px;
  border: solid #54c8ff;
  border-width: 2px 0;
}
.scheme-section h2 sup {
  display: inline-block;
  vertical-align: top;
  margin: 9px 0 0 3px;
  font-size: 16px;
  line-height: 20px;
  text-transform: uppercase;
}
.scheme-section .scheme {
  position: relative;
  min-height: 385px;
  font: 14px/26px;
  text-transform: uppercase;
  letter-spacing: 2px;
  word-wrap: break-word;
}
.scheme-section .item {
  display: table;
  table-layout: fixed;
  position: absolute;
  z-index: 15;
  background: #ffffff;
}
.scheme-section .item span {
  display: table-cell;
  vertical-align: middle;
  position: relative;
  width: 100%;
  padding: 10px;
  border: 2px solid #54c8ff;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -o-box-sizing: border-box;
  box-sizing: border-box;
}
.scheme-section .item-01 {
  left: 0;
  top: 0;
  width: 28.59%;
}
.scheme-section .item-01:before {
  position: absolute;
  left: 100%;
  top: 50%;
  width: 147px;
  height: 2px;
  margin-top: -1px;
  background: url(../images/ico012.png) repeat-x;
  content: "";
}
.scheme-section .item-01 span {
  height: 81px;
}
.scheme-section .item-02 {
  left: 0;
  top: 100px;
  width: 28.59%;
}
.scheme-section .item-02 span {
  height: 81px;
  padding: 10px 35px;
}
.scheme-section .item-02 span:before {
  position: absolute;
  top: 17px;
  right: -1px;
  z-index: 5;
  width: 19px;
  height: 45px;
  background: url(../images/ico013.png) no-repeat;
  content: "";
}
.scheme-section .item-02 span:after {
  position: absolute;
  right: -150px;
  top: 38px;
  z-index: 10;
  width: 165px;
  height: 2px;
  background: url(../images/ico012.png) repeat-x;
  content: "";
}
.scheme-section .item-02:before {
  position: absolute;
  right: 2px;
  top: 0;
  border-top: 41px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 30px solid #54c8ff;
  content: "";
}
.scheme-section .item-02:after {
  position: absolute;
  right: -1px;
  top: 0;
  border-top: 41px solid transparent;
  border-bottom: 40px solid transparent;
  border-right: 30px solid #ffffff;
  content: "";
}
.scheme-section .item-03 {
  right: 0;
  top: 0;
  width: 28.59%;
}
.scheme-section .item-03 span {
  height: 81px;
  padding: 10px 35px;
}
.scheme-section .item-03 span:before {
  position: absolute;
  top: 17px;
  left: 1px;
  z-index: 5;
  width: 18px;
  height: 44px;
  background: url(../images/ico014.png) no-repeat;
  content: "";
}
.scheme-section .item-03 span:after {
  position: absolute;
  left: -150px;
  top: 38px;
  z-index: 10;
  width: 165px;
  height: 2px;
  background: url(../images/ico012.png) repeat-x;
  content: "";
}
.scheme-section .item-03:before {
  position: absolute;
  left: 2px;
  top: 0;
  border-top: 41px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #54c8ff;
  content: "";
}
.scheme-section .item-03:after {
  position: absolute;
  left: -1px;
  top: 0;
  border-top: 41px solid transparent;
  border-bottom: 40px solid transparent;
  border-left: 30px solid #ffffff;
  content: "";
}
.scheme-section .item-04 {
  right: 0;
  top: 100px;
  width: 28.59%;
}
.scheme-section .item-04 span {
  height: 81px;
}
.scheme-section .item-04:before {
  position: absolute;
  right: 100%;
  top: 50%;
  width: 147px;
  height: 2px;
  margin-top: -1px;
  background: url(../images/ico012.png) repeat-x;
  content: "";
}
.scheme-section .item-05 {
  left: 50%;
  top: 0;
  width: 18.39%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}
.scheme-section .item-05 span {
  height: 181px;
}
.scheme-section .item-06 {
  width: 18.39%;
  left: 0;
  top: 204px;
}
.scheme-section .item-06 span {
  height: 181px;
}
.scheme-section .item-07 {
  width: 18.39%;
  left: 20.4%;
  top: 204px;
}
.scheme-section .item-07 span {
  height: 181px;
}
.scheme-section .item-08 {
  width: 18.39%;
  left: 40.88%;
  top: 204px;
}
.scheme-section .item-08 span {
  height: 181px;
}
.scheme-section .item-09 {
  width: 18.39%;
  left: 61.2%;
  top: 204px;
}
.scheme-section .item-09 span {
  height: 181px;
}
.scheme-section .item-10 {
  width: 18.39%;
  right: 0;
  top: 204px;
}
.scheme-section .item-10 span {
  height: 181px;
}
section.iotbot {
  background-color: #232f49;
  background: -webkit-linear-gradient(top left, #1f91c7, rgba(27, 28, 29, 0.4)), url(../img/robotpattern.svg);
  background: -moz-linear-gradient(top left, #1f91c7, rgba(27, 28, 29, 0.4)), url(../img/robotpattern.svg);
  background: linear-gradient(top left, #1f91c7, rgba(27, 28, 29, 0.4)), url(../img/robotpattern.svg);
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-repeat: repeat;
  background-position: 100% 52%;
}
@media only screen and (max-width: 820px) {
  section.iotbot {
    padding-top: 2rem;
    padding-bottom: 0;
  }
}
section.iotbot .logo {
  margin-bottom: 3rem;
}
@media only screen and (max-width: 820px) {
  section.iotbot .logo {
    margin-bottom: 0;
  }
}
section.iotbot .logo h1,
section.iotbot .logo h2 {
  text-shadow: 1px 1px 0px rgba(0, 0, 0, 0.3) !important;
}
@media only screen and (max-width: 820px) {
  section.iotbot .logo h1,
  section.iotbot .logo h2 {
    text-align: center;
  }
}
section.iotbot-features {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
section.iotbot-features p {
  margin-bottom: 3rem;
}
section.iotbot-features h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.iotbot-features i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.iotbot-features .bot-brain {
  width: 70%;
  height: 100%;
}
section.iot-industry {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
section.iot-industry p {
  margin-bottom: 3rem;
}
section.iot-industry h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.iot-industry i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.iot-industry .bot-brain {
  width: 100%;
  height: 100%;
}
section.iotbot-machina {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #f3f6fc;
  color: #54c8ff;
}
section.iotbot-machina .click-to-action {
  margin-top: 1rem;
}
section.iotbot-machina .value {
  font-size: 5.1rem !important;
}
@media only screen and (max-width: 767px) {
  section.iotbot-machina .value {
    font-size: 3rem !important;
  }
}
section.iotbot-machina .functions {
  text-align: center;
  margin-top: 3rem;
}
section.iotbot-machina .functions img {
  width: 50%;
  height: 300px;
  margin: 0 auto;
}
section.iot-nanobots {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
  color: #2a373e;
}
section.iot-nanobots.no-padder {
  padding-bottom: 0 !important;
}
section.iot-nanobots #bgScreenshot {
  paddding: 0;
  margin: 0;
}
section.iot-nanobots .nano-bots-pattern {
  background: url('../img/iot-nanobots.svg');
  background-repeat: repeat;
  background-position: 0% 0;
  background-size: 70%;
}
section.iot-nanobots .iot-industrial-pattern {
  background: url('../img/industrial_iot.JPG');
  background-repeat: no-repeat;
  background-position: 0% 50%;
  background-size: cover;
  min-height: 500px;
}
section.iot-nanobots .tags {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
section.iot-nanobots .tags .item {
  margin-bottom: 3rem;
}
section.iot-nanobots .tags .item ul {
  margin: 0;
  padding: 0;
}
section.iot-nanobots .tags .item ul li {
  margin-left: 3rem;
  font-size: 1.875rem !important;
  line-height: 1.5;
}
section.iotbot-steps {
  border-bottom: 1px solid #e2e2e2;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
section.iotbot-steps .aligner {
  text-align: left;
}
section.iotbot-steps .lister {
  text-align: left;
  padding-left: 5%;
}
section.iotbot-steps .lister > li {
  font-size: 1.5625rem !important;
  line-height: 1.5625rem !important;
  font-family: Lato, 'Helvetica Neue', Arial, Helvetica, sans-serif;
  margin: calc(1.85715rem) 0 1rem;
  font-weight: 700;
}
section.iotbot-steps .grid {
  margin: 0 !important;
}
section.iotbot-steps p {
  margin-bottom: 3rem;
}
section.iotbot-steps h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.iotbot-steps i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.iotbot-steps .bot-brain {
  width: 50%;
  height: 300px;
}
section.dashboard {
  background-color: #232f49;
  background: -webkit-linear-gradient(top left, #1b1c1d, transparent), url(../img/dashboard4.png);
  padding-top: 2rem;
  padding-bottom: 10rem;
  background-repeat: no-repeat;
  background-position: 100% 45%;
  background-size: cover;
}
section.dashboard .logo {
  margin-bottom: 3rem;
}
section.dashboard-features {
  padding-top: 3rem;
  padding-bottom: 100px;
  text-align: center;
  background-color: white;
  color: #2a373e;
}
section.dashboard-features p {
  margin-bottom: 3rem;
}
section.dashboard-features h1 {
  margin-top: 1rem;
  margin-bottom: 3rem;
}
section.dashboard-features i {
  font-size: 3.3em;
  width: 100%;
  height: auto;
  color: #54c8ff;
}
section.dashboard-features .stackItem {
  margin: 1px;
  border: 1px solid rgba(255, 255, 255, 0.1);
  background-color: #f3f6fc;
  color: #2a373e;
  width: 279px !important;
  height: 279px !important;
}
section.dashboard-features .stackItem > div {
  padding: 2rem;
}
section.dashboard-features .stackItem i {
  display: block;
}
section.dashboard-presentation {
  text-align: center;
  background-color: #2a373e;
  color: white;
}
section.dashboard-presentation #bgScreenshot {
  paddding: 0;
  margin: 0;
}
section.dashboard-presentation .screenshot {
  background: url('../img/devicesmap.png');
  background-size: cover !important;
  background-size: 100% !important;
}
section.dashboard-presentation .screenshot-iot {
  background: url('../img/dashboarddevices.png');
  background-size: cover !important;
  background-repeat: no-repeat;
}
section.dashboard-presentation .tags {
  padding-top: 3rem;
  padding-bottom: 3rem;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  text-align: left;
}
section.dashboard-presentation .tags .item {
  margin-bottom: 3rem;
}
section.dashboard-presentation .tags .item ul {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
section.dashboard-presentation .tags .item ul li {
  font-size: 1.875rem !important;
  margin-bottom: 3rem;
  line-height: 1;
}
section.dashboard-technology-stack {
  text-align: center;
}
section.dashboard-technology-stack #techstackList {
  margin: 0 !important;
}
section.dashboard-technology-stack #techstackList .stackList {
  background-color: #f3f6fc;
  padding-top: 3rem;
  padding-bottom: 3rem;
}
section.dashboard-technology-stack #techstackList .techItem {
  border: 1px solid #54c8ff !important;
  height: 120px;
  padding: 1rem !important;
  position: relative;
  margin: 0 auto;
  background-color: #ffffff;
  margin-bottom: 1rem;
  width: 50%;
}
section.dashboard-technology-stack #techstackList .techItem img {
  margin: 0 auto;
  display: block;
  width: 100px !important;
  height: 100px !important;
}
section.dashboard-technology-stack #techstackList .stackDesc {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
}
section.home-use-cases .card .content {
  border: none !important;
}
section.dashboard-use-cases {
  padding-top: 3rem;
  padding-bottom: 3rem;
  text-align: center;
}
section.dashboard-use-cases .card {
  border-radius: 0;
  box-shadow: none;
  text-align: left;
  border: thin solid rgba(0, 0, 0, 0.2);
}
section.dashboard-use-cases .card .image {
  width: 100%;
  min-height: 260px;
  max-height: 260px;
  overflow: hidden;
  background-repeat: no-repeat;
  border-radius: 0 !important;
}
section.dashboard-use-cases .card .image.custom-dashboard {
  background: url(../img/custom-dashboard.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.smart-buildings {
  background: url(../img/smart-building.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.smart-cities {
  background: url(../img/smart-city.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card .image.manufacture {
  background: url(../img/industry4.0_2.jpg);
  background-size: cover;
  background-position: 100% 100%;
}
section.dashboard-use-cases .card img {
  border-radius: 0 !important;
  background-size: cover;
}
section.dashboard-use-cases .card .content {
  color: #1b1c1d !important;
}
section.dashboard-use-cases .card .content > .extra {
  border: none;
}
section.dashboard-use-cases .card a.learn-more {
  color: #1b1c1d !important;
  padding-top: 1rem;
  padding-bottom: 1.5rem;
}
