@font-face {
  font-family: Helveticaneueltpro Hv;
  src: url('../fonts/helveticaneueltpro-hv.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltpro Roman;
  src: url('../fonts/helveticaneueltpro-roman.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltpro Bd;
  src: url('../fonts/helveticaneueltpro-bd.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltpro Md;
  src: url('../fonts/helveticaneueltpro-md.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltpro Th;
  src: url('../fonts/helveticaneueltpro-th.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Helveticaneueltpro Lt;
  src: url('../fonts/helveticaneueltpro-lt.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --relume-library-lite--white: white;
  --relume-library-lite--black: black;
  --relume-library-lite--yellow: #f9db30;
  --relume-library-lite--blue: #165696;
  --relume-library-lite--marian-green: #9c3;
  --relume-library-lite--avocado-green: #73a63f;
}

.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;
}

.navbar_dropdown-link {
  color: #000;
  padding: .5rem 1rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.navbar_dropdown-link.w--current {
  color: #000;
}

.navbar_menu {
  align-items: center;
  display: flex;
  position: static;
}

.navbar_dropdown-list.w--open {
  background-color: #fff;
  padding: .5rem;
}

.navbar_link {
  color: var(--relume-library-lite--white);
  background-color: #0000;
  padding: .5rem 1rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.navbar_link.w--current {
  color: var(--relume-library-lite--yellow);
}

.navbar_link.black {
  color: var(--relume-library-lite--black);
}

.navbar_link-text {
  font-family: Noto Serif, sans-serif;
}

.navbar_logo.alt {
  display: block;
}

.navbar_logo.hide {
  display: none;
}

.rl_navbar1_menu-button {
  padding: 0;
}

.navbar_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar_component {
  background-color: #ddd0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 10%;
  padding-right: 10%;
  display: flex;
  position: relative;
}

.navbar_button {
  border: 0px none var(--relume-library-lite--black);
  background-color: var(--relume-library-lite--blue);
  color: var(--relume-library-lite--white);
  text-align: center;
  padding: .5rem 1.25rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
  transition: all .3s;
}

.navbar_button:hover {
  background-color: var(--relume-library-lite--marian-green);
}

.navbar_dropdown-toggle {
  color: var(--relume-library-lite--white);
  padding: .5rem 2.5rem .5rem 1rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.navbar_dropdown-toggle.black {
  color: var(--relume-library-lite--black);
}

.dropdown-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  margin-top: auto;
  margin-bottom: auto;
  margin-right: 1rem;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  right: 0%;
}

.navbar_logo-link {
  padding-left: 0;
}

.navbar_menu-buttons {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-left: 1rem;
  display: flex;
}

.button {
  background-color: var(--relume-library-lite--marian-green);
  color: var(--relume-library-lite--white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  transition: all .3s;
}

.button:hover {
  background-color: var(--relume-library-lite--avocado-green);
}

.button.white {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--blue);
}

.button.white:hover {
  background-color: var(--relume-library-lite--marian-green);
  color: var(--relume-library-lite--white);
}

.button.is-blue {
  background-color: var(--relume-library-lite--blue);
}

.button.is-blue:hover {
  background-color: var(--relume-library-lite--marian-green);
}

.heading_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.text-style-medium {
  color: #212e3ea3;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-medium.is-white {
  color: #fff;
  font-family: Noto Serif, sans-serif;
  font-weight: 400;
}

.text-style-medium.is-green {
  color: var(--relume-library-lite--marian-green);
  font-family: Noto Serif, sans-serif;
  font-weight: 400;
}

.text-style-medium.is-green.hide {
  display: none;
}

.text-style-medium.is-black {
  color: var(--relume-library-lite--black);
  margin-bottom: 1rem;
}

.text-style-medium.is-yellow {
  color: var(--relume-library-lite--yellow);
  font-family: Noto Serif, sans-serif;
  font-weight: 400;
}

.text-style-medium.is-yellow.hide {
  display: none;
}

.heading_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

.heading-style-h1 {
  color: var(--relume-library-lite--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-style-h1.is-white {
  color: #fff;
  letter-spacing: -.48px;
  font-family: Helveticaneueltpro Md, Arial, sans-serif;
  font-weight: 400;
}

.padding-global {
  padding-left: 10%;
  padding-right: 10%;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.header_component {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

.header {
  background-image: url('../images/geocrest-header-image-min.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: relative;
}

.header_content {
  color: #fff;
  width: 100%;
  max-width: 35rem;
}

.button-link {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px #000;
  padding: .25rem 0;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 300;
  line-height: 1;
  text-decoration: underline;
  transition: all .3s;
  display: flex;
}

.button-link:hover {
  color: var(--relume-library-lite--marian-green);
}

.button-link.is-blue {
  color: var(--relume-library-lite--blue);
}

.button-link.is-blue:hover {
  color: var(--relume-library-lite--marian-green);
}

.button-link.blue-bg {
  background-color: var(--relume-library-lite--blue);
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-link.blue-bg:hover {
  background-color: var(--relume-library-lite--marian-green);
  color: var(--relume-library-lite--white);
}

.rl-button-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.logo_wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2b559b;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo_component {
  display: flex;
}

.padding-section-medium {
  padding-top: 4rem;
  padding-bottom: 4rem;
}

.logo {
  overflow: hidden;
}

.logo_list {
  grid-column-gap: 4rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 174px 174px 174px 174px 174px;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 4rem;
  display: grid;
}

.logo_list._1 {
  grid-template-columns: 174px 174px 174px 174px 174px 174px;
}

.spacing-block-1-5 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.spacing-block-1-5.mobile {
  display: none;
}

.heading-h5 {
  text-align: center;
  font-family: Helveticaneueltpro Bd, Arial, sans-serif;
  font-size: 24px;
  line-height: 150%;
}

.image {
  width: 165px;
}

.padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.padding-section-large.no-top {
  padding-top: 0;
}

.padding-section-large.no-bottom {
  padding-bottom: 0;
}

.about {
  background-color: var(--relume-library-lite--blue);
}

.text-style-subheading {
  color: var(--relume-library-lite--marian-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Noto Serif, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.text-style-subheading.is-blue {
  color: var(--relume-library-lite--blue);
}

.heading-style-h2 {
  color: var(--relume-library-lite--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Md, Arial, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.heading-style-h2.is-white {
  color: var(--relume-library-lite--white);
}

.heading-style-h2.is-white.light {
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-weight: 400;
}

.about_component {
  width: 100%;
}

.about-grid {
  grid-column-gap: 7rem;
  grid-row-gap: 7rem;
  grid-template-rows: auto;
  grid-template-columns: 72px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.spacing-block-5 {
  width: 100%;
  padding-bottom: 5rem;
}

.services_content {
  text-align: center;
  width: 100%;
  max-width: 30rem;
}

.services_content._2 {
  max-width: 40rem;
}

.services {
  background-color: var(--relume-library-lite--white);
}

.services_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.spacing-block-1 {
  width: 100%;
  padding-bottom: 1rem;
}

.component {
  z-index: 12;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.component.hover-image {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
}

.hover_image {
  z-index: 2;
  border-radius: 15px;
  height: 15rem;
  position: absolute;
  right: 15%;
  transform: rotate(0);
}

.hover-parent {
  color: #707070;
  justify-content: center;
  align-items: center;
  width: 100%;
  transition: all .25s;
  display: flex;
  position: relative;
}

.hover-parent:hover {
  color: var(--relume-library-lite--marian-green);
}

.is-main {
  z-index: 3;
  letter-spacing: -.07em;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: center;
  font-size: 4rem;
  font-weight: 600;
  display: flex;
  position: relative;
}

.is-main.backgorund_image {
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.is-main.border-null {
  color: #707070;
  cursor: pointer;
  border-top: 2px #2e2a27;
  border-bottom: 2px #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.is-main.border-null:hover {
  color: var(--relume-library-lite--marian-green);
}

.is-main.image_fill {
  cursor: pointer;
  border-top: 2px solid #2e2a27;
  border-bottom: 2px solid #2e2a27;
  justify-content: center;
  width: 100%;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.text_hover {
  z-index: 10;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.text-block {
  text-align: center;
  letter-spacing: -.48px;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.number-text {
  text-align: center;
  letter-spacing: -.48px;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.2;
}

.project_heading-wrapper {
  width: 100%;
  max-width: 35.5rem;
}

.project_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.text-style-regular {
  color: #0f0f0f;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.text-style-regular.contact {
  color: var(--relume-library-lite--white);
  background-color: #fff0;
  font-family: Noto Serif, sans-serif;
}

.heading-style-h5 {
  color: var(--relume-library-lite--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Md, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

.heading-style-h5.is-blue {
  color: var(--relume-library-lite--blue);
}

.project_content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.project_component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  display: grid;
}

.project_component.no-grid {
  display: flex;
}

.project {
  background-color: var(--relume-library-lite--white);
}

.project-features_image-wrapper {
  width: 100%;
  position: relative;
}

.project-heading {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.div-block-2 {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.project-type {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.dot {
  background-color: var(--relume-library-lite--blue);
  border-radius: 1000px;
  width: 4px;
  height: 4px;
}

.spacing-block-0-75 {
  width: 100%;
  padding-bottom: .75rem;
}

.div-block-3 {
  justify-content: space-between;
  display: flex;
}

.choose_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.choose {
  background-color: var(--relume-library-lite--avocado-green);
}

.choose.about {
  background-color: var(--relume-library-lite--blue);
}

.choose.service {
  background-color: var(--relume-library-lite--white);
}

.spacing-block-3 {
  width: 100%;
  padding-bottom: 3rem;
}

.cta {
  background-color: var(--relume-library-lite--white);
}

.cta_content {
  z-index: 1;
  max-width: 37.5rem;
  height: auto;
  padding: 3.5rem 4rem;
  position: relative;
}

.cta_component {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: var(--relume-library-lite--blue);
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
  position: relative;
  overflow: hidden;
}

.cta_component.hide {
  display: none;
}

.image-2 {
  position: absolute;
}

.image-3 {
  z-index: 1;
  position: absolute;
  top: auto;
  bottom: 50%;
  left: -45%;
  transform: translate(0, 50%);
}

.footer_credit-text {
  color: var(--relume-library-lite--black);
  font-family: Noto Serif, sans-serif;
  font-size: .875rem;
  font-weight: 400;
}

.footer_component {
  background-color: var(--relume-library-lite--white);
}

.footer_link-list {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: flex-start start;
  display: flex;
}

.rl_footer1_spacing-block-6 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_footer1_bottom-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.rl_footer1_menu-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  align-items: start;
}

.footer_column-text {
  color: var(--relume-library-lite--blue);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Md, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 1.5;
}

.footer_line-divider {
  background-color: #3c3c434a;
  width: 100%;
  height: 1px;
}

.footer_link {
  color: var(--relume-library-lite--black);
  padding-top: .5rem;
  padding-bottom: .5rem;
  font-family: Noto Serif, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_header44_spacing-block-2-2 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.main_header {
  background-image: url('../images/geo-about-img.png');
  background-position: 50%;
  background-size: cover;
}

.main_header.project {
  background-image: url('../images/projects-image.png');
}

.main_header.geoservice {
  background-image: url('../images/geoservices.png');
}

.main_header.eandc {
  background-image: url('../images/ea-header.png');
}

.main_header.no-image {
  background-color: var(--relume-library-lite--blue);
  background-image: none;
}

.main_header.careers {
  background-image: url('../images/careers-geocrest.png');
}

.main_header_component {
  width: 100%;
  max-width: 48rem;
}

.main_header_component.title {
  max-width: none;
}

.stats {
  background-color: var(--relume-library-lite--white);
}

.stats-component {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  display: flex;
}

.blue {
  aspect-ratio: 1;
  background-color: var(--relume-library-lite--blue);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 640px;
  margin-left: -70px;
  padding: 4rem;
  display: flex;
}

.stats-text {
  color: var(--relume-library-lite--white);
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Bd, Arial, sans-serif;
  line-height: 1.2;
}

.stats-text._1 {
  color: var(--relume-library-lite--blue);
}

.stats-number {
  color: var(--relume-library-lite--white);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 140px;
  line-height: 100%;
}

.stats-number._2 {
  font-size: 120px;
}

.stats-number._3 {
  color: var(--relume-library-lite--blue);
  font-size: 100px;
}

.yellow {
  aspect-ratio: 1;
  background-color: var(--relume-library-lite--yellow);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 360px;
  padding: 2rem;
  display: flex;
}

.green {
  aspect-ratio: 1;
  background-color: var(--relume-library-lite--marian-green);
  border-radius: 100%;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 480px;
  margin-left: -70px;
  padding: 3rem;
  display: flex;
}

.centre-div {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.component_item {
  flex-direction: column;
  align-items: center;
  width: 100%;
}

.values-component {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  background-color: #f5f5f5;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  padding: 2rem 1.5rem;
  display: grid;
}

.heading-style-h3 {
  color: var(--relume-library-lite--black);
  letter-spacing: -.48px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Helveticaneueltpro Md, Arial, sans-serif;
  font-size: 1.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.team_component {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.team {
  background-color: var(--relume-library-lite--white);
}

.team_name-text {
  color: var(--relume-library-lite--black);
  font-family: Helveticaneueltpro Md, Arial, sans-serif;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.5;
}

.team-text-wrapper {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.project-image {
  object-fit: cover;
  border-radius: 16px;
  width: 564.797px;
  height: 317.703px;
}

.project-detail_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.project-detail {
  background-color: #f5f5f5;
  border-radius: 16px;
  padding: 1.5rem 2rem;
}

.project-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.project-grid._2-col {
  grid-template-columns: 1fr 1fr;
}

.project-image-grid {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 16px;
}

.contact-main_image {
  object-fit: cover;
  height: 100%;
  display: block;
}

.rl-error-text {
  color: #e23939;
}

.contact_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-input {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--black);
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
}

.form-input:focus {
  border-color: var(--relume-library-lite--black);
}

.form-input::placeholder {
  color: var(--relume-library-lite--black);
  font-size: 1rem;
}

.contact_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.rl-success-text {
  font-weight: 600;
}

.contact_image-wrapper {
  border-radius: 16px;
  overflow: hidden;
}

.rl_contact7_spacing-block-4 {
  width: 100%;
  padding-bottom: .5rem;
}

.rl-error-message-2 {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

.contact {
  background-color: var(--relume-library-lite--white);
}

.form-text-area {
  background-color: var(--relume-library-lite--white);
  color: var(--relume-library-lite--black);
  border: 1px solid #b3b3b3;
  border-radius: 8px;
  height: auto;
  min-height: 11.25rem;
  margin-bottom: 0;
  padding: .75rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.6;
  overflow: auto;
}

.form-text-area:focus {
  border-color: var(--relume-library-lite--black);
}

.form-text-area::placeholder {
  color: var(--relume-library-lite--black);
}

.contact_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.contact_form-field-wrapper {
  position: relative;
}

.rl-success-message-2 {
  background-color: #0000;
  padding: 1.5rem;
}

.field-label {
  color: var(--relume-library-lite--black);
  margin-bottom: .5rem;
  font-family: Helveticaneueltpro Roman, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
}

.rl_header26_image-wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.contact_content {
  text-align: center;
  width: 100%;
  max-width: 48rem;
}

.contact_header_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.rl_contact6_content {
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.locations {
  background-color: var(--relume-library-lite--blue);
}

.rl_content6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.contact-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.contact-heading {
  color: var(--relume-library-lite--white);
  font-family: Helveticaneueltpro Bd, Arial, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.div-block-4 {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.social-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.link-block {
  color: var(--relume-library-lite--marian-green);
  transition: all .2s;
}

.link-block:hover {
  color: var(--relume-library-lite--avocado-green);
}

.careers_content {
  text-align: center;
  width: 100%;
}

.list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  color: #fff;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.blue-text {
  color: var(--relume-library-lite--blue);
}

.div-block-5 {
  justify-content: space-between;
  display: flex;
}

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

.image-2-copy {
  position: relative;
}

.ghana {
  width: 54px;
  position: absolute;
  inset: 35% 0% auto 42%;
}

.guinea {
  width: 54px;
  position: absolute;
  inset: 25% 0% auto 35%;
}

.ivory-cost {
  width: 54px;
  position: absolute;
  inset: 35% 0% auto 38%;
}

.sierra-leone {
  width: 54px;
  position: absolute;
  inset: 40% 0% auto 35%;
}

.country-text {
  color: var(--relume-library-lite--avocado-green);
  letter-spacing: -.64px;
  width: 80px;
  font-family: Helveticaneueltpro Bd, Arial, sans-serif;
  font-size: 24px;
  line-height: 1.2;
  position: absolute;
  inset: 28% 0% auto 42%;
}

.country-text._1 {
  width: 140px;
  top: 55%;
  left: 32%;
}

.country-text._2 {
  left: 28%;
}

.country-text._3 {
  top: 40%;
  left: 28%;
}

.team-one {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-4 {
  aspect-ratio: 1;
  filter: grayscale();
  object-fit: cover;
  border-radius: 24px;
  width: 220px;
}

.list-2 {
  list-style-type: lower-alpha;
}

.list-3 {
  list-style-type: lower-roman;
}

.map-hide {
  display: none;
}

.country {
  border-radius: 1000px;
  width: 55px;
  height: 55px;
  overflow: hidden;
}

@media screen and (min-width: 1920px) {
  .project-image {
    width: 564.797svw;
  }
}

@media screen and (max-width: 991px) {
  .navbar_dropdown-link {
    width: auto;
    padding: .75rem 0 .75rem 5%;
  }

  .menu-icon_line-middle {
    background-color: var(--relume-library-lite--white);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .menu-icon_line-middle.black {
    background-color: var(--relume-library-lite--black);
  }

  .navbar_menu-dropdown {
    width: 100%;
    font-size: 1.125rem;
  }

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border-bottom: 1px solid #000;
    padding: 1rem 5% 2rem;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    border-bottom: 0 #0000;
    height: auto;
    padding-bottom: 3rem;
  }

  .menu-icon_line-top {
    background-color: var(--relume-library-lite--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-top.black {
    background-color: var(--relume-library-lite--black);
  }

  .navbar_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar_dropdown-list.w--open {
    border-style: none;
    padding: 0;
  }

  .rl_menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    color: var(--relume-library-lite--black);
    width: auto;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .rl_navbar1_menu-button.w--open {
    background-color: #0000;
  }

  .rl_menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_dropdown-toggle {
    color: var(--relume-library-lite--black);
    align-items: center;
    padding-top: .75rem;
    padding-bottom: .75rem;
    padding-left: 0;
    display: flex;
  }

  .dropdown-icon {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
    inset: auto 0% auto auto;
  }

  .menu-icon_line-bottom {
    background-color: var(--relume-library-lite--white);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon_line-bottom.black {
    background-color: var(--relume-library-lite--black);
  }

  .navbar_menu-buttons {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: stretch;
    margin-top: 1.5rem;
    margin-left: 0;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .about-grid {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .spacing-block-5 {
    padding-bottom: 4.5rem;
  }

  .component.hover-image {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .hover_image {
    display: none;
  }

  .is-main {
    font-size: 3rem;
  }

  .text-block {
    font-size: 3.5rem;
  }

  .project_content {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-3 {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .choose_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .cta_component {
    grid-column-gap: 3rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .image-3 {
    display: none;
    bottom: 100%;
    left: 0%;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 5rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .stats-component {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .blue, .green {
    margin-top: -70px;
    margin-left: 0;
  }

  .values-component {
    grid-column-gap: 2rem;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2.5rem;
  }

  .project-image {
    width: 100%;
  }

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

  .contact_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .contact_content {
    margin-bottom: 4.5rem;
  }

  .rl_content6_component {
    grid-column-gap: 3rem;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .ghana {
    left: 22%;
    transform: scale(.5);
  }

  .guinea {
    left: 15%;
    transform: scale(.5);
  }

  .ivory-cost {
    left: 18%;
    transform: scale(.5);
  }

  .sierra-leone {
    left: 15%;
    transform: scale(.5);
  }

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

@media screen and (max-width: 767px) {
  .navbar_component {
    height: auto;
    min-height: 4rem;
  }

  .navbar_logo-link {
    padding-left: 0;
  }

  .heading_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .text-style-medium {
    font-size: 1rem;
  }

  .heading_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .heading-style-h1.is-white {
    font-size: 2rem;
  }

  .padding-global {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .logo_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    margin-right: 2rem;
  }

  .spacing-block-1-5 {
    padding-bottom: 1.5rem;
  }

  .padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .spacing-block-5 {
    padding-bottom: 3rem;
  }

  .spacing-block-1 {
    padding-bottom: .75rem;
  }

  .component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .is-main {
    font-size: 2.5rem;
    line-height: 1;
  }

  .text-block {
    font-size: 2.5rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .project_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .project_component {
    grid-template-columns: 1fr;
  }

  .div-block-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .spacing-block-0-75 {
    padding-bottom: 1.5rem;
  }

  .choose_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .spacing-block-3 {
    padding-bottom: 1.25rem;
  }

  .cta_component {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer_credit-text {
    margin-top: 1.5rem;
  }

  .footer_component {
    grid-template-columns: .75fr;
  }

  .rl_footer1_spacing-block-6 {
    padding-bottom: 1.5rem;
  }

  .rl_footer1_bottom-wrapper {
    flex-direction: column-reverse;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .rl_footer1_menu-wrapper {
    grid-column-gap: 1.5rem;
  }

  .rl_header44_spacing-block-2-2 {
    padding-bottom: 1.25rem;
  }

  .blue {
    width: 480px;
  }

  .green {
    width: 420px;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .values-component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 1.5rem;
  }

  .team_name-text {
    font-size: 1.125rem;
  }

  .project-grid._2-col {
    grid-template-columns: 1fr;
  }

  .contact_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .contact_content {
    margin-bottom: 3rem;
  }

  .rl_content6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

@media screen and (max-width: 479px) {
  .navbar_menu.is-page-height-tablet {
    height: auto;
  }

  .logo_wrapper {
    justify-content: center;
    align-items: flex-start;
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .logo_list {
    justify-content: center;
  }

  .text-block {
    font-size: 2rem;
  }

  .project_content, .project_component, .choose_component {
    grid-template-columns: 1fr;
  }

  .cta_content {
    padding: 2rem;
  }

  .cta_component {
    grid-template-columns: 1fr;
  }

  .rl_footer1_menu-wrapper {
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .blue {
    width: auto;
    margin-top: -30px;
  }

  .stats-text {
    font-size: 24px;
  }

  .stats-text._1 {
    font-size: 16px;
  }

  .stats-number, .stats-number._2, .stats-number._3 {
    font-size: 60px;
  }

  .yellow {
    width: auto;
  }

  .green {
    width: auto;
    margin-top: -30px;
  }

  .values-component, .contact_component, .rl_content6_component {
    grid-template-columns: 1fr;
  }

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

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

#w-node-eb9c0e1f-5747-bb9d-6d5a-e7a134210621-15e64986, #w-node-abe500ed-32b3-ed39-60c5-cdf3bb18dfb2-15e64986, #w-node-_7e2f1174-a250-0749-572a-3a6cfdd15651-15e64986, #w-node-_19548dbc-6010-7035-184d-dfe83615e959-15e64986, #w-node-_3a0493d5-7d85-4e23-90cd-145177fd4aa9-15e64986, #w-node-_3b3c6af9-c5af-f17f-95de-fdd4d79beea5-15e64986 {
  justify-self: center;
}

#w-node-_3b3c6af9-c5af-f17f-95de-fdd4d79beea7-15e64986 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: center;
}

#w-node-_3b3c6af9-c5af-f17f-95de-fdd4d79beea9-15e64986, #w-node-_3b3c6af9-c5af-f17f-95de-fdd4d79beeab-15e64986, #w-node-_3b3c6af9-c5af-f17f-95de-fdd4d79beead-15e64986, #w-node-_0b17fc76-cdbd-462b-085a-1791e81cfc9b-15e64986, #w-node-e2d166e4-cccd-3ae9-5236-da2aa2e1c532-15e64986, #w-node-e2d166e4-cccd-3ae9-5236-da2aa2e1c52c-15e64986, #w-node-e2d166e4-cccd-3ae9-5236-da2aa2e1c52e-15e64986, #w-node-e2d166e4-cccd-3ae9-5236-da2aa2e1c530-15e64986, #w-node-e2d166e4-cccd-3ae9-5236-da2aa2e1c534-15e64986 {
  justify-self: center;
}

#w-node-_71eb06fd-dd0f-f515-2105-4d689d750c71-20be4f35, #w-node-_82fdf609-666c-a3bf-b517-1610d69b772f-20be4f35, #w-node-b4aca6c7-9673-c2b7-42ff-a698f88dfa2c-20be4f35, #w-node-efdc35ff-171f-3acd-5873-cd0d8b0fa89c-20be4f35, #w-node-_1af07df4-af3b-c7a2-465b-4c409c6f88bd-13c82817 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1af07df4-af3b-c7a2-465b-4c409c6f88bf-13c82817 {
  justify-self: start;
}

#w-node-_71eb06fd-dd0f-f515-2105-4d689d750c71-cc5bb0fb, #w-node-_82fdf609-666c-a3bf-b517-1610d69b772f-cc5bb0fb, #w-node-b4aca6c7-9673-c2b7-42ff-a698f88dfa2c-cc5bb0fb, #w-node-efdc35ff-171f-3acd-5873-cd0d8b0fa89c-cc5bb0fb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_20de463b-cace-ae9b-00e0-306453e0ac74-a1b4b756 {
    grid-area: 1 / 1 / 2 / 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-fc2f210b-4688-6300-0a13-d2a9609f8d64-15e64986, #w-node-f955849d-9292-2804-09ad-33c52f19ca74-20be4f35, #w-node-f955849d-9292-2804-09ad-33c52f19ca74-a1b4b756, #w-node-_20de463b-cace-ae9b-00e0-306453e0ac74-a1b4b756, #w-node-f955849d-9292-2804-09ad-33c52f19ca74-8fbb620a, #w-node-f955849d-9292-2804-09ad-33c52f19ca74-3beadba9, #w-node-_3dcedf2e-6618-e68a-2b01-f5bde86a6293-cc5bb0fb {
    order: -9999;
  }
}


@font-face {
  font-family: 'Helveticaneueltpro Hv';
  src: url('../fonts/helveticaneueltpro-hv.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Roman';
  src: url('../fonts/helveticaneueltpro-roman.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Bd';
  src: url('../fonts/helveticaneueltpro-bd.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Md';
  src: url('../fonts/helveticaneueltpro-md.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Th';
  src: url('../fonts/helveticaneueltpro-th.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Helveticaneueltpro Lt';
  src: url('../fonts/helveticaneueltpro-lt.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}