:root {
  --white: white;
  --dark-blue: #002051;
  --black: black;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  background-color: #fff;
  flex-flow: column;
  max-width: none;
  margin-left: 15px;
  margin-right: 15px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
  display: flex;
}

.home-hero-section {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  min-width: 100vw;
  height: 600px;
  min-height: 100vh;
  margin-top: 0;
}

.home-main-image {
  background-color: #00205100;
  background-image: linear-gradient(280deg, #0e284124, #0e28418f 77%), url('../images/Fuse-Development-Partners-Main-3.jpg');
  background-position: 0 0, 50% 0;
  background-size: auto, cover;
  background-attachment: scroll, scroll;
  margin-top: 0;
}

.home-main-text {
  border: 4px #227e2e;
  height: 200px;
  margin: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.home-main-font {
  color: #fff;
  text-align: center;
  text-shadow: 3px 2px 1px #0003;
  flex-flow: column;
  width: auto;
  margin-top: 20px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-weight: 600;
  line-height: 1.4;
  display: flex;
}

.home-main-font.fuse {
  text-align: left;
  justify-content: center;
  align-items: stretch;
  width: 110px;
  margin-top: 54px;
  margin-bottom: 12px;
  margin-left: 60px;
  padding-top: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
  display: block;
}

.home-main-font.bridging {
  color: #fff;
  text-align: left;
  vertical-align: middle;
  justify-content: center;
  align-items: stretch;
  width: auto;
  margin: -65px 0 0 60px;
  padding-top: 0;
  padding-left: 109px;
  padding-right: 60px;
  font-family: Montserrat, sans-serif;
  display: block;
}

.body {
  background-color: #fffffb;
  flex-flow: column;
  display: flex;
}

.navbar {
  color: #fff;
  background-color: #fff;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  position: relative;
  box-shadow: 0 12px 5px -2px #0003;
}

.header-nav-link {
  color: #0e2841;
  border: 1px #0e2841;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.4;
}

.container {
  color: #fff;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  display: inline-flex;
}

.image {
  text-align: center;
  margin-left: 30px;
}

.home-main-description {
  border-bottom: 2px solid #285e2f;
}

.home-main-descrption-text {
  text-align: center;
  width: auto;
  margin-top: 50px;
  margin-bottom: 100px;
  padding-left: 100px;
  padding-right: 100px;
}

.home-main-description-para {
  width: 100%;
  font-family: Droid Sans, sans-serif;
  font-size: 18px;
  line-height: 1.4;
}

.footer {
  margin-top: auto;
  padding-top: 60px;
  padding-bottom: 60px;
}

.footer-link {
  color: #002051;
  text-align: left;
  justify-content: flex-end;
  align-items: center;
  font-family: Exo, sans-serif;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.footer-contact-para {
  color: #002051;
  font-family: Exo, sans-serif;
}

.body-2 {
  flex-flow: column;
  display: flex;
}

.hero-section {
  background-image: url('../images/Contact.jpg');
  background-position: 50% 0;
  background-size: cover;
  grid-template-columns: 1fr;
  margin-top: 156px;
  display: flex;
}

.hero-image {
  background-image: url('../images/AboutBW.jpg');
  background-size: cover;
  height: 500px;
}

.hero-text-2 {
  border: 3px #227e2e;
  height: 10vh;
  margin-top: 0;
  margin-left: 270px;
  margin-right: 270px;
  padding-left: 0;
}

.hero-heading {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.hero-heading.blue {
  color: #1581e8;
  text-align: left;
  border: 3px solid #227e2e;
  border-right-style: none;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  width: 119px;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 41px;
  font-family: Exo, sans-serif;
  line-height: 1.4;
  display: inline-flex;
}

.hero-heading.white {
  color: #fffffb;
  text-align: left;
  border: 3px solid #227e2e;
  border-left-style: none;
  flex-flow: row-reverse;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  margin-left: 0;
  padding-left: 21px;
  padding-right: 40px;
  font-family: Exo, sans-serif;
  line-height: 1.4;
  display: inline-flex;
}

.company-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.company-info-section {
  width: 80%;
  padding: 30px;
}

.compnay-info-para {
  color: #333;
  border: 1px #000;
  margin-top: 9px;
  font-size: 16px;
}

.compnay-info-para.two {
  color: #fffffb;
}

.company-info-heading {
  color: #1581e8;
  font-family: Exo, sans-serif;
}

.company-info-heading.one {
  color: #227e2e;
}

.div-block {
  color: #285e2ffa;
  width: 100px;
  height: 1px;
}

.horizontal-divider {
  border: 1px solid #00205196;
  width: 75px;
  height: 1px;
  margin-left: 0;
  padding-left: 0;
}

.horizontal-divider.two {
  border-color: #fffffb47;
}

.company-info-back.one {
  background-image: linear-gradient(#fffffb, #fffffbe0), url('../images/image1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.company-info-back.two {
  background-image: linear-gradient(#002051, #002051bf), url('../images/image1.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.partner-grid {
  border-bottom: 2px solid #227e2e;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 70px;
  padding: 30px 0;
}

.partner-image.chance {
  text-align: center;
  background-color: #002051;
  width: 80%;
  margin-left: 90px;
}

.partner-image.josh {
  text-align: center;
  background-color: #002051;
  width: 80%;
  margin-bottom: 20px;
  margin-left: 90px;
}

.image-2 {
  text-align: center;
}

.partner-heading {
  color: #002051;
  margin-bottom: 5px;
  font-family: Exo, sans-serif;
}

.partner-para {
  font-family: Droid Sans, sans-serif;
  font-size: 16px;
  line-height: 1.4;
}

.heading {
  font-family: Exo, sans-serif;
  line-height: 1.4;
}

.partner-h3 {
  color: #1581e8;
  margin-top: 5px;
  font-family: Exo, sans-serif;
  line-height: 1.4;
}

.partner-title {
  text-align: center;
  border: 3px #227e2e;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 60px;
  padding-left: 30px;
  display: block;
}

.partner-title-heading {
  background-color: var(--white);
  color: #1581e8;
  text-align: left;
  border: 3px #227e2e;
  width: 50%;
  margin-bottom: 6px;
  padding-top: 30px;
  padding-bottom: 0;
  padding-left: 0;
  font-family: Exo, sans-serif;
}

.hero-intro {
  padding-left: 30px;
}

.hero-para {
  color: #fff;
  font-family: Droid Sans, sans-serif;
  line-height: 1.4;
}

.brand {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: inline-flex;
}

.brand.w--current {
  justify-content: center;
  align-items: center;
}

.nav-menu {
  text-align: center;
  border: 1px #0e2841;
  border-top-style: solid;
  margin-top: 0;
}

.brand-2, .container-2 {
  text-align: center;
}

.image-3 {
  text-align: left;
  margin-left: 0;
  padding-left: 0;
  display: block;
}

.main-home-description {
  text-align: left;
  background-color: #ebebeb;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: center;
  width: auto;
  min-width: 1240px;
  max-width: 48%;
}

.home-location {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  display: inline-flex;
}

.home-email {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  margin-top: 0;
  display: flex;
}

.home-description-icon {
  text-align: left;
  vertical-align: baseline;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: inline-flex;
}

.home-description-icon.email {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.home-description-text {
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 1.3;
}

.home-description-heading {
  color: #0e2841;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -1px;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
  display: block;
}

.home-description-heading.email {
  text-align: left;
  margin-top: -3px;
  font-size: 32px;
}

.image-5 {
  display: inline-block;
}

.image-6 {
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.image-7 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: inline-flex;
}

.link {
  color: #333;
  text-align: center;
  flex-flow: row;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  display: block;
}

.link-2 {
  color: #333;
  font-family: Montserrat, sans-serif;
  text-decoration: underline;
  display: block;
}

.image-8 {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.div-block-2 {
  height: 33px;
}

.footer-white {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0e2841;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  margin: auto;
  padding-top: 25px;
  padding-bottom: 0;
  display: grid;
}

.footer-white.grey {
  background-color: #ebebeb;
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 16px;
  padding-left: 0;
  padding-right: 0;
}

.footer-logo {
  width: auto;
  padding-left: 10px;
}

.footer-small-text {
  color: #fff;
  text-align: right;
  margin-right: 10px;
  padding-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
}

.image-9 {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  display: block;
}

.home-main-font-subtitle {
  color: #fff;
  text-align: left;
  text-shadow: 3px 2px 1px #0003;
  margin-top: 0;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 65px;
  font-weight: 700;
  line-height: 1.4;
}

.main-section {
  text-align: left;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: center;
  align-items: center;
  margin-bottom: 40px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.main-text-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: left;
  border: 1px solid #0003;
  border-left: 2px #0003;
  border-right: 2px #0003;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 65%;
  max-width: 65%;
  margin-top: 25px;
  display: flex;
}

.main-text-section.about-us {
  border-style: none;
  border-width: 1px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 0;
  max-width: none;
  margin-top: 15px;
}

.main-text-section.our-strategy {
  border-top-style: none;
  border-bottom-style: none;
  width: auto;
  min-width: auto;
  max-width: none;
  margin-bottom: 35px;
}

.main-text-section.josh {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  max-width: none;
  margin-top: 10px;
  margin-left: auto;
  margin-right: auto;
}

.main-text-section.chance {
  border-top-style: none;
  border-bottom-style: none;
  justify-content: center;
  align-items: flex-start;
  min-width: 0;
  max-width: none;
  margin: 10px auto 35px;
}

.main-section-heading {
  color: #0e2841;
  text-align: center;
  align-self: flex-start;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.main-section-heading.team {
  margin-bottom: 0;
  font-size: 36px;
}

.main-section-heading.contact {
  align-self: flex-start;
}

.main-section-paragraph {
  color: #000;
  text-align: left;
  margin-bottom: 50px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  font-weight: 400;
  line-height: 1.4;
}

.main-section-subtitle {
  margin-top: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 21px;
  font-weight: 400;
}

.main-section-subtitle-copy {
  margin-top: -20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
}

.contact-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: stretch;
  align-self: auto;
  min-width: 0;
  max-width: 940px;
  margin: 60px auto;
  display: grid;
}

.contact-heading {
  color: #0e2841;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 500;
}

.contact-email, .contact-phone {
  color: #333;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  text-decoration: none;
}

.contact-email-icon {
  margin-right: 10px;
  padding-right: 0;
}

.contact-phone-icon {
  margin-right: 10px;
}

.contact-form-section {
  background-color: #ebebeb;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: auto;
  display: flex;
}

.form-label-company {
  color: #333;
  width: 65px;
  margin-top: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.form-label-company.name {
  width: 47px;
}

.form-label-company.email {
  width: 45px;
}

.form-label-company.message {
  width: 66px;
}

.field-label-2 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.submit-button {
  background-color: #0e2841;
  font-family: Montserrat, sans-serif;
}

.form-div {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: flex-start;
  align-items: center;
  width: 940px;
  display: block;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: auto;
  display: block;
}

.form-astrix {
  color: #da1111;
  display: inline-block;
}

.form-astrix.name {
  margin-left: 0;
  padding-left: 0;
}

.form-astrix.email {
  margin-left: 0;
}

.required-field {
  text-align: right;
  vertical-align: baseline;
  justify-content: flex-end;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.paragraph {
  color: #333;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.required-text {
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-style: italic;
  display: inline-block;
}

.required-astrix {
  color: #da1111;
  font-family: Montserrat, sans-serif;
  display: inline-block;
}

.hero-section-main {
  background-image: linear-gradient(#0e2841 4%, #0000 52%), url('../images/Fuse-Development-Partners-About.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: flex-end;
  min-height: 48vh;
  margin-top: 0;
  display: flex;
}

.hero-section-main.team {
  background-image: linear-gradient(#0e2841 4%, #0000 52%), url('../images/Fuse-Development-Partners-Team.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-self: auto;
  align-items: center;
  height: auto;
  min-height: 50vh;
  margin-top: 0;
  display: block;
}

.hero-section-main.contact {
  background-image: linear-gradient(#0e2841cc 4%, #0000 52%), url('../images/Fuse-Development-Partners-Contact.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: auto;
  min-height: 48vh;
  margin-top: 0;
  display: flex;
}

.hero-heading-text {
  color: #fff;
  text-align: center;
  text-shadow: 5px 4px 1px #0003;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 56px;
  margin-left: 0;
  margin-right: 0;
  font-family: Montserrat, sans-serif;
  font-size: 45px;
  font-style: normal;
  font-weight: 600;
  display: block;
}

.hero-heading-text.team {
  margin-top: 200px;
}

.main-title-heading {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-left: -18px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: flex;
}

.main-hero-section {
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
  position: static;
}

.home-page-texas {
  margin-top: 0;
  margin-bottom: 9px;
  padding-top: 0;
  padding-bottom: 0;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000000d4;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 70%;
  height: 2px;
  margin-top: -30px;
  display: block;
}

.body-container {
  align-self: center;
  width: auto;
  max-width: 1920px;
}

.main-text-containter {
  max-width: 1000px;
}

.main-text-container {
  align-self: center;
  max-width: 940px;
  margin-left: auto;
}

.main-home-container {
  max-width: 1240px;
}

.section-heading {
  color: #0e2841;
  text-align: center;
  margin-left: -40px;
  font-family: Montserrat, sans-serif;
  font-size: 42px;
  font-weight: 500;
  position: static;
}

.navbar-2 {
  background-color: #0e2841;
  align-self: auto;
  width: 100%;
  margin-left: 0;
  display: block;
  position: fixed;
}

.navbar-2.contact {
  margin-left: 0;
}

.nav-menu-2 {
  margin-top: 22px;
  margin-left: 0;
  margin-right: 0;
}

.nav-menu-2.test {
  margin-top: 14px;
}

.brand-3 {
  margin-top: 14px;
  margin-bottom: 14px;
  margin-left: 0;
  padding-bottom: 0;
}

.nav-link {
  color: #fff;
  background-color: #0000;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.nav-link.w--current {
  color: #3898ec;
}

.image-12 {
  margin-left: -11px;
}

.home-page-info-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #ebebeb;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.home-main-font-subtitle-2 {
  color: #fff;
  text-shadow: 3px 2px 1px #0003;
  padding-left: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
  font-style: normal;
  font-weight: 600;
}

.footer-section {
  background-color: #0e2841;
  width: 100vw;
}

.footer-container {
  max-width: 940px;
}

.footer-button {
  color: #3898ec;
  background-color: #0000;
  border: 2px solid #3898ec;
  width: auto;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
}

.footer-mailing {
  margin-left: 0;
  margin-right: 10px;
  padding-left: 0;
}

.footer-heading {
  color: #fff;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
}

.paragraph-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

.footer-email {
  margin-right: 10px;
}

.image-13 {
  margin-top: 12px;
}

.home-text-container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 260px;
  display: block;
}

.form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto auto 100px auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-email {
  margin-top: -15px;
}

.form-label-phone {
  color: #333;
  width: 65px;
  margin-top: -15px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.form-label-phone.name {
  width: 47px;
}

.form-label-phone.email {
  width: 45px;
}

.form-label-phone.message {
  width: 66px;
}

.text-field-name, .text-field-company, .text-field, .text-field-2 {
  color: #000;
  margin-top: -17px;
  font-family: Montserrat, sans-serif;
}

.form-label-message {
  color: #333;
  width: 65px;
  margin-top: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  display: inline-block;
}

.form-label-message.name {
  width: 47px;
}

.form-label-message.email {
  width: 45px;
}

.form-label-message.message {
  width: 66px;
  margin-top: -15px;
}

.textarea {
  color: #000;
  height: auto;
  margin-top: -17px;
  font-family: Montserrat, sans-serif;
}

.contact-main-section {
  background-color: #ebebeb;
}

.navbar-contact {
  background-color: #0e2841;
  align-self: auto;
  width: 100%;
  margin-left: -15px;
  display: block;
  position: fixed;
}

.navbar-contact.contact {
  margin-left: 0;
}

.link-3 {
  color: #fff;
  text-decoration: none;
}

.utility-page-wrap {
  background-color: #0e2841;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.heading-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 30px;
  font-weight: 500;
}

.text-block-2 {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
}

@media screen and (min-width: 1920px) {
  .home-hero-section {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    min-width: 100vw;
    height: 800px;
  }

  .home-main-image {
    background-image: linear-gradient(280deg, #0e284124, #0e28418f 77%), url('../images/Fuse-Development-Partners-Main.jpg');
    background-position: 0 0, 100%;
    background-size: auto, cover;
    width: auto;
    margin-top: -62px;
  }

  .home-main-text {
    margin-left: 0;
  }

  .container {
    justify-content: center;
    align-items: center;
  }

  .container.test {
    justify-content: center;
    align-items: flex-start;
  }

  .brand.w--current {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .nav-menu.test {
    text-align: left;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .main-home-description {
    text-align: left;
    min-width: 1240px;
    max-width: 100%;
  }

  .image-6 {
    text-align: left;
  }

  .footer-white {
    width: auto;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .footer-white.grey {
    background-color: #ebebeb;
    width: 100vw;
    margin-bottom: auto;
    margin-left: -15px;
    padding-bottom: 16px;
  }

  .main-section {
    margin-top: 30px;
  }

  .main-text-section.about-us {
    border-top-style: none;
    border-bottom-style: none;
    justify-content: center;
    align-items: flex-start;
    max-width: 48%;
    margin-top: 15px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }

  .main-text-section.our-strategy {
    justify-content: center;
    align-items: flex-start;
    max-width: 48%;
    margin: 25px auto 30px;
    display: flex;
  }

  .main-text-section.josh {
    min-width: auto;
    max-width: 48%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .main-text-section.chance {
    border-top-style: none;
    border-bottom-style: none;
    max-width: 48%;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
  }

  .main-section-heading {
    text-align: center;
  }

  .main-section-heading.contact {
    text-align: center;
    justify-content: center;
    align-self: flex-start;
    align-items: flex-end;
    display: block;
  }

  .main-section-paragraph {
    text-align: left;
    align-self: center;
    max-width: none;
    font-size: 16px;
    line-height: 1.6;
  }

  .contact-form-section {
    width: auto;
    max-width: 940px;
    margin-left: 0;
  }

  .form-label-company {
    margin-left: 3px;
  }

  .form-label-company.email {
    margin-left: 2px;
  }

  .form-div {
    align-self: flex-start;
  }

  .form-block {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    text-align: left;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    width: 940px;
    max-width: 940px;
    display: block;
  }

  .hero-section-main {
    justify-content: center;
    align-items: center;
    width: 100vw;
    min-height: 55vh;
    margin-top: -69px;
    margin-left: 0;
  }

  .hero-section-main.team {
    background-image: linear-gradient(#0e2841 4%, #0000 52%), url('../images/Fuse-Development-Partners-Team.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
    flex-flow: column;
    min-height: 60vh;
    display: flex;
  }

  .hero-section-main.contact {
    background-image: linear-gradient(#0e2841f2 4%, #0000 52%), url('../images/Fuse-Development-Partners-Contact.jpg');
    background-position: 0 0, 50%;
    background-size: auto, cover;
  }

  .hero-heading-text.team {
    margin-top: 1px;
  }

  .body-container {
    min-width: 100vw;
    max-width: none;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .main-text-container {
    max-width: 1920px;
  }

  .section-heading {
    margin-left: 0;
  }

  .navbar-2 {
    z-index: 10;
    box-shadow: none;
    background-color: #0e2841;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 20px;
    position: fixed;
  }

  .nav-menu-2 {
    margin-top: 11px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
  }

  .brand-3 {
    margin-top: 0;
    margin-left: 0;
    padding-bottom: 0;
  }

  .nav-link {
    color: #fff;
    -webkit-text-stroke-color: white;
    background-color: #0000;
    font-size: 14px;
  }

  .image-10 {
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .image-11 {
    margin-top: 18px;
  }

  .image-12 {
    margin-top: 15px;
  }

  .home-page-info-container {
    background-color: #ebebeb;
    justify-content: center;
    align-items: center;
    max-width: 100%;
    display: flex;
  }

  .footer-section {
    margin-left: 0;
  }

  .footer-container {
    max-width: 940px;
  }

  .footer-button {
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .home-text-container {
    margin-top: 417px;
  }

  .form {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto auto auto auto 130px auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    display: grid;
  }

  .text-block {
    color: #0e2841;
    font-family: Montserrat, sans-serif;
    font-size: 28px;
  }

  .textarea {
    height: auto;
    min-height: 130px;
    margin-top: -18px;
  }

  .navbar-contact {
    z-index: 10;
    box-shadow: none;
    background-color: #0e2841;
    width: 100vw;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: -15px;
    padding-top: 20px;
    position: fixed;
  }
}

@media screen and (max-width: 991px) {
  body {
    margin-left: 0;
    margin-right: 0;
  }

  .home-hero-section {
    grid-template-rows: 1fr auto;
    grid-template-columns: 1fr 1fr;
    height: 475px;
    min-height: 86vh;
    margin-top: 0;
  }

  .home-main-image {
    background-image: linear-gradient(280deg, #0e284124, #0e28418f 77%), url('../images/Fuse-Development-Partners-Main.jpg');
    background-position: 0 0, 100%;
  }

  .home-main-text {
    height: auto;
    margin-left: 15px;
  }

  .home-main-font {
    font-size: 40px;
  }

  .navbar {
    margin-left: 0;
    position: relative;
  }

  .header-nav-link {
    text-align: center;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .container {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .brand.w--current {
    align-self: auto;
    margin-bottom: -60px;
  }

  .nav-menu {
    background-color: #fff;
    align-self: auto;
  }

  .main-home-description {
    min-width: 0;
    height: auto;
  }

  .home-texas {
    height: auto;
  }

  .home-description-text {
    font-size: 14px;
    line-height: 20px;
  }

  .home-description-heading, .home-description-heading.email {
    font-size: 24px;
  }

  .link-2 {
    font-size: 14px;
  }

  .footer-white {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    padding-bottom: 25px;
  }

  .footer-white.grey {
    width: 100%;
    margin-left: 0;
    padding-bottom: 25px;
  }

  .footer-logo {
    padding-left: 30px;
  }

  .footer-small-text {
    margin-right: 30px;
    padding-right: 0;
  }

  .home-main-font-subtitle {
    margin-left: 0;
    padding-left: 0;
    font-size: 34px;
    font-weight: 700;
  }

  .main-text-section.josh {
    min-width: 0;
    max-width: none;
  }

  .main-text-section.chance {
    min-width: 0;
    max-width: none;
    padding-left: 10px;
    padding-right: 10px;
  }

  .main-section-heading {
    margin-left: 15px;
    font-size: 36px;
  }

  .main-section-heading.contact {
    align-self: flex-start;
    margin-left: 0;
  }

  .main-section-paragraph {
    text-align: left;
    margin-bottom: 30px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .main-section-subtitle {
    align-self: flex-start;
    margin-left: 15px;
  }

  .contact-grid {
    min-width: 0;
    margin-bottom: 60px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .contact-heading {
    font-size: 24px;
  }

  .contact-investor {
    margin-left: 0;
  }

  .contact-email {
    padding-bottom: 10px;
    font-size: 14px;
  }

  .contact-phone {
    font-size: 14px;
  }

  .contact-form-section {
    justify-content: center;
    align-items: center;
    max-width: 720px;
    margin-left: auto;
    margin-right: auto;
  }

  .form-label-company {
    width: 20%;
  }

  .form-label-company.message {
    width: 65px;
  }

  .form-div {
    width: 100%;
    margin-left: 0;
  }

  .hero-section-main {
    margin-top: 0;
  }

  .hero-section-main.team {
    align-self: auto;
    margin-top: 0;
    display: block;
  }

  .hero-section-main.contact {
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .hero-heading-text {
    flex-flow: column;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 0;
    display: inline-flex;
  }

  .main-hero-section {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: flex;
  }

  .icon {
    color: #0e2841;
    text-align: center;
    align-self: auto;
  }

  .menu-button {
    float: none;
    clear: none;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: center;
    background-color: #fff;
    flex-flow: row;
    justify-content: flex-end;
    align-self: flex-end;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 0;
    padding-bottom: 18px;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #fff;
  }

  .div-block-3 {
    justify-content: flex-end;
    align-items: flex-end;
    display: inline-flex;
  }

  .home-page-texas {
    height: 180px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .main-text-container {
    padding-left: 0;
  }

  .navbar-2 {
    background-color: #0e2841;
    margin-left: 0;
  }

  .navbar-2.contact {
    margin-top: 0;
  }

  .nav-menu-2 {
    background-color: #0e2841e0;
    margin-top: 0;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .image-12 {
    margin-left: 0;
  }

  .home-main-font-subtitle-2 {
    font-size: 24px;
  }

  .icon-2 {
    color: #fff;
  }

  .menu-button-2 {
    margin-top: 28px;
  }

  .menu-button-2.w--open {
    background-color: #0e2841;
  }

  .footer-button {
    margin-right: 30px;
  }

  .footer-mailing {
    padding-left: 30px;
  }

  .footer-email {
    margin-right: 30px;
  }

  .home-text-container {
    margin-top: 194px;
    padding-left: 71px;
  }

  .form-label-phone {
    width: 20%;
  }

  .form-label-phone.message {
    width: 65px;
  }

  .form-label-message {
    width: 20%;
  }

  .form-label-message.message {
    width: 65px;
  }

  .navbar-contact {
    background-color: #0e2841;
    margin-left: 0;
  }
}

@media screen and (max-width: 767px) {
  body {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .home-hero-section {
    background-color: #fff;
    background-image: none;
    grid-template-rows: 300px auto;
    height: 75vh;
    min-height: 0;
    margin-top: 0;
  }

  .home-main-text {
    text-align: center;
    background-color: #0000;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    min-width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    display: flex;
  }

  .home-main-font {
    font-size: 32px;
  }

  .header-nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .brand.w--current {
    margin-top: 0;
    margin-bottom: -60px;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .nav-menu {
    margin-top: -1px;
  }

  .home-description-text {
    font-size: 13px;
  }

  .home-description-heading, .home-description-heading.email {
    font-size: 20px;
  }

  .link-2 {
    font-size: 13px;
  }

  .footer-white {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-self: auto;
    margin-top: auto;
    padding-top: 25px;
    padding-bottom: 0;
  }

  .footer-logo {
    max-width: 30%;
    margin-top: 4px;
    margin-left: 30px;
    padding-left: 0;
  }

  .footer-small-text {
    padding-top: 0;
    padding-right: 5px;
    font-size: 10px;
  }

  .home-main-font-subtitle {
    color: #fff;
    text-align: left;
    text-shadow: none;
    align-self: flex-start;
    width: 100%;
    min-width: 100%;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 28px;
  }

  .main-text-section {
    max-width: 90%;
  }

  .main-text-section.about-us, .main-text-section.our-strategy {
    margin-left: 15px;
    margin-right: 15px;
  }

  .main-text-section.josh, .main-text-section.chance {
    max-width: 95%;
    padding-left: 0;
    padding-right: 0;
  }

  .main-section-heading, .main-section-heading.team {
    margin-left: 15px;
    font-size: 32px;
  }

  .main-section-paragraph {
    text-align: left;
    align-self: flex-start;
    width: 92%;
    margin-bottom: 30px;
    margin-left: 15px;
    padding-left: 0;
    padding-right: 0;
    font-size: 14px;
  }

  .main-section-subtitle {
    font-size: 20px;
  }

  .contact-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-self: center;
    place-items: center start;
    width: 300px;
    min-width: 0;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .contact-investor {
    text-align: left;
    align-self: auto;
    width: auto;
    margin-left: 0;
    margin-right: 0;
  }

  .contact-josh {
    align-self: flex-start;
  }

  .contact-email {
    padding-bottom: 5px;
  }

  .contact-form-section {
    min-width: 480px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .form-label-company {
    width: 75px;
  }

  .form-label-company.message {
    width: 66px;
  }

  .hero-section-main.team {
    background-image: linear-gradient(#0e2841 4%, #0000 52%), url('../images/Fuse-Development-Partners-Team-Mobile.jpg');
    background-position: 0 0, 50%;
  }

  .hero-section-main.contact {
    background-position: 0 0, 50%;
  }

  .menu-button {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .home-page-texas {
    height: 150px;
    margin-top: 15px;
    margin-bottom: 15px;
  }

  .contact-mobile-container {
    text-align: left;
  }

  .image-12 {
    margin-left: 0;
  }

  .home-main-font-subtitle-2 {
    color: #fff;
    text-align: left;
    text-shadow: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 0;
    font-size: 16px;
    text-decoration: none;
  }

  .home-button {
    text-align: left;
    background-color: #0e2841;
    margin-bottom: 10px;
    padding-bottom: 9px;
    display: inline-block;
  }

  .menu-button-2 {
    margin-top: 28px;
  }

  .footer-section {
    margin-top: auto;
    position: static;
    inset: auto 0% 0%;
  }

  .footer-container {
    margin-top: auto;
  }

  .footer-button {
    font-size: 12px;
  }

  .footer-heading {
    font-size: 14px;
  }

  .paragraph-2 {
    font-size: 12px;
  }

  .footer-email {
    margin-right: 10px;
  }

  .home-button-copy {
    text-align: left;
    background-color: #0e2841;
    margin-bottom: 10px;
    padding-bottom: 9px;
    display: inline-block;
  }

  .home-text-container {
    text-align: left;
    margin-top: 220px;
    padding-left: 21px;
  }

  .form-label-phone {
    width: 75px;
  }

  .form-label-phone.message {
    width: 66px;
  }

  .form-label-message {
    width: 75px;
  }

  .form-label-message.message {
    width: 66px;
  }
}

@media screen and (max-width: 479px) {
  .home-hero-section {
    grid-template-rows: 300px auto;
    height: auto;
    min-height: 62vh;
  }

  .home-main-image {
    background-position: 0 0, 70%;
    margin-top: 0;
  }

  .home-main-text {
    text-align: left;
    min-width: 0;
    margin-top: 0;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 0;
  }

  .home-main-font {
    font-size: 20px;
  }

  .main-home-description {
    grid-template-rows: auto auto auto;
  }

  .home-location {
    margin-top: 33px;
  }

  .home-email {
    margin-top: 10px;
  }

  .footer-white {
    grid-template-rows: auto auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-top: auto;
  }

  .footer-logo {
    max-width: 60%;
  }

  .home-main-font-subtitle {
    margin-top: 1px;
    font-size: 24px;
    line-height: 1.4;
  }

  .main-text-section {
    max-width: 90%;
  }

  .main-text-section.about-us {
    border-top-style: none;
    border-bottom-style: none;
    justify-content: center;
    align-items: center;
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-text-section.our-strategy {
    margin-left: 10px;
    margin-right: 10px;
  }

  .main-section-heading {
    align-self: flex-start;
  }

  .main-section-heading.team {
    font-size: 30px;
  }

  .main-section-heading.contact {
    margin-left: 0;
  }

  .main-section-paragraph {
    text-align: left;
    align-self: flex-start;
    margin-bottom: 30px;
    margin-left: 15px;
    padding-left: 0;
    font-size: 14px;
  }

  .main-section-subtitle {
    font-size: 18px;
  }

  .contact-grid {
    width: auto;
    min-width: 0;
    padding-left: 60px;
  }

  .contact-heading {
    font-size: 26px;
  }

  .contact-form-section {
    min-width: 300px;
  }

  .form-label-company.message {
    width: 66px;
  }

  .hero-section-main.team {
    background-image: linear-gradient(#0e2841 4%, #0000 52%), url('../images/Fuse-Development-Partners-Team-Mobile.jpg');
    background-position: 0 0, 40% 100%;
  }

  .menu-button {
    padding-bottom: 18px;
  }

  .body-container {
    flex-flow: column;
    display: block;
  }

  .main-text-container {
    align-self: center;
  }

  .nav-menu-2 {
    background-color: #0e2841e0;
    margin-top: 0;
  }

  .image-12 {
    max-width: 90%;
    margin-top: 2px;
    margin-left: 4px;
  }

  .home-main-font-subtitle-2 {
    text-align: left;
    font-size: 14px;
  }

  .home-button {
    font-family: Montserrat, sans-serif;
  }

  .menu-button-2 {
    z-index: auto;
    float: right;
    clear: left;
    background-color: #0000;
    margin: -78px 10px 0;
    padding-left: 18px;
    position: relative;
  }

  .menu-button-2.w--open {
    background-color: #0e2841;
    margin-left: 0;
    margin-right: 0;
    padding-left: 8px;
  }

  .footer-section {
    margin-top: auto;
    position: static;
  }

  .footer-container {
    margin-top: auto;
  }

  .footer-button {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .footer-mailing {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-top: 0;
    padding-left: 0;
    display: block;
  }

  .footer-email {
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: block;
  }

  .home-button-copy {
    font-family: Montserrat, sans-serif;
  }

  .home-text-container {
    margin-top: 180px;
    padding-left: 0;
  }

  .form-label-phone.message, .form-label-message.message {
    width: 66px;
  }

  .image-14 {
    max-width: 98%;
  }
}

#w-node-_49bad163-06de-e952-f45f-41294e3cee8e-884d0864 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-884d0864 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start center;
}

#w-node-_3d2c51da-1546-5d68-ebce-d06d54d163e4-884d0864 {
  grid-area: 1 / 2 / 2 / 3;
  place-self: center;
}

#w-node-_0f3dfa42-36da-80a1-ec0d-83288a326dab-884d0864 {
  grid-area: 1 / 3 / 2 / 4;
  place-self: center;
}

#w-node-a54c5759-b42a-a5c7-dda7-6f1098466a65-98466a64 {
  place-self: auto;
}

#w-node-_8cbcfd17-4c17-9aac-c5d1-eb195b466403-98466a64, #w-node-eb531e0e-7009-2314-a473-52475b601e4e-98466a64 {
  justify-self: end;
}

#w-node-a54c5759-b42a-a5c7-dda7-6f1098466a67-98466a64 {
  grid-area: 3 / 2 / 4 / 3;
  place-self: auto;
}

#w-node-_070ccf9d-34e5-d6a0-daf4-178f3ab81c43-3ab81c42, #w-node-_070ccf9d-34e5-d6a0-daf4-178f3ab81c45-3ab81c42 {
  place-self: auto;
}

#w-node-cd6ee522-6134-56f8-f4e0-ef39efd08033-826db5bf {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_2cebe0e0-a477-df6c-166b-a1b77a1473bc-826db5bf {
  place-self: auto center;
}

#w-node-bcdb4b3d-c3c5-ed07-c2f2-ceb965870e44-826db5bf {
  justify-self: center;
}

#w-node-cd6ee522-6134-56f8-f4e0-ef39efd08033-3f597269 {
  grid-area: 1 / 1 / 2 / 2;
  place-self: start center;
}

#w-node-_2cebe0e0-a477-df6c-166b-a1b77a1473bc-3f597269 {
  place-self: auto center;
}

#w-node-bcdb4b3d-c3c5-ed07-c2f2-ceb965870e44-3f597269 {
  justify-self: center;
}

#w-node-_49bad163-06de-e952-f45f-41294e3cee8e-031130cc {
  grid-area: 1 / 1 / 3 / 7;
  justify-self: auto;
}

#w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-031130cc {
  grid-area: 2 / 2 / 3 / 5;
  place-self: start;
}

#w-node-_49bad163-06de-e952-f45f-41294e3cee8e-28fb5a48 {
  grid-area: 1 / 1 / 3 / 7;
  justify-self: auto;
}

#w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-28fb5a48 {
  grid-area: 2 / 2 / 3 / 5;
  place-self: start;
}

#name.w-node-_7a37b9d3-76aa-58a3-0e4d-88c9f1175d9f-febd782b {
  grid-area: 2 / 1 / 3 / 2;
}

#Company.w-node-_7a37b9d3-76aa-58a3-0e4d-88c9f1175da2-febd782b {
  grid-area: 2 / 2 / 3 / 3;
}

#Phone.w-node-_0f4895af-6406-2d14-1c4d-c713fadd7ef4-febd782b {
  grid-area: 4 / 1 / 5 / 2;
}

#Message.w-node-_85aa4ca6-4ce4-3f15-c730-8b196eec0d22-febd782b {
  grid-area: 6 / 1 / 7 / 3;
}

#w-node-_7a37b9d3-76aa-58a3-0e4d-88c9f1175da3-febd782b {
  grid-area: 7 / 1 / 8 / 2;
  justify-self: start;
}

#w-node-_5744d91a-fe02-ab59-383d-317b21ff1a59-febd782b {
  grid-area: 7 / 2 / 8 / 3;
}

@media screen and (min-width: 1920px) {
  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-031130cc {
    grid-area: 1 / 1 / 3 / 5;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-031130cc {
    grid-column: 2 / 4;
    justify-self: start;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-28fb5a48 {
    grid-area: 1 / 1 / 3 / 5;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-28fb5a48 {
    grid-column: 2 / 4;
  }

  #w-node-_2e2dfb49-66b4-7b81-3ff1-5b4d3ed026df-febd782b {
    place-self: end start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-884d0864 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-a54c5759-b42a-a5c7-dda7-6f1098466a65-98466a64 {
    justify-self: start;
  }

  #w-node-a54c5759-b42a-a5c7-dda7-6f1098466a67-98466a64 {
    justify-self: end;
  }

  #w-node-_070ccf9d-34e5-d6a0-daf4-178f3ab81c43-3ab81c42, #w-node-_070ccf9d-34e5-d6a0-daf4-178f3ab81c45-3ab81c42 {
    justify-self: center;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-031130cc {
    grid-area: 1 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-031130cc {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center start;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-28fb5a48 {
    grid-area: 1 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-28fb5a48 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-a54c5759-b42a-a5c7-dda7-6f1098466a65-98466a64 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: auto;
  }

  #w-node-a54c5759-b42a-a5c7-dda7-6f1098466a67-98466a64 {
    place-self: center end;
  }

  #w-node-cd6ee522-6134-56f8-f4e0-ef39efd08033-826db5bf {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_2cebe0e0-a477-df6c-166b-a1b77a1473bc-826db5bf {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-bcdb4b3d-c3c5-ed07-c2f2-ceb965870e44-826db5bf {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-cd6ee522-6134-56f8-f4e0-ef39efd08033-3f597269 {
    grid-area: 1 / 1 / 2 / 2;
    place-self: center start;
  }

  #w-node-_2cebe0e0-a477-df6c-166b-a1b77a1473bc-3f597269 {
    grid-area: 2 / 1 / 3 / 2;
    place-self: center start;
  }

  #w-node-bcdb4b3d-c3c5-ed07-c2f2-ceb965870e44-3f597269 {
    grid-area: 3 / 1 / 4 / 2;
    place-self: center start;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-031130cc {
    grid-area: 1 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-031130cc {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-28fb5a48 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-28fb5a48 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-884d0864 {
    grid-area: 1 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_3d2c51da-1546-5d68-ebce-d06d54d163e4-884d0864 {
    grid-row: 2 / 3;
  }

  #w-node-_0f3dfa42-36da-80a1-ec0d-83288a326dab-884d0864 {
    grid-area: 3 / 2 / 4 / 3;
    place-self: center;
  }

  #w-node-_9ae9afbc-6d20-b2b1-c3ff-a84dd8a9332f-98466a64 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: start;
  }

  #w-node-eb531e0e-7009-2314-a473-52475b601e4e-98466a64 {
    grid-area: 3 / 1 / 4 / 3;
    place-self: center;
  }

  #w-node-a54c5759-b42a-a5c7-dda7-6f1098466a67-98466a64 {
    grid-area: 5 / 1 / 6 / 3;
    place-self: center;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-031130cc {
    grid-area: 1 / 1 / 3 / 3;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-031130cc {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-_49bad163-06de-e952-f45f-41294e3cee8e-28fb5a48 {
    grid-area: 1 / 1 / 2 / 3;
    justify-self: auto;
  }

  #w-node-_3b997d1d-9fdf-9c21-d9e2-8f3ef9f7883a-28fb5a48 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }
}


