.hero {
  background-image: url('../images/hero3_background_grey.png');
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  height: 100vh;
  display: flex;
  position: static;
}

.footer {
  background-image: url('../images/footer_background.png');
  background-position: 50%;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 0;
}

.content_section {
  background-image: url('../images/content_background.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  position: static;
}

.sectors {
  justify-content: center;
  align-items: stretch;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.menu {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  position: absolute;
}

.hero_text_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.footer_copyright {
  background-image: linear-gradient(135deg, #0a8793, #213f60 48%, #28284f 78%, #350032);
  justify-content: center;
  align-items: center;
  height: 6vh;
  margin-top: 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.numbers {
  width: 85vw;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
}

.numbers.phase2 {
  display: none;
}

.navbar {
  background-color: #ddd0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.column, .column-2, .column-3 {
  padding-left: 20px;
  padding-right: 20px;
}

.div-block {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: auto;
  display: block;
}

.hero_heading {
  color: #fff;
  text-align: center;
  width: 90%;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 34px;
  font-weight: 700;
  line-height: 46px;
}

.button_gradient {
  color: #fff;
  background-color: #3898ec00;
  background-image: linear-gradient(135deg, #0a8793, #1c4d69 48%, #28284f 78%, #350032);
  border: 2px #14667b00;
  border-radius: 40px;
  margin-top: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  display: inline-block;
}

.button_gradient:hover {
  color: #0b8793;
  background-color: #fff;
  background-image: none;
}

.button_gradient.less {
  display: none;
}

.button_white {
  color: #0b8793;
  background-color: #fff;
  border: 2px solid #fff;
  border-radius: 40px;
  padding: 10px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.button_white:hover {
  color: #fff;
  background-color: #fff0;
  border: 2px solid #fff;
}

.button_white.sectors {
  margin-top: 20px;
  margin-bottom: 0;
}

.button_white.sectors.less, .button_white.sectors.hide {
  display: none;
}

.column-4 {
  background-color: #efefef;
  justify-content: center;
  align-items: center;
  padding: 20px 80px 20px 60px;
  display: flex;
}

.content_text {
  color: #000;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.copyright {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
}

.footer_columns {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h2_heading {
  color: #0b8793;
  font-family: Montserrat, sans-serif;
}

.h2_heading.blue {
  color: #0a8793;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 28px;
  line-height: 32px;
}

.h2_heading.blue.sector {
  margin-left: 10px;
}

.h2_heading.white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 10px;
  font-size: 24px;
}

.h2_heading.purple {
  color: #350032;
  margin-top: 0;
  margin-bottom: 0;
  line-height: 34px;
}

.column_text {
  color: #202020;
  font-family: Montserrat, sans-serif;
}

.light_grey_block {
  background-color: #efefef;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding: 40px 40px 40px 80px;
  display: flex;
}

.div-block-3 {
  flex-flow: row;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  display: block;
}

.white_text_block {
  color: #fff;
  width: 70%;
  font-size: 20px;
  font-weight: 700;
  line-height: 28px;
}

.column-5 {
  padding: 20px 60px 20px 80px;
}

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

.menu_link {
  color: #fff;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.menu_link:hover {
  background-color: #350032;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu_link.w--current {
  color: #fff;
  background-color: #350032;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.menu_link.gradient {
  background-image: linear-gradient(135deg, #0a8793, #213f60 48%, #28284f 78%, #350032);
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
  font-weight: 700;
}

.menu_link.blue_background {
  background-color: #0a8793;
  border-radius: 40px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu_link.blue_background:hover, .menu_link.blue_background.w--current {
  background-color: #350032;
}

.inner_hero {
  background-image: url('../images/Inner_about-us.png');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 55vh;
  display: flex;
  position: static;
}

.inner_hero._2 {
  z-index: 8;
  background-image: url('../images/what_we_do2.png');
  position: relative;
}

.inner_hero._3 {
  background-image: url('../images/meet-the-team-background.png');
  background-position: 50% 100%;
  background-size: cover;
}

.inner_hero._4 {
  background-image: url('../images/careers_hero.png');
  background-position: 50%;
  background-size: cover;
}

.inner_hero._5 {
  z-index: 777;
  position: relative;
}

.about_section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 40px;
  display: flex;
}

.blue_div {
  background-color: #0a8793;
  width: 100%;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.content_columns {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.content_columns._2nd {
  margin-top: 0;
}

.columns-3 {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text_white {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.text_white._1 {
  text-align: left;
}

.column-6 {
  border-right: 2px solid #fff;
  justify-content: center;
  align-items: center;
  padding-right: 30px;
  display: flex;
}

.column-7 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.text_grey {
  color: #434747;
  font-family: Montserrat, sans-serif;
  line-height: 22px;
}

.text_grey.no_bottom {
  margin-bottom: 0;
}

.text_grey.center {
  text-align: center;
}

.text_grey.member {
  margin-top: 30px;
  margin-bottom: 0;
}

.text_grey.member.right {
  text-align: right;
}

.text_grey.member.more_info {
  margin-top: 20px;
  display: none;
}

.text_grey.member.more_info._2 {
  text-align: right;
  display: none;
}

.column-8 {
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  display: flex;
}

.column-9 {
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 30px;
  display: flex;
}

.text_light-grey {
  color: #6a6767;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
  line-height: 22px;
}

.heading_block {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.heading_block.white {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
}

.heading_block.sector {
  flex-flow: column;
  justify-content: center;
  align-items: center;
}

.heading_block.responsibility {
  justify-content: center;
  align-items: center;
}

.h3_heading {
  color: #707070;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.h3_heading.white {
  color: #fff;
}

.h3_heading.white.vision {
  text-align: center;
  margin-bottom: 20px;
  font-weight: 700;
}

._4_cols {
  width: auto;
}

.column-10 {
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.col {
  background-image: url('../images/energy.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.col.border {
  background-image: url('../images/resources.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #fff;
  border-right: 3px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.col.border_bottom {
  background-image: url('../images/mining.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-bottom: 3px solid #fff;
  border-left: 3px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.col.border_left {
  background-image: url('../images/energy.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 200px;
  padding-top: 20px;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.col.border_left:hover {
  width: 50%;
}

.col.logis {
  background-image: url('../images/logistics.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top: 3px solid #fff;
  border-left: 3px solid #fff;
  height: 200px;
  text-decoration: none;
}

.div-block-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.h4_heading {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 15px;
  line-height: 18px;
}

.mini_text_white {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  line-height: 16px;
}

.text_center_div {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sector_div {
  display: flex;
}

.column-11 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  display: flex;
}

.menu_container {
  justify-content: space-between;
  align-items: center;
  width: 90vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.counters_div {
  opacity: 1;
  background-color: #0a87937d;
  border-radius: 20px;
  padding: 20px;
}

.counting_text {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.running_number {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 55px;
  font-weight: 800;
  line-height: 56px;
}

.column-12 {
  padding-left: 20px;
  padding-right: 20px;
}

.image {
  z-index: 99999;
  position: absolute;
  inset: 50% 100% 100%;
}

.div-block-5 {
  z-index: 9999999;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  top: auto;
  bottom: -19%;
}

.text_bold {
  color: #0a8793;
  background-color: #0a879300;
}

.column-13 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 40px;
  display: flex;
}

.column-14 {
  justify-content: flex-end;
  align-items: center;
  padding-left: 5px;
  padding-right: 0;
  display: flex;
}

.inner_hero_text {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.h1_page_heading {
  color: #fff;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 31px;
}

.contact_details_div {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.contact_details_div.row1 {
  margin-bottom: 20px;
}

.contact_link {
  color: #fff;
  margin-left: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

.contact_link:hover {
  opacity: .8;
  color: #340035;
}

.contact_link.linked_in {
  background-color: #fff0;
  border: 2px solid #fff;
  border-radius: 80px;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-left: 0;
  padding: 10px 15px 10px 10px;
  text-decoration: none;
  display: flex;
}

.contact_link.linked_in:hover {
  background-color: #340035;
  border-color: #340035;
}

.follow_us_txt {
  color: #fff;
  margin-left: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.image-2 {
  width: 20%;
}

.contact_text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
}

.div-block-6 {
  display: flex;
}

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

.image_div {
  background-image: url('../images/about_image.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 95%;
  height: 40vh;
}

.image_div.img2 {
  background-image: url('../images/about_image1.jpg');
  width: 100%;
}

.vision_mission {
  background-image: url('../images/2_tone_background.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 40px;
  display: block;
}

.vision_div {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  width: 95%;
  height: auto;
  display: flex;
}

.vision_icon {
  z-index: 99999999;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: -50px auto auto;
}

.vision_block {
  background-image: url('../images/vision_background.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: space-around;
  align-items: center;
  width: auto;
  padding: 80px 30px 30px;
  display: flex;
  position: relative;
}

.vision_block.mission {
  background-image: url('../images/mission_background.png');
}

.heading {
  text-align: center;
}

.column-16, .column-17 {
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.brand, .brand.w--current {
  width: 18%;
}

.values_section {
  position: static;
  top: -29px;
}

.sectors_section {
  background-image: url('../images/sectors_background.png');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-top: 40px;
  padding-bottom: 0;
}

.corporate_responsibility {
  padding-top: 40px;
  padding-bottom: 40px;
}

.col_div_grey {
  background-color: #efefef;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  padding: 40px 60px 20px 80px;
  display: flex;
}

.col_div {
  width: 50%;
  padding-top: 40px;
  padding-bottom: 20px;
  padding-right: 40px;
  display: flex;
}

.values_div_container {
  display: flex;
}

.values_combined_div {
  position: relative;
  left: -38px;
}

.value {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.value.last {
  margin-bottom: 0;
}

.value_text {
  margin-left: 20px;
}

.h4_headings {
  color: #fff;
  text-align: center;
  flex-flow: column;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 17px;
  display: flex;
}

.h4_headings.purple {
  color: #350032;
  text-align: left;
  margin-top: 0;
  margin-bottom: 5px;
}

.h4_headings._1 {
  margin-top: 0;
  margin-bottom: 0;
}

.sectors_text {
  width: 90vw;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.sectors_text._2 {
  margin-bottom: 20px;
}

.team {
  background-image: url('../images/team_background.png');
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
}

.team.careers {
  background-image: url('../images/careers_background.png');
  background-position: 50% 100%;
}

.columns-5 {
  justify-content: center;
  align-items: stretch;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-18, .column-19 {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.team_members {
  background-image: url('../images/team_background2.jpg');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.team_member_div {
  justify-content: flex-start;
  align-items: center;
  width: 90vw;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.team_member_div.reverse.mobile, .team_member_div.mobile {
  display: none;
}

.team_photo {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  right: -59px;
}

.team_photo.reverse {
  left: -7%;
  right: auto;
}

.team_body {
  background-color: #efefef;
  border-radius: 20px;
  width: 100%;
  padding: 20px 40px 20px 80px;
}

.team_body.reverse {
  padding: 20px 100px 20px 40px;
}

.h3_memberheading {
  color: #434747;
  margin-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 25px;
}

.h3_memberheading.right {
  text-align: right;
}

.title {
  color: #434747;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.title.right {
  text-align: right;
}

.qualifications {
  color: #0a8793;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  font-weight: 600;
}

.qualifications.right {
  text-align: right;
}

.blue {
  color: #0a8793;
}

.responsibility_cols {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.sector_tabs_background {
  background-color: #0a8793;
}

.tabs-menu {
  background-color: #efefef;
  justify-content: space-around;
  align-items: center;
  height: 12vh;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.purple_div {
  background-color: #350032;
  border-radius: 20px;
  flex-flow: column;
  height: 350px;
  padding: 60px 15px 40px;
  display: block;
  position: static;
}

.column-20, .column-21, .column-22, .column-23 {
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.icon_div {
  flex-flow: row;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.div-block-8 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  inset: 10% 0% auto;
}

.div-block-9, .div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.div-block-11 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: block;
}

.div-block-12 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
}

.sectors_tab_col {
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column-24 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 40px;
  display: flex;
}

.tab_content {
  padding-top: 40px;
  padding-bottom: 40px;
}

.fine_print {
  color: #fff;
  font-family: Montserrat, sans-serif;
}

.white_divider_line {
  background-color: #fff;
  width: 200px;
  height: 1.5px;
  margin-top: 20px;
  margin-bottom: 20px;
}

.our-work-card-wrapper {
  z-index: 1;
  width: 100%;
  position: relative;
}

.card-stack-wrapper {
  text-overflow: clip;
  flex-direction: column;
  height: 280px;
  display: flex;
  position: relative;
}

.stack-image {
  z-index: 1;
  object-fit: scale-down;
  border: 5px #fdfce4;
  border-radius: 4px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  transition: transform .6s ease-out, right .6s ease-out, left .6s ease-out, opacity .275s, z-index .425s ease-out;
  position: absolute;
  inset: 0% 0% 0% -20%;
}

.stack-image.stack-1 {
  opacity: 1;
  border: 2px #fff;
  border-radius: 20px;
  width: auto;
  left: -3%;
  box-shadow: 0 2px 5px #0003;
}

.stack-image.stack-2 {
  z-index: -1;
  opacity: 1;
  border: 2px #fff;
  border-radius: 20px;
  top: 1%;
  left: 15%;
  transform: scale(.9);
}

.stack-image.stack-3 {
  z-index: -3;
  opacity: 1;
  border: 2px #fff;
  border-radius: 4px;
  display: none;
  top: 1%;
  left: 27%;
  transform: scale(.8);
}

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

.sector_tabs {
  color: #737878;
  text-align: center;
  background-color: #ddd0;
  background-image: url('../images/resources_inactive.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  width: 10vw;
  height: 16vh;
  padding-top: 40px;
  padding-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 16px;
  display: flex;
  top: -29px;
}

.sector_tabs.w--current {
  color: #0a8793;
  text-align: center;
  background-color: #ddd0;
  background-image: url('../images/resources_active.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 16vh;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 16px;
  top: -29px;
}

.sector_tabs.group {
  opacity: 1;
  background-image: url('../images/group_inactive.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 16vh;
  top: -29px;
}

.sector_tabs.group.w--current {
  background-image: url('../images/group_active.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sector_tabs.energy {
  opacity: 1;
  background-image: url('../images/energy_inactive.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 16vh;
  top: -29px;
}

.sector_tabs.energy.w--current {
  background-image: url('../images/energy_active.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.sector_tabs.logistics {
  opacity: 1;
  background-image: url('../images/logistics_inactive.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  width: 10vw;
  height: 16vh;
  top: -29px;
}

.sector_tabs.logistics.w--current {
  background-image: url('../images/Logistics_active.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
}

.read_more {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 20px;
  display: none;
}

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

.button_align.right {
  justify-content: flex-start;
  align-items: center;
}

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

.sectors_icon {
  background-color: #929292;
  border: 5px solid #fff;
  border-radius: 65px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: absolute;
  top: -32px;
}

.sectors_icon._1, .sectors_icon._2, .sectors_icon._3, .sectors_icon._4 {
  width: 70px;
  height: 70px;
}

.tabs {
  margin-top: 100px;
}

.tabs.copy {
  display: none;
}

.sector_icon_img {
  width: 25px;
}

.sector_icon_img._2 {
  width: 30px;
}

.sector_icon_img._3 {
  width: 15px;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  margin-top: 10px;
}

.column-26 {
  justify-content: center;
  align-items: center;
  padding-left: 10px;
  display: flex;
}

.nav-1-hamburger-bg {
  background-color: #eaa74e;
}

.nav-1-hamburger-bg:hover {
  background-color: #daba90;
}

.menu-button-area {
  background-color: #fff0;
  padding: 0;
}

.menu-button-area:focus, .menu-button-area.w--open {
  background-color: #0000;
}

.patty-box---66x56 {
  width: 66px;
  height: 56px;
  position: relative;
}

.nav-1-patty-color {
  color: #000;
  background-color: #fff;
  height: 100%;
}

.button-inner-vertical-align {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  display: flex;
}

.patty-shape {
  object-position: 100% 0%;
  border-radius: 8px;
  width: 40px;
  height: 5px;
  margin-left: 13px;
  margin-right: 13px;
  position: absolute;
  inset: 0% 0% auto auto;
  overflow: hidden;
}

.patty-shape.patty-line-one {
  width: 35px;
  height: 3px;
  margin-top: 14px;
}

.patty-shape.patty-line-four {
  width: 35px;
  height: 3px;
  margin-top: 38px;
}

.patty-shape.patty-line-three {
  opacity: 0;
  width: 35px;
  height: 3px;
  margin-top: 26px;
}

.patty-shape.patty-line-two {
  width: 35px;
  height: 3px;
  margin-top: 26px;
}

.nav-1-menu-link {
  color: #000;
  background-color: #ebb773;
  font-family: Varela Round, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
}

.nav-1-menu-link:hover {
  background-color: #daba90;
}

.nav-1-hamburger-bg-2 {
  background-color: #f7f7f700;
}

.nav-1-hamburger-bg-2:hover {
  background-color: #fff0;
}

.main-horizontal-flex {
  flex-direction: row;
  justify-content: space-between;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav-1 {
  background-color: #eaa74e;
}

.nav-1.mobile {
  background-color: #fff0;
  display: none;
}

.brand-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-menu-wrapper {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.nav-1-brand-link {
  color: #000;
  background-color: #eaa74e;
  padding: 20px;
  font-family: Varela, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1em;
}

.nav-1-brand-link:hover {
  background-color: #f5cb95;
}

.main-brand-link {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: none;
}

.toggle-text {
  z-index: 2;
  position: relative;
}

.faq-p {
  background-color: #f4f6f8;
  border-radius: 4px;
  width: 100%;
  margin-bottom: 10px;
  overflow: hidden;
}

.faq {
  color: #fff;
  white-space: break-spaces;
  background-color: #2c4bff;
  align-items: center;
  width: 100%;
  height: 80px;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 50px;
  font-size: 16px;
  font-weight: 600;
  display: flex;
}

.faq.w--open {
  border-bottom: 1px solid #0000001a;
}

.faq-icon {
  z-index: 2;
  width: 24px;
  margin-right: 16px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.faq-answer-img {
  width: 100%;
}

.faq-body-cont {
  border-top: 1px #000;
  padding: 30px;
  font-size: 16px;
  font-weight: 300;
  line-height: 32px;
}

.faq-img {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 10px;
  display: flex;
  position: relative;
  inset: 0% auto 0% 0%;
}

.faq-container {
  min-width: 600px;
  max-width: 600px;
  margin-bottom: 60px;
}

.faq-container.mobile_what {
  min-width: auto;
  max-width: none;
  display: none;
}

.faq-body {
  background-color: #0000;
  width: 100%;
  display: block;
  position: relative;
}

.faq-body.w--open {
  background-color: #0000;
}

.faq-answer {
  margin-bottom: 24px;
}

.link-block, .col_inner_div {
  width: 100%;
}

.vacancies_section {
  background-color: #efefef;
  padding-top: 40px;
  padding-bottom: 20px;
}

.closed_vacancies {
  padding-top: 40px;
  padding-bottom: 40px;
  display: none;
}

.vacancy_div_position {
  box-shadow: 0 2px 5px #0003;
}

.position_details_col {
  background-color: #fff;
  padding: 20px 0;
}

.position_details_col.grey {
  background-color: #efefef;
}

.columns-6 {
  background-color: #efefef;
  display: flex;
}

.column-27 {
  border-radius: 5px;
}

.position_title {
  color: #0a8793;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.position_title.expanded {
  margin-bottom: 20px;
  font-size: 22px;
}

.position_location {
  margin-bottom: 20px;
}

.position_description {
  color: #383838;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
}

.div-block-13 {
  margin-left: 20px;
  margin-right: 20px;
  padding-left: 0;
  padding-right: 0;
}

.position_available {
  width: 45vw;
  display: none;
}

.position_image {
  width: 35%;
}

.posiiton_details {
  width: 60%;
}

.section {
  z-index: 0;
  background-image: url('../images/careers_background2.png');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 40px;
  padding-bottom: 40px;
  font-family: Montserrat, sans-serif;
  position: relative;
  top: -29px;
}

.career_container {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 95vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.backtovacancy {
  color: #310f3d;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.purple_line {
  background-color: #310f3d;
  width: 100%;
  height: 2px;
}

.publish_date {
  color: #77838f;
  margin-bottom: 20px;
  font-weight: 500;
}

.vacancy_col {
  display: none;
}

.upcoming_notice {
  color: #313131;
  text-align: center;
  margin-top: 40px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.bold-text-2 {
  color: #434747;
}

.footer_menu {
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-bottom: 25px;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.footer_menu_link {
  color: #fff;
  margin-right: 40px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.footer_menu_link:hover {
  color: #350032;
  font-weight: 600;
  text-decoration: none;
}

.footer_menu_link.end {
  margin-right: 0;
}

.half {
  border-bottom: 1px solid #ffffff78;
  justify-content: space-between;
  align-items: center;
  width: 50%;
  margin-bottom: 10px;
  padding-bottom: 15px;
  display: flex;
}

.half._2 {
  width: 100%;
}

.div-block-14 {
  justify-content: flex-start;
  align-items: flex-start;
  width: 90vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-14.backup {
  display: none;
}

.footer_col {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  padding-left: 10px;
  display: flex;
}

.footer_col._1 {
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 20px;
}

.spilt_div_col {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.split_col {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  padding-left: 20px;
  display: flex;
}

.split_col._1 {
  padding-left: 0;
}

@media screen and (min-width: 1280px) {
  .hero {
    background-size: cover;
  }
}

@media screen and (min-width: 1920px) {
  .hero {
    background-position: 50% 100%;
    background-size: cover;
    height: 95vh;
  }

  .hero_text_div {
    margin-bottom: 140px;
  }

  .footer_copyright {
    margin-top: 20px;
  }

  .column-4 {
    padding-bottom: 20px;
    padding-left: 80px;
  }

  .light_grey_block {
    padding-right: 60px;
  }

  .column-5 {
    padding-bottom: 20px;
    padding-right: 60px;
  }

  .inner_hero {
    background-position: 50% 100%;
    height: 50vh;
  }

  .inner_hero._2 {
    background-position: 50% 100%;
  }

  .inner_hero._3, .inner_hero._4 {
    background-position: 50% 100%;
    background-size: cover;
    height: 55vh;
  }

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

  .text_light-grey {
    padding-right: 40px;
  }

  .div-block-5 {
    bottom: -10%;
  }

  .image_div.img2 {
    height: 30vh;
  }

  .sectors_section {
    margin-bottom: 40px;
  }

  .team {
    background-position: 50%;
  }

  .team.careers {
    background-position: 0 100%;
    background-size: auto;
  }

  .team_photo {
    right: -71px;
  }

  .team_photo.reverse {
    left: -4%;
  }

  .team_body {
    padding-left: 100px;
    padding-right: 40px;
  }

  .tabs-menu {
    height: 12vh;
  }

  .purple_div {
    height: 300px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .sector_tabs {
    height: 14vh;
  }

  .sector_tabs.w--current, .sector_tabs.group, .sector_tabs.energy, .sector_tabs.logistics {
    width: 10vw;
    height: 14vh;
  }

  .tabs {
    margin-top: 70px;
  }

  .footer_menu {
    justify-content: flex-start;
    align-items: center;
    width: 75%;
    margin-bottom: 10px;
  }

  .half {
    margin-bottom: 0;
  }

  .half._2 {
    width: auto;
  }

  .div-block-14 {
    align-items: center;
  }

  .footer_col._1 {
    justify-content: flex-start;
    align-items: flex-start;
  }

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

@media screen and (max-width: 991px) {
  .hero {
    height: 60vh;
  }

  .footer_copyright {
    margin-top: 20px;
  }

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

  .navbar {
    display: none;
  }

  .column, .column-2 {
    margin-bottom: 10px;
  }

  .column-3 {
    display: flex;
  }

  .hero_heading {
    width: 95%;
  }

  .column-4 {
    padding-right: 40px;
  }

  .footer_columns {
    display: block;
  }

  .h2_heading.white {
    margin-left: 0;
  }

  .light_grey_block, .column-5 {
    padding-left: 40px;
  }

  .inner_hero {
    height: 45vh;
  }

  .about_section {
    padding-top: 20px;
  }

  .blue_div {
    margin-bottom: 20px;
  }

  .column-11 {
    margin-bottom: 10px;
  }

  .counters_div {
    width: 100%;
  }

  .column-12 {
    display: flex;
  }

  .div-block-5 {
    bottom: 20%;
  }

  .column-13 {
    padding-right: 20px;
  }

  .column-15 {
    padding-left: 0;
  }

  .image_div {
    background-position: 0%;
    height: 50vh;
  }

  .image_div.img2 {
    background-position: 0%;
    height: 70vh;
  }

  .columns-4 {
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .brand.w--current {
    width: 30%;
  }

  .team_member_div {
    display: flex;
  }

  .team_member_div.reverse.mobile, .team_member_div.mobile {
    display: none;
  }

  .team_photo {
    right: -20px;
  }

  .team_photo.reverse {
    left: -4%;
  }

  .team_body {
    padding-left: 40px;
  }

  .team_body.reverse {
    padding-right: 40px;
  }

  .tabs-menu {
    height: 10vh;
  }

  .column-20 {
    display: flex;
  }

  .icon_div, .sectors_tab_col {
    display: block;
  }

  .column-24 {
    padding-bottom: 40px;
  }

  .sector_tabs {
    width: 14vw;
  }

  .sector_tabs.w--current, .sector_tabs.group, .sector_tabs.energy {
    width: 14vw;
    height: 16vh;
    top: -50px;
  }

  .sector_tabs.logistics {
    width: 14vw;
    top: -50px;
  }

  .column-26 {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .nav-1-hamburger-bg, .nav-1-hamburger-bg:hover {
    background-color: #fff0;
  }

  .patty-box---66x56 {
    width: 60px;
  }

  .patty-shape.patty-line-one, .patty-shape.patty-line-four, .patty-shape.patty-line-three, .patty-shape.patty-line-two {
    margin-left: 10px;
    margin-right: 10px;
  }

  .menu-button {
    padding: 0;
  }

  .nav-1-menu-link {
    color: #fff;
    background-color: #054349;
    font-family: Montserrat, sans-serif;
    font-weight: 500;
  }

  .nav-1-menu-link:hover {
    color: #fff;
    background-color: #2e1732;
    font-family: Montserrat, sans-serif;
  }

  .nav-1-hamburger-bg-2 {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .nav-1.mobile {
    display: block;
  }

  .brand-link-wrapper {
    justify-content: center;
    align-items: flex-start;
    width: 30%;
  }

  .main-brand-link {
    width: 100%;
    display: block;
  }

  .menu-links-wrap {
    background-color: #054349;
  }

  .faq-img {
    width: 50px;
    height: 50px;
  }

  .faq-container {
    width: 100%;
    min-width: 0;
  }

  .footer_menu {
    margin-top: 0;
  }

  .half {
    width: 100%;
  }

  .div-block-14 {
    flex-flow: column;
    display: none;
  }

  .div-block-14.backup {
    justify-content: flex-start;
    align-items: flex-start;
    display: flex;
  }

  .footer_col {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .footer_col._1 {
    width: 100%;
    margin-bottom: 20px;
  }

  .spilt_div_col {
    margin-bottom: 20px;
  }
}

@media screen and (max-width: 767px) {
  .hero {
    background-image: url('../images/hero_background2.png');
    height: 60vh;
  }

  .footer {
    padding-top: 40px;
  }

  .sectors {
    flex-flow: row;
    margin-bottom: 10px;
  }

  .hero_text_div {
    margin-bottom: 0;
  }

  .column {
    margin-bottom: 10px;
    padding-left: 0;
    padding-right: 10px;
  }

  .column-2 {
    margin-bottom: 10px;
    padding-left: 10px;
    padding-right: 0;
  }

  .column-3 {
    padding-left: 0;
    padding-right: 10px;
  }

  .hero_heading {
    width: 95%;
    font-size: 28px;
    line-height: 35px;
  }

  .button_white.sectors.tab2:hover {
    background-color: #5c2f64;
  }

  .column-4 {
    padding: 30px 20px;
  }

  .content_text {
    flex-flow: column;
  }

  .footer_columns {
    display: block;
  }

  .light_grey_block {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-3 {
    width: 100%;
  }

  .white_text_block {
    text-align: center;
    width: auto;
    margin-bottom: 20px;
  }

  .column-5 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .columns {
    display: block;
  }

  .inner_hero {
    height: 35vh;
  }

  .inner_hero._2 {
    background-color: #efefef;
    background-image: url('../images/what-we-do-background.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: cover;
  }

  .about_section {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .content_columns {
    margin-top: 20px;
    display: block;
  }

  .columns-3 {
    flex-flow: column;
  }

  .column-6 {
    border-right-style: none;
    margin-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-7 {
    padding-left: 0;
    padding-right: 0;
  }

  .text_grey {
    text-align: center;
  }

  .text_grey.member.more_info._2 {
    display: block;
  }

  .text_grey.member.more_info._2.mobile {
    text-align: left;
    display: none;
  }

  .text_grey.left_aligned {
    text-align: left;
  }

  .column-8 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-9 {
    margin-bottom: 20px;
    padding-right: 0;
  }

  .text_light-grey {
    text-align: center;
  }

  .heading_block {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .sector_div {
    flex-flow: column;
  }

  .column-11 {
    margin-bottom: 5px;
  }

  .counters_div {
    width: 100%;
  }

  .column-12 {
    padding-left: 10px;
    padding-right: 0;
  }

  .div-block-5 {
    display: none;
    position: absolute;
    inset: auto auto -300px;
  }

  .column-13 {
    margin-bottom: 10px;
    padding-right: 0;
  }

  .column-14 {
    padding-left: 0;
  }

  .follow_us_txt {
    margin-left: 10px;
  }

  .image-2 {
    width: 30%;
  }

  .column-15 {
    padding-left: 0;
  }

  .image_div {
    width: 100%;
    height: 40vh;
  }

  .image_div.img2 {
    height: 40vh;
  }

  .vision_mission {
    background-position: 50%;
    padding-top: 60px;
  }

  .column-16 {
    margin-bottom: 60px;
  }

  .brand.w--current {
    width: 35%;
  }

  .col_div_grey {
    flex-flow: column;
    width: 100%;
    padding-top: 20px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .col_div {
    width: 100%;
    padding-bottom: 40px;
    padding-left: 40px;
  }

  .values_div_container {
    flex-flow: column;
  }

  .values_combined_div {
    left: auto;
  }

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

  .h4_headings._1 {
    font-size: 18px;
  }

  .h4_headings.accordion {
    color: #0a8793;
    margin-bottom: 0;
  }

  .team {
    padding-bottom: 40px;
  }

  .columns-5 {
    flex-flow: column;
  }

  .team_member_div {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .team_member_div.reverse {
    display: none;
  }

  .team_member_div.reverse.mobile {
    display: block;
  }

  .team_member_div.mobile {
    display: flex;
  }

  .team_photo {
    margin-bottom: 20px;
    right: auto;
  }

  .team_photo.reverse.mobile {
    width: auto;
    margin-bottom: 20px;
  }

  .tabs-menu {
    height: 8vh;
  }

  .column-24 {
    padding-right: 10px;
  }

  .fine_print.grey {
    color: #434747;
    font-weight: 500;
  }

  .white_divider_line.cvbn {
    background-color: #0a8793;
  }

  .card-stack-wrapper {
    height: 250px;
  }

  .stack-image {
    border-radius: 63px;
  }

  .sector_tabs.logistics.w--current {
    background-image: url('../images/Logistics_active.png');
  }

  .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-1-menu-link {
    color: #fff;
  }

  .main-brand-link {
    padding-left: 0;
  }

  .toggle-text {
    font-family: Montserrat, sans-serif;
    font-size: 18px;
    font-weight: 700;
  }

  .faq {
    background-color: #0a8793;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .faq-body-cont {
    background-color: #eee;
  }

  .faq-img {
    min-width: 50px;
    min-height: 40px;
  }

  .faq-container.mobile_what {
    margin-bottom: 0;
    display: none;
  }

  .accordion_icon {
    width: 60px;
    height: 60px;
    margin-right: 20px;
  }

  .footer_menu {
    margin-bottom: 20px;
  }

  .half._2 {
    margin-bottom: 0;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-14.backup {
    display: flex;
  }

  .spilt_div_col {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .split_col {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }

  .split_col._1 {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    height: 45vh;
  }

  .footer {
    padding-top: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .hero_text_div {
    width: 95vw;
    margin-bottom: 0;
  }

  .footer_copyright {
    height: 6vh;
  }

  .hero_heading {
    width: 95%;
    margin-bottom: 20px;
    font-size: 20px;
    line-height: 25px;
  }

  .button_gradient {
    margin-top: 20px;
  }

  .button_white.sectors:hover {
    color: #0a8793;
    border-color: #0a8793;
  }

  .button_white.sectors.tab2:hover {
    background-color: #5c2f6400;
  }

  .column-4 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer_columns {
    width: 85vw;
    margin-left: auto;
    margin-right: auto;
  }

  .h2_heading.blue.sector {
    text-align: center;
    margin-left: 0;
  }

  .light_grey_block {
    padding: 20px;
  }

  .column-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .inner_hero {
    height: 35vh;
  }

  .blue_div {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .text_grey.member.right {
    text-align: left;
  }

  .text_grey.left_aligned {
    text-align: center;
  }

  .heading_block {
    text-align: center;
    justify-content: center;
    align-items: center;
    width: auto;
  }

  .text_center_div {
    width: 85%;
  }

  .contact_link.linked_in, .div-block-6 {
    width: auto;
  }

  .image_div, .image_div.img2 {
    height: 35vh;
  }

  .vision_mission {
    background-position: 50%;
  }

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

  .column-16 {
    margin-bottom: 60px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-17 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand {
    width: 50%;
  }

  .brand.w--current {
    width: 45%;
  }

  .col_div_grey {
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .col_div {
    padding-bottom: 20px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .value {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .value_text {
    margin-left: 0;
  }

  .h4_headings.purple {
    text-align: center;
  }

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

  .column-18, .column-19 {
    padding-left: 0;
  }

  .team_photo {
    width: 75%;
  }

  .team_photo.reverse {
    left: auto;
  }

  .team_photo.reverse.mobile {
    width: 75%;
  }

  .team_body, .team_body.reverse {
    padding-left: 20px;
    padding-right: 20px;
  }

  .h3_memberheading.right, .title.right {
    text-align: left;
  }

  .qualifications {
    line-height: 16px;
  }

  .qualifications.right {
    text-align: left;
  }

  .purple_div {
    height: auto;
    padding-top: 40px;
    padding-bottom: 30px;
    display: block;
  }

  .column-20, .column-21 {
    display: block;
  }

  .column-22 {
    align-items: stretch;
    display: block;
  }

  .column-23 {
    flex-flow: wrap;
    justify-content: center;
    align-items: stretch;
    display: block;
  }

  .div-block-8 {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    top: 30px;
  }

  .div-block-9 {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    display: inline-flex;
  }

  .column-24 {
    justify-content: center;
    align-items: center;
    padding-bottom: 20px;
  }

  .fine_print.grey {
    text-align: center;
    line-height: 18px;
  }

  .our-work-card-wrapper {
    margin-left: 0;
  }

  .card-stack-wrapper {
    height: 220px;
  }

  .stack-image {
    border-radius: 55px;
    height: 92vw;
  }

  .stack-image.stack-1, .stack-image.stack-2 {
    height: 65vw;
  }

  .stack-image.stack-3 {
    left: 28%;
  }

  .tabs {
    display: none;
  }

  .column-26 {
    padding-left: 0;
    padding-right: 0;
  }

  .brand-link-wrapper {
    width: 55%;
  }

  .faq-body-cont {
    justify-content: center;
    align-items: center;
    padding: 20px 15px;
    display: flex;
  }

  .faq-img {
    display: none;
  }

  .faq-container.mobile_what {
    display: block;
  }

  .footer_menu {
    display: none;
  }

  .footer_menu_link {
    width: auto;
    margin-right: 20px;
  }

  .half {
    justify-content: space-between;
  }

  .div-block-14 {
    display: none;
  }

  .div-block-14.backup {
    display: flex;
  }

  .footer_col._1 {
    padding-right: 10px;
  }

  .spilt_div_col {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .split_col {
    width: 100%;
    margin-top: 10px;
    padding-left: 0;
  }
}


