body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 16px;
  line-height: 22px;
}

h1 {
  margin-top: 0px;
  margin-bottom: 19px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 500;
}

p {
  margin-top: 0px;
  margin-bottom: 5px;
}



.section.main {
  min-height: 100%;
  margin-bottom: -60px;
  padding-bottom: 60px;
  width: auto;
  color: #fff;
  text-shadow: 0 1px 0 rgba(0, 0, 0, .23);
}

.cover {
   position: absolute;
   right: -100%;
   bottom: -100%;
   top: -100%;
   left: -100%;
   margin: auto;
   min-width: 100%;
   min-height: 100%;
   z-index: -100;
  background-color: rgba(0, 0, 0, .4);
  background-image: -webkit-linear-gradient(270deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  background-image: linear-gradient(180deg, rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
}


.section.footer {
  padding-top: 42px;
  padding-bottom: 42px;
  background-color: #2b2c2e;
  color: #e4e8eb;
  position: relative;
  text-align: center;
}

.section.footer.copyright {
  padding-top: 19px;
  padding-bottom: 19px;
  clear: left;
  background-color: #1c1d1f;
  color: #939596;
  font-size: 14px;
}

.app-name {
  text-align: center;
  margin-bottom: 3%;
}



.main-heading {
  display: block;
  margin-top: 8%;
  margin-bottom: 3%;
  color: #fff;
  font-size: 74px;
  line-height: 34px;
  text-align: center;
}

.main-subtitle {
  display: block;
  margin-bottom: 1px;
  padding-top: 1%;
  padding-bottom: 5%;
  font-size: 34px;
  line-height: 42px;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
  -webkit-column-count: 1;
  -moz-column-count: 1;
  column-count: 1;
}


.bold-text {
  font-weight: 400;
}



.size-position {
  position: fixed;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  display: block;
  overflow: visible;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  float: none;
  clear: none;
  font-size: 46px;
}

.icon-app {
  display: block;
  margin-top: 8%;
  margin-right: auto;
  margin-left: auto;
}

html.w-mod-js *[data-ix="fade-in-on-load-2"] {
  opacity: 0;
  -webkit-transform: translate(0px, 24px);
  -ms-transform: translate(0px, 24px);
  transform: translate(0px, 24px);
}

@media (max-width: 991px) {

  .main-subtitle {
    font-size: 130%;
    line-height: 1.5;
  }

  .main-heading {
    font-size: 250%;
    line-height: 1.3;
    margin-bottom: 2%;
  }

  .icon-app {
    max-width: 16%;
  }
  .icon-appstore {
    max-width: 38%;
  }
}

@media (max-width: 767px) {

  .main-subtitle {
    font-size: 130%;
    line-height: 1.5;
  }

  .main-heading {
    display: inline-block;
    vertical-align: middle;
    font-size: 250%;
    line-height: 1.3;
    margin-bottom: 2%;
    margin-left: 2%;
  }

  .icon-app {
    display: inline-block;
    max-width: 16%;
  }
  .icon-appstore {
    max-width: 38%;
  }
}

@media (max-width: 479px) {
  .section.main {
    overflow: visible;
    max-width: auto;
    margin-bottom: -40px;
  }
  .main-subtitle {
    font-size: 130%;
    line-height: 1.5;
  }

  .main-heading {
    display: block;
    font-size: 250%;
    line-height: 1.3;
    margin-bottom: 2%;
  }

  .icon-app {
    display: block;
    max-width: 26%;
  }
  .icon-appstore {
    max-width: 68%;
    margin-bottom: 8%;
  }

   .section.footer.copyright {
    padding-top: 9px;
    padding-bottom: 9px;
  }
}

