/*Common CSS here*/

.pad_TB15 {
  padding: 15px 0;
}

.marT_02 {
  margin-top: 2px;
}

.marT_04 {
  margin-top: 4px;
}

.marT_05 {
  margin-top: 5px;
}

.marT_06 {
  margin-top: 6px;
}

.marT_07 {
  margin-top: 7px;
}

.marT_08 {
  margin-top: 8px;
}

.marT_10 {
  margin-top: 10px;
}

.marT_15 {
  margin-top: 15px;
}

.marT_50 {
  margin-top: 50px;
}

.marL_02 {
  margin-left: 2px;
}

.marL_03 {
  margin-left: 3px;
}

.marL_04 {
  margin-left: 4px;
}

.marL_05 {
  margin-left: 5px;
}

.marL_06 {
  margin-left: 6px;
}

.marL_08 {
  margin-left: 8px;
}

.marL_200 {
  margin-left: 200px;
}

.marL_53 {
  margin-left: 53px;
}

.mL0 {
  margin-left: 0;
}

.marR_02 {
  margin-right: 2px;
}

.marR_03 {
  margin-right: 3px;
}

.marR_04 {
  margin-right: 4px;
}

.marR_05 {
  margin-right: 5px;
}

.marR_06 {
  margin-right: 6px;
}

.marR_07 {
  margin-right: 7px;
}

.marR_08 {
  margin-right: 8px;
}

.marR_09 {
  margin-right: 9px;
}

.marR_10 {
  margin-right: 10px;
}

.marR_11 {
  margin-right: 11px;
}

.marR_12 {
  margin-right: 12px;
}

.marR_13 {
  margin-right: 13px;
}

.marR_14 {
  margin-right: 14px;
}

.marR_15 {
  margin-right: 15px;
}

.marR_16 {
  margin-right: 16px;
}

.marR_17 {
  margin-right: 17px;
}

.marR_18 {
  margin-right: 18px;
}

.marR_19 {
  margin-right: 19px;
}

.marR_20 {
  margin-right: 20px;
}

.marB_01 {
  margin-bottom: 1px;
}

.marB_02 {
  margin-bottom: 2px;
}

.marB_03 {
  margin-bottom: 3px;
}

.marB_04 {
  margin-bottom: 4px;
}

.marB_05 {
  margin-bottom: 5px;
}

.marB_06 {
  margin-bottom: 6px;
}

.marB_07 {
  margin-bottom: 7px;
}

.marB_08 {
  margin-bottom: 8px;
}

.marB_09 {
  margin-bottom: 9px;
}

.marB_10 {
  margin-bottom: 10px;
}

.marB_11 {
  margin-bottom: 11px;
}

.marB_13 {
  margin-bottom: 13px;
}

.marB_16 {
  margin-bottom: 16px;
}

.marB_20 {
  margin-bottom: 20px;
}

.marB_25 {
  margin-bottom: 25px;
}
/*Common CSS ends here*/

/*Main CSS*/
.ecosystemContainer {
  height: auto;
  width: 100%;
  margin: 0 auto;
  z-index: 0;
  position: relative;
  background-color: #000000;
}
.ecosystemContainer a{text-decoration: none;}

.clear {
  clear: both;
}

.headingText {
  font-size: 40px;
  color: #ffffff;
  text-align: center;
  margin-top: 18px;
}

/*Ecosystem Tabs*/
#tabHeader {
  /* width: 65%; */
  /* max-width: 840px; */
  /* margin: 0 auto 25px; */
  margin: 0 auto 15px;
  height:35px;
}

/* #tabHeader ul { */
  /* text-align: center; */
/* } */

/* #tabHeader ul li { */
  /* display: inline-block; */
  /* margin: 0 35px 0; */
/* } */

/* #tabHeader ul li:first-child { */
  /* margin-left: 0; */
/* } */

/* #tabHeader ul li:last-child { */
  /* margin-right: 0; */
/* } */

#tabHeader a {
  display: block;
  font-size: 20px;
  color: rgba(255, 255, 255, 0.7);
  padding: 0 0 10px;
  position: relative;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  border-bottom: 2px transparent solid;
  text-decoration: none;
}

#tabHeader a:hover {
  border-bottom: 2px #63be5d solid;
  color: #ffffff;
}

#tabHeader .active {
  border-bottom: 2px #63be5d solid;
  cursor: context-menu;
  color: #ffffff;
}

/*Footer Intro Text*/
.introText {
  width: 90%;
  background: red;
  margin: 0 auto;
}

.introText .FootText {
  float: left;
  width: 78%;
  display: none;
}

.introText #EcosystemText {
  display: block;
}

.introText p {
  font-size: 15px;
  line-height: 22px;
}

.introText p b {
  font-family: HelveticaNeueBold;
  text-decoration: underline;
}

.introText .LearnMoreButton {
  float: right;
  width: 20%;
  display: none;
}

.introText .LearnMoreButton a {
  background: #63be5d;
  padding: 15px 23px;
  color: #000000;
  border: 4px #006500 solid;
  display: inline-block;
  font-family: HelveticaNeueMedium;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
}

.introText .LearnMoreButton a small {
  margin-right: 57px;
}

.introText .LearnMoreButton a:hover {
  background-color: #78d457;
}

/*Switch Button*/
.SwitchButtons {
  height: auto;
  width: 182px;
  border: 1px #ffffff solid;
  margin: 22px auto;
  border-radius: 22px;
  padding: 3px 4px;
  overflow: hidden;
  border: 1px #ffffff solid;
  font-family: HelveticaNeueBold;
  opacity: 0;
  display: none;
}

.SwitchButtons a {
  font-size: 14px;
  border-radius: 22px;
  padding: 10px 2px;
  width: 86px;
  text-align: center;
  color: #888888;
  letter-spacing: 0.6px;
}

.SwitchButtons .beforeButton {
  float: left;
}

.SwitchButtons .afterButton {
  float: right;
}

.SwitchButtons .active {
  background: #63be5d;
  color: #ffffff;
}

#TruckAnimationLayer {
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}

#TruckAnimationLayer .TruckAnimation1 {
  background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  position: absolute;
  left: 15.8%;
  top: 50%;
  width: 3%;
  height: 4%;
  z-index: 3;
}

#TruckAnimationLayer .moveTruck1 {
  -webkit-animation: moveTruck1 5s infinite linear;
          animation: moveTruck1 5s infinite linear;
}

@-webkit-keyframes moveTruck1 {
  0% {
    left: 15.8%;
    top: 50%;
  }
  30% {
    left: 24.4%;
    top: 43%;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  }
  31% {
    left: 25%;
    top: 42%;
    background: none;
  }
  32% {
    left: 26.4%;
    top: 39.5%;
  }
  32% {
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Front-Right.svg) no-repeat;
  }
  88% {
    left: 45%;
    top: 59%;
  }
  89% {
    left: 46.2%;
    top: 59.5%;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Front-Right.svg) no-repeat;
  }
  90% {
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  }
  99% {
    left: 51%;
    top: 54.5%;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  }
  100% {
    left: 51%;
    top: 54.5%;
    background: none;
  }
}

@keyframes moveTruck1 {
  0% {
    left: 15.8%;
    top: 50%;
  }
  30% {
    left: 24.4%;
    top: 43%;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  }
  31% {
    left: 25%;
    top: 42%;
    background: none;
  }
  32% {
    left: 26.4%;
    top: 39.5%;
  }
  32% {
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Front-Right.svg) no-repeat;
  }
  88% {
    left: 45%;
    top: 59%;
  }
  89% {
    left: 46.2%;
    top: 59.5%;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Front-Right.svg) no-repeat;
  }
  90% {
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  }
  99% {
    left: 51%;
    top: 54.5%;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-left.svg) no-repeat;
  }
  100% {
    left: 51%;
    top: 54.5%;
    background: none;
  }
}

#TruckAnimationLayer .TruckAnimation2 {
  background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-Right.svg) no-repeat;
  position: absolute;
  right: 34%;
  bottom: 27%;
  width: 3%;
  height: 4%;
  z-index: 0;
}

#TruckAnimationLayer .moveTruck2 {
  -webkit-animation: moveTruck2 4.5s infinite;
          animation: moveTruck2 4.5s infinite;
}

@-webkit-keyframes moveTruck2 {
  0% {
    right: 34%;
    bottom: 27%;
  }
  50% {
    right: 41.4%;
    bottom: 34.9%;
  }
  100% {
    right: 39.4%;
    bottom: 33.2%;
    background: none;
  }
}

@keyframes moveTruck2 {
  0% {
    right: 34%;
    bottom: 27%;
  }
  50% {
    right: 41.4%;
    bottom: 34.9%;
  }
  100% {
    right: 39.4%;
    bottom: 33.2%;
    background: none;
  }
}

#TruckAnimationLayer .TruckAnimation3 {
  background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Truck-Back-Right.svg) no-repeat;
  position: absolute;
  right: 20.5%;
  bottom: 40.8%;
  width: 3%;
  height: 4%;
  z-index: 0;
}

#TruckAnimationLayer .moveTruck3 {
  -webkit-animation: moveTruck3 4s infinite;
          animation: moveTruck3 4s infinite;
}

@-webkit-keyframes moveTruck3 {
  0% {
    right: 20.5%;
    bottom: 40.8%;
  }
  50% {
    right: 28%;
    bottom: 49%;
  }
  100% {
    right: 25.5%;
    bottom: 46.5%;
    background: none;
  }
}

@keyframes moveTruck3 {
  0% {
    right: 20.5%;
    bottom: 40.8%;
  }
  50% {
    right: 28%;
    bottom: 49%;
  }
  100% {
    right: 25.5%;
    bottom: 46.5%;
    background: none;
  }
}

/* animation Scene Container */
.baseImg {
  position: relative;
  top: 0;
  left: 0;
  width: 715px;
  z-index: 0;
  display: none;
}

.baseLayer {
  z-index: 1;
}

#textLayer {
  font-size: 8px;
  color: #ffffff;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

#textLayer img {
  position: absolute;
}

#textLayer #coreImg {
  bottom: 45%;
  left: 43.5%;
  width: 3%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer #macroImg {
  bottom: 34.8%;
  left: 38%;
  width: 8%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer #metroImg {
  bottom: 29.9%;
  left: 33.4%;
  width: 8%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer #microImg {
  bottom: 25%;
  left: 28.5%;
  width: 8%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer #endpointImg {
  bottom: 20.5%;
  left: 24%;
  width: 7%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer #dataCreativeImg {
  bottom: 9%;
  left: 31%;
  width: 11%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer p {
  position: absolute;
  font-family: HelveticaNeueBold;
  letter-spacing: 0.6px;
}

#textLayer p span {
  color: #63be5d;
}

#textLayer .rotateText {
  -webkit-transform: rotate(32deg);
          transform: rotate(32deg);
}

#textLayer .skewText {
  -webkit-transform: skew(-44deg, 30deg);
  transform: skew(-44deg, 30deg);
}

#textLayer .skewText1 {
  -webkit-transform: skew(-50deg, 31deg);
  transform: skew(-50deg, 31deg);
}

#textLayer #coreText {
  bottom: 45%;
  left: 44%;
}

#textLayer #macroText {
  bottom: 37.5%;
  left: 39%;
}

#textLayer #metroText {
  bottom: 32%;
  left: 35%;
}

#textLayer #microText {
  bottom: 27%;
  left: 31%;
}

#textLayer #endpointText {
  bottom: 18%;
  left: 27%;
}

.animSceneContainer {
  height: auto;
  width: 63%;
  margin: 0 auto;
}

.animSceneContainer .animScene {
  position: relative;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
}

/* .animSceneContainer .animScene .imgLayer .img { */
  /* position: absolute; */
  /* -webkit-transition: all 1.2s linear; */
  /* transition: all 1.2s linear; */
/* } */

.animSceneContainer .animScene .imgLayer .img,
.animSceneContainer .animScene .core-callout-dot,
.animSceneContainer .animScene .macro-callout-dot,  
.animSceneContainer .animScene .metro-callout-dot,
.animSceneContainer .animScene .micro-callout-dot {
  position: absolute;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;  
}
/* Mobile tooltip callouts */
.animSceneContainer .animScene .core-callout-dot,
.animSceneContainer .animScene .macro-callout-dot,  
.animSceneContainer .animScene .metro-callout-dot,
.animSceneContainer .animScene .micro-callout-dot{
  animation: blinker 1s linear infinite;
}
@keyframes blinker {  
  50% { opacity: 0; }
}
.animSceneContainer .animScene .core-callout-dot,
.animSceneContainer .animScene .macro-callout-dot,
.animSceneContainer .animScene .metro-callout-dot,
.animSceneContainer .animScene .micro-callout-dot{
  width: 10px;
  height: 10px;
  background-color: #ffffff;
  border-radius: 100%;
  /*display: none;*/
  opacity: 0;
  z-index: 23;
}
/* Mobile tooltip callouts ends*/

.animSceneContainer .animScene .imgLayer #coreCloud {
  width: 11.6%;
  right: 37%;
  top: 25%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #coreDataServer {
  width: 7.5%;
  left: 49%;
  top: 38%;
  z-index: 9;
  -webkit-transition: all 2s linear;
  transition: all 2s linear;
}

.animSceneContainer .animScene .imgLayer #coreBuilding {
  width: 8%;
  left: 42.3%;
  top: 32.3%;
  z-index: 0;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #coreBuildingBefore {
  left: 43.3%;
  top: 32.8%;
  width: 6%;
  z-index: 2;
  display: none;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #coreBuildingCloudBefore {
  left: 42%;
  top: 38%;
  width: 8%;
  display: none;
  z-index: -1;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #coreBuildingLock {
  width: 1.7%;
  left: 46.2%;
  top: 38.8%;
  z-index: 3;
  display: none;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .macroSmallCenter {
  width: 3.4%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter1 {
  right: 41.4%;
  top: 53.4%;
  z-index: 9;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter2 {
  right: 34.3%;
  top: 45.9%;
  z-index: 0;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter3 {
  right: 32.4%;
  top: 34.4%;
  z-index: 1;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter4 {
  right: 34.5%;
  top: 32%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter5 {
  left: 44.3%;
  top: 22%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroDataCenter {
  width: 5%;
  right: 27.5%;
  top: 37.8%;
  z-index: 8;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroDataCloud {
  width: 6%;
  right: 24.5%;
  top: 31.5%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroSqaureBuilding {
  width: 2.5%;
  left: 21%;
  top: 36%;
  z-index: 1;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroBuilding {
  width: 5.6%;
  left: 24.5%;
  top: 18%;
  z-index: 9;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #circleBuilding {
  width: 1.8%;
  left: 33%;
  top: 27%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroDataCloud {
  width: 6%;
  left: 17%;
  top: 33.5%;
  z-index: 0;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .metroTree {
  width: 0.7%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroTree1 {
  left: 21.5%;
  top: 45.4%;
  z-index: 1;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroTree2 {
  left: 24%;
  top: 42.4%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroTree3 {
  left: 31%;
  top: 36.7%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroTree4 {
  left: 32.5%;
  top: 35.5%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #metroTree5 {
  left: 31%;
  top: 34%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .microSmallDevice {
  width: 1.3%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice1 {
  left: 14.5%;
  top: 49.6%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice2 {
  left: 10.5%;
  top: 45.6%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice3 {
  left: 33.2%;
  top: 22.6%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice4 {
  left: 44.5%;
  top: 11%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice5 {
  right: 40%;
  top: 14.7%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice6 {
  right: 31%;
  top: 23.3%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice7 {
  right: 25.6%;
  top: 30.5%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice8 {
  right: 18.6%;
  top: 37%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice9 {
  right: 12.5%;
  top: 48%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice10 {
  right: 19.5%;
  top: 55.5%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice11 {
  right: 25.7%;
  top: 62.2%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice12 {
  right: 33%;
  top: 69.5%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .cameraAnimation {
  width: 4.2%;
}

.animSceneContainer .animScene .imgLayer #cameraAnimation1 {
  right: 28.7%;
  bottom: 21%;
  z-index: 2;  
}

.animSceneContainer .animScene .imgLayer #carAnimation {
  width: 9%;
  right: 20%;
  bottom: 24%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .machineAnimation {
  width: 4.4%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #machineAnimation1 {
  right: 15%;
  bottom: 36%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #droneAnimation {
  width: 5.6%;
  right: 6.5%;
  top: 51.5%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #solarPanelAnimation {
  width: 5.5%;
  right: 12.5%;
  top: 29%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .windTurbineAnimation {
  width: 5.8%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #windTurbineAnimation1 {
  right: 19.5%;
  top: 12.5%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #machineAnimation2 {
  right: 26%;
  top: 12.7%;
  -webkit-transform: scaleX(-1);
  transform: scaleX(-1);
}

.animSceneContainer .animScene .imgLayer #windTurbineAnimation2 {
  right: 35%;
  top: -2%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .mobileAnimation {
  width: 4%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #mobileAnimation1 {
  left: 40%;
  top: 8%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #microPowerSupply {
  width: 4.6%;
  left: 35%;
  top: 9%;
  z-index: 2;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #laptopAnimation {
  left: 26%;
  top: 86%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer .laptopAnimation {
  width: 4%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #laptopAnimation1 {
  left: 28%;
  top: 17.5%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #laptopAnimation2 {
  left: 4.5%;
  top: 39%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #mobileAnimation2 {
  left: 13%;
  top: 33%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #cameraAnimation2 {
  left: 8%;
  top: 54.5%;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.ConnectorWrapper {
  background: #4b8132;
  position: absolute;
  overflow: hidden;
  z-index: 0;
}

.ConnectorWrapper .Stripes01,
.ConnectorWrapper .Stripes01_01 {
  position: absolute;
}

.GreenD {
  background: #006500;
  float: left;
}

.GreenL {
  background: #8ac67a;
  float: left;
}

.GreenM {
  background: #8ac67a;
  float: left;
}

.skew {
  -webkit-transform: skew(-60deg, 31deg);
          transform: skew(-60deg, 31deg);
}

.stripesContainer {
  position: relative;
}

.macroView {
  position: absolute;
}

#connector01 {
  left: 28.8%;
  top: 51.8%;
  height: 0.8%;
  width: 18%;
}

#connector01 .InnerStripe {
  width: 100%;
  height: 100%;
}

#connector01 .InnerStripe .Stripes01,
#connector01 .InnerStripe .Stripes01_01 {
  height: 100%;
  width: 70%;
  top: 0;
}

#connector01 .InnerStripe .Stripes01 {
  left: 0;
}

#connector01 .InnerStripe .Stripes01_01 {
  left: -70%;
}

#connector01 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight01 5s infinite;
          animation: moveLeftToRight01 5s infinite;
}

#connector01 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight01_01 5s 2.5s infinite;
          animation: moveLeftToRight01_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight01 {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight01 {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight01_01 {
  0% {
    left: -70%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight01_01 {
  0% {
    left: -70%;
  }
  100% {
    left: 100%;
  }
}

#connector01 .InnerStripe .GreenD {
  width: 3px;
  height: 100%;
}

#connector01 .InnerStripe .GreenL {
  width: 14px;
  height: 100%;
}

#connector01 .InnerStripe .GreenM {
  width: 8px;
  height: 100%;
}

#connector02 {
  left: 49.66%;
  top: 55.5%;
  width: 0.8%;
  height: 7%;
}

#connector02 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector02 .Stripes01,
#connector02 .Stripes01_01 {
  width: 100%;
  height: 85%;
}

#connector02 .Stripes01 {
  bottom: -85%;
}

#connector02 .Stripes01_01 {
  bottom: -170%;
}

#connector02 .GreenD {
  height: 2px;
  width: 100%;
}

#connector02 .GreenL {
  height: 7px;
  width: 100%;
}

#connector02 .GreenM {
  height: 5px;
  width: 100%;
}

#connector02 .moveMe {
  -webkit-animation: moveLeftToRight02 5s infinite;
          animation: moveLeftToRight02 5s infinite;
}

#connector02 .moveMe_01 {
  -webkit-animation: moveLeftToRight02_01 5s 2.5s infinite;
          animation: moveLeftToRight02_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight02 {
  0% {
    bottom: -30%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight02 {
  0% {
    bottom: -30%;
  }
  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes moveLeftToRight02_01 {
  0% {
    bottom: -170%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight02_01 {
  0% {
    bottom: -170%;
  }
  100% {
    bottom: 100%;
  }
}

.skew3 {
  -webkit-transform: skew(1deg, -26deg);
          transform: skew(1deg, -26deg);
}

#connector03 {
  left: 19.4%;
  top: 41.5%;
  height: 4.7%;
  width: 0.8%;
  z-index: 9;
}

#connector03 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector03 .Stripes01,
#connector03 .Stripes01_01 {
  width: 100%;
  height: 80%;
  top: -80%;
}

#connector03 .Stripes01_01 {
  top: -160%;
}

#connector03 .GreenD {
  height: 3px;
  width: 100%;
  margin: 4px 0 10px 0;
}

#connector03 .GreenM {
  height: 10px;
  width: 100%;
}

#connector03 .moveMe {
  -webkit-animation: moveLeftToRight03 5s infinite;
          animation: moveLeftToRight03 5s infinite;
}

#connector03 .moveMe_01 {
  -webkit-animation: moveLeftToRight03_01 5s 2.5s infinite;
          animation: moveLeftToRight03_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight03 {
  0% {
    top: -80%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight03 {
  0% {
    top: -80%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight03_01 {
  0% {
    top: -160%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight03_01 {
  0% {
    top: -160%;
  }
  100% {
    top: 100%;
  }
}

#connector04 {
  left: 19.7%;
  top: 47%;
  height: 0.8%;
  width: 2.7%;
}

#connector04 .InnerStripe {
  width: 100%;
  height: 100%;
}

#connector04 .InnerStripe .Stripes01,
#connector04 .InnerStripe .Stripes01_01 {
  height: 100%;
  width: 30%;
  position: absolute;
}

#connector04 .InnerStripe .Stripes01 {
  left: 0;
  top: 0;
}

#connector04 .InnerStripe .Stripes01_01 {
  left: -30%;
  top: 0;
}

#connector04 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight04 5s infinite;
          animation: moveLeftToRight04 5s infinite;
}

#connector04 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight04_01 5s 2.5s infinite;
          animation: moveLeftToRight04_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight04 {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight04 {
  0% {
    left: 0%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight04_01 {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight04_01 {
  0% {
    left: -30%;
  }
  100% {
    left: 100%;
  }
}

#connector04 .InnerStripe .GreenD {
  width: 3px;
  height: 100%;
}

#connector05 {
  left: 23.8%;
  top: 43.5%;
  width: 0.8%;
  height: 5.4%;
}

#connector05 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector05 .Stripes01,
#connector05 .Stripes01_01 {
  width: 100%;
  height: 70%;
}

#connector05 .Stripes01 {
  bottom: -70%;
}

#connector05 .Stripes01_01 {
  bottom: -140%;
}

#connector05 .GreenD {
  height: 2px;
  width: 100%;
  margin-bottom: 10px;
}

#connector05 .GreenL {
  height: 5px;
  width: 100%;
  margin: 6px 0;
}

#connector05 .GreenM {
  height: 4px;
  width: 100%;
}

#connector05 .moveMe {
  -webkit-animation: moveLeftToRight05 5s infinite;
          animation: moveLeftToRight05 5s infinite;
}

#connector05 .moveMe_01 {
  -webkit-animation: moveLeftToRight05_01 5s 2.5s infinite;
          animation: moveLeftToRight05_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight05 {
  0% {
    bottom: -70%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight05 {
  0% {
    bottom: -70%;
  }
  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes moveLeftToRight05_01 {
  0% {
    bottom: -140%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight05_01 {
  0% {
    bottom: -140%;
  }
  100% {
    bottom: 100%;
  }
}

.skew4 {
  -webkit-transform: skew(0deg, 28deg);
          transform: skew(0deg, 28deg);
}

#connector06 {
  left: 57.5%;
  top: 39.5%;
  height: 8.2%;
  width: 0.8%;
}

#connector06 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector06 .Stripes01,
#connector06 .Stripes01_01 {
  width: 100%;
  height: 100%;
}

#connector06 .Stripes01 {
  top: 0;
  left: 0;
}

#connector06 .Stripes01_01 {
  top: -200%;
  left: 0;
}

#connector06 .GreenD {
  height: 3px;
  width: 100%;
  margin: 0 0 8px 0;
}

#connector06 .GreenM {
  height: 10px;
  width: 100%;
}

#connector06 .GreenL {
  height: 8px;
  width: 100%;
  margin: 3px 0 8px 0;
}

#connector06 .moveMe {
  -webkit-animation: moveLeftToRight06 5s infinite;
          animation: moveLeftToRight06 5s infinite;
}

#connector06 .moveMe_01 {
  -webkit-animation: moveLeftToRight06_01 5s 2s infinite;
          animation: moveLeftToRight06_01 5s 2s infinite;
}

@-webkit-keyframes moveLeftToRight06 {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight06 {
  0% {
    top: -100%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight06_01 {
  0% {
    top: -200%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight06_01 {
  0% {
    top: -200%;
  }
  100% {
    top: 100%;
  }
}

#connector07 {
  left: 56.5%;
  top: 47.9%;
  width: 0.8%;
  height: 2%;
}

#connector07 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector07 .Stripes01,
#connector07 .Stripes01_01 {
  width: 100%;
  height: 100%;
}

#connector07 .Stripes01 {
  top: -100%;
  left: 0;
}

#connector07 .Stripes01_01 {
  top: -140%;
  left: 0;
}

#connector07 .GreenD {
  height: 2px;
  width: 100%;
  margin: 3px 0 3px 0;
}

#connector07 .GreenM {
  height: 4px;
  width: 100%;
}

#connector07 .moveMe {
  -webkit-animation: moveLeftToRight07 5s infinite;
          animation: moveLeftToRight07 5s infinite;
}

#connector07 .moveMe_01 {
  -webkit-animation: moveLeftToRight07_01 5s 2s infinite;
          animation: moveLeftToRight07_01 5s 2s infinite;
}

@-webkit-keyframes moveLeftToRight07 {
  0% {
    top: -70%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight07 {
  0% {
    top: -70%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight07_01 {
  0% {
    top: -140%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight07_01 {
  0% {
    top: -140%;
  }
  100% {
    top: 100%;
  }
}

#connector08 {
  left: 47%;
  top: 44%;
  height: 0.9%;
  width: 2.5%;
}

#connector08 .InnerStripe {
  width: 100%;
  height: 100%;
}

#connector08 .InnerStripe .Stripes01,
#connector08 .InnerStripe .Stripes01_01 {
  height: 100%;
  width: 100%;
  position: absolute;
}

#connector08 .InnerStripe .Stripes01 {
  left: -20%;
  top: 0;
}

#connector08 .InnerStripe .Stripes01_01 {
  left: -100%;
  top: 0;
}

#connector08 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight08 5s infinite;
          animation: moveLeftToRight08 5s infinite;
}

#connector08 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight08_01 5s 2s infinite;
          animation: moveLeftToRight08_01 5s 2s infinite;
}

@-webkit-keyframes moveLeftToRight08 {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight08 {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight08_01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight08_01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

#connector08 .InnerStripe .GreenD {
  width: 3px;
  height: 100%;
  margin: 0 3px 0 3px;
}

#connector08 .InnerStripe .GreenM {
  width: 5px;
  height: 100%;
  margin: 0 3px 0 3px;
}

#connector09 {
  left: 55.7%;
  top: 55%;
  height: 0.8%;
  width: 6%;
  z-index: 2;
}

#connector09 .InnerStripe {
  width: 100%;
  height: 100%;
}

#connector09 .InnerStripe .Stripes01,
#connector09 .InnerStripe .Stripes01_01 {
  height: 100%;
  width: 100%;
  top: 0;
}

#connector09 .InnerStripe .Stripes01 {
  right: -70%;
}

#connector09 .InnerStripe .Stripes01_01 {
  right: -170%;
}

#connector09 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight09 5s infinite;
          animation: moveLeftToRight09 5s infinite;
}

#connector09 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight09_01 5s 2.5s infinite;
          animation: moveLeftToRight09_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight09 {
  0% {
    right: -70%;
  }
  100% {
    right: 100%;
  }
}

@keyframes moveLeftToRight09 {
  0% {
    right: -70%;
  }
  100% {
    right: 100%;
  }
}

@-webkit-keyframes moveLeftToRight09_01 {
  0% {
    right: -170%;
  }
  100% {
    right: 100%;
  }
}

@keyframes moveLeftToRight09_01 {
  0% {
    right: -170%;
  }
  100% {
    right: 100%;
  }
}

#connector09 .InnerStripe .GreenD {
  width: 3px;
  height: 100%;
  margin-right: 3px;
}

#connector09 .InnerStripe .GreenL {
  width: 8px;
  height: 100%;
  margin: 0 8px;
}

#connector10 {
  left: 61.7%;
  top: 56%;
  width: 0.8%;
  height: 2.5%;
  z-index: 0;
}

#connector10 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector10 .Stripes01,
#connector10 .Stripes01_01 {
  width: 100%;
  height: 100%;
}

#connector10 .Stripes01 {
  top: -85%;
}

#connector10 .Stripes01_01 {
  top: -170%;
}

#connector10 .GreenD {
  height: 2px;
  width: 100%;
}

#connector10 .GreenL {
  height: 5px;
  width: 100%;
}

#connector10 .GreenM {
  height: 4px;
  width: 100%;
}

#connector10 .moveMe {
  -webkit-animation: moveLeftToRight10 5s infinite;
          animation: moveLeftToRight10 5s infinite;
}

#connector10 .moveMe_01 {
  -webkit-animation: moveLeftToRight10_01 5s 2.5s infinite;
          animation: moveLeftToRight10_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight10 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight10 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight10_01 {
  0% {
    top: -170%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight10_01 {
  0% {
    top: -170%;
  }
  100% {
    top: 100%;
  }
}

#connector11 {
  left: 59%;
  top: 58.4%;
  width: 0.8%;
  height: 3.5%;
  z-index: 0;
}

#connector11 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector11 .Stripes01,
#connector11 .Stripes01_01 {
  width: 100%;
  height: 100%;
}

#connector11 .Stripes01 {
  bottom: -85%;
}

#connector11 .Stripes01_01 {
  bottom: -170%;
}

#connector11 .GreenD {
  height: 2px;
  width: 100%;
}

#connector11 .GreenL {
  height: 5px;
  width: 100%;
}

#connector11 .GreenM {
  height: 4px;
  width: 100%;
}

#connector11 .moveMe {
  -webkit-animation: moveLeftToRight11 5s infinite;
          animation: moveLeftToRight11 5s infinite;
}

#connector11 .moveMe_01 {
  -webkit-animation: moveLeftToRight11_01 5s 2.5s infinite;
          animation: moveLeftToRight11_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight11 {
  0% {
    bottom: -30%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight11 {
  0% {
    bottom: -30%;
  }
  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes moveLeftToRight11_01 {
  0% {
    bottom: -170%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight11_01 {
  0% {
    bottom: -170%;
  }
  100% {
    bottom: 100%;
  }
}

#connector12 {
  left: 67.5%;
  top: 49%;
  width: 0.8%;
  height: 5.5%;
}

#connector12 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector12 .Stripes01,
#connector12 .Stripes01_01 {
  width: 100%;
  height: 85%;
}

#connector12 .Stripes01 {
  top: -85%;
}

#connector12 .Stripes01_01 {
  top: -170%;
}

#connector12 .GreenD {
  height: 2px;
  width: 100%;
}

#connector12 .GreenL {
  height: 6px;
  width: 100%;
}

#connector12 .GreenM {
  height: 5px;
  width: 100%;
}

#connector12 .moveMe {
  -webkit-animation: moveLeftToRight12 5s infinite;
          animation: moveLeftToRight12 5s infinite;
}

#connector12 .moveMe_01 {
  -webkit-animation: moveLeftToRight12_01 5s 2.5s infinite;
          animation: moveLeftToRight12_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight12 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight12 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight12_01 {
  0% {
    top: -170%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight12_01 {
  0% {
    top: -170%;
  }
  100% {
    top: 100%;
  }
}

#connector13 {
  left: 66.5%;
  top: 45%;
  height: 0.8%;
  width: 2%;
}

#connector13 .InnerStripe {
  width: 100%;
  height: 100%;
}

#connector13 .InnerStripe .Stripes01,
#connector13 .InnerStripe .Stripes01_01 {
  height: 100%;
  width: 100%;
  position: absolute;
}

#connector13 .InnerStripe .Stripes01 {
  left: -20%;
  top: 0;
}

#connector13 .InnerStripe .Stripes01_01 {
  left: 0%;
  top: 0;
}

#connector13 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight13 5s infinite;
          animation: moveLeftToRight13 5s infinite;
}

#connector13 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight13_01 5s 2.5s infinite;
          animation: moveLeftToRight13_01 5s 2.5s infinite;
}

@-webkit-keyframes moveLeftToRight13 {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight13 {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight13_01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight13_01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

#connector13 .InnerStripe .GreenD {
  width: 3px;
  height: 100%;
  margin-right: 5px;
}

#connector13 .InnerStripe .GreenM {
  width: 5px;
  height: 100%;
}

#connector14 {
  left: 71.7%;
  top: 38%;
  height: 10%;
  width: 0.8%;
}

#connector14 .InnerStripe {
  height: 100%;
  width: 100%;
}

#connector14 .Stripes01,
#connector14 .Stripes01_01 {
  width: 100%;
  height: 100%;
}

#connector14 .Stripes01 {
  top: -60%;
  left: 0;
}

#connector14 .Stripes01_01 {
  top: -160%;
  left: 0;
}

#connector14 .GreenD {
  height: 3px;
  width: 100%;
  margin-top: 6px;
}

#connector14 .GreenM {
  height: 5px;
  width: 100%;
  margin-top: 10px;
}

#connector14 .GreenL {
  height: 6px;
  width: 100%;
  margin-top: 10px;
}

#connector14 .moveMe {
  -webkit-animation: moveLeftToRight44 5s infinite;
          animation: moveLeftToRight44 5s infinite;
}

#connector14 .moveMe_01 {
  -webkit-animation: moveLeftToRight44_01 5s 3s infinite;
          animation: moveLeftToRight44_01 5s 3s infinite;
}

@-webkit-keyframes moveLeftToRight44 {
  0% {
    top: -60%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight44 {
  0% {
    top: -60%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight44_01 {
  0% {
    top: -160%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight44_01 {
  0% {
    top: -160%;
  }
  100% {
    top: 100%;
  }
}

#connector15 {
  left: 63%;
  top: 42%;
  height: 0.8%;
  width: 2%;
}

#connector15 .InnerStripe {
  width: 100%;
  height: 100%;
}

#connector15 .InnerStripe .Stripes01,
#connector15 .InnerStripe .Stripes01_01 {
  height: 100%;
  width: 100%;
  position: absolute;
}

#connector15 .InnerStripe .Stripes01 {
  left: -20%;
  top: 0;
}

#connector15 .InnerStripe .Stripes01_01 {
  left: 0%;
  top: 0;
}

#connector15 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight13 5s infinite;
          animation: moveLeftToRight13 5s infinite;
}

#connector15 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight13_01 5s 2.5s infinite;
          animation: moveLeftToRight13_01 5s 2.5s infinite;
}

@keyframes moveLeftToRight13 {
  0% {
    left: -20%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight13_01 {
  0% {
    left: -100%;
  }
  100% {
    left: 100%;
  }
}

#connector15 .InnerStripe .GreenD {
  width: 3px;
  height: 100%;
  margin-right: 5px;
}

#connector15 .InnerStripe .GreenM {
  width: 5px;
  height: 100%;
}

.ThinWrapper {
  background: #82c264;
}

.LightDot {
  width: 3px;
  height: 2px;
  background: #ffffff;
  float: left;
  border-radius: 100%;
  margin-right: 15%;
}

.ThinConnector {
  height: 0.1%;
  width: 12%;
  position: absolute;
}

.ThinConnector .InnerStripe {
  width: 100%;
  height: 100%;
}

.ThinConnector .InnerStripe .Stripes01,
.ThinConnector .InnerStripe .Stripes01_01 {
  height: 1px;
  width: 100%;
  position: absolute;
  top: 0;
}

.ThinConnector .InnerStripe .Stripes01 {
  right: 0;
}

.ThinConnector .InnerStripe .Stripes01_01 {
  right: -180%;
}

.ThinConnector .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight14 9s infinite;
          animation: moveLeftToRight14 9s infinite;
}

.ThinConnector .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight14_01 9s 3s infinite;
          animation: moveLeftToRight14_01 9s 3s infinite;
}

@-webkit-keyframes moveLeftToRight14 {
  0% {
    right: -80%;
  }
  100% {
    right: 100%;
  }
}

@keyframes moveLeftToRight14 {
  0% {
    right: -80%;
  }
  100% {
    right: 100%;
  }
}

@-webkit-keyframes moveLeftToRight14_01 {
  0% {
    right: -180%;
  }
  100% {
    right: 100%;
  }
}

@keyframes moveLeftToRight14_01 {
  0% {
    right: -180%;
  }
  100% {
    right: 100%;
  }
}

#ThinConnector01 {
  right: 30.5%;
  top: 69.5%;
}

#ThinConnector02 {
  right: 24%;
  top: 61.5%;
}

#ThinConnector03 {
  right: 16.5%;
  top: 56%;
}

#ThinConnector04 {
  right: 16%;
  top: 49%;
  width: 8%;
}

#ThinConnector04 .InnerStripe {
  width: 100%;
}

.ThinConnectorSmall .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight14 3s infinite;
          animation: moveLeftToRight14 3s infinite;
}

.ThinConnectorSmall .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight14_01 3s 1s infinite;
          animation: moveLeftToRight14_01 3s 1s infinite;
}

@keyframes moveLeftToRight14 {
  0% {
    right: -80%;
  }
  100% {
    right: 100%;
  }
}

@keyframes moveLeftToRight14_01 {
  0% {
    right: -180%;
  }
  100% {
    right: 100%;
  }
}

#ThinConnector05 {
  right: 11.4%;
  top: 52.5%;
  width: 1.7%;
}

#ThinConnector05 .InnerStripe {
  width: 100%;
}

#ThinConnector05 .InnerStripe .LightDot {
  margin-right: 20%;
}

.ThinConnectorHorizontal {
  width: 0.2%;
  height: 13%;
  position: absolute;
}

.ThinConnectorHorizontal .InnerStripe {
  height: 100%;
  width: 100%;
}

.ThinConnectorHorizontal .Stripes01,
.ThinConnectorHorizontal .Stripes01_01 {
  width: 100%;
  height: 100%;
}

.ThinConnectorHorizontal .Stripes01 {
  top: 0;
}

.ThinConnectorHorizontal .Stripes01_01 {
  top: -130%;
}

.ThinConnectorHorizontal .moveMe {
  -webkit-animation: moveLeftToRight15 8s infinite;
          animation: moveLeftToRight15 8s infinite;
}

.ThinConnectorHorizontal .moveMe_01 {
  -webkit-animation: moveLeftToRight15_01 9s 2s infinite;
          animation: moveLeftToRight15_01 9s 2s infinite;
}

@-webkit-keyframes moveLeftToRight15 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight15 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@-webkit-keyframes moveLeftToRight15_01 {
  0% {
    top: -130%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight15_01 {
  0% {
    top: -130%;
  }
  100% {
    top: 100%;
  }
}

#ThinConnector06 {
  right: 22%;
  top: 36%;
}

#ThinConnector06 .LightDot {
  margin-bottom: 8px;
}

.ThinConnectorHorizonSmall .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight15 3s infinite;
          animation: moveLeftToRight15 3s infinite;
}

.ThinConnectorHorizonSmall .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight15_01 3s 1s infinite;
          animation: moveLeftToRight15_01 3s 1s infinite;
}

@keyframes moveLeftToRight15 {
  0% {
    top: -30%;
  }
  100% {
    top: 100%;
  }
}

@keyframes moveLeftToRight15_01 {
  0% {
    top: -130%;
  }
  100% {
    top: 100%;
  }
}

#ThinConnector07 {
  right: 14.5%;
  top: 51.8%;
  height: 2%;
}

#ThinConnector07 .InnerStripe {
  height: 100%;
}

#ThinConnector07 .InnerStripe .LightDot {
  margin-bottom: 6px;
}

#ThinConnector08 {
  right: 26.5%;
  top: 29%;
  height: 9%;
}

#ThinConnector08 .InnerStripe {
  height: 100%;
}

#ThinConnector08 .InnerStripe .LightDot {
  margin-bottom: 8px;
}

#ThinConnector09 {
  right: 20.5%;
  top: 29.6%;
  width: 1.4%;
}

#ThinConnector09 .InnerStripe {
  width: 100%;
}

#ThinConnector09 .InnerStripe .LightDot {
  margin-right: 6px;
}

#ThinConnector23 {
  right: 21.9%;
  top: 28.3%;
  width: 1%;
}

#ThinConnector23 .InnerStripe {
  width: 100%;
}

#ThinConnector23 .InnerStripe .LightDot {
  margin-right: 6px;
}

#ThinConnector23 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight23 3s infinite;
          animation: moveLeftToRight23 3s infinite;
}

#ThinConnector23 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight23_01 3s 1s infinite;
          animation: moveLeftToRight23_01 3s 1s infinite;
}

@-webkit-keyframes moveLeftToRight23 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight23 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight23_01 {
  0% {
    left: -180%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight23_01 {
  0% {
    left: -180%;
  }
  100% {
    left: 100%;
  }
}

#ThinConnector10 {
  right: 34%;
  top: 23.5%;
  height: 10%;
}

#ThinConnector10 .LightDot {
  margin-bottom: 8px;
}

#ThinConnector11 {
  right: 39%;
  top: 14.5%;
  height: 3.8%;
}

#ThinConnector11 .InnerStripe {
  height: 100%;
}

#ThinConnector11 .InnerStripe .LightDot {
  margin-bottom: 8px;
}

#ThinConnector12 {
  right: 36%;
  top: 14.7%;
  width: 1.2%;
}

#ThinConnector12 .InnerStripe {
  width: 100%;
}

#ThinConnector12 .InnerStripe .LightDot {
  margin-right: 6px;
}

#ThinConnector24 {
  right: 37.1%;
  top: 13.7%;
  width: 1.2%;
}

#ThinConnector24 .InnerStripe {
  width: 100%;
}

#ThinConnector24 .InnerStripe .LightDot {
  margin-right: 6px;
}

#ThinConnector24 .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight24 3s infinite;
          animation: moveLeftToRight24 3s infinite;
}

#ThinConnector24 .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight24_01 3s 1s infinite;
          animation: moveLeftToRight24_01 3s 1s infinite;
}

@-webkit-keyframes moveLeftToRight24 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight24 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight24_01 {
  0% {
    left: -180%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight24_01 {
  0% {
    left: -180%;
  }
  100% {
    left: 100%;
  }
}

.TopReverseThinConnector .InnerStripe .Stripes01 {
  left: 0;
}

.TopReverseThinConnector .InnerStripe .Stripes01_01 {
  left: -180%;
}

.TopReverseThinConnector .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight16 6s infinite;
          animation: moveLeftToRight16 6s infinite;
}

.TopReverseThinConnector .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight16_01 6s 2s infinite;
          animation: moveLeftToRight16_01 6s 2s infinite;
}

@-webkit-keyframes moveLeftToRight16 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight16 {
  0% {
    left: -80%;
  }
  100% {
    left: 100%;
  }
}

@-webkit-keyframes moveLeftToRight16_01 {
  0% {
    left: -180%;
  }
  100% {
    left: 100%;
  }
}

@keyframes moveLeftToRight16_01 {
  0% {
    left: -180%;
  }
  100% {
    left: 100%;
  }
}

#ThinConnector13 {
  left: 42%;
  top: 12%;
  width: 3%;
}

#ThinConnector13 .InnerStripe {
  width: 100%;
}

#ThinConnector13 .InnerStripe .LightDot {
  margin-right: 12px;
}

#ThinConnector14 {
  left: 42%;
  top: 13.5%;
  height: 7%;
}

#ThinConnector14 .InnerStripe {
  height: 100%;
}

#ThinConnector14 .InnerStripe .LightDot {
  margin-bottom: 8px;
}

#ThinConnector15 {
  left: 37.5%;
  top: 25%;
  width: 7.5%;
}

#ThinConnector15 .InnerStripe {
  width: 100%;
}

#ThinConnector15 .InnerStripe .LightDot {
  margin-right: 12px;
}

#ThinConnector16 {
  left: 31%;
  top: 27%;
  width: 8.2%;
}

#ThinConnector16 .InnerStripe {
  width: 100%;
}

#ThinConnector16 .InnerStripe .LightDot {
  margin-right: 12px;
}

#ThinConnector17 {
  left: 34%;
  top: 31.4%;
  height: 10.5%;
}

#ThinConnector17 .InnerStripe {
  height: 100%;
}

#ThinConnector17 .InnerStripe .LightDot {
  margin-bottom: 8px;
}

#ThinConnector18 {
  left: 15.5%;
  top: 37.5%;
  width: 2.8%;
  z-index: 2;
}

#ThinConnector18 .InnerStripe {
  width: 100%;
}

#ThinConnector18 .InnerStripe .LightDot {
  margin-right: 8px;
}

#ThinConnector19 {
  left: 6%;
  top: 45.6%;
  width: 5%;
}

#ThinConnector19 .InnerStripe {
  width: 100%;
}

#ThinConnector19 .InnerStripe .LightDot {
  margin-right: 8px;
}

.BottomReverseThinConnector {
  width: 0.2%;
  height: 7.6%;
  position: absolute;
}

.BottomReverseThinConnector .InnerStripe {
  width: 100%;
}

.BottomReverseThinConnector .InnerStripe .Stripes01 {
  bottom: 0;
}

.BottomReverseThinConnector .InnerStripe .Stripes01_01 {
  bottom: -180%;
}

.BottomReverseThinConnector .InnerStripe .moveMe {
  -webkit-animation: moveLeftToRight17 6s infinite;
          animation: moveLeftToRight17 6s infinite;
}

.BottomReverseThinConnector .InnerStripe .moveMe_01 {
  -webkit-animation: moveLeftToRight17_01 6s 2s infinite;
          animation: moveLeftToRight17_01 6s 2s infinite;
}

@-webkit-keyframes moveLeftToRight17 {
  0% {
    bottom: -80%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight17 {
  0% {
    bottom: -80%;
  }
  100% {
    bottom: 100%;
  }
}

@-webkit-keyframes moveLeftToRight17_01 {
  0% {
    bottom: -180%;
  }
  100% {
    bottom: 100%;
  }
}

@keyframes moveLeftToRight17_01 {
  0% {
    bottom: -180%;
  }
  100% {
    bottom: 100%;
  }
}

#ThinConnector20 {
  left: 14%;
  top: 42.6%;
  height: 6%;
}

#ThinConnector20 .InnerStripe {
  height: 100%;
}

#ThinConnector20 .InnerStripe .LightDot {
  margin-bottom: 8px;
}

#ThinConnector21 {
  left: 17%;
  top: 44%;
  width: 2.9%;
}

#ThinConnector21 .InnerStripe {
  width: 100%;
}

#ThinConnector21 .InnerStripe .LightDot {
  margin-right: 8px;
}

#ThinConnector22 {
  left: 15.5%;
  top: 47.5%;
  height: 10%;
}

#ThinConnector22 .InnerStripe {
  height: 100%;
}

#ThinConnector22 .InnerStripe .LightDot {
  margin-bottom: 8px;
}

.hotspotWrapper {
  position: absolute;
  top: 26%;
  left: 58%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.request-loader {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 26px;
  width: 26px;
  border-radius: 100%;
}

.request-loader span {
  position: relative;
  font-size: 72px;
  top: 0px;
  left: 0px;
  height: 13px;
  width: 13px;
  border-radius: 100%;
  background: #ffe624;
}

.request-loader::after {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 230, 36, 0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0s;
          animation-delay: 0s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: 1;
}

.request-loader::before {
  opacity: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  content: "";
  height: 100%;
  width: 100%;
  border: 8px solid rgba(255, 230, 36, 0.5);
  border-radius: 100%;
  -webkit-animation-name: ripple;
          animation-name: ripple;
  -webkit-animation-duration: 3s;
          animation-duration: 3s;
  -webkit-animation-delay: 0.5s;
          animation-delay: 0.5s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
  -webkit-animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
          animation-timing-function: cubic-bezier(0.65, 0, 0.34, 1);
  z-index: 1;
}

@-webkit-keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

@keyframes ripple {
  from {
    opacity: 1;
    -webkit-transform: scale3d(0.75, 0.75, 1);
            transform: scale3d(0.75, 0.75, 1);
  }
  to {
    opacity: 0;
    -webkit-transform: scale3d(1.5, 1.5, 1);
            transform: scale3d(1.5, 1.5, 1);
  }
}

.baseZoomView {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #coreDataServer.baseZoomView {
  left: 52%;
  top: 36%;
}

.animSceneContainer .animScene .imgLayer #coreCloud.baseZoomView {
  right: 28%;
  top: 10%;
}

.animSceneContainer .animScene .imgLayer #coreBuildingBefore.baseZoomView {
  left: 38%;
  top: 25%;
}

.animSceneContainer .animScene .imgLayer #coreBuildingCloudBefore.baseZoomView {
  left: 37%;
  top: 35%;
  z-index: 1;
}

.animSceneContainer .animScene .imgLayer #coreBuildingLock.baseZoomView {
  left: 42%;
  top: 34%;
}

.zoomBigConnectors,
.metroZoomBigConnectors {
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#connector06.zoomBigConnectors {
  left: 65%;
  top: 26.1%;
  height: 18%;
  width: 2%;
}

#connector07.zoomBigConnectors {
  left: 62.5%;
  top: 44%;
  height: 5%;
  width: 2%;
}

#connector08.zoomBigConnectors {
  left: 43%;
  top: 42%;
  height: 2%;
  width: 6.5%;
}

.animSceneContainer .animScene .imgLayer #macroDataCenter.baseZoomView {
  right: 40.2%;
  top: 32.7%;
}

.animSceneContainer .animScene .imgLayer #macroDataCloud.baseZoomView {
  right: 35%;
  top: 18%;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter1.baseZoomView {
  right: 67%;
  top: 62%;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter2.baseZoomView {
  right: 54%;
  top: 49%;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter3.baseZoomView {
  right: 49.7%;
  top: 25.5%;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter4.baseZoomView {
  right: 54.5%;
  top: 20.5%;
}

#connector10.zoomBigConnectors {
  left: 38.8%;
  top: 59.6%;
  height: 13%;
  width: 2%;
}

#connector12.zoomBigConnectors {
  left: 50.7%;
  top: 48%;
  height: 12%;
  width: 2%;
}

#connector13.zoomBigConnectors {
  left: 50.1%;
  top: 41%;
  height: 2%;
  width: 4%;
}

#connector14.zoomBigConnectors {
  left: 60.2%;
  top: 27%;
  height: 18%;
  width: 2%;
}

#connector15.zoomBigConnectors {
  left: 43.2%;
  top: 34%;
  height: 2%;
  width: 4%;
}

.animSceneContainer .animScene .imgLayer #metroBuilding.baseZoomView {
  left: 48.2%;
  top: 21.3%;
  width: 5%;
}

.animSceneContainer .animScene .imgLayer #circleBuilding.baseZoomView {
  left: 62%;
  top: 26.5%;
}

.animSceneContainer .animScene .imgLayer #metroSqaureBuilding.baseZoomView {
  left: 40%;
  top: 45%;
}

.animSceneContainer .animScene .imgLayer #metroDataCloud.baseZoomView {
  left: 32.5%;
  top: 38.2%;
  width: 6.9%;
}

.animSceneContainer .animScene .imgLayer #metroTree1.baseZoomView {
  left: 39.6%;
  top: 59.5%;
}

.animSceneContainer .animScene .imgLayer #metroTree2.baseZoomView {
  left: 45%;
  top: 54%;
}

.animSceneContainer .animScene .imgLayer #metroTree3.baseZoomView {
  left: 57.5%;
  top: 42.4%;
}

.animSceneContainer .animScene .imgLayer #metroTree4.baseZoomView {
  left: 57.5%;
  top: 37%;
}

.animSceneContainer .animScene .imgLayer #metroTree5.baseZoomView {
  left: 60%;
  top: 40%;
}

#connector03.zoomBigConnectors {
  left: 34%;
  top: 45.1%;
  height: 17%;
  width: 2%;
  z-index: 0;
}

#connector04.zoomBigConnectors {
  left: 35.2%;
  top: 63%;
  height: 1.8%;
  width: 3.5%;
}

#connector05.zoomBigConnectors {
  left: 44.4%;
  top: 52%;
  height: 15%;
  width: 1.8%;
}

.metroBaseZoomView {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #macroDataCenter.metroBaseZoomView {
  right: 43.5%;
  top: 21%;
}

.animSceneContainer .animScene .imgLayer #macroDataCloud.metroBaseZoomView {
  right: 38%;
  top: 6%;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter1.metroBaseZoomView {
  right: 72%;
  top: 52%;
}

.animSceneContainer .animScene .imgLayer #macroSmallCenter2.metroBaseZoomView {
  right: 57%;
  top: 36.5%;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice8.metroBaseZoomView {
  right: 11.6%;
  top: 37%;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice9.metroBaseZoomView {
  right: 17.5%;
  top: 44%;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice10.metroBaseZoomView {
  right: 25.5%;
  top: 51%;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice11.metroBaseZoomView {
  right: 39%;
  top: 64%;
}

.animSceneContainer .animScene .imgLayer #microSmallDevice12.metroBaseZoomView {
  right: 54.7%;
  top: 80%;
}

#connector10.metroZoomBigConnectors {
  left: 31.7%;
  top: 51%;
  height: 15%;
  width: 2%;
}

#connector12.metroZoomBigConnectors {
  left: 46.4%;
  top: 36.1%;
  height: 15%;
  width: 2%;
}

#connector14.metroZoomBigConnectors {
  left: 57%;
  top: 15%;
  height: 18%;
  width: 2%;
}

.cameraZoomView {
  -webkit-transform: scale(2);
  -moz-transform: scale(2);
  transform: scale(2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

.animSceneContainer .animScene .imgLayer #cameraAnimation1.cameraZoomView {
  right: 45.7%;
  bottom: 3%;
}

.animSceneContainer .animScene .imgLayer #carAnimation.baseZoomView {
  right: 30%;
  bottom: 13%;
}

.animSceneContainer .animScene .imgLayer #droneAnimation.baseZoomView {
  right: 2%;
  top: 45.5%;
}

.animSceneContainer .animScene .imgLayer #machineAnimation1.baseZoomView {
  right: 18%;
  bottom: 38%;
}

.metroZoomThinConnectors {
  -webkit-transform: scale(2) skew(-60deg, 31deg);
  transform: scale(2) skew(-60deg, 31deg);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#ThinConnector01.skew.metroZoomThinConnectors {
  right: 54.5%;
  top: 78.5%;
}

#ThinConnector02.skew.metroZoomThinConnectors {
  right: 39%;
  top: 62.5%;
}

#ThinConnector03.skew.metroZoomThinConnectors {
  right: 25.5%;
  top: 50%;
}

#ThinConnector04.skew.metroZoomThinConnectors {
  right: 23%;
  top: 38%;
  width: 9%;
}

#ThinConnector05.skew.metroZoomThinConnectors {
  right: 9%;
  top: 43%;
  width: 2.2%;
}

#ThinConnector06.skew.metroZoomThinConnectors {
  right: 32%;
  top: 18%;
  height: 12%;
}

#ThinConnector07.skew.metroZoomThinConnectors {
  right: 15.7%;
  top: 43%;
  height: 3.5%;
}

/*--------Popup style---------*/
#PopupLayer {
  position: absolute;
  top: 0;
  left: 0;
}

#corePopups,
#macroPopups,
#metroPopups,
#microPopups {
  display: none;
}

.tooltipPopupWrapper {
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  z-index: 99;
}

.tooltipPopupWrapper .popupCommon {
  top: 9%;
  left: -18%;
  /* z-index: 9; */
  height: 100%;
  width: 37%;
  position: absolute;
}

.tooltipPopupWrapper#corePopups .popupCommon#popupLeftTop{
        z-index:9;
}

.tooltipPopupWrapper .eachPopup .popupConnector .rightDot {
  float: left;
}

.tooltipPopupWrapper .eachPopup.popupleftBottom .popupConnector {
  top: 22%;
  left: 98%;
  width: 48%;
}

.tooltipPopupWrapper
.eachPopup.popupleftBottom
.popupConnector.popupConnectorVerticle {
  height: 18%;
  left: 146%;
  top: 4%;
  width: 2px;
}

.tooltipPopupWrapper
.eachPopup.popupleftBottom
.popupConnector.popupConnectorVerticle
.leftDot {
  top: -5%;
}

.tooltipPopupWrapper .eachPopup.popupRightTop {
  top: 4%;
  left: 84%;
}
.tooltipPopupWrapper#corePopups .eachPopup.popupRightTop {
        z-index:9;
}

.tooltipPopupWrapper .eachPopup.popupRightTop .popupConnector {
  left: -46%;
  top: 35%;
}

.tooltipPopupWrapper
.eachPopup.popupRightTop
.popupConnector.popupConnectorVerticle {
  left: 10%;
  top: 12%;
  height: 23%;
}

.tooltipPopupWrapper .eachPopup.popupRightTop .popupConnector .leftDot {
  bottom: -10px;
  position: absolute;
  left: -7px;
}

.tooltipPopupWrapper .popupRightBottom {
  left: 84%;
  top: 77%;
}
.tooltipPopupWrapper#corePopups .popupRightBottom {
        z-index:99;
		top: 72%;
}
.tooltipPopupWrapper .eachPopup.popupRightBottom .popupConnector {
  top: -20%;
  left: -67%;
  width: 80%;
}

.tooltipPopupWrapper
.eachPopup.popupRightBottom
.popupConnector.popupConnectorVerticle {
  top: -20%;
  left: 15%;
  height: 20%;
  width: 2px;
}

.tooltipPopupWrapper .eachPopup.popupRightBottom .popupConnector .leftDot {
  left: -10px;
  bottom: -9px;
}

.tooltipPopupWrapper .popupleftBottom {
  top: 63%;
}


.tooltipPopupWrapper#corePopups .popupleftBottom {
  top: 43%;
  z-index: 99;
}

.tooltipPopupWrapper .eachPopup .popupBoxLeft {
  top: 0px;
  left: 0;
}

.tooltipPopupWrapper .eachPopup .popupConnector {
  height: 1px;
  position: absolute;
  top: 4%;
  left: 100%;
  width: 56%;
  background-image: -webkit-gradient(linear, left top, right top, color-stop(30%, #ccc), color-stop(10%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(to right, #ccc 30%, rgba(255, 255, 255, 0) 10%);
  background-position: top;
  background-size: 10px 3px;
  background-repeat: repeat-x;
}

.tooltipPopupWrapper .eachPopup .popupConnector.popupConnectorVerticle {
  height: 6%;
  top: 5%;
  left: 155.5%;
  width: 2px;
  background-image: -webkit-gradient(linear, left top, left bottom, color-stop(30%, #ccc), color-stop(10%, rgba(255, 255, 255, 0)));
  background-image: linear-gradient(#ccc 30%, rgba(255, 255, 255, 0) 10%);
  background-position: right;
  background-size: 3px 10px;
  background-repeat: repeat-y;
}

.tooltipPopupWrapper
.eachPopup
.popupConnector.popupConnectorVerticle
.leftDot {
  float: right;
  bottom: -18px;
  position: absolute;
  left: -11px;
}

.tooltipPopupWrapper .eachPopup .popupConnector .leftDot {
  float: left;
  height: 20px;
  width: 20px;
  border-radius: 100%;
  position: absolute;
}

.tooltipPopupWrapper .eachPopup .popupConnector .leftDot .innerDot {
  height: 10px;
  width: 10px;
  background: #ffffff;
  border-radius: 100%;
  margin: 5px 0 0 7px;
}

.tooltipPopupWrapper .eachPopup .popupConnector .rightDot {
  float: right;
  height: 20px;
  width: 20px;
  background: #ffffff;
  border-radius: 100%;
  margin-top: -10px;
  display: none;
}

.tooltipPopupWrapper .eachPopup .popupConnector .rightDot .innerDot {
  height: 12px;
  width: 12px;
  background: #6abf4b;
  border-radius: 100%;
  margin: 4px 0 0 4px;
}

.tooltipPopupWrapper .eachPopup .popupBox {
  height: auto;
  display: inline-block;
  position: relative;
  width: 100%;
  padding: 14px 18px;
  color: #ffffff;
  background-color: #000000;
  -webkit-backdrop-filter: blur(2px);
  -moz-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background: rgba(0, 0, 0, 0.6);
  -webkit-box-shadow: 1px 1px 5px 1px #333333;
  box-shadow: 1px 1px 5px 1px #333333;
}

.tooltipPopupWrapper .eachPopup .popupBox a {
  display: block;
  margin-bottom: 10px;
  text-align: center;
}

.tooltipPopupWrapper .eachPopup .popupBox a:hover .arrow {
  -webkit-transform: translate(0.25em, -0.25em);
          transform: translate(0.25em, -0.25em);
}

.tooltipPopupWrapper .eachPopup .popupBox .popupContent {
  float: left;
  /* width: 60%;
  padding-right: 10px; */
}

.tooltipPopupWrapper .eachPopup .popupBox .popupContent a {
  margin-bottom: 0px;
}

.tooltipPopupWrapper .eachPopup .popupBox span {
  float: right;
  width: 40%;
  padding-left: 10px;
}

.tooltipPopupWrapper .eachPopup .popupBox span img {
  width: 100%;
  margin-top:5px;
}

.tooltipPopupWrapper .eachPopup .popupBox h3 {
  font-size: 15px;
  margin-bottom: 10px;
}

.tooltipPopupWrapper .eachPopup .popupBox p {
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.6px;
  color: rgba(255, 255, 255, 0.8);
  margin:0;
  float: left;
}

.tooltipPopupWrapper .eachPopup .popupBox p b {
  font-weight: 600;
  /* font-family: HelveticaNeueBold; */
  color: #ffffff;
}

/* macro popup */
.tooltipPopupWrapper#macroPopups .eachPopup .popupConnector {
  top: 28%;
  left: 95%;
  width: 88%;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupLeftTop .popupConnector.popupConnectorVerticle {
 height: 26%;
 top: 2%;
 left: 94.5%;
 width: 2px;
}

.tooltipPopupWrapper#macroPopups .eachPopup .popupConnector .leftDot {
  bottom: -8px;
  left: 94%;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupRightTop {
  top: 2%;
  left: 84%;
  z-index:9;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupRightTop .popupConnector {
  top: 15%;
  left: -57%;
  width: 56%;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupRightTop .popupConnector.popupConnectorVerticle {
  top: -7%;
  left: 20%;
  width: 2px;
  height: 8%;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupRightTop .popupConnector .leftDot {
  width: 59%;
  bottom: -9px;
  left: -3%;
}

.tooltipPopupWrapper#macroPopups .popupLeftTop {
  top: 14%;
  left: -14%;
  z-index:9;
}

.tooltipPopupWrapper#macroPopups .popupLeftBottom {
  top: 49%;
  left: -14%;
  z-index:99;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupLeftBottom .popupConnector {
  width: 19%;
  top: 25%;
  left: 95%;
}

.tooltipPopupWrapper#macroPopups .eachPopup.popupLeftBottom .popupConnector.popupConnectorVerticle {
  height: 22%;
  top: 3%;
  left: 93.5%;
  width: 2px;
}

.tooltipPopupWrapper#macroPopups .popupRightBottom {
  top: 60%;
  left: 59%;
  z-index:99;
}

.tooltipPopupWrapper#macroPopups .popupRightBottom .popupConnector {
  top: -5%;
  left: -35.5%;
  width: 54%;
}

.tooltipPopupWrapper#macroPopups .popupRightBottom .popupConnector .leftDot {
  bottom: -9px;
  left: -5%;
}

.tooltipPopupWrapper#macroPopups .popupRightBottom .popupConnector.popupConnectorVerticle {
  height: 6%;
  top: -5%;
  left: 17%;
  width: 2px;
}

.tooltipPopupWrapper#metroPopups
.eachPopup
.popupConnector.popupConnectorVerticle {
  width: 11%;
  top: 65%;
  left: 68%;
}

.tooltipPopupWrapper#metroPopups .popupLeftTop {
  top: 10%;
  left: -19%;
  z-index:9;
}

.tooltipPopupWrapper#metroPopups .popupLeftTop .popupConnector {
  top: 8%;
  left: 94%;
  width: 50%;
}

.tooltipPopupWrapper#metroPopups
.popupLeftTop
.popupConnector.popupConnectorVerticle {
  height: 16%;
  top: 9%;
  left: 143%;
  width: 2px;
}

.tooltipPopupWrapper#metroPopups .popupLeftBottom {
  top: 62%;
  left: -19%;
  z-index:99;
}
.tooltipPopupWrapper#metroPopups .eachPopup.popupLeftBottom .popupConnector {
  width: 86%;
  top: 9%;
  left: 95%;
}
.tooltipPopupWrapper#metroPopups .eachPopup.popupLeftBottom .popupConnector .leftDot {
  top: -4%;
  left: -11px;
}
.tooltipPopupWrapper#metroPopups .eachPopup.popupLeftBottom .popupConnector.popupConnectorVerticle {
  height: 25%;
  top: -16%;
  left: 180%;
  width: 2px;
}

.tooltipPopupWrapper#metroPopups .popupRightBottom {
  top: 55%;
  left: 73%;
  z-index:999;
}

.tooltipPopupWrapper#metroPopups .eachPopup.popupRightBottom .popupConnector {
  top: 11%;
  left: -52%;
  width: 52%;
}

.tooltipPopupWrapper#metroPopups .eachPopup.popupRightBottom .popupConnector .leftDot {
  bottom: 89%;
  left: -11px;
}

.tooltipPopupWrapper#metroPopups
.eachPopup.popupRightBottom
.popupConnector.popupConnectorVerticle {
  top: -1%;
  left: -52%;
  width: 2px;
  height: 11%;
}

.tooltipPopupWrapper#metroPopups .eachPopup.popupRightTop {
  top: 25%;
  left: 73%;
  z-index:99;
}

.tooltipPopupWrapper#metroPopups .eachPopup.popupRightTop .popupConnector {
  top: 13%;
  width: 55%;
  left: -53%;
}

.tooltipPopupWrapper#metroPopups
.eachPopup.popupRightTop
.popupConnector
.leftDot {
  bottom: -10px;
  left: -6px;
}

.tooltipPopupWrapper#metroPopups .popupRightTopTop {
  top: 0%;
  left: 73%;
  z-index:9;
}

.tooltipPopupWrapper#metroPopups .eachPopup.popupRightTopTop .popupConnector {
  top: 4%;
  left: -61%;
  width: 65%;
}

.tooltipPopupWrapper#metroPopups
.eachPopup.popupRightTopTop
.popupConnector.popupConnectorVerticle {
  height: 17%;
  top: 4%;
  left: -61%;
  width: 2px;
}

.tooltipPopupWrapper#microPopups .popupLeftTop {
  top: 3%;
  left: -20%;
  z-index:9;
}

.tooltipPopupWrapper#microPopups .eachPopup.popupLeftTop .popupConnector {
  top: 27%;
  left: 99%;
  width: 26%;
}

.tooltipPopupWrapper#microPopups
.eachPopup.popupLeftTop
.popupConnector.popupConnectorVerticle {
  height: 23%;
  top: 27%;
  left: 125%;
  width: 2px;
}

.tooltipPopupWrapper#microPopups .popupLeftBottom {
  top: 52%;
  left: -20%;
  z-index:99;
}

.tooltipPopupWrapper#microPopups .eachPopup.popupLeftBottom .popupConnector {
  top: 32%;
  left: 100%;
  width: 74%;
}

.tooltipPopupWrapper#microPopups
.eachPopup.popupLeftBottom
.popupConnector
.leftDot {
  bottom: -10px;
  left: 93%;
}
.tooltipPopupWrapper#microPopups .popupRightBottom {
  top: 57%;
  left: 86%;
  width:40%;
  z-index:999;
}
.tooltipPopupWrapper#microPopups .eachPopup.popupRightBottom .popupConnector {
    top: 11%;
    left: -44%;
    width: 44%;
}
.tooltipPopupWrapper#microPopups .eachPopup.popupRightBottom .popupConnector.popupConnectorVerticle {
      top: -5%;
    left: -44.5%;
    height: 16%;
        width:2px;
}
.tooltipPopupWrapper#microPopups .eachPopup.popupRightBottom .popupConnector .leftDot {
  bottom: 89%;
  left: -11px;
}
.tooltipPopupWrapper#microPopups .popupRightBottomBottom {
  top: 27%;
  left: 96%;
  width: 31%;
 z-index: 99;
}
.tooltipPopupWrapper#microPopups .popupRightBottomBottom .popupConnector {
  top: 6%;
    left: -53%;
    width: 52%;
}
.tooltipPopupWrapper#microPopups .popupRightBottomBottom .popupConnector.popupConnectorVerticle {
  top: 5.5%;
    left: -55%;
    height: 16%;
    width: 2px;
}
.tooltipPopupWrapper#microPopups .popupRightBottomBottom .popupConnector .leftDot {
  bottom: -12%;
  left: -11px;
}

.tooltipPopupWrapper#microPopups .eachPopup.popupRightTop {
  top: 0%;
  left: 82%;
  z-index:9;
}

.tooltipPopupWrapper#microPopups .eachPopup.popupRightTop .popupConnector {
  width: 57%;
  top: 5%;
  left: -58%;
}

.tooltipPopupWrapper#microPopups
.eachPopup.popupRightTop
.popupConnector
.leftDot {
  bottom: -9px;
  left: -2%;
}

.labelZoomView {
  -webkit-transform: scale(1.8);
          transform: scale(1.8);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#textLayer #coreImg.labelZoomView {
  bottom: 39%;
  left: 39.5%;
}

#textLayer #macroImg.labelZoomView {
  bottom: 13.8%;
  left: 6%;
}

#textLayer #metroImg.labelZoomView {
  bottom: 15%;
  left: 49.4%;
}

#textLayer #microImg.labelZoomView {
  bottom: 68%;
  left: 80.5%;
}

#textLayer #macroImg.labelZoomView.microZoom {
  bottom: 81%;
  left: 29%;
}

.truckZoomView {
  -webkit-transform: scale(2);
          transform: scale(2);
  -webkit-transform-origin: center;
          transform-origin: center;
  -webkit-transition: all 1.2s linear;
  transition: all 1.2s linear;
}

#TruckAnimationLayer .TruckAnimation2.truckZoomView {
  right: 58%;
  bottom: 18%;
  -webkit-animation: moveZoomTruck2 5s infinite;
          animation: moveZoomTruck2 5s infinite;
}

@-webkit-keyframes moveZoomTruck2 {
  0% {
    right: 58%;
    bottom: 18%;
  }
  50% {
    right: 72%;
    bottom: 33%;
  }
  100% {
    right: 72%;
    bottom: 33%;
    background: none;
  }
}

@keyframes moveZoomTruck2 {
  0% {
    right: 58%;
    bottom: 18%;
  }
  50% {
    right: 72%;
    bottom: 33%;
  }
  100% {
    right: 72%;
    bottom: 33%;
    background: none;
  }
}

#TruckAnimationLayer .TruckAnimation3.truckZoomView {
  right: 29%;
  bottom: 46.5%;
  -webkit-animation: moveZoomTruck3 4.5s infinite;
          animation: moveZoomTruck3 4.5s infinite;
}

@-webkit-keyframes moveZoomTruck3 {
  0% {
    right: 29%;
    bottom: 46.5%;
  }
  50% {
    right: 43%;
    bottom: 61.5%;
  }
  100% {
    right: 43%;
    bottom: 61.5%;
    background: none;
  }
}

@keyframes moveZoomTruck3 {
  0% {
    right: 29%;
    bottom: 46.5%;
  }
  50% {
    right: 43%;
    bottom: 61.5%;
  }
  100% {
    right: 43%;
    bottom: 61.5%;
    background: none;
  }
}




#mob-icon-right,#mob-icon-left,#mob-icon-close{
  cursor:pointer;
}
.mobPopImg,
.mobPopImg- {
  display: none;
}
.deskPopImg,.deskPopImg-{
  display: block !important;
}
/* .ecosystemContainer .popupContent p { */
        /* color: rgba(255, 255, 255, 0.8); */
/* } */
.mobile-popover-layer p {
        color: rgba(255, 255, 255, 0.8) !important;
}

.mobile-popover-layer p b {
        color: #FFFFFF!important;
}

/* Preloader CSS */

#progressGIF{   
    display: block;
    width:100px;
    height:100px;
    z-index: 9999;
    position: absolute;
    top:40%;
    left:calc( 50% - 50px);
    
}
#progress{
    width: 100%;
    height: 100%;
    overflow: hidden;
    background-color: rgb(0, 0, 0);
    position: absolute;
    left:0;
    top:0;
    background: url(/www-content/products/cloud/lyve-mass-storage-platform/_shared/images/Lyve-Ecosystem-Illustration-4.svg) center no-repeat;
    z-index:999;
	opacity: 0.5;
}

/* Preloader CSS Ends*/

.mobile-popover-layer-icon-parents2{
width:80%;
height:50px;
margin:10px auto 0;
    padding-bottom:10px;
display: flex;
justify-content: space-evenly;
align-items: center;
}	

/* Mobile tooltip callouts*/
.animSceneContainer .animScene .imgLayer #coreCO-1{
  left: 36%;
  top: 46%;
}
.animSceneContainer .animScene .imgLayer #coreCO-2{
  right: 32%;
  top: 35%;
}
.animSceneContainer .animScene .imgLayer #coreCO-3{
  left: 39%;
  top: 21%;
}
.animSceneContainer .animScene .imgLayer #coreCO-4{
  left: 58%;
  top: 49%;
}
.animSceneContainer .animScene .imgLayer #macroCO-1{
  right: 36%;
  top: 13%;
}
.animSceneContainer .animScene .imgLayer #macroCO-2{
  left: 43%;
  top: 56%;
}
.animSceneContainer .animScene .imgLayer #macroCO-3{
  right: 43%;
  top: 38%;
}
.animSceneContainer .animScene .imgLayer #macroCO-4{
  left: 30%;
  bottom: 27%;
}
.animSceneContainer .animScene .imgLayer #metroCO-1{
  left: 33%;
  top: 33%;
}
.animSceneContainer .animScene .imgLayer #metroCO-2{
  left: 53%;
  top: 49%;
}
.animSceneContainer .animScene .imgLayer #metroCO-3{
  left: 47%;
  top: 43%;
}
.animSceneContainer .animScene .imgLayer #metroCO-4{
  left: 52%;
  top: 39%;
}
.animSceneContainer .animScene .imgLayer #metroCO-5{
  left: 49.5%;
  top: 21%;
}
.animSceneContainer .animScene .imgLayer #microCO-1{  
  left: 41%;
  bottom: 13%;
  left: 44%;
    bottom: 15%;
}
.animSceneContainer .animScene .imgLayer #microCO-2{
  right: 29%;
  bottom: 43%;
      right: 29%;
    bottom: 46%;
}
.animSceneContainer .animScene .imgLayer #microCO-3{
  left: 25%;
  top: 52%;
}
.animSceneContainer .animScene .imgLayer #microCO-4{
  right: 38%;
  top: 2%;
}
.animSceneContainer .animScene .imgLayer #microCO-5{
  right: 21%;
  top: 48%;
  top: 49%;
}
/* Mobile tooltip callouts ends*/
