#front-hero {
  background-color: #fff;
  font-family: "DM Sans", sans-serif;
  position: relative;
}
#front-hero h1 {
  font-size: 40px;
  font-weight: 200;
  font-family: "DM Sans", sans-serif;
  font-optical-sizing: auto;
  font-style: normal;
}
@media (max-width: 575.98px) {
  #front-hero h1 {
    font-size: 40px;
  }
}
@media (min-width: 768px) {
  #front-hero h1 {
    font-size: 60px;
  }
}
#front-hero .hero-btn .btn-get-started {
  cursor: pointer;
  background-color: #f05633;
  font-family: "DM Sans", sans-serif;
  font-style: normal;
  font-optical-sizing: auto;
  color: #fff;
  padding: 10px 20px;
  border-radius: 5px;
  font-size: 16px;
  text-transform: uppercase;
  text-decoration: none;
  letter-spacing: 2px;
  transition: all 0.2s ease-in-out;
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  letter-spacing: 1px;
  display: inline-block;
  padding: 10px 28px 11px;
  border-radius: 50px;
  transition: 0.5s;
  margin: 10px 0 0;
}
#front-hero .hero-btn .btn-get-started:active, #front-hero .hero-btn .btn-get-started:focus {
  outline: none;
}
#front-hero .hero-btn .btn-get-started:hover {
  background-color: #f89734;
  border-color: #f89734;
}
@media (max-width: 575.98px) {
  #front-hero .hero-btn .btn-get-started {
    width: 100%;
  }
}
#front-hero .hero-btn .request-a-demo {
  font-weight: 700;
  font-size: 18px;
  text-align: center;
  display: flex;
  align-items: center;
  transition: 0.5s;
  margin: 10px 0 0 25px;
  color: #f05633;
  line-height: 1;
  text-decoration: none;
  text-transform: uppercase;
}
#front-hero .hero-btn .request-a-demo:hover {
  color: #f89734;
}
#front-hero .hero-img {
  padding-left: unset;
  padding-right: unset;
  position: relative;
  z-index: 2;
}
#front-hero .hero-img:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  width: 62%;
  height: 48%;
  background-color: #f79635;
  border-radius: 0 0 44% 50%/0 0 56% 100%;
}

/*# sourceMappingURL=front-hero.css.map*/