.nav {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 5;
  height: auto;
}

.nav_container {
  position: static;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 114px;
  max-width: 1080px;
  padding: 0px 32px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.body {
  overflow: scroll;
  background-color: #012279;
}

.body.black {
  background-color: #000;
}

.mainlogo {
  height: 32px;
  margin-right: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.navbutton {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  height: 50px;
  margin-left: 16px;
  padding-top: 0px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1.5px;
  border-color: hsla(0, 0%, 100%, 0.5);
  border-radius: 50px;
  background-color: transparent;
  font-family: Roboto, sans-serif;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.navbutton:hover {
  border-width: 3px;
  border-color: #8c46ff;
}

.navbutton:active {
  -webkit-filter: brightness(51%);
  filter: brightness(51%);
}

.navbutton.w--current {
  border-color: #098dff;
}

.button_icon_left {
  height: 18px;
  padding-right: 8px;
}

.navbuttontext {
  color: #fff;
  line-height: 20px;
  letter-spacing: 0.75px;
  text-decoration: none;
}

.navbuttontext.active {
  color: #ffffff;
}

.headersection {
  display: block;
  overflow: hidden;
  height: 300vh;
  background-color: transparent;
}

.headercontainer {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 2;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 300vh;
  max-width: 896px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.splashtextscroller {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 50%;
  height: auto;
  max-width: 400px;
  min-width: 250px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-color: transparent;
}

.citysphere {
  position: static;
  left: 4%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  width: 500px;
  height: 500px;
  max-height: 500px;
  max-width: 500px;
  min-height: 500px;
  min-width: 500px;
  margin: auto;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  -webkit-transform: translate(5px, 0px);
  -ms-transform: translate(5px, 0px);
  transform: translate(5px, 0px);
  -o-object-fit: contain;
  object-fit: contain;
}

.citysphere.first {
  display: block;
  width: 375px;
  max-width: 375px;
  min-width: 375px;
}

.h3-white {
  position: static;
  top: 198px;
  bottom: 5%;
  width: auto;
  margin-top: 0px;
  margin-bottom: 16px;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 32px;
  line-height: 132.5%;
  font-weight: 600;
  letter-spacing: 0.75px;
}

.subheader-white {
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 27px;
  font-weight: 300;
  letter-spacing: 0.5px;
}

.responsive-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  color: #fff;
}

.button_icon_right {
  height: 18px;
  padding-right: 0px;
  padding-left: 8px;
}

.buttontext-body-black {
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.splashtext {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  margin-top: auto;
  margin-right: 0px;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  opacity: 1;
}

.textcovertop {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 4;
  display: block;
  width: 50%;
  height: 25%;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(66%, #012279), to(rgba(1, 34, 121, 0)));
  background-image: linear-gradient(180deg, #012279 66%, rgba(1, 34, 121, 0));
  opacity: 1;
}

.textcovertop-bottom {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  display: block;
  height: 20%;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(1, 34, 121, 0.01)), color-stop(51%, #012279));
  background-image: linear-gradient(180deg, rgba(1, 34, 121, 0.01), #012279 51%);
}

.citysphere-container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 1;
  display: block;
  overflow: visible;
  height: 100vh;
  max-width: 1060px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.link-block {
  text-decoration: none;
  cursor: pointer;
}

.bodysection2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #fff;
  background-image: url('../images/blackcurvybg.svg');
  background-position: 50% 50%;
  background-size: auto 100%;
  background-repeat: no-repeat;
}

.network1 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: auto;
  bottom: auto;
  z-index: 0;
  overflow: visible;
  width: 1200px;
  height: auto;
  max-width: 1200px;
  min-width: 1200px;
  opacity: 0.44;
}

.bodycontainer {
  height: auto;
  max-width: 896px;
  padding-right: 45px;
  padding-left: 45px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.bigtext {
  margin-top: 10px;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 54px;
  line-height: 120%;
  letter-spacing: 0.5px;
}

.section1container {
  max-width: 896px;
  margin-top: 30%;
  text-shadow: 0 0 40px rgba(0, 0, 0, 0.7);
}

.h4-white-centered {
  max-width: 540px;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 28px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.bodysection_bg {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
  background-image: url('../images/centralpark.png'), -webkit-gradient(linear, left top, left bottom, from(transparent), color-stop(57%, rgba(255, 255, 255, 0.61)));
  background-image: url('../images/centralpark.png'), linear-gradient(180deg, transparent, rgba(255, 255, 255, 0.61) 57%);
  background-position: 50% 100%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  background-attachment: scroll, scroll;
}

.layers {
  margin-left: 128px;
}

.bodycontainer-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  height: auto;
  max-width: 896px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.layerlabel {
  height: 36px;
  margin-top: -32px;
  margin-left: 96px;
}

.layerholder {
  min-width: 750px;
}

.layerholder.middle {
  position: relative;
  z-index: 2;
}

.layerholder.bottom {
  position: relative;
  z-index: 1;
}
.layerholder.bottommost {
  position: relative;
  z-index: 0;
}
.layerholder.top {
  position: relative;
  z-index: 3;
}

.h2-black {
  max-width: 355px;
  min-width: 355px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: Poppins, sans-serif;
  font-size: 48px;
  line-height: 110%;
  font-weight: 600;
  letter-spacing: 1px;
}

.body-black {
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #000;
  font-size: 18px;
  line-height: 140%;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.textleft {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.bodysection3 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100vw;
  height: auto;
  margin-right: 0px;
  margin-left: 0px;
  padding-top: 64px;
  padding-bottom: 128px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.products {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 90vw;
  height: 55vh;
  max-height: 369px;
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 15px;
  background-color: #191919;
}

.h4-white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 24px;
  line-height: 32px;
  font-weight: 500;
  text-align: left;
  letter-spacing: 1px;
}

.product-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.itemholder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 540px;
  max-width: none;
  margin-top: 48px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.productimage {
  height: 70px;
  padding-bottom: 15px;
}

.h6-white-center {
  width: 115px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.bodysection4 {
  position: relative;
  z-index: 3;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.bodycontainer-4 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 55vh;
  max-height: 369px;
  max-width: 896px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.halfcontainer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  height: auto;
  max-height: 446px;
  max-width: 446px;
  padding: 48px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  border-radius: 15px;
  background-color: #191919;
}

.halfcontainer-image {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45vw;
  height: 55vh;
  max-height: 446px;
  max-width: 446px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  border-radius: 15px;
  background-color: transparent;
}

.image-2 {
  max-height: 65px;
  margin-bottom: 24px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.body-white {
  overflow: visible;
  height: auto;
  max-width: none;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 125%;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.button-purple {
  text-decoration: none;
  cursor: pointer;
}

.buttontext-body-white {
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 16px;
  line-height: 18.75px;
  font-weight: 400;
  letter-spacing: 0.5px;
  text-decoration: none;
}

.responsive-button-gradient {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 24px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 32px;
  padding-left: 32px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #fff;
  background-image: linear-gradient(65.05deg, #0d23e7, #2b2bed, #6d3df9 100%, #8c46ff);
  color: #fff;
}

.responsive-button-gradient:hover {
  -webkit-filter: brightness(171%);
  filter: brightness(171%);
}

.responsive-button-gradient:active {
  -webkit-filter: saturate(200%) saturate(200%) brightness(171%);
  filter: saturate(200%) saturate(200%) brightness(171%);
}

.image-3 {
  position: relative;
  z-index: -1;
  display: inline-block;
  width: auto;
  height: 75vh;
  max-height: 600px;
  max-width: none;
  margin-left: 15vh;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
}

.bodysection5 {
  position: relative;
  z-index: 3;
  overflow: hidden;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 100px;
  padding-right: 0px;
  padding-bottom: 0px;
  background-color: #000;
}

.industry_container {
  position: static;
  z-index: 10;
  display: block;
  overflow: visible;
  width: 90vw;
  height: auto;
  max-height: none;
  max-width: 896px;
  margin-right: auto;
  margin-left: auto;
  padding: 64px 32px 80px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #191919;
}

.h5-white {
  color: #fff;
  font-size: 25px;
  line-height: 28px;
  letter-spacing: 0.5px;
}

.divider {
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #fff;
  opacity: 1;
}

.div-block-2 {
  position: static;
  left: 0%;
  top: 104px;
  right: 0%;
  bottom: 195%;
  z-index: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin: 25px auto -100px;
  padding-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 30px;
  background-color: #587ddb;
  box-shadow: 1px 1px 6px 1px rgba(0, 0, 0, 0.74);
  cursor: pointer;
}

.div-block-2:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.carot {
  width: 26px;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  -webkit-transform: translate(0px, -1px);
  -ms-transform: translate(0px, -1px);
  transform: translate(0px, -1px);
}

.industry {
  display: block;
  overflow: hidden;
  width: auto;
  height: auto;
  max-height: none;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border-radius: 15px;
  background-color: #191919;
}

.body-white-hidden {
  overflow: hidden;
  height: auto;
  max-width: none;
  margin-top: 0px;
  padding-top: 0px;
  padding-bottom: 0px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  background-color: hsla(0, 0%, 100%, 0);
  opacity: 1;
  font-family: Roboto, sans-serif;
  color: #fff;
  font-size: 18px;
  line-height: 125%;
  font-weight: 300;
  letter-spacing: 0.25px;
}

.read-more {
  width: 115px;
  margin-top: 36px;
  margin-right: auto;
  margin-left: auto;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
}

.spacer {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.network3 {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: -1;
  overflow: visible;
  width: 100vw;
  height: auto;
  max-width: none;
  min-width: 1000px;
}

.earth {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: 50vh;
  max-width: 896px;
  margin-top: 120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.button-blue {
  text-decoration: none;
  cursor: pointer;
}

.responsive-button-blue {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  border: 1px none #000;
  border-radius: 50px;
  background-color: #587ddb;
  color: #fff;
}

.responsive-button-blue:hover {
  -webkit-filter: saturate(200%);
  filter: saturate(200%);
}

.responsive-button-blue:active {
  -webkit-filter: brightness(57%) saturate(200%);
  filter: brightness(57%) saturate(200%);
}

.footer {
  position: relative;
  z-index: 3;
  display: block;
  height: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #000;
}

.footercontent {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.footertextunderlined {
  padding-right: 25px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #949494;
  text-decoration: underline;
}

.footerlinks {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.footerlinkscolumn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-right: 36px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.footerdivider {
  width: 100vw;
  height: 1px;
  margin-top: 0px;
  margin-bottom: 0px;
  background-color: #949494;
  opacity: 1;
}

.footer-copyright {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 90vw;
  height: auto;
  max-width: none;
  margin-right: auto;
  margin-left: auto;
  padding-top: 15px;
  padding-bottom: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.linkblocknostyling {
  text-decoration: none;
}

.footertext {
  padding-right: 25px;
  padding-bottom: 5px;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  color: #949494;
  text-decoration: none;
}

.spacer_layers {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 0px;
  margin-bottom: -75px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.stage1_heart {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 1;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.citysphere-items {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 500px;
  height: auto;
  max-width: 500px;
  min-width: 500px;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: contain;
  object-fit: contain;
}

.stage2_left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 80px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.stage2_middle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 55px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.stage2_right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 80px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -40px);
  -ms-transform: translate(0px, -40px);
  transform: translate(0px, -40px);
}

.stage3_1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.stage3_2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 25px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.stage3_3 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.stage3_4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 25px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.stage3_5 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.stage3_6 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.stage3_7 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 25px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.stage3_8 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 50px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -25px);
  -ms-transform: translate(0px, -25px);
  transform: translate(0px, -25px);
}

.stage3_9 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 0;
  display: block;
  width: 25px;
  margin-top: 50vh;
  margin-right: auto;
  margin-left: auto;
  opacity: 0;
  -webkit-transform: translate(0px, -12px);
  -ms-transform: translate(0px, -12px);
  transform: translate(0px, -12px);
}

.contactform {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  height: 180px;
  padding: 0px;
  border-style: none;
  border-width: 2px;
  border-color: #fff;
  border-radius: 5px;
  background-color: hsla(0, 0%, 86.7%, 0.15);
}

.caption-white-body {
  display: block;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
  font-family: Poppins, sans-serif;
  color: hsla(0, 0%, 100%, 0.9);
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
  text-align: left;
}

.contactform-2 {
  margin-top: 30px;
}

.submit-button {
  width: 75px;
  height: 170px;
  margin-top: -6px;
  margin-right: 0px;
  margin-left: 0px;
  border-radius: 6px;
  background-image: url('../images/ion_send-sharp_1ion_send-sharp.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.submit-button:hover {
  background-color: #007ae4;
  background-image: url('../images/ion_send-sharp_1ion_send-sharp.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.submit-button:active {
  background-color: #003e74;
  background-image: url('../images/ion_send-sharp_1ion_send-sharp.png');
  background-position: 50% 50%;
  background-size: 30px;
  background-repeat: no-repeat;
}

.div-block-4 {
  width: 665px;
  margin-right: auto;
  margin-left: auto;
}

.largefield {
  width: 310px;
  height: 170px;
  min-height: 170px;
  padding-top: 12px;
  padding-bottom: 12px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.25);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.largefield:focus {
  border-color: #38a3ff;
}

.largefield::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.largefield:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.largefield::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.largefield::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield {
  width: 250px;
  height: 50px;
  border-style: solid;
  border-width: 2px;
  border-color: #fff;
  border-radius: 6px;
  background-color: hsla(0, 0%, 100%, 0.25);
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 16px;
  font-weight: 300;
}

.smallfield:focus {
  border-color: #38a3ff;
}

.smallfield::-webkit-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield:-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield::-ms-input-placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.smallfield::placeholder {
  color: hsla(0, 0%, 100%, 0.5);
}

.error-message {
  border-style: solid;
  border-width: 2px;
  border-color: red;
  border-radius: 6px;
  background-color: transparent;
}

.text-block-3 {
  font-family: Poppins, sans-serif;
  color: red;
  font-size: 16px;
}

.form-inner-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 180px;
  padding-bottom: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.heading-2white {
  font-family: Poppins, sans-serif;
  color: #fff;
  font-size: 42px;
  line-height: 50px;
  font-weight: 600;
}

.loading {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 10;
  display: none;
  width: 100vw;
  height: 120vh;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(0, 35, 119, 0);
  background-image: -webkit-gradient(linear, left top, left bottom, from(#002377), color-stop(88%, #002377), to(rgba(0, 35, 119, 0)));
  background-image: linear-gradient(180deg, #002377, #002377 88%, rgba(0, 35, 119, 0));
}

.image-6 {
  width: 125px;
}

.container {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100vh;
  max-width: 896px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

@media screen and (min-width: 1280px) {
  .bodysection2 {
    background-position: 50% 100%;
  }

  .bodysection_bg {
    background-position: 50% 100%;
  }

  .bodysection3 {
    background-position: 50% 100%;
  }

  .stage1_heart {
    display: block;
    opacity: 0;
  }

  .stage2_left {
    display: block;
    opacity: 0;
  }

  .stage2_middle {
    display: block;
    opacity: 0;
  }

  .stage2_right {
    display: block;
    opacity: 0;
  }

  .stage3_1 {
    display: block;
    opacity: 0;
  }

  .stage3_2 {
    display: block;
    opacity: 0;
  }

  .stage3_3 {
    display: block;
    opacity: 0;
  }

  .stage3_4 {
    display: block;
    opacity: 0;
  }

  .stage3_5 {
    display: block;
    opacity: 0;
  }

  .stage3_6 {
    display: block;
    opacity: 0;
  }

  .stage3_7 {
    display: block;
    opacity: 0;
  }

  .stage3_8 {
    display: block;
    opacity: 0;
  }

  .stage3_9 {
    display: block;
    opacity: 0;
  }

  .loading {
    display: none;
  }

  .lottie-animation {
    max-width: 500px;
  }
}

@media screen and (min-width: 1440px) {
  .bodysection2 {
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .network1 {
    opacity: 0.67;
  }

  .bodycontainer {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bigtext {
    max-width: 896px;
  }

  .bodysection_bg {
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .bodycontainer-2 {
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .bodysection3 {
    position: relative;
    z-index: 3;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stage2_left {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage2_middle {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage2_right {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_1 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_2 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_3 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_4 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_5 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_6 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_7 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_8 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }

  .stage3_9 {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
  }
}

@media screen and (max-width: 991px) {
  .nav_container {
    height: 80px;
  }

  .navbutton {
    width: auto;
    height: auto;
    border-style: none;
  }

  .splashtextscroller {
    width: 40%;
    margin-right: 10vw;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .citysphere {
    width: 325px;
    height: 325px;
    max-height: none;
    max-width: 325px;
    min-height: auto;
    min-width: 325px;
    padding-left: 0px;
    -webkit-transform: translate(-5px, 0px);
    -ms-transform: translate(-5px, 0px);
    transform: translate(-5px, 0px);
  }

  .citysphere.first {
    width: 325px;
    max-width: 325px;
    min-width: 325px;
  }

  .h3-white {
    margin-bottom: 6px;
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    font-size: 24px;
  }

  .subheader-white {
    font-size: 16px;
    line-height: 24px;
    letter-spacing: 0.3px;
  }

  .responsive-button {
    margin-top: 18px;
  }

  .splashtext {
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .textcovertop {
    display: block;
    width: 55%;
  }

  .textcovertop-bottom {
    display: block;
    width: 55vw;
    height: 150px;
    margin-left: auto;
  }

  .citysphere-container {
    left: 0%;
    max-width: 100%;
    margin-top: 0px;
    margin-left: auto;
  }

  .network1 {
    width: 900px;
    max-width: 900px;
    min-width: 900px;
    margin-left: -20vw;
  }

  .h4-white-centered {
    max-width: 480px;
    font-size: 18px;
  }

  .layers {
    margin-left: 15px;
  }

  .bodycontainer-2 {
    max-width: 100%;
    padding-right: 45px;
    padding-left: 45px;
  }

  .layerlabel {
    margin-left: 45px;
  }

  .h2-black {
    font-size: 36px;
  }

  .body-black {
    font-size: 16px;
    line-height: 22px;
  }

  .bodysection3 {
    padding-bottom: 64px;
  }

  .productimage {
    height: 65px;
    padding-bottom: 10px;
  }

  .h6-white-center {
    font-size: 14px;
  }

  .bodysection4 {
    z-index: 4;
    overflow: hidden;
    height: auto;
    padding-top: 45px;
    padding-bottom: 90px;
  }

  .bodycontainer-4 {
    max-width: 100%;
    padding-left: 45px;
  }

  .halfcontainer {
    max-height: none;
    max-width: 380px;
    padding: 45px 32px;
  }

  .halfcontainer-image {
    overflow: visible;
  }

  .body-white {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .image-3 {
    height: 60vh;
    margin-left: 5vh;
  }

  .bodysection5 {
    padding-top: 0px;
  }

  .h5-white {
    font-size: 18px;
    font-weight: 700;
  }

  .body-white-hidden {
    font-size: 16px;
    line-height: 22px;
    letter-spacing: 0.3px;
  }

  .spacer {
    height: 30px;
  }

  .earth {
    margin-top: 0px;
  }

  .responsive-button-blue {
    margin-top: 16px;
  }

  .stage1_heart {
    top: -19%;
    display: block;
    border-radius: 0px;
    opacity: 1;
  }

  .citysphere-items {
    width: 325px;
    max-width: 325px;
    min-width: 325px;
    margin-top: auto;
    margin-left: 20px;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .stage2_left {
    display: none;
  }

  .stage2_middle {
    display: none;
  }

  .stage2_right {
    display: none;
  }

  .stage3_1 {
    display: none;
  }

  .stage3_2 {
    display: none;
  }

  .stage3_3 {
    display: none;
  }

  .stage3_4 {
    display: none;
  }

  .stage3_5 {
    display: none;
  }

  .stage3_6 {
    display: none;
  }

  .stage3_7 {
    display: none;
  }

  .stage3_8 {
    display: none;
  }

  .stage3_9 {
    display: none;
  }

  .caption-white-body {
    font-size: 16px;
    line-height: 22px;
  }

  .heading-2white {
    font-size: 32px;
    line-height: 38px;
  }
}

@media screen and (max-width: 767px) {
  .nav_container {
    height: 60px;
    background-color: #012279;
  }

  .navbutton {
    width: auto;
    padding-right: 0px;
    padding-left: 0px;
  }

  .splashtextscroller {
    width: 60vw;
    max-width: 60vw;
    min-width: 60vw;
    margin-right: 30px;
  }

  .citysphere {
    width: 175px;
    height: 175px;
    max-width: 175px;
    min-height: auto;
    min-width: 175px;
    -webkit-align-self: center;
    -ms-flex-item-align: center;
    -ms-grid-row-align: center;
    align-self: center;
  }

  .citysphere.first {
    width: 150px;
    max-width: 150px;
    min-width: 150px;
  }

  .textcovertop {
    display: none;
    overflow: visible;
  }

  .textcovertop-bottom {
    display: none;
  }

  .citysphere-container {
    width: 150px;
    max-width: 150px;
    margin-top: auto;
    margin-right: auto;
    margin-left: 0px;
  }

  .bodysection2 {
    height: auto;
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .bigtext {
    font-size: 36px;
  }

  .section1container {
    margin-bottom: 30px;
  }

  .layers {
    margin-bottom: 45px;
    margin-left: 0px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .bodycontainer-2 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layerholder.middle {
    min-width: auto;
  }

  .layerholder.bottom {
    min-width: auto;
  }

  .layerholder.top {
    min-width: auto;
  }

  .textleft {
    max-width: none;
    margin-bottom: 0px;
  }

  .bodysection3 {
    padding-bottom: 0px;
  }

  .products {
    height: auto;
    min-height: 320px;
  }

  .h4-white {
    font-size: 18px;
    line-height: 28px;
  }

  .itemholder {
    width: 420px;
  }

  .productimage {
    height: 60px;
  }

  .bodysection4 {
    overflow: hidden;
    height: auto;
    padding-bottom: 45px;
  }

  .bodycontainer-4 {
    height: auto;
    max-height: none;
    padding-left: 0px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .halfcontainer {
    height: auto;
    min-height: 400px;
  }

  .halfcontainer-image {
    width: 100vw;
    height: auto;
    max-width: none;
    min-height: auto;
    margin-bottom: -150px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .image-3 {
    height: auto;
    max-height: 400px;
    margin-top: 52px;
    margin-left: 64px;
  }

  .earth {
    margin-top: 0px;
  }

  .spacer_layers {
    margin-bottom: -27px;
  }

  .stage1_heart {
    left: 10%;
    top: -9%;
    display: block;
    width: 25px;
  }

  .citysphere-items {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    width: 150px;
    max-width: 150px;
    min-width: 150px;
    margin-left: 15px;
  }

  .success-message {
    height: auto;
  }

  .caption-white-body {
    width: 250px;
    font-size: 15px;
    line-height: 20px;
    text-align: center;
  }

  .submit-button {
    width: 420px;
    height: 75px;
    margin-top: 0px;
  }

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

  .largefield {
    width: 420px;
    height: 120px;
    min-height: 120px;
    font-size: 14px;
  }

  .smallfield {
    width: 420px;
    height: 50px;
    font-size: 14px;
  }

  .error-message {
    width: 420px;
    margin-left: -6px;
  }

  .text-block-3 {
    font-size: 14px;
  }

  .form-inner-container {
    width: 410px;
    height: 385px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .heading-2white {
    margin-top: 0px;
    font-size: 25px;
    line-height: 25px;
  }

  .image-5 {
    max-width: 125px;
  }
}

@media screen and (max-width: 479px) {
  .nav_container {
    padding-right: 15px;
    padding-left: 15px;
  }

  .navbutton {
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
    border-style: none;
  }

  .button_icon_left {
    padding-right: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .navbuttontext {
    display: none;
  }

  .headersection {
    height: 300vh;
  }

  .headercontainer {
    height: 300vh;
    margin-top: 0px;
    padding-top: 0px;
  }

  .splashtextscroller {
    width: 100vw;
    max-width: none;
    min-width: auto;
    margin-top: 0px;
    margin-right: 25px;
    margin-left: 25px;
  }

  .citysphere {
    width: 90vw;
    height: 90vw;
    max-height: 90vw;
    max-width: 90vw;
    min-height: 90vw;
    min-width: 90vw;
    margin-top: 50px;
  }

  .citysphere.first {
    width: 250px;
    max-width: 250px;
    min-width: 250px;
    margin-top: 25px;
  }

  .h3-white {
    font-size: 24px;
  }

  .subheader-white {
    font-size: 18px;
  }

  .splashtext {
    height: 100vh;
    margin-top: auto;
    margin-bottom: 0px;
    padding-top: 0px;
    padding-bottom: 165px;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
    -ms-flex-pack: end;
    justify-content: flex-end;
  }

  .textcovertop {
    z-index: 3;
    display: block;
    width: 100%;
    height: 300px;
  }

  .textcovertop-bottom {
    z-index: -1;
    display: block;
    width: 100vw;
    height: 50px;
    margin-left: 0px;
  }

  .citysphere-container {
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    z-index: 3;
    width: auto;
    height: 250px;
    max-width: none;
    margin-top: 68px;
    margin-left: auto;
  }

  .bodysection2 {
    height: auto;
    padding-top: 80px;
    padding-bottom: 180px;
  }

  .bodycontainer {
    margin-top: 173px;
  }

  .bigtext {
    font-size: 36px;
  }

  .h4-white-centered {
    margin-left: 0px;
    padding-right: 15px;
    padding-left: 15px;
    font-size: 16px;
    line-height: 24px;
  }

  .bodysection_bg {
    background-position: 65% 100%, 0px 0px;
  }

  .layers {
    margin-bottom: 0px;
    margin-left: -38px;
    -webkit-box-ordinal-group: 0;
    -webkit-order: -1;
    -ms-flex-order: -1;
    order: -1;
  }

  .bodycontainer-2 {
    padding-right: 30px;
    padding-left: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .layer {
    height: 100px;
    max-width: none;
  }

  .layerholder.top {
    height: auto;
    min-width: auto;
  }

  .h2-black {
    min-width: auto;
    font-size: 32px;
  }

  .body-black {
    font-size: 14px;
  }

  .textleft {
    margin-top: 30px;
  }

  .bodysection3 {
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .products {
    max-height: none;
    min-height: auto;
    padding-top: 30px;
    padding-bottom: 15px;
  }

  .product-item {
    margin-bottom: 30px;
  }

  .itemholder {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
  }

  .h6-white-center {
    line-height: 18px;
  }

  .halfcontainer {
    margin-right: 15px;
    margin-left: 15px;
    padding: 45px 20px;
  }

  .halfcontainer-image {
    margin-bottom: -70px;
  }

  .body-white {
    font-size: 14px;
  }

  .buttontext-body-white {
    font-size: 14px;
  }

  .industry_container {
    width: auto;
    margin-right: 15px;
    margin-left: 15px;
    padding: 45px 20px 60px;
  }

  .read-more {
    margin-top: 50px;
  }

  .earth {
    margin-top: 0px;
  }

  .footerlinks {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footer-copyright {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .footertext {
    padding-right: 10px;
    padding-left: 0px;
  }

  .stage1_heart {
    left: -4%;
    top: 2%;
    z-index: 2;
    display: block;
    width: 35px;
    margin-top: 30px;
  }

  .citysphere-items {
    width: auto;
    max-width: none;
    min-width: auto;
    margin-left: 0px;
  }

  .form {
    width: 100%;
  }

  .caption-white-body {
    text-align: left;
  }

  .contactform-2 {
    width: 100%;
  }

  .submit-button {
    width: 100%;
  }

  .div-block-4 {
    width: 100%;
  }

  .div-block-9 {
    width: 100%;
  }

  .largefield {
    width: 100%;
  }

  .smallfield {
    width: 100%;
    height: 50px;
  }

  .error-message {
    width: 100%;
    margin-left: 0px;
  }

  .text-block-3 {
    width: 100%;
  }

  .form-inner-container {
    width: 100%;
  }
}