.w-form-formrecaptcha {
  margin-bottom: 8px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  line-height: 44px;
  font-weight: 700;
}

h2 {
  margin-top: 0px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 27px;
  line-height: 32px;
  font-weight: 500;
  text-align: center;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  color: #fff;
  font-size: 24px;
  line-height: 30px;
  font-weight: 500;
}

p {
  margin-bottom: 10px;
}

a {
  background-color: #535353;
  text-decoration: underline;
}

.body {
  font-family: Montserrat, sans-serif;
  color: #000;
}

.section {
  height: 80vh;
  padding-right: 10px;
  padding-left: 10px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: -webkit-transform 500ms ease;
  transition: -webkit-transform 500ms ease;
  transition: transform 500ms ease;
  transition: transform 500ms ease, -webkit-transform 500ms ease;
}

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

.heading {
  color: #fff;
}

.paragraph {
  max-width: 500px;
  color: #ddd;
}

.container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  min-height: 500px;
  padding-left: 0px;
  clear: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.div-block {
  display: block;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.paragraph-2 {
  max-width: 500px;
}

.paragraph-3 {
  text-align: center;
}

.features-paragraph {
  text-align: center;
}

.featuresimage {
  display: block;
  margin-right: auto;
  margin-left: auto;
  text-align: left;
}

.section-3 {
  padding-top: 40px;
  padding-bottom: 40px;
}

.columns {
  padding-top: 40px;
}

.section-4 {
  padding-top: 40px;
  padding-bottom: 40px;
  background-color: #111;
}

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

.column {
  padding-bottom: 40px;
}

.column-2 {
  padding-bottom: 40px;
}

.column-3 {
  padding-bottom: 40px;
}

.button {
  border-radius: 2px;
  background-color: #000;
  -webkit-transition: background-color 500ms ease;
  transition: background-color 500ms ease;
}

.button:hover {
  background-color: #525252;
}

