.plyr--video {
  background: none;
}

.plyr__video-wrapper {
  background: none;
}

.plyr__control--overlaid {
  background: rgba(96, 188, 255, 0.5);
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

header {
  font-family: "Biome", "Cairo", "Montserrat", "Lucida Grande", sans-serif;
  color: #334455;
}

body {
  font-family: "Biome", "Cairo", "Montserrat", "Lucida Grande", sans-serif;
  color: #334455;
  height: 100%;
  min-height: 100%;
}

img {
  max-width: 100%;
}

canvas {
  display: block;
}

.row {
  margin: auto;
  margin-bottom: 100px;
}

.row.row-reduced {
  max-width: 1400px;
}

.stretch {
  display: inline-block;
  -webkit-transform: scale(1.25, 1);
          transform: scale(1.25, 1);
  -webkit-transform-origin: top left;
          transform-origin: top left;
}

.component-video-arrow {
  background: url("../img/circlearrow.svg") no-repeat;
  background-size: 20px 20px;
  display: inline-block;
  margin: 0px 8px 4px 0px;
  height: 20px;
  width: 20px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  cursor: pointer;
}

.component-ul {
  list-style-type: none;
}

.component-li {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  vertical-align: middle;
  clear: both;
  padding-left: 1.2em;
  text-indent: -1.1em;
}

.component-li::before {
  content: '';
  background: url("../img/etc/circledot.svg") no-repeat;
  display: inline-block;
  margin-bottom: 0.25em;
  margin-right: 0.5em;
  height: 0.75em;
  width: 0.75em;
  vertical-align: middle;
}

.component-li:hover {
  color: #cc0000;
}

.component-seperator {
  background-color: #5f5f5f;
  height: 1px;
  width: 1px;
  margin: 20px;
}

.fycelium-inline {
  display: inline-block;
  color: #cc0000;
  font-weight: 600;
  height: 1em;
}

.page-title {
  margin-top: 80px;
  margin-bottom: 50px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.page-title .logo {
  height: 20vw;
  max-height: 120px;
  min-height: 30px;
  padding: 0px 40px 0px 40px;
}

.page-title .spacer {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
}

.page-title .title {
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  min-width: 300px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-align: center;
  padding-top: 20px;
  font-family: 'Biome Wide';
  font-size: 0.75em;
  line-height: 1.25em;
  color: #333333;
}

.page-title .title .component-seperator {
  width: 180px;
  margin: 10px 0px 10px 0px;
}

.page-title .title .artifact {
  padding-top: 5px;
  width: 140px;
}

.page-title::after {
  content: "";
  position: absolute;
  background: url(../img/asset/telecom.jpg) center center no-repeat;
  background-size: cover;
  width: 100%;
  height: 870px;
  top: 0;
  left: 0;
  opacity: 0.2;
  z-index: -1;
}

#particle {
  height: 620px;
}

#particles-bg {
  position: absolute;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}

#particles-bg .title {
  color: #334455;
  font-size: 3em;
  padding: 20px 0px 20px 80px;
}

#particles-bg .features {
  padding: 0px 0px 40px 60px;
  font-size: 1.5em;
  line-height: 1.25em;
}

#particles-bg .footer {
  padding-left: 60px;
  max-width: 650px;
  font-size: 1.1em;
  color: #577dd0;
}

#particles-bg .footer p {
  margin-top: 0.5em;
}

#particles-js {
  height: 100%;
}

.overview {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #f8f8f8;
  padding: 40px 0px 0px 40px;
  overflow: hidden;
}

.overview .left {
  max-width: 30%;
  min-width: 300px;
  padding-right: 40px;
}

.overview .left .logo {
  max-width: 280px;
}

.overview .left .caption {
  color: #577dd0;
  font-size: 1.25em;
  padding: 20px;
}

.overview .right {
  width: 60%;
  height: 400px;
  position: relative;
  padding-top: 40px;
}

.overview .right .overview-slide {
  position: absolute;
}

.overview .right .overview-slide .header {
  color: #334455;
  font-size: 2em;
  font-weight: 500;
}

.overview .right .overview-slide .title {
  padding: 30px 0 20px 0;
  font-size: 1.25em;
}

.overview .right .overview-slide .features {
  font-size: 1.25em;
  padding-left: 0.5em;
  line-height: 1.25em;
}

.section {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.section .top {
  width: 100%;
  padding: 0px 10px 0px 10px;
}

.section .top .title {
  color: #334455;
  font-size: 1.5em;
}

.section .top .header {
  color: #ff5566;
  font-size: 2.5em;
  padding-bottom: 20px;
}

.section .left {
  width: 40%;
  padding: 0px 40px 40px 10px;
}

.section .left .anim {
  padding-top: 5px;
  width: 100%;
}

.section .left .anim .background img {
  width: 100%;
}

.section .left .anim .background img.default {
  opacity: 1;
}

.section .left .anim .canvas {
  position: absolute;
}

.section .left .footer {
  font-size: 1.5em;
  color: #577dd0;
  padding-right: 20%;
  padding-top: 1em;
}

.section .left .features {
  font-size: 1.25em;
  padding-top: 1em;
  padding-left: 0.5em;
  line-height: 1.25em;
}

.section .right {
  width: 60%;
  max-width: 960px;
  padding: 0px 10px 0px 10px;
}

.section .right .vdo {
  background-color: #f4f4f4;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.2);
  border-radius: 15px;
}

.section .right .vdo video {
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  border-radius: 15px;
}

.section .right .details {
  max-width: 80%;
  font-size: 1em;
  padding-top: 2em;
}

.section .right .caption {
  height: 120px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section .right .caption .caption-item {
  color: #577dd0;
  font-size: 1.5em;
  -webkit-box-flex: 1;
      -ms-flex-positive: 1;
          flex-grow: 1;
  margin-top: 30px;
  max-width: 500px;
  min-width: 200px;
}

.section .right .caption .caption-item .anim {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.section .right .caption .caption-item .anim img {
  width: 50px;
  height: 50px;
  margin: 10px 20px 0px 0px;
}

.mobile {
  position: relative;
}

.mobile .bg {
  position: absolute;
  background-image: url(../img/asset/mobile-bg.png);
  background-size: cover;
  top: 0;
  left: 0;
  width: 100%;
  height: 580px;
  opacity: 0.2;
}

.mobile .header .inset-text {
  -webkit-box-pack: left;
      -ms-flex-pack: left;
          justify-content: left;
  color: #111111;
}

.mobile .header .inset-text::before {
  padding: 50px;
}

.mobile .header .inset-text::after {
  padding: 50px;
}

.mobile .mobile-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.mobile .mobile-content .space-before {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 100px;
}

.mobile .mobile-content .title {
  color: #577dd0;
  font-size: 1.5em;
  max-width: 320px;
}

.mobile .mobile-content .space-after {
  -webkit-box-flex: 2;
      -ms-flex-positive: 2;
          flex-grow: 2;
  max-width: 500px;
}

.mobile .mobile-content .details {
  padding: 40px;
  max-width: 700px;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 40% auto;
      grid-template-columns: 40% auto;
  -webkit-column-gap: 20px;
          column-gap: 20px;
  font-size: 1.25em;
}

.mobile .mobile-content .details .modules p {
  margin: 10px;
}

.mobile .mobile-content .details .modules div {
  color: #a85435;
  background-color: #bebebe66;
  padding: 10px;
  margin: 0 0 10px 0;
}

.mobile .mobile-content .details .functions {
  max-width: 350px;
}

.mobile .mobile-content .details .functions p {
  margin: 10px;
}

.mobile .mobile-content .details .functions div {
  color: #1b47a7;
  background-color: #bebebe66;
  padding: 10px;
  margin: 0 0 10px 0;
}

.inline-logo {
  height: 40px;
  display: inline-block;
}

.cloud-big {
  fill: #e95252;
  left: 20px;
}

.cloud-small {
  fill: #e44c4c;
  left: 20px;
}

.box-shadow {
  border-radius: 15px;
  margin-bottom: 140px;
  -webkit-box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.2);
          box-shadow: 0 4px 12px 0 rgba(0, 0, 0, 0.2), 0 8px 24px 0 rgba(0, 0, 0, 0.2);
}

.integrated {
  background-color: #ffffff;
  margin: 0 auto 160px auto;
}

.integrated .description {
  color: #334455;
  font-size: 1.5em;
  padding-top: 0.5em;
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.integrated .img-canvas {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 50px;
  width: 100%;
  height: 80vh;
  max-height: 70vw;
}

.integrated .img-canvas img {
  -o-object-fit: contain;
     object-fit: contain;
  width: 70%;
}

.site-reference {
  height: 500px;
  padding: 10px;
}

.site-reference .inset-panel {
  overflow: hidden;
  height: 100%;
}

.site-reference .inset-panel .image-array {
  padding-top: 70px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.site-reference .inset-panel .image-array img {
  max-height: 70px;
  max-width: 120px;
  -o-object-fit: contain;
     object-fit: contain;
  margin: 0 20px 0 20px;
}

.site-reference .inset-panel .description {
  padding-top: 70px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-flow: row wrap;
          flex-flow: row wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}

.site-reference .inset-panel .description .item {
  position: absolute;
  text-align: center;
  opacity: 0;
}

.site-reference .inset-panel .description .item .title {
  color: #577dd0;
  font-size: 1.5em;
}

.site-reference .inset-panel .description .item .details {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 1em;
  font-size: 1em;
  color: #334455;
}

.about {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 60% 60px auto;
      grid-template-columns: 60% 60px auto;
  padding: 0 20px 0 20px;
}

.about .header {
  color: #577dd0;
  font-size: 2.2em;
  margin-bottom: 10px;
}

.about .title {
  color: #334455;
  font-size: 1.3em;
  margin-bottom: 40px;
  padding-right: 20%;
}

.about .artifact .timeline {
  width: 100%;
  padding: 0 20px 40px 0;
}

.about .component-seperator {
  margin-top: 60px;
  height: 480px;
}

.about .contact .cards {
  position: relative;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto auto;
      grid-template-columns: auto auto;
  grid-gap: 20px;
  z-index: 0;
  width: 100%;
  max-width: 700px;
}

.about .contact .cards .qr {
  position: absolute;
  left: 75%;
  top: 45%;
  height: 80px;
  width: 80px;
  margin-top: -30px;
  margin-left: -35px;
  z-index: 1;
}

.about .contact .contact-info {
  padding-top: 20px;
}

.email {
  width: 30px;
  height: 30px;
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #da680b;
  background-image: url(../img/etc/email.svg);
  background-size: 20px 20px;
}

.facebook {
  width: 30px;
  height: 30px;
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #3b5998;
  background-image: url(../img/etc/facebook-white-logo.svg);
  background-size: 20px 20px;
}

.twitter {
  width: 30px;
  height: 30px;
  margin: 3px;
  display: inline-block;
  vertical-align: middle;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-position: center;
  background-color: #1da1f2;
  background-image: url(../img/etc/twitter-bird-white-logo.svg);
  background-size: 20px 17px;
}

.inset-panel {
  border-radius: 15px;
  padding: 50px 40px 30px 40px;
  background-color: #e4e4e4;
  -webkit-box-shadow: inset .1em .1em 0.5em #888888, inset .1em .1em 2em #bbbbbb;
          box-shadow: inset .1em .1em 0.5em #888888, inset .1em .1em 2em #bbbbbb;
}

.inset-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-size: 3em;
  font-weight: 600;
  text-align: center;
}

.inset-text:after {
  content: attr(title);
}

.inset-text:before {
  content: attr(title);
  position: absolute;
  margin: 2px 0 0 2px;
  color: #ffffff;
  opacity: 0.3;
  filter: alpha(opacity=20);
}

.jsx-1531937783 {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
}

.jsx-1531937783 .curve {
  display: block;
}

.jsx-1531937783 .dyvNGl {
  background-color: #f4f5f7;
  border-bottom: 10px solid #979c9e;
}

.jsx-1531937783 .eaIKnV {
  max-width: 100%;
  position: relative;
  width: 1785px;
  margin: auto;
  overflow: hidden;
}

.jsx-1531937783 .clwSal {
  width: 1785px;
  max-width: 100%;
  display: block;
  margin: auto;
}

.jsx-1531937783 .bzdZLs {
  position: absolute;
  left: 10%;
  height: 9%;
  bottom: 46%;
  -webkit-animation: 48s ease-in-out 0s infinite alternate none running bYtxRx;
          animation: 48s ease-in-out 0s infinite alternate none running bYtxRx;
}

.jsx-1531937783 .grdKUn {
  max-width: 100%;
  position: absolute;
  bottom: 0px;
  left: 0px;
  right: 0px;
  margin: auto;
}

.jsx-1531937783 .jiNoiy {
  height: 14%;
  position: absolute;
  min-height: 23px;
  bottom: 0px;
  left: -13%;
  -webkit-animation: 76s ease-in-out 24s infinite normal none running dSefEw;
          animation: 76s ease-in-out 24s infinite normal none running dSefEw;
}

.jsx-1531937783 .fOZIVz {
  height: 13%;
  position: absolute;
  min-height: 21px;
  bottom: -3px;
  -webkit-transform: scaleX(-1);
          transform: scaleX(-1);
  left: 100%;
  -webkit-animation: 84s ease-in-out 0s infinite normal none running jvCeum;
          animation: 84s ease-in-out 0s infinite normal none running jvCeum;
}

.jsx-1531937783 .ljfIAW {
  position: absolute;
  height: 12%;
  min-height: 20px;
  bottom: -1px;
  left: -6%;
  -webkit-animation: 69s ease-in-out 3s infinite normal none running jXWXfG;
          animation: 69s ease-in-out 3s infinite normal none running jXWXfG;
}

.jsx-1531937783 .hRRVGA {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 20px;
}

@-webkit-keyframes bYtxRx {
  0% {
    left: 4%;
  }
  3% {
    left: 4%;
  }
  97% {
    left: 64%;
  }
  100% {
    left: 64%;
  }
}

@keyframes bYtxRx {
  0% {
    left: 4%;
  }
  3% {
    left: 4%;
  }
  97% {
    left: 64%;
  }
  100% {
    left: 64%;
  }
}

@-webkit-keyframes dSefEw {
  0% {
    left: calc(-13%);
  }
  55% {
    left: 40%;
  }
  62% {
    left: 40%;
  }
  100% {
    left: calc(101%);
  }
}

@keyframes dSefEw {
  0% {
    left: calc(-13%);
  }
  55% {
    left: 40%;
  }
  62% {
    left: 40%;
  }
  100% {
    left: calc(101%);
  }
}

@-webkit-keyframes jvCeum {
  0% {
    left: calc(100%);
  }
  100% {
    left: calc(-10%);
  }
}

@keyframes jvCeum {
  0% {
    left: calc(100%);
  }
  100% {
    left: calc(-10%);
  }
}

@-webkit-keyframes jXWXfG {
  0% {
    left: calc(-6%);
  }
  100% {
    left: calc(103%);
  }
}

@keyframes jXWXfG {
  0% {
    left: calc(-6%);
  }
  100% {
    left: calc(103%);
  }
}

@media only screen and (max-width: 992px) {
  #particle {
    height: 570px;
  }
  .page-title {
    margin-top: 50px;
    margin-bottom: 40px;
  }
  .page-title .logo {
    height: 15vw;
    width: 100%;
  }
  .page-title .spacer {
    display: none;
  }
  .page-title .title {
    width: 100%;
  }
  .overview {
    padding: 20px 0px 0px 40px;
  }
  .overview .left {
    width: 90%;
    max-width: 90%;
    padding: 0;
  }
  .overview .left .caption {
    padding: 10px 0 0 0;
  }
  .overview .right {
    width: 90%;
    max-width: 90%;
    height: 380px;
    padding: 0px;
  }
  .overview .right .overview-slide .header {
    padding-top: 20px;
    font-size: 1.5em;
  }
  .overview .right .overview-slide .title {
    padding: 20px 0 20px 0;
    font-size: 1.2em;
  }
  .overview .right .overview-slide .features {
    font-size: 1em;
    padding-left: 0.25em;
  }
  .section .left .features {
    font-size: 1.0em;
  }
  .mobile .bg {
    height: 650px;
  }
  .mobile .header .inset-text {
    -webkit-box-pack: left;
        -ms-flex-pack: left;
            justify-content: left;
  }
  .mobile .header .inset-text::before {
    padding: 20px;
  }
  .mobile .header .inset-text::after {
    padding: 20px;
  }
  .mobile .mobile-content .space-before {
    max-width: 60px;
  }
  .mobile .mobile-content .details {
    padding: 20px;
  }
  .integrated {
    margin: 0 auto 100px auto;
  }
  .integrated .description {
    padding: 10px;
    width: 100%;
  }
  .integrated .img-canvas {
    padding-top: 20px;
  }
  .integrated .img-canvas img {
    width: 90%;
  }
  .about {
    padding: 10px;
    -ms-grid-columns: 100%;
        grid-template-columns: 100%;
  }
  .about .component-seperator {
    display: none;
  }
  .about .contact {
    max-width: 400px;
    padding-top: 40px;
  }
  .inset-text {
    font-size: 2.5em;
  }
}

@media only screen and (max-width: 600px) {
  .page-title::after {
    height: 850px;
  }
  #particles-bg .title {
    font-size: 2.1em;
    padding: 10px;
  }
  #particles-bg .features {
    font-size: 1.2em;
    padding: 20px;
  }
  #particles-bg .footer {
    font-size: 1.2em;
    padding: 10px;
  }
  .section .left {
    width: 100%;
  }
  .section .right {
    width: 100%;
  }
  .mobile .bg {
    height: 700px;
  }
  .mobile .mobile-content .details {
    padding: 10px;
  }
  .site-reference {
    margin-bottom: 40px;
    height: 620px;
  }
  .site-reference .inset-panel {
    padding: 20px 0 0 0;
  }
  .site-reference .inset-panel .image-array {
    padding-top: 30px;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .site-reference .inset-panel .image-array img {
    max-height: 60px;
    max-width: 50px;
    margin: 10px 10px 10px 10px;
  }
  .site-reference .inset-panel .description {
    padding-top: 40px;
  }
  .site-reference .inset-panel .description .item .title {
    padding-left: 50px;
    padding-right: 50px;
    font-size: 1.2em;
  }
  .site-reference .inset-panel .description .item .details {
    padding-top: 1em;
    font-size: 1em;
  }
  .inset-text {
    font-size: 2em;
  }
  .hRRVGA {
    font-size: 0.8em;
  }
}

@media only screen and (max-width: 400px) {
  #particles-bg {
    min-width: 300px;
  }
  #particles-bg .title {
    font-size: 1.8em;
    padding: 10px;
  }
  #particles-bg .features {
    font-size: 1.0em;
    padding: 20px;
  }
  #particles-bg .footer {
    font-size: 0.9em;
    padding: 10px;
  }
  .overview .left {
    font-size: 0.9em;
  }
  .overview .right {
    font-size: 0.95em;
  }
  .mobile {
    font-size: 0.8em;
  }
  .mobile .bg {
    height: 630px;
  }
}
