.btn-main, .btn-main-s {
  background-color: #0075FF;
  color: white;
  padding: 0.25rem 1.5rem;
  border-radius: 0.25rem;
  border: none;
  border: 1px solid #0075FF;
}
.btn-main:hover, .btn-main-s:hover {
  background-color: white;
  color: #0075FF;
  border: solid 1px #0075FF;
}
.btn-main-s {
  font-size: 0.75rem;
  padding: 0.1rem 1rem;
}

.btn-sec, .btn-sec-s {
  padding: 0.25rem 1.5rem;
  border-radius: 0.25rem;
  color: #000;
  background-color: transparent;
  border: none;
}
.btn-sec:hover, .btn-sec-s:hover {
  color: #888;
}
.btn-sec-s {
  font-size: 0.75rem;
  padding: 0.1rem 1rem;
}

.main-menu {
  margin-bottom: 0;
}
.main-menu li {
  list-style: none;
  display: inline;
  font-size: 0.75rem;
  margin-right: 2rem;
}
.main-menu a {
  color: #000;
  text-decoration: none;
}
.main-menu a:hover {
  text-decoration: underline;
}

.icon-sm i {
  font-size: 1.25rem;
  padding: 0.4rem 0.65rem;
  border-radius: 50%;
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2509803922);
  color: #0075FF;
}

.benefit {
  display: flex;
  flex-direction: column;
}
.benefit .icon {
  color: #0075FF;
  font-size: 7.5rem;
  text-align: center;
}
.benefit .description .title {
  font-size: 2rem;
  text-align: center;
}
.benefit .description .text {
  color: #888;
  font-weight: 600;
  text-align: center;
}
.benefit .cta {
  margin-top: 3rem;
  color: #0075FF;
  font-weight: 600;
  text-align: center;
}

.icon-desc {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.icon-desc i {
  padding: 0;
  color: #0075FF;
  font-size: 10rem;
  text-align: center;
}
.icon-desc .title {
  font-size: 1.5rem;
  font-weight: 600;
  margin-top: -1rem;
  text-align: center;
}

body {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.nav {
  display: flex;
  align-items: center;
  justify-content: space-around;
  width: 100%;
  height: 4rem;
  border-bottom: solid 1px #ddd;
}

.logo img {
  max-width: 7rem;
}

.sec-home {
  display: flex;
  align-items: center;
  width: 100%;
  max-width: 992px;
  margin: auto;
  padding: 3rem;
}
.sec-home .home-cta {
  flex: 1;
}
.sec-home .home-cta .cta-text {
  color: #0075FF;
}
.sec-home .home-cta .home-title {
  width: 20rem;
  font-size: 3rem;
}
.sec-home .home-description {
  width: 300px;
}
.sec-home .lead-magnet .input-col {
  max-width: 200px;
}

.sec-features, .sec-onboarding .intro, .sec-benefits .intro {
  width: 100%;
  max-width: 992px;
  margin: auto;
  padding: 3rem;
}
.sec-features .intro, .sec-onboarding .intro .intro, .sec-benefits .intro .intro {
  text-align: center;
}
.sec-features .intro h3, .sec-onboarding .intro .intro h3, .sec-benefits .intro .intro h3 {
  font-size: 1.8rem;
}
.sec-features .intro p, .sec-onboarding .intro .intro p, .sec-benefits .intro .intro p {
  font-size: 0.8rem;
  color: #888;
}
.sec-features .features, .sec-onboarding .intro .features, .sec-benefits .intro .features {
  display: flex;
  gap: 1rem;
  align-items: center;
}
.sec-features .features .text, .sec-onboarding .intro .features .text, .sec-benefits .intro .features .text {
  padding: 2rem 0;
  flex: 1;
}
.sec-features .features .feature, .sec-onboarding .intro .features .feature, .sec-benefits .intro .features .feature {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.sec-features .features .feature .description, .sec-onboarding .intro .features .feature .description, .sec-benefits .intro .features .feature .description {
  margin-left: 1rem;
  max-width: 20rem;
}
.sec-features .features .feature .description-title, .sec-onboarding .intro .features .feature .description-title, .sec-benefits .intro .features .feature .description-title {
  font-size: 1.15rem;
}
.sec-features .features .feature .description-text, .sec-onboarding .intro .features .feature .description-text, .sec-benefits .intro .features .feature .description-text {
  font-size: 1rem;
}
.sec-features .features .image img, .sec-onboarding .intro .features .image img, .sec-benefits .intro .features .image img {
  max-width: 30rem;
}

.sec-benefits {
  border-top: 1px solid #ddd;
}
.sec-benefits .intro h3 {
  text-align: center;
}
.sec-benefits .intro p {
  text-align: center;
  color: #888;
}
.sec-benefits .benefit-cards {
  width: 100%;
  padding: 0 2rem 2rem 2rem;
}

.sec-kpis {
  background-color: #0075FF;
  color: white;
  padding: 4rem;
  width: 100%;
}
.sec-kpis .kpi {
  display: flex;
  flex-direction: column;
  align-items: center;
}
.sec-kpis .kpi .number {
  font-size: 3.5rem;
  font-weight: 600;
}
.sec-kpis .kpi .desc {
  font-size: 0.9rem;
  color: rgba(255, 255, 255, 0.6666666667);
}

.sec-onboarding .intro h3 {
  text-align: center;
}
.sec-onboarding .intro p {
  color: #888;
  text-align: center;
}
.sec-onboarding .steps {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 0 7rem;
}
.sec-onboarding .steps .step-separator {
  flex: 1;
  border-top: 2px solid #ddd;
  margin: 0 1rem;
}

.sec-footer-cta {
  margin-top: 70px;
  background-color: #F4F8FE;
  padding: 5rem;
  background-image: url(../assets/img/bg.png);
  background-repeat: no-repeat;
  background-position: 100%;
}
.sec-footer-cta .footer-cta {
  width: 50%;
}
.sec-footer-cta .cta-title {
  font-size: 2rem;
}
.sec-footer-cta .cta-description {
  font-size: 1.1rem;
}

@media (max-width: 768px) {
  .sec-onboarding .intro h3 {
    font-size: 2rem;
  }
  .sec-onboarding .intro p {
    font-size: 1rem;
  }
  .sec-onboarding .steps {
    flex-direction: column;
  }
  .sec-onboarding .steps .icon-desc .title {
    text-align: center;
  }
  .sec-footer-cta {
    background-image: none;
  }
  .sec-footer-cta .footer-cta {
    width: 100%;
    text-align: center;
  }
  .sec-benefits .intro {
    text-align: center;
  }
  .sec-benefits h3 {
    font-size: 2rem;
  }
  .sec-features .intro h3, .sec-benefits .intro .intro h3, .sec-onboarding .intro .intro h3 {
    font-size: 2rem;
  }
  .sec-features .intro p, .sec-benefits .intro .intro p, .sec-onboarding .intro .intro p {
    font-size: 1rem;
  }
}

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