body {
  color: #fff;
  font-family: SFUIText,sans-serif;
  font-weight: 400;
  background-color: #1d1d1b;
}

.logo {
  display: flex;
  align-items: center;
  margin: 0 auto;
  width: 100%;
}

.main-hero__logo {
  text-align: center;
  justify-content: center;
}

.logo__img {
  height: 60px;
}

.logo__text {
  display: block;
  margin-left: 8px;
  color: #fff;
  font-weight: 800;
}

.main-hero__title {
  font-weight: 700;
  font-size: 28px;
  line-height: 1.3;
  margin-top: 20px;
  margin-bottom: 5px;
  text-transform: uppercase;
  color: #fff;
}

.main-hero__desc {
  font-size: 20px;
  line-height: 24px;
  color: #fff;
  margin-top: 0;
  margin-bottom: 30px;
}

.main-hero__btn {
  width: 235px;
  margin: 0 auto 40px;
  height: 50px;
  line-height: 50px;
  font-size: 18px;
}

.main-hero-control > .email {
  height: 60px;
  border-radius: 60px;
  padding-left: 60px !important;
}

.main-hero-email-icon {
  height: 60px !important;
  border-radius: 60px;
  padding-left: 40px;
}


.btn--green {
  color: #fff;
  background-color: #84c200;
}

.btn {
  height: 60px;
  border-radius: 60px;
  text-align: center;
  border: none;
  display: flex;
  align-items: center;
  justify-content: center;
  font-weight: 800;
  font-size: 25px;
  line-height: 30px;
  text-transform: uppercase;
  transition: all .25s ease-in-out;
  cursor: pointer;
}

@media (max-width: 800px)  {
  .btn {
    font-size: 1rem;
    width: 125px;
  }
}


.is-olocal-primary {
  background-color: #1d1d1b;
}

.is-olocal-primary-color {
  background-color: #84c335;
}

.hero-image {
  width: 75%;
  margin: auto;
}