.hero-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80vh;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.div-orange {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 70%;
  padding-left: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #ed6b3f;
}

.div-orange.two {
  position: relative;
  left: 40px;
  z-index: 10;
  margin-bottom: 356px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: rgba(60, 60, 59, 0);
}

.div-grey {
  overflow: visible;
  height: 30%;
  background-color: #3c3c3b;
}

.div-block {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-2 {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Group-18.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.image {
  margin-top: 40px;
  margin-left: 40px;
}

.h1-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 16px;
  padding-right: 0px;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.div-block-3 {
  width: 144px;
  height: 2px;
  margin-left: 0px;
  background-color: #fff;
}

.heading {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 600;
}

.text-block {
  padding-left: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 24px;
  font-weight: 300;
}

.link-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-right: 24px;
  margin-left: 24px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.link-wrapper.second {
  position: absolute;
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 20;
  height: 60%;
  margin-top: 95px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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-link {
  margin-right: 40px;
  margin-bottom: 0px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
  text-decoration: none;
}

.hero-link:hover {
  text-decoration: underline;
}

.cta {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
}

.text-block-2 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 20px;
}

.link-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 140px;
  height: 40px;
  margin-top: 16px;
  -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-style: solid;
  border-width: 1px;
  border-color: #fff;
  border-radius: 8px;
  text-decoration: none;
}

.link-block:hover {
  background-color: #3c3c3b;
  color: #3c3c3b;
}

.text-block-3 {
  border-style: solid;
  border-width: 1px;
  border-color: transparent;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.text-block-3.grey {
  color: #3c3c3b;
}

.body {
  overflow: visible;
  color: #fff;
}

.about-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 90vh;
  max-width: 1440px;
  margin: 40px auto 80px;
  padding-right: 40px;
  padding-left: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.img-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 80%;
  margin-right: 40px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Group-5.png');
  background-position: 50% 50%;
  background-size: cover;
}

.txt-wrapper {
  display: block;
  margin-left: 40px;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.div-block-4 {
  display: none;
  width: 342px;
  height: 240px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  background-color: #fff;
}

.text-block-4 {
  font-family: 'Source Sans Pro', sans-serif;
  color: #3c3c3b;
  font-size: 150px;
  line-height: 150px;
  text-align: center;
  text-decoration: none;
}

.text-block-5 {
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(60, 60, 59, 0.4);
  font-size: 24px;
  font-weight: 400;
  text-align: center;
}

.heading-2 {
  max-width: 500px;
  margin-bottom: 0px;
  color: rgba(60, 60, 59, 0.4);
  font-size: 12px;
  line-height: 14px;
}

.heading-3 {
  max-width: 500px;
  margin-top: 0px;
  margin-bottom: 16px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #3c3c3b;
}

.paragraph {
  max-width: 500px;
  font-family: 'Source Sans Pro', sans-serif;
  color: rgba(60, 60, 59, 0.7);
  font-size: 18px;
  line-height: 24px;
}

.paragraph.center {
  max-width: 340px;
  margin-top: 24px;
  padding-right: 10px;
  padding-left: 10px;
  color: #fff;
  font-size: 15px;
  font-style: italic;
  font-weight: 300;
  text-align: center;
}

.link-block-2 {
  border-style: solid;
  border-width: 1px;
  border-color: rgba(60, 60, 59, 0);
  background-color: #ff6c37;
  color: #fff;
}

.expert-section {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  margin-right: auto;
  margin-bottom: 0px;
  margin-left: auto;
  padding-top: 24px;
  padding-bottom: 24px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #3c3c3b;
}

.content-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -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;
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.flex-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 0px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.image-2 {
  margin-right: auto;
  margin-left: auto;
}

.paragraph-2 {
  color: #3c3c3b;
  text-align: center;
}

.paragraph-3 {
  color: #3c3c3b;
  text-align: center;
}

.paragraph-4 {
  color: #3c3c3b;
  text-align: center;
}

.heading-4 {
  margin-top: 0px;
  margin-bottom: 40px;
  margin-left: auto;
  padding-top: 24px;
  font-family: 'Source Sans Pro', sans-serif;
  color: #fff;
  font-weight: 400;
  text-align: center;
}

.footer-section {
  display: block;
  margin-bottom: 0px;
  padding-bottom: 20px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  background-color: #3c3c3b;
}

.form-wrapper {
  -webkit-align-self: center;
  -ms-flex-item-align: center;
  -ms-grid-row-align: center;
  align-self: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-color: #3c3c3b;
}

.img-footer {
  height: 550px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  background-image: url('../images/Group-18.png');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.field-label {
  margin-bottom: 0px;
}

.text-field {
  border-radius: 8px;
  color: #3c3c3b;
}

.text-field-2 {
  height: 134px;
  margin-bottom: 24px;
  padding-bottom: 100px;
  border-radius: 8px;
}

.form-block {
  width: 60%;
  margin: auto;
}

.text-field-3 {
  border-radius: 8px;
}

.form {
  font-family: 'Source Sans Pro', sans-serif;
}

.submit-button {
  border-radius: 8px;
  background-color: #fff;
  color: rgba(60, 60, 59, 0.5);
}

.submit-button:hover {
  background-color: #ff6c37;
  color: #fff;
}

.contact-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-block-6 {
  margin-left: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-weight: 300;
}

.link {
  margin-left: 8px;
  font-family: 'Source Sans Pro', sans-serif;
  color: hsla(0, 0%, 100%, 0.5);
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

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

.link-2 {
  margin-left: 8px;
}

.hero-wrapper-two {
  display: none;
  height: 70vh;
  padding-top: 40px;
  padding-right: 40px;
  padding-left: 40px;
  background-color: #3c3c3b;
}

.hero-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.div-block-5 {
  position: relative;
  top: -60px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.image-3 {
  position: static;
}

.hero-max-width {
  width: 100%;
  max-width: 1440px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-6 {
  width: 90px;
  height: 90px;
  background-image: url('../images/Asset-12x.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.text-block-7 {
  margin-right: 40px;
  font-family: 'Source Sans Pro', sans-serif;
  font-size: 18px;
}

.bold-text {
  font-weight: 300;
}

.bold-text-2 {
  font-style: italic;
  font-weight: 300;
}

@media screen and (max-width: 991px) {
  .about-section {
    max-width: 1440px;
    margin-right: auto;
    margin-left: auto;
  }
  .img-wrapper {
    margin-right: 20px;
  }
  .txt-wrapper {
    margin-left: 20px;
  }
  .expert-section {
    height: 100%;
  }
  .contact-wrapper {
    height: 100%;
  }
}

@media screen and (max-width: 767px) {
  .hero-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .div-grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 40%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
  .image {
    -webkit-align-self: flex-start;
    -ms-flex-item-align: start;
    align-self: flex-start;
  }
  .about-section {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-wrapper {
    width: 100%;
    margin-right: 0px;
  }
  .expert-section {
    height: 100%;
  }
  .flex-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-section {
    height: 100vh;
    padding-top: 40px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .img-footer {
    width: 100%;
  }
  .form-block {
    width: 100%;
  }
  .contact-wrapper {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero-wrapper {
    height: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .div-orange {
    padding-bottom: 24px;
  }
  .div-grey {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    height: 50%;
  }
  .div-block {
    width: 100%;
  }
  .div-block-2 {
    width: 100%;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }
  .image {
    margin-top: 23px;
    margin-bottom: 23px;
  }
  .h1-wrapper {
    margin-bottom: 24px;
    -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;
  }
  .div-block-3 {
    margin-left: 0px;
  }
  .text-block {
    line-height: 32px;
  }
  .link-wrapper {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 16px;
    margin-left: 0px;
    padding-right: 0px;
    padding-left: 0px;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    -webkit-justify-content: space-around;
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }
  .hero-link {
    margin-right: 0px;
  }
  .body {
    font-family: 'Source Sans Pro', sans-serif;
  }
  .about-section {
    height: 100%;
    margin-top: 16px;
    padding-right: 16px;
    padding-left: 16px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }
  .img-wrapper {
    width: 100%;
    height: 550px;
    margin-right: 0px;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }
  .txt-wrapper {
    margin-left: 0px;
  }
  .heading-3 {
    margin-top: 16px;
  }
  .paragraph.center {
    padding-right: 40px;
    padding-left: 40px;
    font-family: 'Source Sans Pro', sans-serif;
    font-size: 16px;
    line-height: 22px;
    font-style: italic;
    font-weight: 300;
  }
  .expert-section {
    height: 100%;
  }
  .content-wrapper {
    margin-bottom: 23px;
  }
  .flex-wrapper {
    padding-top: 24px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .footer-section {
    height: 100%;
    -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;
  }
  .form-wrapper {
    width: 80%;
    margin-top: 40px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .img-footer {
    height: 40vh;
    margin-top: 40px;
    margin-bottom: 0px;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }
  .form-block {
    width: 100%;
  }
  .contact-wrapper {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }
  .text-block-6 {
    margin-top: 8px;
    font-size: 14px;
    line-height: 14px;
  }
  .link {
    margin-top: 8px;
    line-height: 14px;
  }
  .div-block-6 {
    margin-bottom: 16px;
  }
  .bold-text {
    font-size: 14px;
  }
}

