.navbar-brand a {
  text-decoration: none;
  color: #F77632;
  font-family: "Open Sans";
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.3%; /* 71.514px */
  letter-spacing: -1.74px;
}

.main-banner {
  background: #F77632;
  width: 100%;
  padding: 2.5em 0;
}
.main-banner .slogans {
  color: #FFF;
}
.main-banner .slogans .icons-list i {
  font-size: 22px;
  margin-right: .25em;
}
.main-banner .slogans .title {
  color: #FDFDFD;
  font-family: "Open Sans";
  font-size: 58px;
  font-style: normal;
  font-weight: 700;
  line-height: 123.3%; /* 71.514px */
  letter-spacing: -1.74px;
  margin: .3em 0 .5em;
}
.main-banner .slogans .subtitle {
  color: #FFF;
  font-family: Inter;
  font-size: 24px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.3%; /* 34.392px */
}
.main-banner .forms {
  margin: 0 auto;
  max-width: 470px;
  border-radius: 12px;
  background: #FDFDFD;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
  padding: 25px;
  text-align: left;
  color: #222;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.3%; /* 20.062px */
  letter-spacing: -0.42px;
}
.main-banner .forms .platforms {
  width: 60%;
  margin: 0 auto;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(148, 148, 148, 0.31);
}
.main-banner .forms .platforms img {margin-right: 15px;}
.main-banner .forms .title {
  text-align: left;
  color: #D9742E;
  font-family: "Open Sans";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 143.3%; /* 22.928px */
  letter-spacing: -0.48px;
}
.main-banner .forms .form-label {
  color: #222;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.3%; /* 20.062px */
  letter-spacing: -0.42px;
}
.main-banner .forms span {
  color: #FF0002;
}
.main-banner .forms input.form-control {
  border-radius: 12px;
  border: 1px solid rgba(148, 148, 148, 0.31);
  background: #F7F8FA;
}
.main-banner .forms button.btn {
  border-radius: 12px;
  background: #1E2E7B;  
  color: #FDFDFD;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.8px; /* 137.778% */
  letter-spacing: 0.36px;
}

/* advantages */
.advantages .title {
  color: #000;
  font-family: Inter;
  font-size: 40px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 56px */
}
.advantages .desc {
  color: #000;
  font-family: Inter;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 22.88px */
}
.advantages a.btn {
  border-radius: 12px;
  background: #F77632;
  color: #FDFDFD;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.8px; /* 137.778% */
  letter-spacing: 0.36px;
}

.advantages .platforms img {
  margin: 0 17px;
}

.kickstart {
  background: #F7F8FA;
  padding: 100px 0;
}
.kickstart .title {
  color: #222;
  font-family: "Open Sans";
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 140%; /* 78.4px */
  letter-spacing: -1.68px;
}
.kickstart .desc {
  color: #000;
  font-family: Inter;
  font-size: 22px;
  font-style: normal;
  font-weight: 400;
  line-height: 143%; /* 31.46px */
}

.kickstart form {
  padding: 25px;
  margin: 0 auto;
  max-width: 470px;
  border-radius: 12px;
  background: #FDFDFD;
  box-shadow: 0px 8px 8px 0px rgba(0, 0, 0, 0.15);
}

.kickstart form input.form-control {
  border-radius: 12px;
  border: 1px solid rgba(148, 148, 148, 0.31);
  background: #F7F8FA;
}
.kickstart form .form-label {
  color: #222;
  font-family: "Open Sans";
  font-size: 14px;
  font-style: normal;
  font-weight: 400;
  line-height: 143.3%; /* 20.062px */
  letter-spacing: -0.42px;
}
.kickstart form span {
  color: #FF0002;
}
.kickstart form button.btn {
  border-radius: 12px;
  background: #1E2E7B;  
  color: #FDFDFD;
  text-align: center;
  text-shadow: 0px 1px 2px rgba(0, 0, 0, 0.25);
  font-family: "Open Sans";
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 24.8px; /* 137.778% */
  letter-spacing: 0.36px;
}

.separator  {
  display: block;
  width: 100%;
  height: 50px;
  background: #F77632;
}