@font-face {
  font-family: "Heldane Text";
  font-style: normal;
  font-weight: 400; /* Normal */
  src: local("Heldane Text Regular"),
    url("../fonts/HeldaneTextRegular.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-style: italic;
  font-weight: 400; /* Normal Italic */
  src: local("Heldane Text Italic"),
    url("../fonts/HeldaneTextRegularItalic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-style: normal;
  font-weight: 500; /* Medium */
  src: local("Heldane Text Medium"),
    url("../fonts/HeldaneTextMedium.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-style: italic;
  font-weight: 500; /* Medium Italic */
  src: local("Heldane Text Medium Italic"),
    url("../fonts/HeldaneTextMediumItalic.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-style: normal;
  font-weight: 700; /* Bold */
  src: local("Heldane Text Bold"),
    url("../fonts/HeldaneTextBold.woff") format("woff");
}

@font-face {
  font-family: "Heldane Text";
  font-style: italic;
  font-weight: 700; /* Bold Italic */
  src: local("Heldane Text Bold Italic"),
    url("../fonts/HeldaneTextBoldItalic.woff") format("woff");
}

body {
  color: hsla(0, 0%, 0%, 0.8);
}

.fAVqiz {
  color: #102a43;
}

.social-row {
  row-gap: 20px;
  display: flex;
  flex-wrap: wrap;
  padding-top: 80px;
  padding-bottom: 40px;
  align-items: center;
  justify-content: space-around;
}

.social-row__link {
  column-gap: 10px;
  font-size: 20px;
  font-weight: 500;
  display: inline-flex;
  text-decoration: underline;
}

.social-row__link:hover {
  text-decoration: none;
}

.social-row__link img {
  flex: 0 0 24px;
}

.header-subtitle {
  color: #102a43;
  font-size: 80px;
  font-weight: bold;
  line-height: 1.2;
  margin-bottom: 24px;
  letter-spacing: 1.28px;
  margin-block-end: 0.83em;
  margin-block-start: 0.83em;
}

.g-title {
  color: #102a43 !important;
  font-size: 60px;
  line-height: 63px;
  text-align: center;
  margin-bottom: 25px;
  letter-spacing: 1.1px;
}

.g-subtitle {
  font-size: 40px;
  text-align: center;
  margin-bottom: 45px;
  letter-spacing: 1.1px;
  color: rgb(34, 34, 34);
}

.g-section {
  padding-top: 80px;
  padding-bottom: 80px;
}

@media (min-width: 768px) {
  .cBkgLw {
    height: auto;
    border: 1px solid rgb(239, 238, 238);
    transition: 0.4s cubic-bezier(0, 0.89, 0.44, 1);
  }
}

.cBkgLw {
  width: 100%;
  height: 102px;
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  overflow: hidden;
  border: 1px solid rgb(239, 238, 238);
  position: relative;
}

@media (min-width: 768px) {
  .cBkgLw .Project__StyledName-sc-g5oisl-0 {
    border-right: none;
    border-bottom: none;
  }
}

.cBkgLw .Project__StyledName-sc-g5oisl-0 {
  border-right: 1px solid rgb(239, 238, 238);
  border-bottom: none;
}

@media (min-width: 768px) {
  .gAukMl {
    height: 100%;
    width: 30%;
    padding: 16px 0px 16px 32px;
    justify-content: flex-start;
  }
}

.gAukMl {
  height: 102px;
  order: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 60%;
}

@media (min-width: 768px) {
  .gAukMl p {
    font-size: 24px;
    line-height: 37px;
  }
}

.gAukMl p {
  margin-bottom: 0px;
  font-weight: 700;
  font-size: 18px;
  line-height: 27px;
  letter-spacing: 0.3375px;
  color: rgb(34, 34, 34);
}

.iMWRDb {
  margin-left: auto;
  margin-right: auto;
}

@media (min-width: 991px) {
  .cBkgLw .Project__StyledLogo-sc-g5oisl-3 {
    order: 1;
  }
}

.cBkgLw .Project__StyledLogo-sc-g5oisl-3 {
  order: 4;
}

@media (min-width: 1200px) {
  .dXDiiB {
    width: 15%;
  }
}

@media (min-width: 991px) {
  .dXDiiB {
    width: 20%;
    height: 100%;
    padding: 16px;
    display: flex;
  }
}

@media (min-width: 768px) {
  .dXDiiB {
    display: none;
    border-bottom: none;
  }
}

.dXDiiB {
  width: 40%;
  height: 102px;
  padding: 10px;
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 2px solid rgb(203, 110, 23);
}

.logo__img {
  border-radius: 50%;
}

.get-in-touch {
  margin-bottom: 20px;
}

.gnSIiy p {
  text-align: left;
}

.iMWRDb {
  padding-left: 20px;
  padding-right: 20px;
}

.box-info {
  padding: 40px;
  width: calc(50% - 50px);
  box-shadow: rgba(183, 183, 183, 0.86) 0px 10px 24px;
}

.box-info-row {
  gap: 50px 40px;
  display: flex;
  flex-wrap: wrap;
  justify-items: center;
  justify-content: center;
}

.box-info-bottom {
  padding-top: 60px;
  font-size: 24px;
  font-weight: 700;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  max-width: 804px;
  padding-left: 20px;
  padding-right: 20px;
}

.box-info__top {
  color: #cb6e17;
  font-size: 16px;
  margin-bottom: 5px;
  font-weight: 700;
  text-transform: uppercase;
}

.box-info__title {
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 5px;
}

.faq-wrapper {
  padding-top: 40px;
}

.faq-question {
  cursor: pointer;
  font-weight: bold;
  margin: 20px 0;
  font-size: 20px;
}

.faq-question::before {
  content: "›";
  display: inline-block;
  margin-right: 10px;
  transition: transform 0.3s ease;
}

.faq-question.open::before {
  transform: rotate(90deg);
}

.faq-answer {
  font-size: 18px;
  padding-left: 10px;
  margin: 5px 0 15px 0;
  border-left: 2px solid #ccc;
}

.c-orange {
  color: #cb6e17;
}

.item {
  display: flex;
  flex-wrap: wrap;
  border: 1px solid rgb(239, 238, 238);
}

@media (hover: hover) {
  .item:hover {
    box-shadow: rgba(0, 0, 0, 0.25) 0px 8px 36px;
  }
}

.item__cell {
  padding: 16px;
}

.item__cell--img {
  display: flex;
  flex: 0 0 20%;
  align-items: center;
  justify-content: center;
  border-right: 1px solid rgb(239, 238, 238);
}

.item__cell--social {
  flex: 0 0 150px;
  display: flex;
  justify-content: center;
  flex-direction: column;
}

.item__cell--name {
  flex: 0 0 170px;
  display: flex;
  align-items: center;
}

.item__img {
  max-height: 100px;
}

.item__name {
  font-weight: 700;
  font-size: 24px;
  line-height: 1.3;
  color: rgb(34, 34, 34);
}

.item__social-link {
  font-weight: 700;
  font-size: 12px;
  text-decoration: none !important;
  color: rgb(74, 74, 74);
}

.item__social-link:hover {
  color: #cb6e17;
}

.item__cell--text {
  flex-grow: 1;
  flex-basis: 0;
  display: flex;
  align-items: center;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.3375px;
  color: rgb(34, 34, 34);
}

.item__divider {
  flex: 0 0 100%;
  height: 1px;
  background-color: #cb6e17;
}

.ticker {
  font-size: 0.8em;
}

@media (max-width: 1023px) {
  .header-subtitle {
    font-size: 60px;
  }
  .box-info {
    width: 100%;
  }

  .g-title {
    font-size: 50px;
  }
  .item__name {
    font-size: 18px;
  }
  .item__cell--img {
    display: none;
  }
}
@media (min-width: 768px) {
  .item__cell--img {
    order: 0;
  }
  .item__cell--name {
    order: 1;
  }
  .item__cell--text {
    order: 2;
  }
  .item__cell--social {
    order: 3;
  }
  .item__divider {
    display: none;
  }
}

@media (max-width: 767px) {
  .item__cell--img {
    display: flex;
  }
  .item__cell--name {
    flex: 1 0 auto;
    border-right: 1px solid rgb(239, 238, 238);
  }
  .item__cell--social,
  .item__cell--img {
    flex: 0 0 40%;
  }
  .item.show .item__cell--name {
    border-right-color: #cb6e17;
  }
  .item.show {
    border-color: #cb6e17;
  }
  .item:not(.show) .item__cell--img {
    display: block;
  }
  .item:not(.show) .item__cell--img,
  .item:not(.show) .item__divider,
  .item:not(.show) .item__cell--text {
    display: none;
  }
  .header-subtitle {
    font-size: 40px;
    line-height: 1.1;
  }
  .box-info-row {
    row-gap: 20px;
  }
  .box-info {
    padding: 30px;
  }
  .box-info-bottom {
    font-size: 20px;
  }

  .g-title {
    font-size: 40px;
  }
  .g-subtitle {
    font-size: 26px;
  }
  .g-section {
    padding-top: 50px;
    padding-bottom: 50px;
  }
  .faq-wrapper {
    padding-top: 10px;
  }
  .social-row {
    padding-top: 40px;
    padding-bottom: 20px;
  }
}

@media (max-width: 575px) {
  .ghdJfk li + li {
    margin-left: 12px !important;
  }
  .fAVqiz {
    padding-top: 60px;
  }
  .header-subtitle {
    font-size: 30px;
  }

  .box-info-bottom {
    font-size: 18px;
  }

  .g-title {
    font-size: 36px;
  }
  .g-subtitle {
    font-size: 22px;
  }
  .item__name {
    font-size: 16px;
  }
}
