@font-face {
  font-family: 'Satoshi';
  src: url("../../fonts/Satoshi-Regular.woff2") format("woff2"), url("../../fonts/Satoshi-Regular.woff") format("woff");
  font-weight: 400;
  font-style: normal;
}

@font-face {
  font-family: 'Satoshi';
  src: url("../../fonts/Satoshi-Bold.woff2") format("woff2"), url("../../fonts/Satoshi-Bold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
}

* {
  margin: 0;
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: 'Satoshi', sans-serif;
}

.ihc-help-hero {
  background-image: url(../../img/need-help/hero-section.png);
  height: 20rem;
  width: 100%;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  border-bottom: 1px solid #DDDFD2;
  padding: 2rem;
}

.ihc-help-hero .ihc-help-hero-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 1rem;
}

.ihc-help-hero .ihc-help-hero-content h1 {
  font-size: 2rem;
  font-weight: 700;
  margin-bottom: .5rem;
  font-family: 'Satoshi-Black', sans-serif;
  color: #16154D;
}

.ihc-help-hero .ihc-help-hero-content p {
  font-size: 1rem;
  font-weight: 400;
  color: #000;
}

.ihc-help-hero .enm-help-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-top: 4rem;
}

.ihc-help-hero .enm-help-nav .enm-help-nav-items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 1rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ihc-help-hero .enm-help-nav .enm-help-nav-items .enm-help-nav-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 0.5rem;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-decoration: none;
  color: #000;
  font-weight: 400;
  border: 1px solid #DDDFD2;
  padding: 1rem;
  border-radius: 0.5rem;
  width: 7rem;
  height: 7rem;
}

.ihc-help-hero .enm-help-nav .enm-help-nav-items .enm-help-nav-item .enm-help-nav-item-icon {
  height: 2rem;
  width: 2rem;
}

.ihc-help-hero .enm-help-nav .enm-help-nav-items .enm-help-nav-item .enm-help-nav-item-text {
  font-size: .65rem;
  text-align: center;
  height: 1.5rem;
}

.ihc-help-content {
  margin: 0 15rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
}

.ihc-help-content .ihc-help-content-header h1 {
  font-size: 2.25rem;
  font-weight: 600;
  color: #000;
  margin-bottom: 2rem;
}

.ihc-help-content .ihc-help-content-line {
  background-color: #cb9837;
  width: 3px;
  height: calc(100vh - 0rem);
  position: absolute;
  margin-left: 2.5rem;
  margin-top: 4rem;
  z-index: -1;
}

.ihc-help-content .ihc-help-content-container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 2rem;
  z-index: 1;
}

.ihc-help-content .ihc-help-content-container .ihc-help-content-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  gap: 2rem;
  min-height: 8rem;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
}

.ihc-help-content .ihc-help-content-container .ihc-help-content-item .ihc-help-icon {
  width: -webkit-fit-content;
  width: -moz-fit-content;
  width: fit-content;
  height: -webkit-fit-content;
  height: -moz-fit-content;
  height: fit-content;
  background: linear-gradient(135deg, #F6A712 0%, #90620B 100%);
  border-radius: 5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 1rem;
}

.ihc-help-content .ihc-help-content-container .ihc-help-content-item .ihc-help-icon img {
  width: 3rem;
  height: 3rem;
  max-width: unset;
}

.ihc-help-content .ihc-help-content-container .ihc-help-content-item .ihc-help-text h2 {
  font-size: 1.5rem;
  font-weight: 600;
  color: #000;
}

.ihc-help-content .ihc-help-content-container .ihc-help-content-item .ihc-help-text p {
  font-size: 1rem;
  color: #000;
}

.ihc-help-content .ihc-help-content-container .ihc-help-content-item a {
  text-decoration: none;
  color: #F6A712;
  font-weight: 450;
}

.nav-active {
  background: linear-gradient(135deg, #F6A712 0%, #90620B 100%);
  color: #fff;
  border: 1px solid #DDDFD2;
}

.nav-active .enm-help-nav-item-text {
  color: #fff !important;
}

.enm-help-nav-item-icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.enm-help-nav-item-icon i {
  height: 2rem;
  width: 2rem;
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

.nav-active .icon-investor {
  background-image: url(../../icons/need-help/icon-investor-help-light.svg);
}

.nav-active .icon-opportunity-owner {
  background-image: url(../../icons/need-help/icon-opportunity-owner-help-light.svg);
}

.nav-active .icon-service-provider {
  background-image: url(../../icons/need-help/icon-service-provider-help-light.svg);
}

.icon-investor {
  background-image: url(../../icons/need-help/icon-investor-help.svg);
}

.icon-opportunity-owner {
  background-image: url(../../icons/need-help/icon-opportunity-owner-help.svg);
}

.icon-service-provider {
  background-image: url(../../icons/need-help/icon-service-provider-help.svg);
}
/*# sourceMappingURL=investor-journey.css.map */