body {
  font-family: Roboto, sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
}

.hero-section {
  position: relative;
  padding-right: 10px;
  padding-left: 10px;
  background-color: #000;
  color: #fff;
}

.hero-wrapper {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100vh;
  padding-top: 120px;
  padding-bottom: 120px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-content {
  width: 50%;
  padding: 30px 120px 30px 30px;
}

.hero-h1 {
  margin-top: 0px;
  margin-bottom: 0px;
  font-size: 3.4em;
  line-height: 120%;
  font-weight: 400;
}

.hero-p {
  margin-top: 40px;
  margin-bottom: 40px;
  opacity: 0.8;
  font-size: 1.5em;
  line-height: 150%;
}

.wrapper-btn {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.t-q {
  margin-left: 10px;
  opacity: 0.8;
  color: hsla(0, 0%, 100%, 0.94);
}

.btn {
  padding: 10px 22px;
  border-style: solid;
  border-width: 1px;
  border-color: #1a1a1a;
  border-radius: 10px;
  background-color: #1a1a1a;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  font-size: 14px;
  letter-spacing: 2px;
  text-transform: uppercase;
}

.btn:hover {
  opacity: 0.8;
  -webkit-transform: translate(0px, -2px);
  -ms-transform: translate(0px, -2px);
  transform: translate(0px, -2px);
}

.btn.ghost {
  border-color: #fff;
  background-color: transparent;
}

.btn._100 {
  width: 100%;
}

.navbar {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  background-color: transparent;
}

.nav-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-logo {
  width: 300px;
}

.nav-link {
  color: #fff;
}

.nav-link.phone {
  padding-left: 50px;
  background-image: url('../images/001-telephone-call.svg');
  background-position: 20px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.nav-link.phone:hover {
  text-decoration: underline;
}

.nav-link.mail {
  padding-left: 50px;
  background-image: url('../images/002-email.svg');
  background-position: 20px 50%;
  background-size: auto 20px;
  background-repeat: no-repeat;
  font-weight: 500;
}

.nav-link.mail:hover {
  text-decoration: underline;
}

.img-hero {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: 100%;
  height: 100%;
  opacity: 0.24;
  -o-object-fit: cover;
  object-fit: cover;
}

.input {
  border-style: solid;
  border-width: 1px;
  border-color: hsla(0, 0%, 100%, 0.39);
  border-radius: 8px;
  background-color: #fff;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #1a1a1a;
}

.input:hover {
  border-color: hsla(0, 0%, 100%, 0.78);
}

.input:focus {
  border-color: #fff;
}

.form {
  padding: 50px 45px;
  border-radius: 4px;
  background-color: #3c5b75;
}

.badges-bot {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
}

.badges-container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.success-message {
  padding: 50px;
  border-radius: 4px;
  background-color: #3c5b75;
}

.section {
  padding: 120px 10px;
}

.section.cta {
  padding-top: 50px;
  padding-bottom: 50px;
  background-color: #3c5b75;
  color: #fff;
}

.section.footer {
  padding-top: 20px;
  padding-bottom: 20px;
}

.container {
  width: 100%;
  max-width: 1160px;
  margin-right: auto;
  margin-left: auto;
}

.title-wrapper {
  width: 100%;
  max-width: 650px;
  margin-right: auto;
  margin-bottom: 75px;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.section-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 2.7em;
  line-height: 120%;
  font-weight: 400;
}

.subtitle {
  opacity: 0.8;
  font-size: 1.1em;
  line-height: 150%;
}

.subtitle.s {
  margin-bottom: 20px;
  font-size: 1.4em;
}

.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content {
  padding: 30px;
}

.content._33 {
  width: 33%;
  padding: 14px;
}

.feature-wrapper {
  padding: 43px 24px;
  border-radius: 4px;
  background-color: rgba(60, 91, 117, 0.05);
}

.icon-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50px;
  height: 50px;
  min-height: 50px;
  min-width: 50px;
  margin-bottom: 20px;
  padding: 11px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 360px;
  background-color: #3c5b75;
}

.feature-title {
  margin-top: 0px;
  margin-bottom: 20px;
  font-size: 1.9em;
  line-height: 120%;
  font-weight: 500;
}

.p17 {
  opacity: 0.7;
  font-size: 17px;
  line-height: 25px;
}

.content-cta {
  width: 100%;
  max-width: 960px;
  margin-right: auto;
  margin-left: auto;
  padding: 30px;
  text-align: center;
}

.logo-center {
  width: 100px;
}

@media screen and (max-width: 991px) {
  .hero-section {
    padding-right: 80px;
    padding-left: 80px;
  }

  .hero-wrapper {
    min-height: auto;
    padding-top: 130px;
    padding-bottom: 0px;
  }

  .hero-container {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .hero-content {
    width: 100%;
    padding-right: 30px;
  }

  .nav-container {
    padding-right: 0px;
    padding-bottom: 0px;
  }

  .section {
    padding: 40px 80px;
  }

  .title-wrapper {
    margin-bottom: 40px;
  }

  .content._33 {
    width: 100%;
    padding: 30px;
  }

  .mb.w--open {
    background-color: #3c5b75;
  }

  .nav-menu {
    background-color: #3c5b75;
  }
}

@media screen and (max-width: 767px) {
  .hero-section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .wrapper-calendly-button {
    width: 100%;
  }

  .section {
    padding-right: 40px;
    padding-left: 40px;
  }

  .title-wrapper {
    margin-bottom: 0px;
    text-align: left;
  }
}

@media screen and (max-width: 479px) {
  .hero-section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .hero-wrapper {
    padding-top: 84px;
  }

  .hero-content {
    padding: 15px;
  }

  .hero-h1 {
    font-size: 1.9em;
  }

  .hero-p {
    margin-top: 17px;
    margin-bottom: 17px;
    font-size: 1.1em;
  }

  .wrapper-btn {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .btn {
    font-size: 13px;
  }

  .btn._100 {
    padding-right: 9px;
    padding-left: 9px;
    text-align: center;
  }

  .nav-container {
    padding-top: 15px;
    padding-left: 15px;
  }

  .img-logo {
    width: 150px;
  }

  .form {
    padding: 38px 10px;
  }

  .section {
    padding-right: 10px;
    padding-left: 10px;
  }

  .title-wrapper {
    padding: 15px;
  }

  .section-title {
    font-size: 1.8em;
  }

  .content._33 {
    padding: 15px;
  }

  .feature-title {
    font-size: 1.5em;
  }

  .content-cta {
    padding: 15px;
  }

  .brand {
    padding-left: 0px;
  }
}

