.section-wf {
  max-width: 100%;
  margin: 20px 20px 40px;
  padding: 20px 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.3);
}

.columns-wf {
  max-width: 100%;
}

.image-wf {
  max-width: 100%;
  min-height: 400px;
  background-image: url('../images/hero-image-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.column-wf {
  display: block;
}

.mc-form-wf {
  max-width: 100%;
}

.content-section-wf {
  max-width: 100%;
  text-align: center;
}

.heading-wf {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #1d251e;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.paragraph-big-wf {
  max-width: 100%;
  margin-top: 20px;
  font-family: 'Proxima nova', sans-serif;
  color: #1d251e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

.value-prop-block-wf {
  min-height: 250px;
  margin-bottom: 20px;
  padding: 10px 20px;
  border-radius: 6px;
  background-color: #fff;
  text-align: center;
}

.image2-wf {
  display: inline-block;
  width: 60px;
}

.section-dark-wf {
  max-width: 100%;
  margin-top: 40px;
  padding: 60px 20px;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/texture-dark.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/texture-dark.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
}

.heading-white-wf {
  margin-top: 0px;
  margin-bottom: 0px;
  font-family: 'Proxima nova', sans-serif;
  color: #fff;
  font-size: 40px;
  line-height: 50px;
  font-weight: 900;
  text-align: center;
}

.blue-header-bar-wf {
  padding: 10px;
  border-radius: 6px;
  background-color: #003767;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.3);
}

.value-prop-section-wf {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 20px;
  padding-bottom: 20px;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.div-block-4-wf {
  margin-right: 30px;
  margin-bottom: 10px;
  margin-left: 30px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  text-align: center;
}

.image-2-wf {
  width: 60px;
  margin-bottom: 10px;
}

.paragraph-small-wf {
  max-width: 100%;
  font-family: 'Proxima nova', sans-serif;
  color: #1d251e;
  font-size: 16px;
  line-height: 18px;
  font-weight: 700;
  text-align: center;
  text-transform: uppercase;
}

.dividing-line-wf {
  display: inline-block;
  width: 60px;
  border-bottom: 3px solid #f36821;
}

.dividing-line-2-wf {
  display: inline-block;
  width: 70%;
  max-width: 100%;
  border-bottom: 3px solid #f36821;
}

.white-header-bar-wf {
  margin-right: 10px;
  margin-bottom: 20px;
  margin-left: 10px;
  padding: 10px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.3);
}

.body-wf {
  background-color: transparent;
}

.section-1-wf {
  max-width: 100%;
  margin-top: 20px;
  margin-right: 20px;
  margin-left: 20px;
}

.content-block-wf {
  margin-bottom: 40px;
  padding: 40px 20px;
  border-radius: 6px;
  background-color: #fff;
  box-shadow: 0 3px 6px -1px rgba(0, 0, 0, 0.3);
  text-align: center;
}

.text-container-wf {
  max-width: 100%;
  margin-top: 20px;
}

.paragraph-2-wf {
  font-family: Gilroy, sans-serif;
  color: #1d251e;
  font-size: 16px;
  line-height: 20px;
  font-weight: 400;
  text-align: center;
}

.heading-small-wf {
  margin-top: 10px;
  font-family: 'Proxima nova', sans-serif;
  color: #1d251e;
  font-size: 24px;
  line-height: 30px;
  font-weight: 700;
  text-align: center;
}

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

  .image-wf {
    overflow: hidden;
    min-height: 300px;
    margin-bottom: 20px;
    border-top-left-radius: 6px;
    border-top-right-radius: 6px;
  }

  .column-wf {
    padding-right: 0px;
    padding-left: 0px;
  }

  .value-prop-block-wf {
    min-height: auto;
    padding-right: 10px;
    padding-left: 10px;
  }

  .value-prop-section-wf {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .div-block-4-wf {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@media screen and (max-width: 767px) {
  .section-wf {
    margin-right: 20px;
    margin-left: 20px;
  }

  .image-wf {
    min-height: 200px;
    margin-bottom: 10px;
  }

  .heading-wf {
    font-size: 30px;
    line-height: 40px;
  }

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

  .heading-white-wf {
    font-size: 30px;
    line-height: 40px;
  }

  .div-block-4-wf {
    margin-bottom: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .dividing-line-2-wf {
    display: block;
    width: auto;
  }
}

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

  .section-dark-wf {
    padding-right: 0px;
    padding-left: 0px;
  }

  .div-block-4-wf {
    margin-right: 0px;
    margin-left: 0px;
  }

  .section-1-wf {
    margin-right: 10px;
    margin-left: 10px;
  }
}

@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gilroy';
  src: url('../fonts/Gilroy-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Proxima nova';
  src: url('../fonts/Proxima-Nova-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}