* {
  font-size: 100%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}

*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
          box-sizing: inherit;
}

body {
  color: white;
  font-family: "Open Sans", sans-serif;
  font-weight: 400;
  font-size: 0.875rem;
  background: #181f2a;
}

.btn {
  position: relative;
  color: white;
  font-weight: 700;
  background-image: -webkit-gradient(linear, left top, right top, from(#65e2d9), to(#339ecc));
  background-image: linear-gradient(to right, #65e2d9, #339ecc);
  font-size: 13px;
  padding: 16px 82px;
  border-radius: 26px;
  border: none;
  overflow: hidden;
  cursor: pointer;
}

.btn::before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(255, 255, 255, 0.4);
  opacity: 0;
  -webkit-transition: opacity 150ms ease-in-out;
  transition: opacity 150ms ease-in-out;
}

.btn:hover::before {
  opacity: 1;
}

.hide {
  visibility: hidden;
}

.header {
  background-color: #1c2431;
  padding-top: 25px;
  padding-right: 25px;
  padding-left: 20px;
  padding-bottom: 40px;
}

@media (min-width: 64em) {
  .header {
    padding: 72px 80px;
  }
}

.header__logo {
  width: 80px;
  height: auto;
}

@media (min-width: 64em) {
  .header__logo {
    width: 176px;
    height: auto;
  }
}

.header__menu {
  float: right;
}

@media (min-width: 64em) {
  .header__menu {
    padding-top: 18px;
  }
}

.header__menu a {
  color: white;
  text-decoration: none;
  font-family: "Raleway", sans-serif;
  font-size: 12px;
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}

@media (min-width: 64em) {
  .header__menu a {
    font-size: 14px;
  }
}

.header__menu a:not(:last-child) {
  margin-right: 25px;
}

.header__menu a:hover {
  font-weight: 700;
  border-bottom: 1px solid white;
}

.hero__img {
  position: relative;
  padding: 0 36px;
  padding-bottom: 34px;
}

@media (min-width: 64em) {
  .hero__img .intro {
    width: 752px;
    margin: auto;
  }
}

.hero__img .intro img {
  width: 100%;
  height: auto;
}

@media (min-width: 64em) {
  .hero__img .wave__mobile {
    display: none;
  }
}

.hero__img .wave__mobile img {
  background-color: #1c2431;
  position: absolute;
  width: 100%;
  height: auto;
  top: 0%;
  left: 0;
  padding-top: 50%;
  z-index: -1;
}

.hero__img .wave__desktop {
  display: none;
}

@media (min-width: 64em) {
  .hero__img .wave__desktop {
    display: initial;
  }
  .hero__img .wave__desktop img {
    background-color: #1c2431;
    position: absolute;
    width: 100%;
    height: auto;
    top: 0%;
    left: 0;
    padding-top: 665px;
    z-index: -1;
  }
}

.hero__text {
  padding: 0 36px;
  text-align: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

@media (min-width: 64em) {
  .hero__text {
    width: 752px;
    margin: 0 auto;
  }
}

.hero__text .hero__h1 {
  font-family: "Raleway", sans-serif;
  font-size: 24px;
  line-height: 1.4;
  padding-bottom: 18px;
}

@media (min-width: 64em) {
  .hero__text .hero__h1 {
    font-size: 38px;
    padding-bottom: 42px;
    line-height: 1.5;
  }
}

.hero__text .hero__paragraph {
  line-height: 1.4;
  padding-bottom: 33px;
}

@media (min-width: 64em) {
  .hero__text .hero__paragraph {
    font-size: 22px;
  }
}

@media (min-width: 64em) {
  .hero .hero__btn {
    font-size: 14px;
    padding: 22px 94px;
    border-radius: 29px;
  }
}

.hero .btn-center {
  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;
  padding-bottom: 131px;
}

@media (min-width: 64em) {
  .hero .btn-center {
    padding-bottom: 164px;
  }
}

.hero2 {
  padding: 0 36px;
  padding-bottom: 153px;
}

@media (min-width: 64em) {
  .hero2 {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    padding-left: 100px;
    padding-right: 115px;
    grid-column-gap: 55px;
  }
}

.hero2__img img {
  width: 100%;
  height: auto;
  padding-bottom: 52px;
}

.hero2 .hero2__h2 {
  text-align: center;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 22px;
}

.hero2 .hero2__h2 br {
  display: none;
}

@media (min-width: 64em) {
  .hero2 .hero2__h2 {
    font-size: 42px;
    text-align: left;
    line-break: auto;
    padding-top: 100px;
  }
  .hero2 .hero2__h2 br {
    display: initial;
  }
}

.hero2 .hero2__paragraph {
  padding-bottom: 20px;
  font-size: 13px;
}

@media (min-width: 64em) {
  .hero2 .hero2__paragraph {
    font-size: 17px;
  }
}

.hero2 .border-bt {
  position: relative;
  width: 140px;
  border-bottom: 1px solid #65e2d9;
  padding-bottom: 4px;
  -webkit-transition: border-color ease-in-out 150ms;
  transition: border-color ease-in-out 150ms;
}

@media (min-width: 64em) {
  .hero2 .border-bt {
    width: 176px;
  }
}

.hero2 .border-bt .hero2__link {
  color: #65e2d9;
  font-size: 13px;
  font-weight: 400;
  text-decoration: none;
  -webkit-transition: color ease-in-out 150ms;
  transition: color ease-in-out 150ms;
}

@media (min-width: 64em) {
  .hero2 .border-bt .hero2__link {
    font-size: 17px;
  }
}

.hero2 .border-bt .hero2__link svg {
  position: absolute;
  padding-left: 7px;
  bottom: 4px;
}

.hero2 .border-bt .hero2__link svg use {
  -webkit-transition: fill ease-in-out 150ms;
  transition: fill ease-in-out 150ms;
}

.hero2 .border-bt:hover {
  border-color: white;
}

.hero2 .border-bt:hover .hero2__link {
  color: white;
}

.hero2 .border-bt:hover .hero2__link .svg use {
  fill: white;
}

.feature {
  text-align: center;
  padding: 0 36px;
  padding-bottom: 74px;
}

.feature .feature__img {
  width: auto;
  height: 54px;
  padding-bottom: 37px;
}

@media (min-width: 64em) {
  .feature .feature__img {
    width: auto;
    height: 78px;
  }
}

.feature .feature__h2 {
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  font-weight: 700;
  padding-bottom: 14px;
}

@media (min-width: 64em) {
  .feature .feature__h2 {
    font-size: 20px;
  }
}

.feature .feature__paragraph {
  padding-bottom: 88px;
  font-size: 14px;
  line-height: 1.5;
}

@media (min-width: 64em) {
  .feature__grid {
    width: 910px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
    grid-column-gap: 150px;
  }
}

.comments {
  padding-bottom: 120px;
}

@media (min-width: 64em) {
  .comments {
    max-width: 1162px;
    margin: 0 auto;
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: (1fr)[3];
        grid-template-columns: repeat(3, 1fr);
    grid-column-gap: 40px;
    padding: 0 10px;
  }
}

.comments__item {
  width: 260px;
  margin: auto;
  background-color: #202a3c;
  padding: 0 20px;
  padding-top: 30px;
  padding-bottom: 22px;
  margin-bottom: 23px;
  border-radius: 5px;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.9);
}

@media (min-width: 64em) {
  .comments__item {
    width: auto;
    padding: 0 26px;
    padding-top: 42px;
    padding-bottom: 26px;
  }
}

.comments__item .comments__paragraph {
  font-size: 11px;
  padding-bottom: 20px;
}

@media (min-width: 64em) {
  .comments__item .comments__paragraph {
    font-size: 14px;
    padding-bottom: 24px;
  }
}

.comments__item .comments__author img {
  max-width: 25px;
  border-radius: 50%;
  float: left;
  margin-right: 7px;
}

.comments__item .comments__author .name {
  font-size: 10px;
  font-weight: 700;
}

.comments__item .comments__author .job {
  font-size: 8px;
}

.absolute {
  position: relative;
}

.absolute .quotes {
  position: absolute;
  top: -16px;
  left: 10px;
}

@media (min-width: 64em) {
  .absolute .quotes {
    top: -33px;
    left: -11px;
    z-index: -1;
  }
}

.absolute .quotes img {
  width: 22px;
  height: auto;
}

@media (min-width: 64em) {
  .absolute .quotes img {
    width: 54px;
    height: auto;
  }
}

.earlyAccess {
  position: relative;
  background-color: #1c2431;
  width: 275px;
  margin: auto;
  padding: 30px;
  padding-top: 45px;
  padding-bottom: 36px;
  border-radius: 10px;
  text-align: center;
  -webkit-box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.9);
          box-shadow: 0px 3px 12px rgba(0, 0, 0, 0.9);
}

@media (min-width: 64em) {
  .earlyAccess {
    width: 802px;
    padding-top: 45px;
    padding-bottom: 40px;
    margin-top: 180px;
  }
}

.earlyAccess__h2 {
  font-family: "Raleway", sans-serif;
  font-size: 16px;
  padding-bottom: 23px;
  font-weight: 700;
}

@media (min-width: 64em) {
  .earlyAccess__h2 {
    font-size: 34px;
  }
}

.earlyAccess__paragraph {
  font-size: 14px;
  padding-bottom: 33px;
}

@media (min-width: 64em) {
  .earlyAccess__paragraph {
    font-size: 14px;
    padding-left: 90px;
    padding-right: 90px;
  }
}

.earlyAccess__input {
  width: 200px;
  font-size: 13px;
  padding: 16px 30px;
  border-radius: 26px;
  border: none;
  margin-bottom: 23px;
  -webkit-box-shadow: inset 2px 2px 2px #b3b0b0;
          box-shadow: inset 2px 2px 2px #b3b0b0;
}

@media (min-width: 64em) {
  .earlyAccess__input {
    width: 420px;
    margin-right: 30px;
  }
}

.earlyAccess__input:focus {
  border: none;
  outline: 0;
}

.earlyAccess .erro-msg {
  color: #ff4242;
  font-size: 10px;
}

@media (min-width: 64em) {
  .earlyAccess .erro-msg {
    position: absolute;
    left: 95px;
    bottom: 45px;
  }
}

.earlyAccess__btn {
  padding: 16px 70px;
  margin-top: 10px;
}

@media (min-width: 64em) {
  .earlyAccess__btn {
    padding: 16px 50px;
  }
}

.background {
  padding-bottom: 73px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(42%, #181f2a), color-stop(0%, #0b1523));
  background: linear-gradient(#181f2a 42%, #0b1523 0%);
}

.footer {
  background-color: #0b1523;
}

.footer__logo__img {
  padding-left: 38px;
  padding-bottom: 44px;
}

@media (min-width: 64em) {
  .footer__logo__img {
    padding-left: 118px;
  }
}

.footer .location {
  position: relative;
  margin-left: 27px;
  margin-bottom: 22px;
}

@media (min-width: 64em) {
  .footer .location {
    margin-left: 0;
  }
}

.footer .location img {
  position: absolute;
  float: left;
  top: 8px;
}

.footer .location .adreass {
  margin-left: 27px;
  margin-right: 32px;
  font-size: 16px;
  line-height: 1.5;
}

@media (min-width: 64em) {
  .footer .location .adreass {
    max-width: 324px;
  }
}

.footer .contact {
  margin-left: 27px;
  margin-bottom: 88px;
}

.footer .contact img {
  margin-right: 8px;
  height: 15px;
  width: auto;
}

.footer .contact .phone {
  margin-bottom: 26px;
}

.footer .footer_links a {
  margin-left: 27px;
  text-decoration: none;
  color: white;
  font-size: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 18px;
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}

.footer .footer_links a:hover {
  font-weight: 700;
}

.footer .col1 {
  margin-bottom: 48px;
}

.footer .col2 {
  margin-bottom: 62px;
}

.footer .footer__social {
  text-align: center;
  margin-bottom: 43px;
}

@media (min-width: 64em) {
  .footer .footer__social {
    text-align: right;
  }
}

.footer .footer__social a {
  position: relative;
  color: white;
  font-size: 14px;
  -webkit-transition: color ease-in-out 150ms;
  transition: color ease-in-out 150ms;
}

.footer .footer__social a:not(:last-child) {
  margin-right: 20px;
}

.footer .footer__social a::before {
  position: absolute;
  content: "";
  min-width: 28px;
  min-height: 28px;
  border: 1px solid white;
  border-radius: 50%;
  top: -5px;
  right: -9px;
  -webkit-transition: ease-in-out 150ms;
  transition: ease-in-out 150ms;
}

.footer .footer__social a:hover {
  color: #65e2d9;
}

.footer .footer__social a:hover::before {
  border-color: #65e2d9;
}

@media (min-width: 64em) {
  .footer__grid {
    display: -ms-grid;
    display: grid;
    -ms-grid-columns: 2fr 1.5fr (1fr)[3];
        grid-template-columns: 2fr 1.5fr repeat(3, 1fr);
    padding-left: 118px;
    padding-right: 80px;
  }
}
/*# sourceMappingURL=main.css.map */