@import url("https://fonts.googleapis.com/css?family=Montserrat&display=swap");
html,
body {
  margin: 0;
  padding: 0px;
  font-family: "Montserrat", sans-serif;
  height: 100%;
}

a {
  text-decoration: none;
}

.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
}

.center {
  display: flex;
  align-items: center;
  justify-content: center;
}

.container {
  max-width: 1500px;
  width: 100%;
  margin: 0 auto;
  box-sizing: border-box;
  padding: 0 70px;
}

@media screen and (max-width: 900px) {
  .container {
    padding: 0 50px;
  }
}
@media screen and (max-width: 480px) {
  .container {
    padding: 0 15px;
  }
}
.row {
  width: 100%;
  display: flex;
  justify-content: flex-start;
  flex-wrap: wrap;
}

.col {
  box-sizing: border-box;
}

.lgh {
  display: none;
}

.lg-12 {
  width: 100%;
}

.lg-9 {
  width: 75%;
}

.lg-8 {
  width: 66.666%;
}

.lg-7 {
  width: 58.333%;
}

.lg-6 {
  width: 50%;
}

.lg-4 {
  width: 33.333%;
}

.lg-5 {
  width: 41.666%;
}

.lg-3 {
  width: 25%;
}

.lg-2 {
  width: 16.666%;
}

.lg-20p {
  width: 20%;
}

@media screen and (max-width: 1024px) {
  .mdh {
    display: none;
  }

  .md-12 {
    width: 100%;
  }

  .md-9 {
    width: 75%;
  }

  .md-8 {
    width: 66.666%;
  }

  .md-7 {
    width: 58.333%;
  }

  .md-6 {
    width: 50%;
  }

  .md-5 {
    width: 41.666%;
  }

  .md-4 {
    width: 33.333%;
  }

  .md-3 {
    width: 25%;
  }

  .md-2 {
    width: 16.666%;
  }

  .md-20p {
    width: 20%;
  }
}
@media screen and (max-width: 768px) {
  .smh {
    display: none;
  }

  .sm-12 {
    width: 100%;
  }

  .sm-9 {
    width: 75%;
  }

  .sm-8 {
    width: 66.666%;
  }

  .sm-7 {
    width: 58.333%;
  }

  .sm-6 {
    width: 50%;
  }

  .sm-5 {
    width: 41.666%;
  }

  .sm-4 {
    width: 33.333%;
  }

  .sm-3 {
    width: 25%;
  }

  .sm-2 {
    width: 16.666%;
  }

  .sm-20p {
    width: 20%;
  }
}
@media screen and (max-width: 480px) {
  .xs-12 {
    width: 100%;
  }

  .xs-9 {
    width: 75%;
  }

  .xs-8 {
    width: 66.666%;
  }

  .xs-7 {
    width: 58.333%;
  }

  .xs-6 {
    width: 50%;
  }

  .xs-5 {
    width: 41.666%;
  }

  .xs-3 {
    width: 33.333%;
  }

  .xs-4 {
    width: 25%;
  }

  .xs-2 {
    width: 16.666%;
  }

  .xs-20p {
    width: 20%;
  }
}
@keyframes floating {
  from {
    transform: translate(0, 0px);
  }
  65% {
    transform: translate(0, 6px);
  }
  to {
    transform: translate(0, 0px);
  }
}
.rounded-btn {
  color: white;
  font-size: 14px;
  height: 50px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 40px;
  box-shadow: 0px 0px 19px -10px rgba(0, 0, 0, 0.75);
  transition: all 0.2s linear;
}
.rounded-btn:hover {
  box-shadow: none;
}

.page-wrap {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.page-wrap .container {
  padding-left: 40px;
  padding-right: 40px;
}
.page-wrap .content {
  margin: 0 auto;
  max-width: 900px;
  background: white;
  box-shadow: 0px 0px 18px -3px rgba(0, 0, 0, 0.2);
  padding: 50px;
  box-sizing: border-box;
  font-size: 14px;
  line-height: 30px;
  margin-bottom: 80px;
}
.page-wrap .content h1 {
  font-weight: normal;
}
.page-wrap header {
  display: flex;
  width: 100%;
  flex-shrink: 0;
  padding-top: 20px;
  padding-bottom: 50px;
  background-size: cover;
  position: relative;
}
.page-wrap header:before {
  position: absolute;
  content: "";
  top: 0px;
  left: 0px;
  width: 100%;
  height: 300px;
  background: #3986f8 url("./../../assets/img/bg.png");
  background-size: auto 600px;
  z-index: -1;
}
.page-wrap header .wrap {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 15px;
  padding-bottom: 15px;
}
.page-wrap header .wrap .logo {
  display: flex;
  align-items: center;
  color: black;
}
.page-wrap header .wrap .logo img {
  height: 32px;
}
.page-wrap header .wrap .logo .logo-title {
  font-size: 20px;
  margin-left: 10px;
}
.page-wrap header .wrap nav ul {
  padding: 0;
  margin: 0;
  list-style: none;
  display: flex;
  align-items: center;
}
.page-wrap header .wrap nav ul li a {
  margin-left: 10px;
  display: block;
  padding: 10px;
  font-size: 14px;
  color: white;
}
.page-wrap main {
  flex-grow: 1;
}
.page-wrap footer {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding-top: 45px;
  padding-bottom: 45px;
}
.page-wrap footer ul {
  list-style: none;
  display: flex;
  padding: 0px;
  margin: 0px;
}
.page-wrap footer ul li a {
  color: black;
  font-size: 14px;
  padding: 20px;
}
.page-wrap footer ul li a:first-child {
  padding-left: 0px;
}

body.mainpage {
  margin: 0px;
  background: url("./../img/bg-right1.png");
  background-size: cover;
}

.main-wrap {
  display: flex;
  overflow: hidden;
  font-family: "Montserrat";
  height: 100%;
}
.main-wrap .container {
  max-width: 1350px;
}
.main-wrap p {
  line-height: 36px;
  font-size: 12px;
}
.main-wrap h1 {
  font-weight: 100;
  font-size: 34px;
  line-height: 60px;
}
.main-wrap h2 {
  font-size: 30px;
  margin-bottom: 0px;
  font-weight: 100;
  line-height: 52px;
}
.main-wrap h3 {
  font-weight: 500;
}
.main-wrap .main__content {
  width: 50%;
  flex-shrink: 0;
  padding: 25px 35px;
  box-sizing: border-box;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
}
.main-wrap .main__content header {
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-wrap .main__content header .logo img {
  width: 28px;
  height: auto;
}
.main-wrap .main__content header ul {
  list-style: none;
}
.main-wrap .main__content header ul li a {
  color: black;
  padding: 8px;
  font-size: 14px;
}
.main-wrap .main__content main {
  flex-grow: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  padding-left: 70px;
  padding-right: 50px;
}
.main-wrap .main__content main h1 {
  color: #3986f8;
  font-size: 80px;
  font-weight: bold;
  margin: 0;
  margin-left: -7px;
}
.main-wrap .main__content main p {
  margin-top: 30px;
  font-size: 16px;
  line-height: 42px;
  max-width: 440px;
}
.main-wrap .main__content main .install-btn {
  margin-top: 20px;
  display: flex;
  justify-content: center;
  background: #2cc489;
  color: white;
  border-bottom: 3px solid #23986a;
  border-radius: 13px;
  padding: 18px 0;
  font-size: 20px;
  width: 180px;
}
.main-wrap .main__content footer {
  flex-shrink: 0;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.main-wrap .main__content footer .benefits {
  display: flex;
  align-items: center;
}
.main-wrap .main__content footer .benefits .item {
  display: flex;
  align-items: center;
  font-size: 16px;
  margin-right: 35px;
}
.main-wrap .main__content footer .benefits .item img {
  margin-right: 7px;
  width: 15px;
  height: auto;
}
.main-wrap .main__content footer ul {
  list-style: none;
}
.main-wrap .main__content footer ul li a {
  color: black;
  padding: 8px;
  font-size: 14px;
}
.main-wrap .main__illustration {
  width: 50%;
  box-sizing: border-box;
  flex-shrink: 0;
  padding: 0 6px;
  background: #3986f8;
}

.install-page {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.install-page .content {
  display: flex;
  flex-direction: column;
  padding-top: 65px;
  padding-bottom: 100px;
}
.install-page .content .logo-icon {
  width: 170px;
  align-self: center;
  height: auto;
}
.install-page .content .title {
  margin-top: 30px;
  font-size: 38px;
  line-height: 70px;
  text-align: center;
}
.install-page .content .subtitle {
  font-size: 30px;
  line-height: 70px;
  text-align: center;
}

.uninstall .content .subtitle {
  margin-top: 40px;
  font-size: 22px;
  line-height: 52px;
}

/*# sourceMappingURL=style.css.map */
