svg {
  overflow: visible; }

body {
  background: linear-gradient(340deg, #087a84 0%, #017789 44%, #206382 100%); }

/*
  Variables
*/
@font-face {
  font-family: "gotham";
  src: url("../fonts/Gotham-Light.eot");
  src: url("../fonts/Gotham-Light.eot?#iefix") format("embedded-opentype"), url("../fonts/Gotham-Light.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

body {
  font-family: "gotham";
  direction: ltr; }

/*
  Component :: Full page
*/
/*
 * fullPage 2.9.4
 * https://github.com/alvarotrigo/fullPage.js
 * MIT licensed
 *
 * Copyright (C) 2013 alvarotrigo.com - A project by Alvaro Trigo
*/
@CHARSET "ISO-8859-1";
/* Reset CSS
 * --------------------------------------- */
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre,
form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0; }

a {
  text-decoration: none; }

table {
  border-spacing: 0; }

fieldset, img {
  border: 0; }

address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal; }

strong {
  font-weight: bold; }

ol, ul {
  list-style: none;
  margin: 0;
  padding: 0; }

caption, th {
  text-align: left; }

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
  margin: 0;
  padding: 0;
  color: #444; }

q:before, q:after {
  content: ''; }

abbr, acronym {
  border: 0; }

/* Custom CSS
 * --------------------------------------- */
body {
  font-family: arial,helvetica;
  color: #333;
  color: rgba(0, 0, 0, 0.5); }

.wrap {
  margin-left: auto;
  margin-right: auto;
  width: 960px;
  position: relative; }

h1 {
  font-size: 6em; }

p {
  font-size: 2em; }

.intro p {
  width: 50%;
  margin: 0 auto;
  font-size: 1.5em; }

.section {
  text-align: center; }

#menu li {
  display: inline-block;
  margin: 10px;
  color: #000;
  background: #fff;
  background: rgba(255, 255, 255, 0.5);
  -webkit-border-radius: 10px;
  border-radius: 10px; }

#menu li.active {
  background: #666;
  background: rgba(0, 0, 0, 0.5);
  color: #fff; }

#menu li a {
  text-decoration: none;
  color: #000; }

#menu li.active a:hover {
  color: #000; }

#menu li:hover {
  background: rgba(255, 255, 255, 0.8); }

#menu li a,
#menu li.active a {
  padding: 9px 18px;
  display: block; }

#menu li.active a {
  color: #fff; }

#menu {
  position: fixed;
  top: 0;
  right: 0;
  text-align: right;
  height: 40px;
  z-index: 70;
  width: 100%;
  padding: 0;
  margin: 0; }

.twitter-share-button {
  position: fixed;
  z-index: 99;
  right: 149px;
  top: 9px; }

#download {
  margin: 10px 0 0 0;
  padding: 15px 10px;
  color: #fff;
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #49afcd;
  background-image: -moz-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -ms-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -webkit-gradient(linear, 0 0, 0 100%, from(#5bc0de), to(#2f96b4));
  background-image: -webkit-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: -o-linear-gradient(top, #5bc0de, #2f96b4);
  background-image: linear-gradient(top, #5bc0de, #2f96b4);
  background-repeat: repeat-x;
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#5bc0de', endColorstr='#2f96b4', GradientType=0);
  border-color: #2f96b4 #2f96b4 #1f6377;
  border-color: rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.1) rgba(0, 0, 0, 0.25);
  filter: progid:DXImageTransform.Microsoft.gradient(enabled=false);
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
  display: inline-block;
  -webkit-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  -moz-box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05);
  box-shadow: inset 0 1px 0 rgba(255, 255, 255, 0.2), 0 1px 2px rgba(0, 0, 0, 0.05); }

#download a {
  text-decoration: none;
  color: #fff; }

#download:hover {
  text-shadow: 0 -1px 0 rgba(0, 0, 0, 0.25);
  background-color: #2F96B4;
  background-position: 0 -15px;
  -webkit-transition: background-position .1s linear;
  -moz-transition: background-position .1s linear;
  -ms-transition: background-position .1s linear;
  -o-transition: background-position .1s linear;
  transition: background-position .1s linear; }

#infoMenu {
  height: 20px;
  color: #f2f2f2;
  position: fixed;
  z-index: 70;
  bottom: 0;
  width: 100%;
  text-align: right;
  font-size: 0.9em;
  padding: 8px 0 8px 0; }

#infoMenu ul {
  padding: 0 40px; }

#infoMenu li a {
  display: block;
  margin: 0 22px 0 0;
  color: #333; }

#infoMenu li a:hover {
  text-decoration: underline; }

#infoMenu li {
  display: inline-block;
  position: relative; }

#examplesList {
  display: none;
  background: #282828;
  -webkit-border-radius: 6px;
  -moz-border-radius: 6px;
  border-radius: 6px;
  padding: 20px;
  float: left;
  position: absolute;
  bottom: 29px;
  right: 0;
  width: 638px;
  text-align: left; }

#examplesList ul {
  padding: 0; }

#examplesList ul li {
  display: block;
  margin: 5px 0; }

#examplesList ul li a {
  color: #BDBDBD;
  margin: 0; }

#examplesList ul li a:hover {
  color: #f2f2f2; }

#examplesList .column {
  float: left;
  margin: 0 20px 0 0; }

#examplesList h3 {
  color: #f2f2f2;
  font-size: 1.2em;
  margin: 0 0 15px 0;
  border-bottom: 1px solid rgba(0, 0, 0, 0.4);
  -webkit-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  -moz-box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  box-shadow: 0 1px 0 rgba(255, 255, 255, 0.1);
  padding: 0 0 5px 0; }

/* Demos Menu
 * --------------------------------------- */
#demosMenu {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 999; }

html.fp-enabled,
.fp-enabled body {
  margin: 0;
  padding: 0;
  overflow: hidden;
  /*Avoid flicker on slides transitions for mobile phones #336 */
  -webkit-tap-highlight-color: transparent; }

#superContainer {
  height: 100%;
  position: relative;
  /* Touch detection for Windows 8 */
  -ms-touch-action: none;
  /* IE 11 on Windows Phone 8.1*/
  touch-action: none; }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  /* Safari<=5 Android<=3 */
  -moz-box-sizing: border-box;
  /* <=28 */
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  /* Safari<=6 Android<=4.3 */
  transition: all 0.3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  /* webkit (safari, chrome) browsers */
  -moz-user-select: none;
  /* mozilla browsers */
  -khtml-user-select: none;
  /* webkit (konqueror) browsers */
  -ms-user-select: none;
  /* IE10+ */
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  margin-top: -32px;
  top: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0); }

#fp-nav.right {
  right: 17px; }

#fp-nav.left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  left: 50%;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-slidesNav.bottom {
  bottom: 17px; }

.fp-slidesNav.top {
  top: 17px; }

#fp-nav ul,
.fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li,
.fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a,
.fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span,
.fp-slidesNav ul li a.active span,
#fp-nav ul li:hover a.active span,
.fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span,
.fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all 0.1s ease-in-out;
  -moz-transition: all 0.1s ease-in-out;
  -o-transition: all 0.1s ease-in-out;
  transition: all 0.1s ease-in-out; }

#fp-nav ul li:hover a span,
.fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0px 0px -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial, helvetica, sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip,
#fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity 0.2s ease-in;
  transition: opacity 0.2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.left {
  left: 20px; }

.fp-auto-height.fp-section,
.fp-auto-height .fp-slide,
.fp-auto-height .fp-tableCell {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive.fp-section,
.fp-responsive .fp-auto-height-responsive .fp-slide,
.fp-responsive .fp-auto-height-responsive .fp-tableCell {
  height: auto !important; }

/*
  Component :: Sections
*/
.c-section__one {
  background: linear-gradient(340deg, #8dcfd8 0%, #8dcfd8 18%, #e4f6f8 100%); }
  .c-section__one__logo {
    position: absolute;
    top: 56px;
    left: 50px;
    width: 185px;
    height: 91px;
    display: none; }
    @media (min-width: 1200px) {
      .c-section__one__logo {
        left: 56px;
        top: 78px; } }
    @media (min-width: 1400px) {
      .c-section__one__logo {
        left: 70px; } }
    @media (min-width: 2500px) {
      .c-section__one__logo {
        top: 138px;
        left: 132px;
        width: 330px;
        height: 162px; } }
    @media (orientation: portrait) and (max-width: 480px) {
      .c-section__one__logo {
        top: 40px;
        left: 30px;
        width: 140px;
        height: 69px; } }
    @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
      .c-section__one__logo {
        top: 40px;
        left: 30px;
        width: 150px;
        height: 73px; } }
    @media (orientation: landscape) and (max-width: 699px) and (max-height: 320px) {
      .c-section__one__logo {
        top: 20px; } }
  .c-section__one__intro {
    position: absolute;
    top: 208px;
    left: 124px;
    width: 250px;
    height: 132px;
    display: none; }
    @media (min-width: 1200px) {
      .c-section__one__intro {
        top: 260px;
        left: 128px;
        width: 295px;
        height: 156px; } }
    @media (min-width: 1400px) {
      .c-section__one__intro {
        top: 263px;
        left: 145px;
        width: 320px;
        height: 169px; } }
    @media (min-width: 2500px) {
      .c-section__one__intro {
        top: 465px;
        left: 264px;
        width: 524px;
        height: 277px; } }
    @media (orientation: portrait) and (max-width: 991px) {
      .c-section__one__intro {
        top: 363px;
        left: 56px;
        width: 260px;
        height: 138px; } }
    @media (orientation: portrait) and (max-width: 699px) {
      .c-section__one__intro {
        width: 210px;
        height: 111px; } }
    @media (orientation: portrait) and (max-width: 480px) {
      .c-section__one__intro {
        top: 250px;
        left: 30px;
        width: 130px;
        height: 69px; } }
    @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
      .c-section__one__intro {
        top: 150px;
        left: 30px;
        width: 200px;
        height: 106px; } }
    @media (orientation: landscape) and (max-width: 699px) and (max-height: 320px) {
      .c-section__one__intro {
        top: 130px; } }
  .c-section__one__get-started {
    position: absolute;
    top: 390px;
    left: 124px;
    width: 140px;
    height: 41px;
    display: none; }
    @media (min-width: 1200px) {
      .c-section__one__get-started {
        top: 447px;
        left: 128px;
        width: 140px;
        height: 41px; } }
    @media (min-width: 1400px) {
      .c-section__one__get-started {
        top: 464px;
        left: 145px;
        width: 150px;
        height: 44px; } }
    @media (min-width: 2500px) {
      .c-section__one__get-started {
        top: 794px;
        left: 264px;
        width: 246px;
        height: 72px; } }
    @media (orientation: portrait) and (max-width: 991px) {
      .c-section__one__get-started {
        top: 565px;
        left: 56px; } }
    @media (orientation: portrait) and (max-width: 699px) {
      .c-section__one__get-started {
        top: 500px; } }
    @media (orientation: portrait) and (max-width: 480px) {
      .c-section__one__get-started {
        top: 340px;
        left: 30px;
        width: 110px;
        height: 32px; } }
    @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
      .c-section__one__get-started {
        top: 280px;
        left: 30px;
        width: 130px;
        height: 38px; } }
    @media (orientation: landscape) and (max-width: 699px) and (max-height: 320px) {
      .c-section__one__get-started {
        top: 260px; } }
    .c-section__one__get-started:hover {
      cursor: pointer; }
  .c-section__one__illustration {
    height: 107%;
    display: none;
    margin-bottom: -13px;
    transform: translateX(107px); }
    @media (min-width: 1200px) {
      .c-section__one__illustration {
        height: 104%;
        transform: translateX(124px);
        margin-bottom: -15px; } }
    @media (min-width: 1400px) {
      .c-section__one__illustration {
        transform: translateX(90px); } }
    @media (min-width: 2500px) {
      .c-section__one__illustration {
        height: 102%;
        margin-bottom: -40px;
        transform: translateX(220px); } }
    @media (orientation: portrait) {
      .c-section__one__illustration {
        height: 80%;
        float: right;
        margin-bottom: 0; } }
    @media (orientation: portrait) and (max-width: 480px) {
      .c-section__one__illustration {
        height: 70%;
        transform: translateX(70px);
        margin-bottom: 0; } }
    .c-section__one__illustration .illustrations-image:hover {
      cursor: pointer; }

.c-section__two__heading {
  position: absolute;
  top: 56px;
  left: 50px;
  width: 150px;
  height: 44px; }
  @media (min-width: 1200px) {
    .c-section__two__heading {
      top: 80px;
      left: 55px;
      width: calc(150px * 1.2);
      height: calc(44px * 1.2); } }
  @media (min-width: 1400px) {
    .c-section__two__heading {
      left: 70px;
      width: calc(150px * 1.5);
      height: calc(44px * 1.5); } }
  @media (min-width: 2500px) {
    .c-section__two__heading {
      top: 140px;
      left: 133px;
      width: calc(150px * 2.65);
      height: calc(44px * 2.65); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-section__two__heading {
      left: 30px;
      width: calc(180px * 0.85);
      height: calc(53px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-section__two__heading {
      width: calc(180px * 0.75);
      height: calc(53px * 0.75); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-section__two__heading {
      top: 30px;
      left: 30px;
      width: calc(180px * 0.85);
      height: calc(53px * 0.85); } }

.c-section__two__illustration {
  width: 100%;
  height: 100%;
  display: none; }
  @media (min-width: 2500px) {
    .c-section__two__illustration {
      height: 91%;
      margin-bottom: -116px; } }
  .c-section__two__illustration__tower:hover {
    cursor: pointer; }
  .c-section__two__illustration__tower.active .c-section__two__illustration__signal {
    display: block !important; }
    .c-section__two__illustration__tower.active .c-section__two__illustration__signal path:nth-child(1) {
      display: block !important;
      opacity: 0.3 !important;
      visibility: visible !important; }
    .c-section__two__illustration__tower.active .c-section__two__illustration__signal path:nth-child(2) {
      display: block !important;
      opacity: 0.6 !important;
      visibility: visible !important; }
    .c-section__two__illustration__tower.active .c-section__two__illustration__signal path:nth-child(3) {
      display: block !important;
      opacity: 0.8 !important;
      visibility: visible !important; }
    .c-section__two__illustration__tower.active .c-section__two__illustration__signal path:nth-child(4) {
      display: block !important;
      opacity: 1 !important;
      visibility: visible !important; }

.c-section__three__heading {
  position: absolute;
  top: 56px;
  left: 50px;
  width: 315px;
  height: 44px; }
  @media (min-width: 1200px) {
    .c-section__three__heading {
      top: 80px;
      left: 55px;
      width: calc(315px * 1.2);
      height: calc(44px * 1.2); } }
  @media (min-width: 1400px) {
    .c-section__three__heading {
      left: 70px;
      width: calc(315px * 1.5);
      height: calc(44px * 1.5); } }
  @media (min-width: 2500px) {
    .c-section__three__heading {
      top: 140px;
      left: 133px;
      width: calc(315px * 2.65);
      height: calc(44px * 2.65); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-section__three__heading {
      left: 30px;
      top: 40px;
      width: calc(378px * 0.85);
      height: calc(53px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-section__three__heading {
      top: 30px;
      width: calc(378px * 0.75);
      height: calc(53px * 0.75); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-section__three__heading {
      top: 30px;
      left: 30px;
      width: calc(378px * 0.85);
      height: calc(53px * 0.85); } }

.c-section__three__illustration {
  width: 100%;
  height: 100%;
  display: none; }
  @media (min-width: 2500px) {
    .c-section__three__illustration {
      height: 91%;
      margin-bottom: -116px; } }
  .c-section__three__illustration__console:hover {
    cursor: pointer; }

.c-section__four__heading {
  position: absolute;
  top: 56px;
  left: 50px;
  width: 205px;
  height: 43px; }
  @media (min-width: 1200px) {
    .c-section__four__heading {
      top: 80px;
      left: 55px;
      width: calc(205px * 1.2);
      height: calc(43px * 1.2); } }
  @media (min-width: 1400px) {
    .c-section__four__heading {
      left: 70px;
      width: calc(205px * 1.5);
      height: calc(43px * 1.5); } }
  @media (min-width: 2500px) {
    .c-section__four__heading {
      top: 140px;
      left: 133px;
      width: calc(205px * 2.65);
      height: calc(43px * 2.65); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-section__four__heading {
      left: 30px;
      width: calc(247px * 0.85);
      height: calc(52px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-section__four__heading {
      width: calc(247px * 0.75);
      height: calc(52px * 0.75); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-section__four__heading {
      top: 30px;
      left: 30px;
      width: calc(247px * 0.85);
      height: calc(52px * 0.85); } }

.c-section__four__illustration {
  width: 100%;
  height: 100%;
  display: none;
  margin-left: -20px; }
  @media (min-width: 2500px) {
    .c-section__four__illustration {
      height: 91%;
      margin-bottom: -116px; } }
  .c-section__four__illustration__area:hover {
    cursor: pointer; }

.c-section__five__heading {
  position: absolute;
  top: 56px;
  left: 50px;
  width: 170px;
  height: 44px; }
  @media (min-width: 1200px) {
    .c-section__five__heading {
      top: 80px;
      left: 55px;
      width: calc(170px * 1.2);
      height: calc(44px * 1.2); } }
  @media (min-width: 1400px) {
    .c-section__five__heading {
      left: 70px;
      width: calc(170px * 1.5);
      height: calc(44px * 1.5); } }
  @media (min-width: 2500px) {
    .c-section__five__heading {
      top: 140px;
      left: 133px;
      width: calc(170px * 2.65);
      height: calc(44px * 2.65); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-section__five__heading {
      left: 30px;
      width: calc(204px * 0.85);
      height: calc(52px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-section__five__heading {
      width: calc(204px * 0.75);
      height: calc(52px * 0.75); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-section__five__heading {
      top: 30px;
      left: 30px;
      width: calc(204px * 0.85);
      height: calc(52px * 0.85); } }

.c-section__five__illustration {
  width: 100%;
  height: 100%;
  display: none; }
  @media (min-width: 2500px) {
    .c-section__five__illustration {
      height: 91%;
      margin-bottom: -116px; } }

.c-section__six__heading {
  position: absolute;
  top: 56px;
  left: 50px;
  width: 236px;
  height: 78px; }
  @media (min-width: 1200px) {
    .c-section__six__heading {
      top: 80px;
      left: 55px;
      width: calc(236px * 1.2);
      height: calc(78px * 1.2); } }
  @media (min-width: 1400px) {
    .c-section__six__heading {
      left: 70px;
      width: calc(236px * 1.5);
      height: calc(78px * 1.5); } }
  @media (min-width: 2500px) {
    .c-section__six__heading {
      top: 140px;
      left: 133px;
      width: calc(236px * 2.65);
      height: calc(78px * 2.65); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-section__six__heading {
      left: 30px;
      width: calc(284px * 0.85);
      height: calc(94px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-section__six__heading {
      width: calc(284px * 0.75);
      height: calc(94px * 0.75); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-section__six__heading {
      top: 30px;
      left: 30px;
      width: calc(284px * 0.85);
      height: calc(94px * 0.85); } }

.c-section__six__illustration {
  height: 124%;
  width: 105%;
  margin-top: -150px;
  margin-left: -40px;
  margin-right: -40px;
  display: none; }
  @media (min-width: 2500px) {
    .c-section__six__illustration {
      height: 112%;
      margin-top: -150px; } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-section__six__illustration {
      margin-top: -50px; } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-section__six__illustration {
      margin-top: -50px; } }
  .c-section__six__illustration__light {
    opacity: 0; }

/*
  Component :: Container
*/
.c-container {
  position: relative;
  height: calc(100vh - 100px);
  padding: 100px 60px 0;
  display: flex;
  align-items: center;
  justify-content: center; }
  .c-section__one .c-container {
    height: calc(100vh - 22px);
    padding-top: 22px;
    padding-bottom: 0; }
  @media (max-width: 991px) {
    .c-container {
      padding-left: 0;
      padding-right: 0; } }

/*
  Component :: Global items
*/
.c-global__fullscreen {
  position: fixed;
  bottom: 50px;
  right: 50px;
  z-index: 1000;
  width: 105px;
  height: 31px; }
  @media (min-width: 1200px) {
    .c-global__fullscreen {
      right: 55px;
      bottom: 55px; } }
  @media (min-width: 1400px) {
    .c-global__fullscreen {
      right: 70px;
      bottom: 70px;
      width: calc(105px * 1.16);
      height: calc(31px * 1.16); } }
  @media (min-width: 2500px) {
    .c-global__fullscreen {
      right: 132px;
      bottom: 132px;
      width: calc(105px * 2.2);
      height: calc(31px * 2.2); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-global__fullscreen {
      bottom: 40px;
      right: 30px;
      width: calc(105px * 0.85);
      height: calc(31px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-global__fullscreen {
      width: calc(105px * 0.65);
      height: calc(31px * 0.65); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-global__fullscreen {
      bottom: 30px;
      right: 30px;
      width: calc(105px * 0.85);
      height: calc(31px * 0.85); } }
  .c-global__fullscreen:hover {
    cursor: pointer; }

.c-global__case-studies {
  position: fixed;
  bottom: 50px;
  right: 190px;
  z-index: 1000;
  width: 113px;
  height: 32px;
  display: none; }
  @media (min-width: 1200px) {
    .c-global__case-studies {
      right: 195px;
      bottom: 55px; } }
  @media (min-width: 1400px) {
    .c-global__case-studies {
      right: 230px;
      bottom: 70px;
      width: calc(113px * 1.16);
      height: calc(32px * 1.16); } }
  @media (min-width: 2500px) {
    .c-global__case-studies {
      right: 420px;
      bottom: 132px;
      width: calc(113px * 2.2);
      height: calc(32px * 2.2); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-global__case-studies {
      bottom: 40px;
      right: 140px;
      width: calc(113px * 0.85);
      height: calc(32px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-global__case-studies {
      right: 110px;
      width: calc(113px * 0.65);
      height: calc(32px * 0.65); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-global__case-studies {
      bottom: 30px;
      right: 140px;
      width: calc(113px * 0.85);
      height: calc(32px * 0.85); } }

.c-global__home {
  position: fixed;
  bottom: 50px;
  left: 50px;
  width: 78px;
  height: 32px;
  z-index: 1000;
  display: none; }
  @media (min-width: 1200px) {
    .c-global__home {
      left: 55px;
      bottom: 55px; } }
  @media (min-width: 1400px) {
    .c-global__home {
      left: 70px;
      bottom: 70px;
      width: calc(78px * 1.16);
      height: calc(32px * 1.16); } }
  @media (min-width: 2500px) {
    .c-global__home {
      left: 132px;
      bottom: 132px;
      width: calc(78px * 2.2);
      height: calc(32px * 2.2); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-global__home {
      bottom: 42px;
      left: 30px;
      width: calc(78px * 0.85);
      height: calc(32px * 0.85); } }
  @media (orientation: portrait) and (max-width: 320px) {
    .c-global__home {
      width: calc(78px * 0.65);
      height: calc(32px * 0.65); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-global__home {
      bottom: 32px;
      left: 30px;
      width: calc(78px * 0.85);
      height: calc(32px * 0.85); } }
  .c-global__home:hover {
    cursor: pointer; }

.c-global__nav {
  position: fixed;
  top: 55px;
  right: 50px;
  width: 60px;
  height: 97px;
  z-index: 1000;
  display: none; }
  @media (min-width: 1200px) {
    .c-global__nav {
      right: 55px;
      top: 80px; } }
  @media (min-width: 1400px) {
    .c-global__nav {
      right: 70px;
      bottom: 70px;
      width: calc(60px * 1.16);
      height: calc(97px * 1.16); } }
  @media (min-width: 2500px) {
    .c-global__nav {
      right: 132px;
      top: 135px;
      width: calc(60px * 2.0);
      height: calc(97px * 2.0); } }
  @media (orientation: portrait) and (max-width: 480px) {
    .c-global__nav {
      right: 30px;
      width: calc(60px * 0.85);
      height: calc(97px * 0.85); } }
  @media (orientation: landscape) and (max-width: 699px) and (max-height: 375px) {
    .c-global__nav {
      top: 30px;
      right: 30px;
      width: calc(60px * 0.85);
      height: calc(97px * 0.85); } }
  .c-global__nav__item {
    fill: transparent; }
    .c-global__nav__item.active {
      fill: #6cd0d9 !important; }
    .c-global__nav__item:hover {
      cursor: pointer; }

#icon_nav:hover {
  cursor: pointer; }

/*
  Component :: WIFI
*/
.st15.wifi-top {
  stroke: #FFCF2C;
  opacity: 0;
  animation: wifiCycle 1.5s ease infinite;
  animation-delay: 0.2s; }
  .st15.wifi-top.delay40 {
    animation-delay: 0.6s; }
  .st15.wifi-top.delay80 {
    animation-delay: 1s; }
  .st15.wifi-top.delay90 {
    animation-delay: 1.1s; }

.st69.wifi-mid {
  stroke: #FFCF2C;
  opacity: 0;
  animation: wifiCycle 1.5s ease infinite;
  animation-delay: 0.1s; }
  .st69.wifi-mid.delay40 {
    animation-delay: 0.5s; }
  .st69.wifi-mid.delay80 {
    animation-delay: 0.9s; }
  .st69.wifi-mid.delay90 {
    animation-delay: 1s; }

.st68.wifi-low {
  stroke: #FFCF2C;
  opacity: 0;
  animation: wifiCycle 1.5s ease infinite;
  animation-delay: 0s; }
  .st68.wifi-low.delay40 {
    animation-delay: 0.4s; }
  .st68.wifi-low.delay80 {
    animation-delay: 0.8s; }
  .st68.wifi-low.delay90 {
    animation-delay: 0.9s; }

@keyframes wifiCycle {
  0%, 10%, 90%, 100% {
    opacity: .2; }
  40% {
    opacity: 1; } }

/*
  Compontent :: Pulse
*/
