.w-layout-grid {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  grid-row-gap: 16px;
  grid-column-gap: 16px;
}
#vacancy_carousel a.button.fullwidth.white-bg.w-button {
    color: #000;
}
.content-sectors a.button-4.full.w-button {
    display: none;
}
.w-checkbox {
  display: block;
  margin-bottom: 5px;
  padding-left: 20px;
}

.w-checkbox::before {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
}

.w-checkbox::after {
  content: ' ';
  display: table;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-row-span: 1;
  grid-row-end: 2;
  -ms-grid-row: 1;
  grid-row-start: 1;
  clear: both;
}

.w-checkbox-input {
  float: left;
  margin-bottom: 0px;
  margin-left: -20px;
  margin-right: 0px;
  margin-top: 4px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border-top-width: 1px;
  border-bottom-width: 1px;
  border-left-width: 1px;
  border-right-width: 1px;
  border-top-color: #ccc;
  border-bottom-color: #ccc;
  border-left-color: #ccc;
  border-right-color: #ccc;
  border-top-style: solid;
  border-bottom-style: solid;
  border-left-style: solid;
  border-right-style: solid;
  width: 12px;
  height: 12px;
  border-bottom-left-radius: 2px;
  border-bottom-right-radius: 2px;
  border-top-left-radius: 2px;
  border-top-right-radius: 2px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  border-top-color: #3898ec;
  border-bottom-color: #3898ec;
  border-left-color: #3898ec;
  border-right-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0px 0px 3px 1px #3898ec;
}

body {
  background-color: #edf0f4;
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}

.insta-pic {
  position: relative;
  overflow: hidden;
  width: 20%;
}

.footer-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1197px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 20px;
  padding-left: 20px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: transparent;
}

.background-video {
  position: absolute;
  display: block;
  width: 100%;
  min-height: 100%;
  margin-top: 0px;
}

.no-top-margin {
  margin-top: 0px;
  font-family: HalyardDisplay-Regular;
  color: #000;
  font-size: 50px;
  line-height: 50px;
  font-weight: 600;
}

.hero-flex {
  position: absolute;
  z-index: 100;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-flex.contact {
  min-height: 600px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/Artboard-13-copy-2.png'), url('../images/AdobeStock_286730905_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/Artboard-13-copy-2.png'), url('../images/AdobeStock_286730905_Preview.jpeg');
  background-position: 0px 0px, 100% 100%, 50% 50%;
  background-size: auto, cover, cover;
  background-repeat: repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.about {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Mountain-landscape-with-a-lake-994993.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), hsla(0, 0%, 100%, 0)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Mountain-landscape-with-a-lake-994993.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.contact {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/An-autumn-landscape-1071998.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/An-autumn-landscape-1071998.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.specialisms {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Old-couple-holding-hands-751922.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Old-couple-holding-hands-751922.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.cv-page {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/People-examining-business-resume-518874.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/People-examining-business-resume-518874.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.post {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_275981231_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_275981231_Preview.jpeg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.news {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Working-with-data-394195.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Working-with-data-394195.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.join-us {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Tenerife-road-landscape-375634-crop.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), hsla(0, 0%, 100%, 0)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Tenerife-road-landscape-375634-crop.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.clients {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Chicago-cityscape-592467.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), hsla(0, 0%, 100%, 0)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Chicago-cityscape-592467.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.latest-jobs {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Lower-east-side-840658.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Lower-east-side-840658.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.candidates {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(hsla(0, 0%, 100%, 0)), to(rgba(28, 28, 28, 0.6))), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Empire-state-building-361039.jpg');
  background-image: linear-gradient(180deg, hsla(0, 0%, 100%, 0), rgba(28, 28, 28, 0.6)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Empire-state-building-361039.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.vacancy {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Lower-east-side-840658.jpg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/Lower-east-side-840658.jpg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

.hero-flex.privacy {
  min-height: 500px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_275981231_Preview.jpeg');
  background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_275981231_Preview.jpeg');
  background-position: 0px 0px, 100% 100%, 0% 0%, 50% 50%;
  background-size: auto, auto, auto, cover;
  background-repeat: repeat, no-repeat, no-repeat, repeat;
  text-align: center;
}

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

.subtitle {
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.subtitle.white {
  margin-top: 35px;
  color: #fff;
  font-size: 25px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.subtitle.white {
  position: relative;
  max-width: 800px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.content-wrapper {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1120px;
  margin: 50px auto 60px;
  padding-right: 25px;
  padding-left: 25px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.hero-column {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 80%;
  padding-top: 60px;
  padding-bottom: 60px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.hero-column.home {
  width: 80%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  color: #50b84e;
}

.hero-column.home {
  width: 80%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
}

.nav-menu {
  z-index: 1000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 400px;
  height: 100vh;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  background-color: #dcdcdc;
}

.flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.content-section {
  position: relative;
  padding-top: 100px;
}

.content-section.double {
  padding-top: 0px;
  padding-bottom: 40px;
  background-image: url('../images/geometric-pattern-light-green-cut-2up.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.content-section.post {
  padding-top: 40px;
  padding-bottom: 0px;
}

.content-section.double {
  padding-top: 0px;
  padding-bottom: 100px;
}

.primary-button {
  min-height: 42px;
  min-width: 185px;
  margin-top: 0px;
  padding: 15px 28px 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #1c1c1c;
  background-color: #edf0f4;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  font-family: HalyardDisplay-Regular;
  color: #1c1c1c;
  font-size: 18px;
  line-height: 14px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 0.3px;
  text-decoration: none;
  text-transform: uppercase;
}

.primary-button:hover {
  background-color: #1c1c1c;
  border-color: #f4f3f0;
  color: #f4f3f0;
}

.primary-button.left {
  margin-left: 20px;
}

.primary-button.mrg-bot {
  margin-bottom: 20px;
}

.div-block-16 {
  width: 100%;
  margin-top: 60px;
}

.go-up-button {
  position: fixed;
  right: 0px;
  bottom: 0px;
  z-index: 20;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 45px;
  height: 45px;
  margin-right: 15px;
  margin-bottom: 13px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 50%;
  background-color: #9b9b9b;
  background-image: url('../images/flecha-hacia-arriba.svg');
  background-position: 50% 50%;
  background-size: 15px 100%;
  background-repeat: no-repeat;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #fff;
  font-size: 25px;
  font-weight: 300;
  text-decoration: none;
}

.go-up-button.w--current {
  z-index: 100;
  background-color: #333;
}

.absolute {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 100%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute.t1 {
  height: 100%;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_70465939_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, repeat-y;
}

.absolute.s1 {
  position: absolute;
  background-image: url('../images/Artboard-13-copy-5.png'), url('../images/AdobeStock_353743237_Preview.jpeg');
  background-position: 100% 50%, 50% 50%;
  background-size: cover, cover;
  background-repeat: repeat-y, no-repeat;
}

.absolute.s2 {
  height: 100%;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_229920681_Preview.jpeg');
  background-position: 0% 50%, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.s3 {
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_75850036_Preview.jpeg');
  background-position: 0% 0%, 100% 50%;
  background-size: 70%, cover;
  background-repeat: repeat-y, no-repeat;
}

.absolute.s4 {
  height: 100%;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_65990623_Preview.jpeg');
  background-position: 0% 50%, 50% 50%;
  background-size: 0%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.c1 {
  position: absolute;
}

.absolute.c1 {
  position: absolute;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Working-meeting-of-financial-604064.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.j1 {
  position: absolute;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Team-of-creative-people-at-work-368458.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.s1 {
  height: 100%;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Denver-skyline-through-trees-1201955.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, repeat-y;
}

.absolute.a2 {
  height: 100%;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Analyzing-financial-graphs-at-537757.jpg');
  background-position: 0% 50%, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.a1 {
  position: absolute;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Crop-man-opening-doors-for-guest-536817.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.a3 {
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Molecule-structure-with-hexagonal-shape-1285790.jpg');
  background-position: 0% 0%, 100% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.a4 {
  height: 100%;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Howard.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 70%, cover;
  background-repeat: no-repeat, no-repeat;
}

.absolute.c-1 {
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Working-meeting-of-financial-604064.jpg');
  background-size: 70%, cover;
}

.left-padding {
  padding-left: 0px;
}

.notice {
  padding-right: 30px;
  padding-left: 30px;
}

.top-margin {
  position: relative;
}

.top-margin._50-pixels {
  margin-top: 50px;
}

.top-margin._30-pixels {
  margin-top: 30px;
}

.top-margin._20-pixels {
  margin-top: 20px;
}

.top-margin._5-pixels {
  margin-top: 5px;
  font-family: open-sans;
  font-weight: 300;
}

.top-margin._15-pixels {
  margin-top: 15px;
  color: #333;
}

.top-margin._10-pixels {
  margin-top: 10px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  overflow: visible;
  margin-top: 15px;
}

.top-margin._5-pixels {
  margin-top: 5px;
}

.top-margin._15-pixels {
  margin-top: 15px;
}

.flex-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.hover-overlay {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: rgba(232, 230, 221, 0.75);
}

.flex-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.absolute-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 5;
  display: none;
  background-color: #edece6;
}

.absolute-bg.darker {
  background-color: #e8e6dd;
}

.instagram {
  padding-top: 15px;
  background-color: #edf0f4;
}

.box-80-percent {
  width: 79%;
  max-width: 405px;
  padding-top: 40px;
  padding-bottom: 40px;
}

.box-80-percent.mobile-margin {
  padding-top: 0px;
}

.relative-height {
  position: relative;
  overflow: hidden;
  height: 100%;
  min-height: 400px;
}

.absolute-bg-4 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  background-color: #edece6;
}

.success-message {
  padding-top: 25px;
  padding-bottom: 25px;
  background-color: transparent;
  font-size: 16px;
  line-height: 23px;
}

.button-2 {
  min-width: 135px;
  margin-top: 15px;
  padding: 14px 35px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #3ba32b;
  border-radius: 25px;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #3ba32b;
  font-size: 13px;
  line-height: 13px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-2:hover {
  border-color: #000;
  background-color: #000;
  color: #fff;
}

.error-message {
  font-size: 16px;
  line-height: 23px;
  text-align: center;
}

.footer {
  position: relative;
  padding-bottom: 20px;
  border-top: 5px solid #dcdcdc;
  background-color: #edf0f4;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#edf0f4), to(hsla(0, 0%, 100%, 0))), -webkit-gradient(linear, left top, left bottom, from(rgba(237, 240, 244, 0.95)), to(rgba(237, 240, 244, 0.95))), url('../images/Artboard-13-copy.png');
  background-image: linear-gradient(360deg, #1c1c1c, hsla(0, 0%, 100%, 0)), linear-gradient(180deg, rgba(237, 240, 244, 0.95), rgba(237, 240, 244, 0.95)), url('../images/Artboard-13-copy.png');
  background-position: 0px 0px, 0px 0px, 0px 0px;
  background-size: auto, auto, cover;
}

.hero-section {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  min-height: 100vh;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c));
  background-image: linear-gradient(180deg, transparent, #1c1c1c);
  background-position: 50% 50%, 0px 0px;
  background-size: cover, auto;
  background-repeat: no-repeat, repeat;
  text-align: center;
}

.text-field-full {
  width: 100%;
  height: 45px;
  margin-bottom: 25px;
  padding-top: 18px;
  padding-bottom: 46px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: transparent;
  font-family: HalyardDisplay-Regular;
  font-weight: 300;
  text-align: left;
}

.text-field-full::-webkit-input-placeholder {
  color: #8f8f8f;
}

.text-field-full:-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-full::-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-full::placeholder {
  color: #8f8f8f;
}

.text-field-half {
  width: 48%;
  height: 45px;
  margin-bottom: 25px;
  padding-left: 24px;
  border-style: solid;
  border-width: 1px;
  border-color: #8f8f8f;
  background-color: transparent;
  font-family: HalyardDisplay-Regular;
  font-weight: 300;
  text-align: left;
}

.text-field-half::-webkit-input-placeholder {
  color: #8f8f8f;
}

.text-field-half:-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-half::-ms-input-placeholder {
  color: #8f8f8f;
}

.text-field-half::placeholder {
  color: #8f8f8f;
}

.map-container {
  position: relative;
  width: 50%;
}

.title-2 {
  color: #787373;
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: none;
}

.move-up-4 {
  font-family: Raptorpremium, sans-serif;
  color: #edf0f4;
  font-weight: 300;
}

.link-green-2 {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #000;
  font-size: 16px;
  font-weight: 300;
  text-decoration: none;
}

.link-green-2:hover {
  opacity: 0.8;
  color: #c6ab38;
}

.heading-21 {
  margin-left: 20px;
  color: #000;
}

._50-percent-column-2 {
  position: relative;
  width: 50%;
}

.heading-box-2 {
  width: 100%;
  max-width: 1200px;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  padding-top: 0px;
  text-align: center;
}

.map {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  width: auto;
  height: 300px;
}

.map._2 {
  margin-top: 10px;
}

._50-percent-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-space-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.navbar-2 {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  margin-right: 50px;
  margin-left: 50px;
}

.h2-regular-2 {
  color: #000;
  font-size: 35px;
  line-height: 50px;
  font-weight: 700;
}

.content-wrapper-wide-2 {
  position: relative;
  z-index: 1;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding-right: 50px;
  padding-left: 50px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  color: #f4f3f0;
}

.column-offset-left {
  position: relative;
  right: -160px;
  z-index: 10;
  width: 100%;
  min-width: 540px;
  padding-top: 70px;
  padding-right: 65px;
  padding-bottom: 70px;
  border-top-right-radius: 30px;
  background-color: #edf0f4;
}

.text-container-9 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: #edf0f4;
}

.testimonial-picture {
  width: 70px;
  height: 70px;
  margin-right: auto;
  margin-left: auto;
  border: 2px solid #deac55;
  border-radius: 50%;
  background-image: url('../images/T-2.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.testimonial-picture._3 {
  background-image: url('../images/T-1.jpg');
}

.testimonial-picture._2-picture {
  width: 70px;
  height: 70px;
  max-width: 70px;
  padding-left: 0px;
  background-image: url('../images/T-3.jpg');
}

.testimonial-text-box {
  width: 66%;
  margin-right: auto;
  margin-left: auto;
}

.text-block-6 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding: 60px 70px 90px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  background-color: transparent;
}

.text-block-6.left {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.icon-2 {
  color: #f50;
}

.testimonial-arrow {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  color: #deac55;
}

.testimonial-arrow:hover {
  opacity: 0.8;
}

.mini-title {
  color: #414141;
  font-size: 12px;
  line-height: 20px;
  font-weight: 400;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.testimonial-slide {
  padding-top: 95px;
  padding-bottom: 95px;
  text-align: center;
}

.testimonial-text {
  color: #000;
  font-size: 37.5px;
  line-height: 60px;
}

.column-offset-right {
  position: relative;
  left: -160px;
  z-index: 10;
  width: 100%;
  max-width: none;
  min-width: 540px;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 65px;
  border-top-left-radius: 30px;
  background-color: #edf0f4;
}

.testimonials {
  height: 100%;
  margin-bottom: 101px;
  background-color: #edece6;
}

.display-none {
  display: none;
}

.text-block-36 {
  width: 200px;
  margin-top: 6px;
  padding-right: 15px;
  background-color: transparent;
  font-family: HalyardDisplay-Regular;
  color: #222;
  font-size: 17px;
  font-weight: 300;
  text-align: center;
}

.text-field-4 {
  height: 55px;
  margin-bottom: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  border-radius: 10px;
  background-color: #fff;
  font-family: HalyardDisplay-Regular;
  font-size: 20px;
  font-weight: 400;
}

.checkbox-3 {
  margin-top: 7px;
}

.checkbox-3.w--redirected-checked {
  border-color: #f50;
  background-color: #f50;
}

.checkbox-field-3 {
  width: 100%;
  margin-bottom: 3px;
  border-bottom: 1px none #cbcbcb;
}

.checkbox-label-2 {
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 0px;
  padding-left: 10px;
  color: #fff;
  font-size: 18px;
  font-weight: 300;
}

.div-block-5 {
  max-width: 1200px;
  margin-right: auto;
  margin-left: auto;
}

.div-block-19 {
  margin-top: -15px;
  margin-bottom: 38px;
  padding-top: 5px;
  padding-left: 20px;
  border: 1px none #000;
  border-radius: 10px;
  background-color: #696969;
  color: #34435c;
}

.div-block-18 {
  margin-bottom: 10px;
  padding: 30px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  border-radius: 0px 40px;
  background-color: hsla(0, 0%, 94.7%, 0.8);
  text-decoration: none;
}

.column-2 {
  position: static;
}

.div-block-8 {
  margin-top: 15px;
  color: #fff;
}

.div-block-10 {
  margin-bottom: 26px;
}

.link-block-3 {
  text-decoration: none;
}

.div-block-17 {
  padding: 1px 0px 14px;
}

.columns-4 {
  margin-bottom: 17px;
  border-bottom: 0px solid #000;
}

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

.vacancy-text {
  margin-bottom: 20px;
  padding: 0px 20px 20px;
  border-style: none;
  border-width: 5px;
  border-color: #dcdcdc;
  border-top-right-radius: 40px;
  background-color: transparent;
  background-image: none;
  text-decoration: none;
}

.image-8 {
  margin-bottom: 20px;
}

.column-4 {
  background-color: transparent;
}

.left-column {
  width: 65%;
}

.right-column {
  width: 27%;
}

.post-margin {
  margin-bottom: 60px;
}

.position-sticky {
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.full-image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
}

.hover-bg {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: none;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  grid-auto-columns: 1fr;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  background-color: #edece6;
  text-align: center;
}

.hover-bg.darker {
  display: none;
  background-color: #e8e6dd;
}

.hover-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.category-link {
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  font-family: HalyardDisplay-Regular;
  color: #8f8f8f;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.category-link:hover {
  opacity: 0.8;
}

.post-link {
  font-family: HalyardDisplay-Regular;
  color: #000;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
}

.mintures-read {
  color: #f50;
  font-size: 13px;
}

.absolute-2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.absolute-2.chairs {
  height: 100%;
  background-image: url('../images/primary-logo-white-text4x.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_549945919_Preview.jpeg');
  background-image: url('../images/primary-logo-white-text4x.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_549945919_Preview.jpeg');
  background-position: 90% 10%, 0px 0px, 50% 50%;
  background-size: 200px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.absolute-2.post-image {
  height: 100%;
  border-top-right-radius: 0px;
  border-bottom-left-radius: 0px;
  background-image: url('../images/Untitled-1.jpg');
}

.text-span-29 {
  color: #f50;
}

.heading-box-left {
  width: 87%;
  margin-right: auto;
  margin-bottom: 50px;
  text-align: left;
}

.div-block-23 {
  padding: 20px;
}

.image-17 {
  overflow: visible;
}

.image-preview {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}

.div-block-24 {
  position: absolute;
  width: 100%;
  height: 100%;
  background-image: url('../images/AdobeStock_210799372.jpeg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

._50-percent-column-image {
  width: 50%;
  border-style: solid;
  border-width: 5px;
  border-color: #dcdcdc;
}

.featured-text {
  position: relative;
}

.featured-text._5-pixels {
  margin-top: 5px;
  font-family: open-sans;
  font-weight: 300;
}

.featured-text._5-pixels {
  margin-top: 5px;
}

.featured-text._5-pixels {
  margin-top: 5px;
}

.post-link-no-underline {
  font-family: HalyardDisplay-Regular;
  color: #000;
  font-size: 21px;
  line-height: 27px;
  font-weight: 500;
  text-decoration: none;
}

.utility-page-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.utility-page-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 260px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  text-align: center;
}

.utility-page-form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.social-section {
  position: relative;
  padding-top: 100px;
}

.social-section.double {
  padding-top: 0px;
  padding-bottom: 40px;
}

.contact-section {
  position: relative;
  padding-top: 100px;
}

.map-section {
  position: relative;
  padding-top: 100px;
}

.map-section.hidden {
  overflow: hidden;
  padding-top: 0px;
}

.map-section.hidden {
  overflow: hidden;
  padding-top: 0px;
}

.testamonials-section {
  position: relative;
  padding-top: 100px;
}

.image-12 {
  opacity: 0.5;
}

.client-box {
  width: 25%;
  padding: 55px 40px;
  border-style: solid none solid solid;
  border-width: 1px;
  border-color: #286150;
  text-align: center;
}

.client-box.last {
  position: static;
  width: 100%;
  border-color: #414141;
  border-right-style: solid;
}

.client-box._6 {
  border-color: #414141;
}

.client-box._3 {
  width: 100%;
  border-color: #414141;
}

.client-box._5 {
  border-color: #414141;
}

.client-box._7 {
  border-color: #414141;
}

.client-box._2-logo {
  width: 100%;
  height: auto;
  margin-right: 0px;
  border-color: #414141;
}

.client-box._1 {
  width: 100%;
  border-style: solid;
  border-color: #414141;
  border-right-width: 0px;
}

.client-box._5 {
  width: 100%;
  border-style: solid;
  border-color: #414141;
  border-right-width: 0px;
}

.client-box._6 {
  width: 100%;
  height: auto;
  margin-right: 0px;
  border-color: #414141;
}

.client-box._7 {
  width: 100%;
  border-color: #414141;
}

.client-box.last-2 {
  position: static;
  width: 100%;
  border-color: #414141;
  border-right-style: solid;
}

.column-full-width {
  width: 100%;
}

.text-container-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  margin-bottom: 120px;
  margin-left: 100px;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(237, 240, 244, 0.81);
}

.section-contact {
  position: relative;
  overflow: hidden;
  padding-top: 120px;
}

.section-blog {
  position: relative;
  padding-top: 100px;
}

.section-blog.post-page {
  margin-bottom: 100px;
  padding-top: 80px;
  padding-bottom: 100px;
  background-color: #edece6;
}

.yellow-title {
  margin-top: 0px;
  color: #fec922;
  font-size: 50px;
}

.link-4 {
  color: #000;
  text-decoration: none;
}

.white-text {
  color: #f4f3f0;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
}

.white-text.top-margin {
  margin-top: 40px;
  font-family: HalyardDisplay-Regular;
  color: #000;
  font-size: 18px;
  line-height: 25px;
  font-weight: 300;
}

.privacy-div {
  margin-top: 60px;
  margin-right: 10%;
  margin-left: 10%;
}

.text-span {
  color: #ff0606;
}

.privacy-policy {
  margin-bottom: 100px;
}

.link-5 {
  color: #f50707;
  text-decoration: none;
}

.logo-grid-1 {
  position: relative;
  z-index: 100;
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  padding-right: 0px;
  padding-bottom: 0px;
  padding-left: 0px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logo-grid-2 {
  display: -ms-grid;
  display: grid;
  width: 100%;
  height: 100%;
  max-width: 1250px;
  margin-top: 20px;
  padding-right: 0px;
  padding-left: 0px;
  justify-items: start;
  grid-auto-columns: 1fr;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.logos-section {
  position: relative;
  padding-top: 100px;
}

.logos-section.double {
  padding-top: 0px;
  padding-bottom: 40px;
}

.logos-section.double {
  padding-top: 40px;
  padding-bottom: 100px;
}

.burger-line {
  width: 30px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #fff;
}

.burger-line.bl-mid {
  width: 25px;
}

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

.nav-bar {
  position: absolute;
  z-index: 50;
  width: 100%;
  height: 100px;
  margin-top: 0px;
  padding-top: 14px;
  padding-bottom: 0px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-bottom: 1px none #e0dede;
  background-color: transparent;
  color: #3ba32b;
}
.content-sectors .inner-col {
    color: #fff;
}
.nav-bar-group {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40%;
  height: 90px;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.burger {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 30px;
  padding: 5px 5px 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #fff;
}

.home.w--current {
  margin-top: 10px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: none;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 40px;
  padding-left: 40px;
}

.menu-button-2 {
  display: block;
  width: 200px;
  height: 60px;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-left: 1px none #e0dede;
}

.menu-button-2.w--open {
  background-color: transparent;
}

.nav-bar-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.nav-menu-2 {
  left: auto;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-height: 100vh;
  max-width: 310px;
  padding-top: 60px;
  padding-left: 10px;
  background-color: transparent;
}

.nav-menu-pane {
  z-index: 998;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  height: 100%;
  margin-top: 0px;
  padding-top: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px solid #e0dede;
  background-color: #3ba32b;
  box-shadow: -1px 1px 5px 0 rgba(0, 0, 0, 0.05);
}

.menu-link-group {
  margin-top: 98px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.menu-link-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 60px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f4f3f0;
  font-size: 24px;
  line-height: 40px;
  font-weight: 700;
  text-decoration: none;
}

.menu-link-2:hover {
  color: #ffd63c;
}

.menu-link-2.w--current {
  text-decoration: line-through;
}

.nav {
  position: -webkit-sticky;
  position: sticky;
  top: 0px;
  z-index: 150;
  background-color: transparent;
}

.grid-2-olumns {
  position: relative;
  top: auto;
  margin-top: 50px;
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.img-video-presentation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 40px;
  background-image: url('../images/corner-circles-light-green.png'), url('../images/AdobeStock_355507224_Preview.jpeg');
  background-position: 100% 100%, 100% 50%;
  background-size: 400px, cover;
  background-repeat: no-repeat, no-repeat;
  background-attachment: scroll, scroll;
}

.subtitle-block {
  display: inline-block;
  margin-bottom: 10px;
}

.image-color-fill {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 10;
  display: none;
  background-color: #f4f3f0;
}

.image-color-fill.light {
  background-color: #e8eaee;
}

.content-gradient-grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 140px;
  margin-bottom: 140px;
  padding-right: 30px;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.block-grid {
  max-width: 550px;
  margin-right: 14px;
}

.icon-play {
  -webkit-transition: -webkit-transform 200ms ease;
  transition: -webkit-transform 200ms ease;
  transition: transform 200ms ease;
  transition: transform 200ms ease, -webkit-transform 200ms ease;
}

.icon-play:hover {
  -webkit-transform: scale(1.15);
  -ms-transform: scale(1.15);
  transform: scale(1.15);
}

.text {
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-transform: none;
}

.text.white {
  padding-left: 0px;
  color: #fff;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text.white.bullets {
  padding-left: 20px;
}

.text.centre {
  color: #000;
  font-weight: 400;
  text-align: center;
}

.text.centre.white {
  color: #edf0f4;
  font-weight: 400;
}

.text.marg-20-bot {
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 300;
}

.text.marg-20-bot-top {
  margin-top: 20px;
  margin-bottom: 20px;
  line-height: 30px;
  font-weight: 400;
}

.image-block-margin {
  position: relative;
  top: 30px;
  z-index: 10;
  min-height: 500px;
  margin-top: -30px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.subtitle-line {
  width: 100%;
  height: 2px;
  margin-top: 2px;
  background-color: #f50;
}

.title {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: HalyardDisplay-Regular;
  color: #000;
  font-size: 47px;
  line-height: 55px;
  font-weight: 600;
  text-transform: none;
}

.title.center {
  margin-bottom: 20px;
  line-height: 1.25em;
  text-align: center;
}

.title.white {
  color: #f4f3f0;
}

.grid-projects {
  width: 100%;
  margin-top: 30px;
  margin-bottom: 40px;
  grid-auto-rows: minmax(400px, 25vw);
  grid-column-gap: 14px;
  grid-row-gap: 14px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: minmax(400px, 25vw);
  grid-template-rows: minmax(400px, 25vw);
}

.project-info {
  position: absolute;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  padding: 60px 30px 30px;
  background-image: none;
  text-align: center;
}

.link-project-block {
  position: relative;
  overflow: hidden;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  cursor: pointer;
}

.content-short {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.img-projects {
  position: relative;
  height: 100%;
  background-image: none;
}

.img-projects._1-project {
  background-image: url('../images/image4.jpg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.img-projects._2-project {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/image15.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/image15.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._3-project {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/home4.jpg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/home4.jpg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.img-projects._4-project {
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_225127894_Preview1.jpeg');
  background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_225127894_Preview1.jpeg');
  background-position: 0px 0px, 50% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.title-project {
  position: relative;
  z-index: 100;
  display: block;
  margin-top: 0px;
  margin-bottom: 20px;
  font-family: HalyardDisplay-Regular;
  color: #fff;
  font-size: 40px;
  line-height: 45px;
  font-weight: 500;
  text-align: center;
}

.partner-logo {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
}

.margin-top-28px {
  margin-top: 28px;
}

.container-2 {
  max-width: 1260px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.logo {
  width: 200px;
  max-width: none;
}

.footer-address-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  color: #666f77;
}

.icon-button {
  margin-right: 8px;
}

.icon-button.primary {
  margin-right: 12px;
}

.footer-menu-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 14px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-family: HalyardDisplay-Regular;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
}

.button-secondary-text {
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  color: #333;
  font-size: 18px;
  line-height: 22px;
  font-weight: 500;
  text-transform: uppercase;
}

.footer-address {
  color: #333;
  line-height: 23px;
  font-weight: 300;
}

.footer-contact-icon {
  margin-right: 16px;
}

.footer-columns-grid {
  padding-bottom: 40px;
  -ms-grid-columns: 0.8fr 0.8fr 0.75fr;
  grid-template-columns: 0.8fr 0.8fr 0.75fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.footer-title-3 {
  margin-bottom: 26px;
  font-family: HalyardDisplay-Regular;
  font-weight: 500;
}

.footer-link {
  display: inline-block;
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #fff;
  font-weight: 300;
  text-decoration: none;
}

.footer-link:hover {
  color: #dcdcdc;
}

.footer-link.w--current {
  font-family: HalyardDisplay-Regular;
  font-weight: 400;
}

.footer-link.w--current:hover {
  color: #dcdcdc;
}

.footer-contact {
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.footer-link-box {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #666f77;
  text-decoration: none;
}

.footer-link-box:hover {
  color: #247cff;
}

.social-media-link {
  margin-left: 24px;
  -webkit-transition: opacity 300ms ease;
  transition: opacity 300ms ease;
}

.social-media-link:hover {
  opacity: 0.7;
}

.footer-menu {
  padding-left: 0px;
  list-style-type: none;
}

.footer-up-grid {
  padding-top: 60px;
  padding-bottom: 44px;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.aux-wrapper {
  position: relative;
  z-index: 25;
  display: block;
  width: 100%;
  max-width: 1366px;
  padding: 80px 30px 54px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 5px;
  border-color: #dcdcdc;
  background-color: #1c1c1c;
  background-image: url('../images/geometric-pattern-light-green-cut-2up.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: repeat-x;
  box-shadow: 0 0 100px -75px #000;
  text-align: left;
}

.page-image {
  width: 50%;
  height: 100%;
  min-height: 800px;
  margin-bottom: 0px;
  margin-left: 25px;
  padding-left: 0px;
  float: right;
  border-top-right-radius: 50px;
  border-bottom-left-radius: 50px;
  background-image: url('../images/oleg-ivanov-aVbR17HLZTg-unsplash.jpg');
  background-position: 0px 0px;
  background-size: cover;
  background-repeat: no-repeat;
}

.page-image.overlay1 {
  width: 100%;
  min-height: 600px;
  background-image: url('../images/icon-white.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.3)), to(rgba(0, 0, 0, 0.3))), url('../images/AdobeStock_416327820_Preview.jpeg');
  background-image: url('../images/icon-white.png'), linear-gradient(180deg, rgba(0, 0, 0, 0.3), rgba(0, 0, 0, 0.3)), url('../images/AdobeStock_416327820_Preview.jpeg');
  background-position: 90% 10%, 0px 0px, 50% 100%;
  background-size: 100px, auto, cover;
  background-repeat: no-repeat, repeat, no-repeat;
}

.heading-2 {
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  color: #000;
  font-size: 40px;
  font-weight: 400;
  text-align: center;
}

.post-preview {
  position: relative;
  width: 22%;
  margin-right: 3%;
}

.flex-bottom-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.heading-box-long {
  width: 97%;
  margin-right: auto;
  margin-bottom: 50px;
  margin-left: auto;
  text-align: left;
}

.flex-blog-previews {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  align-self: auto;
  -webkit-box-ordinal-group: 1;
  -webkit-order: 0;
  -ms-flex-order: 0;
  order: 0;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
}

.section-1 {
  position: relative;
  right: auto;
  display: block;
  overflow: visible;
  width: 95%;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  border-top-right-radius: 40px;
  border-bottom-left-radius: 100px;
  background-color: #1c1c1c;
}

.section-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #edf0f4;
}

.section-2.left-asset {
  margin-top: 0px;
  background-color: #edf0f4;
}

.section-2.left-asset.navy-bg {
  background-color: #1c1c1c;
}

.section-2.left-asset.navy-bg.marg-top {
  display: none;
  margin-top: 100px;
}

.section-4 {
  position: relative;
  overflow: hidden;
}

.section-4.navy-bg {
  background-color: transparent;
}

.section-5 {
  position: relative;
  overflow: hidden;
  margin-top: 0px;
  background-color: #edf0f4;
}

.section-5.marg-bot {
  margin-bottom: 100px;
}

.section-5.top {
  margin-top: 100px;
}

.content-blog {
  position: relative;
  margin-bottom: 40px;
  padding-top: 40px;
}

.menu-button-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60px;
  height: 60px;
  margin-left: 10px;
  padding: 15px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  border-left: 1px none #e0dede;
}

.menu-button-3.w--open {
  background-color: transparent;
}

.burger-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 40px;
  height: 40px;
  padding: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.burger-line-2 {
  width: 40px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
  background-color: #edf0f4;
}

.burger-line-2.bl-mid {
  width: 25px;
  margin-top: 4px;
  margin-bottom: 4px;
}

.asset1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: block;
  width: 100%;
  height: 100%;
  padding-top: 202px;
  border-style: solid;
  border-width: 5px;
  border-color: #dcdcdc;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  text-align: center;
  cursor: pointer;
}

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

.image2 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image2.overlay {
  height: 100%;
  border-style: solid solid solid none;
  border-width: 5px;
  border-color: #dcdcdc;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_312964302_Preview.jpeg');
  background-position: 0% 0%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

.image1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image1.overlay {
  height: 100%;
  border-style: none none solid solid;
  border-width: 5px;
  border-color: #000 #000 #dcdcdc #dcdcdc;
  background-image: url('../images/corner-circles-light-green.png'), url('../images/AdobeStock_89317814_Preview.jpeg');
  background-position: 100% 100%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

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

.nav-menu-pane-2 {
  position: relative;
  z-index: 998;
  display: block;
  overflow: auto;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-left: 1px none #e0dede;
  box-shadow: -1px 1px 5px 0 rgba(255, 85, 0, 0.5);
}

.menu-link-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 40px;
  margin-top: 10px;
  padding-right: 20px;
  padding-left: 20px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
  color: #f4f3f0;
  font-size: 25px;
  font-weight: 400;
  text-decoration: none;
}

.menu-link-3:hover {
  color: #333;
}

.menu-link-3.w--current {
  color: #333;
  text-decoration: none;
}

.menu-dropdown {
  margin-right: 0px;
  margin-left: 0px;
}

.move-up-home {
  font-family: Raptorpremium, sans-serif;
  color: #edf0f4;
  font-weight: 300;
}

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

.image-20 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-21 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-22 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.image-23 {
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
}

.content-section-about-1 {
  position: relative;
  padding-top: 0px;
}

.vacancies {
  position: relative;
  padding-top: 100px;
}

.vacancies.double {
  margin-top: 60px;
  padding-top: 0px;
  padding-bottom: 100px;
}

.top-div {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  z-index: 99999;
  display: none;
  height: 50vh;
  background-color: #edf0f4;
}

.bottom-div {
  position: fixed;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 99999;
  display: none;
  height: 50vh;
  background-color: #edf0f4;
}

.bold-credit-on-white {
  margin-bottom: 20px;
  padding-bottom: 20px;
  background-color: #1c1c1c;
}

.credit-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 0px;
  margin-bottom: 0px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.link-block-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.social-image-holder {
  position: absolute;
}

.image-24 {
  padding-top: 10px;
  padding-left: 10px;
}

.textarea {
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: HalyardDisplay-Regular;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.textarea:focus {
  border-bottom-color: #141e24;
}

.textarea::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 0px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  background-color: transparent;
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: HalyardDisplay-Regular;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.text-field-light:focus {
  border-bottom-color: #141e24;
}

.text-field-light::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-light::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.icon-holder {
  width: 50px;
  height: 50px;
  margin-right: 10px;
  margin-bottom: 5px;
  padding-right: 0px;
  background-image: url('../images/submit.png');
  background-position: 50% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.upload {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-short-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: 30px;
  margin-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-block-contact-page {
  width: 100%;
  margin-top: 15px;
}

.error-message-2 {
  padding: 0px;
  background-color: transparent;
  color: #f35b5e;
  font-size: 16px;
}

.success-message-2 {
  padding: 10px 15px;
  border-style: solid;
  border-width: 2px;
  border-color: #00d98e;
  background-color: transparent;
}

.section-light-gray {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 100px 14px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: #f5f8fa;
}

.form-request {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto;
  grid-template-rows: auto auto auto auto;
}

.text-error {
  font-size: 16px;
}

.text-success {
  color: #fff;
  font-size: 16px;
}

.text-success.light {
  color: #141e24;
}

.button-4 {
  min-height: 42px;
  min-width: 185px;
  margin-top: 0px;
  padding: 15px 28px 11px;
  border-style: solid;
  border-width: 1px;
  border-color: #cf3575;
  background-color: transparent;
  -webkit-transition: color 200ms ease, background-color 200ms ease;
  transition: color 200ms ease, background-color 200ms ease;
  color: #333;
  font-size: 18px;
  line-height: 14px;
  font-weight: 400;
  text-align: center;
  letter-spacing: 0.3px;
  text-transform: uppercase;
}

.button-4:hover {
  background-color: #81599b;
  color: #f4f3f0;
}

.button-4.full {
  width: 100%;
  margin-top: 15px;
  border-color: #dcdcdc;
  background-color: #1c1c1c;
  font-family: HalyardDisplay-Regular;
  color: #edf0f4;
  line-height: 20px;
  font-weight: 500;
  text-decoration: none;
}

.button-4.full:hover {
  background-color: #dcdcdc;
  font-weight: 500;
}

.box-80-percent-2 {
  width: 80%;
  max-width: 600px;
  padding-top: 40px;
  padding-bottom: 0px;
}

.inner-col {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.container-6 {
  max-width: 1300px;
  padding: 20px;
}

.grid-8 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -ms-grid-columns: 1fr;
  grid-template-columns: 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.sector-title {
  height: 12vh;
  margin-bottom: 20px;
  padding-top: 6px;
  border-bottom: 3px solid #dcdcdc;
  background-color: #549eb9;
  background-image: url('../images/image2.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._5 {
  border-bottom-color: #dcdcdc;
}

.sector-title._2 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_493222055_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._3 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_218867610_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._1 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_103995369.jpg');
  background-position: 0px 0px;
  background-size: cover;
}

.sector-title._4 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/specialisms-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._5 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_466978076_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._6 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_288498070_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._7 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/specialisms-hero.jpg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._8 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_140703535_Preview.jpeg');
  background-position: 0px 0px;
  background-size: cover;
}

.sector-title._9 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_514204772_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._10 {
  border-bottom-color: #dcdcdc;
  background-image: url('../images/AdobeStock_332175808_Preview.jpeg');
  background-position: 50% 50%;
  background-size: cover;
}

.sector-title._55 {
  background-image: url('../images/AdobeStock_543177861_Preview.jpeg');
}

.sector-title._44 {
  background-image: url('../images/AdobeStock_493778406_Preview.jpeg');
}

.content-sectors {
  position: relative;
  padding-top: 40px;
  padding-bottom: 100px;
  background-image: url('../images/geometric-pattern-light-green-cut-2up.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.content-sectors.no-asset {
  padding-bottom: 40px;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
}

.sector-container {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  padding: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 5px;
  border-color: #dcdcdc;
  background-color: #1c1c1c;
  background-image: url('../images/corner-circles-light-yellow.svg');
  background-position: 100% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.sectors-title {
  margin-top: 40px;
  margin-bottom: 40px;
}

.content-wrapper-2 {
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  max-width: 1300px;
  margin: 50px auto 0px;
  padding-right: 40px;
  padding-left: 40px;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
  border-top-left-radius: 30px;
  border-top-right-radius: 30px;
  background-color: #edf0f4;
}

.container-jobs {
  position: relative;
  display: inline-block;
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
  text-align: center;
}

.section.featured-jobs {
  
  max-width: 1600px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 40px;
  padding-bottom: 20px;
  
}

.featured-jobs {
  display: inline-block;
  margin-top: 0px;
  margin-bottom: 0px;
  color: #666f77;
  font-size: 16px;
  line-height: 22px;
  font-weight: 400;
  letter-spacing: 0.08em;
  text-transform: uppercase;
}

.lightbox-link {
  display: none;
}

.content-section-about-2 {
  position: relative;
  padding-top: 0px;
}

.content-section-about-3 {
  position: relative;
  margin-bottom: 100px;
  padding-top: 0px;
}

.hero-space {
  position: static;
  top: auto;
  overflow: hidden;
  width: 100%;
  height: 100%;
  min-height: 500px;
  margin-top: 0px;
  margin-right: auto;
  margin-left: auto;
  text-align: center;
}

.hero-space.about-us {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.contact {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.specialisms {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.join-us {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.clients {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.latest-jobs {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.candidates {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.vacancy {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.hero-space.privacy {
  overflow: hidden;
  width: 100%;
  min-height: 500px;
  padding-bottom: 0px;
  background-image: none;
}

.link-block-6 {
  text-decoration: none;
}

.no-results {
  padding: 20px;
}

.pagenation-holder {
  display: block;
  margin-top: 20px;
  margin-bottom: 20px;
}

.next {
  border-bottom: 3px solid #ccc;
  border-radius: 5px 5px 2px 2px;
  background-color: #e6e6e6;
  color: #070707;
  text-decoration: none;
}

.next:hover {
  background-color: #ccc;
}

.text-6 {
  margin-bottom: 0px;
  font-family: HalyardDisplay-Regular;
  font-size: 18px;
  text-align: center;
  text-decoration: none;
}

.pn-grid-outer {
  width: 100px;
  justify-items: center;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.inner-grid {
  width: 100%;
  justify-items: center;
  -ms-grid-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.previous {
  border-bottom: 3px solid #ccc;
  border-radius: 5px 5px 2px 2px;
  background-color: #e6e6e6;
  color: #070707;
  text-decoration: none;
}

.previous:hover {
  background-color: #ccc;
}

.next-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.number-inner-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.previous-block {
  display: inline-block;
  width: 100%;
  margin-right: auto;
  margin-left: auto;
  padding: 10px 20px;
  text-decoration: none;
}

.number-block {
  border-bottom: 3px solid #ccc;
  border-radius: 5px 5px 2px 2px;
  background-color: #e6e6e6;
  color: #070707;
  text-decoration: none;
}

.number-block:hover {
  background-color: #ccc;
}

.column-6 {
  position: -webkit-sticky;
  position: sticky;
  top: 40px;
}

.header {
  font-family: HalyardDisplay-Regular;
  font-size: 70px;
  line-height: 80px;
  font-weight: 600;
}

.contact-title {
  font-family: HalyardDisplay-Regular;
  font-size: 28px;
  line-height: 30px;
  font-weight: 600;
}

.text-field-5 {
  font-family: HalyardDisplay-Regular;
  font-weight: 400;
}

.content-section-about-4 {
  position: relative;
  margin-top: -56px;
  margin-bottom: 60px;
  padding-top: 0px;
}

.title-5 {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 35px;
  line-height: 50px;
  font-weight: 600;
  text-transform: none;
}

.navy-bg {
  background-color: #1c1c1c;
}

.title-6 {
  margin-top: 5px;
  margin-bottom: 10px;
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 26px;
  line-height: 26px;
  font-weight: 600;
  text-transform: none;
}

.title-6.white {
  color: #f4f3f0;
}

.text-7 {
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 14px;
  line-height: 25px;
  font-weight: 400;
}

.columns-5 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.columns-5.bot {
  margin-top: 40px;
}

.title-col {
  margin-top: 5px;
  margin-bottom: 20px;
  -webkit-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  font-family: HalyardDisplay-Regular;
  color: #edf0f4;
  font-size: 40px;
  line-height: 45px;
  font-weight: 600;
  text-transform: none;
}

.columns-5-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -webkit-flex-direction: row;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.content-section-about-1-copy {
  position: relative;
  margin-bottom: 60px;
  padding-top: 0px;
}

.title-7 {
  margin-bottom: 10px;
  color: #f72669;
  font-size: 35px;
  line-height: 45px;
  font-weight: 700;
  letter-spacing: 1.5px;
  text-transform: none;
}

.title-7.white {
  font-family: HalyardDisplay-Regular;
  color: #edf0f4;
  font-weight: 500;
}

.featured-location-text {
  margin-bottom: 20px;
  padding-top: 10px;
  padding-bottom: 0px;
  font-family: HalyardDisplay-Regular;
  color: #fff;
  font-size: 18px;
  line-height: 25px;
  font-weight: 500;
}

.featured-location {
  width: 100%;
}

.featured-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 2rem 2rem 4rem;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  border: 1px solid #647078;
  background-color: #1c1c1c;
  background-image: url('../images/geometric-pattern-light-green-cut-2up.png');
  background-position: 50% 100%;
  background-size: contain;
  background-repeat: no-repeat;
}

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

.testimonial20_slide-nav {
  left: 0%;
  top: auto;
  right: auto;
  bottom: 0%;
  height: 1.75rem;
  font-size: 0.5rem;
}

.testimonial20_slide {
  padding-right: 2rem;
}

.text-8 {
  padding-bottom: 0px;
  color: #3f3f3e;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-decoration: none;
}

.text-8.white {
  font-family: HalyardDisplay-Regular;
  color: #fff;
  font-weight: 400;
}

.featured-salery {
  margin-bottom: 0px;
  font-family: HalyardDisplay-Regular;
  color: #fff;
  font-size: 20px;
  line-height: 35px;
  font-weight: 500;
  letter-spacing: 1.5px;
  text-transform: none;
}

.testimonial20_mask {
  overflow: visible;
  width: 33.33%;
}

.featured-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
}

.testimonial20_component {
  position: relative;
  height: auto;
  padding-bottom: 5rem;
  background-color: transparent;
}

.margin-bottom {
  margin-top: 0rem;
  margin-right: 0rem;
  margin-left: 0rem;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 40px;
}

.button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 50px;
  min-width: 170px;
  margin-top: 0px;
  padding: 0px 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-style: solid;
  border-width: 1px;
  border-color: #dcdcdc;
  background-color: #fff;
  -webkit-transition: background-color 200ms ease, color 200ms ease;
  transition: background-color 200ms ease, color 200ms ease;
  color: #dcdcdc;
  font-size: 18px;
  line-height: 11px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1px;
  text-decoration: none;
  text-transform: uppercase;
}

.button:hover {
  /*background-color: #f72669;
  color: #fff;*/
      background-color: #dcdcdc;
    color: #f4f3f0;
}

.button.fullwidth {
  width: 100%;
}

.button.fullwidth.white-bg {
  background-color: #fff;
  font-family: HalyardDisplay-Regular;
  color: #dcdcdc;
}

.button.fullwidth.white-bg:hover {
  border-color: #dcdcdc;
  background-color: #dcdcdc;
  color: #edf0f4;
}

.testimonial20_arrow {
  left: auto;
  top: auto;
  right: 0%;
  bottom: 0%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 3rem;
  height: 3rem;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border: 1px solid transparent;
  border-radius: 100%;
  background-color: transparent;
}

.testimonial20_arrow.left {
  right: 4rem;
}

.title-clients {
  margin-top: 5px;
  margin-bottom: 20px;
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 47px;
  line-height: 50px;
  font-weight: 600;
  text-transform: none;
}

.title-clients.center {
  margin-top: 55px;
  margin-bottom: 55px;
  line-height: 1.25em;
  text-align: center;
}

.nav-text {
  font-family: HalyardDisplay-Regular;
  font-weight: 600;
}

.textarea-3 {
  max-height: 300px;
  max-width: 100%;
  min-height: 100px;
  min-width: 100%;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.textarea-3:focus {
  border-bottom-color: #141e24;
}

.textarea-3::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea-3:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea-3::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.textarea-3::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-use {
  margin-bottom: 0px;
  padding-top: 22px;
  padding-bottom: 22px;
  padding-left: 10px;
  border-style: none none solid;
  border-width: 1px 1px 2px;
  border-color: #000 #000 #d7dbdf;
  border-top-left-radius: 0px;
  border-top-right-radius: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, left bottom, from(#fff), to(#fff));
  background-image: linear-gradient(180deg, #fff, #fff);
  -webkit-transition: border-color 200ms ease;
  transition: border-color 200ms ease;
  font-family: HalyardDisplay-Regular;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 400;
}

.text-field-use:focus {
  border-bottom-color: #141e24;
}

.text-field-use::-webkit-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-use:-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-use::-ms-input-placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.text-field-use::placeholder {
  color: rgba(20, 30, 36, 0.4);
}

.checkbox-label-3 {
  color: #647078;
}

.upload-2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.content-short-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.form-request-2 {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto auto auto auto auto;
  grid-template-rows: auto auto auto auto auto;
}

.checkbox-4 {
  margin-top: 4px;
}

.form-holder {
  max-width: 1300px;
  margin-right: auto;
  margin-left: auto;
}

.title-8 {
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  color: #647078;
  font-size: 35px;
  line-height: 35px;
  font-weight: 400;
  letter-spacing: 1.5px;
  text-transform: none;
}

.submit-button-light-2 {
  padding: 15px 30px;
  border-style: solid;
  border-width: 2px;
  border-color: #dcdcdc;
  border-radius: 0px;
  background-color: transparent;
  -webkit-transition: background-color 200ms ease;
  transition: background-color 200ms ease;
  font-family: HalyardDisplay-Regular;
  color: #000;
  font-size: 18px;
  line-height: 1.5em;
  font-weight: 500;
  text-align: center;
  letter-spacing: 1.4px;
  text-transform: uppercase;
}

.submit-button-light-2:hover {
  background-color: #dcdcdc;
  color: #fff;
}

.form-clients {
  width: 100%;
  max-width: 1000px;
  margin-top: 15px;
  margin-right: auto;
  margin-left: auto;
}

._50-percent-left-contact {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(237, 240, 244, 0.9);
  background-image: none;
  background-size: auto;
}

.flex-start-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  background-color: rgba(237, 240, 244, 0.9);
}

.section-home-3 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  margin-top: 100px;
  padding-right: 50px;
  padding-bottom: 100px;
  padding-left: 50px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-project-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 30%;
  height: auto;
  min-height: 100%;
  margin-right: 10px;
  padding-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-image: none;
  background-position: 0px 0px;
  -webkit-transform-origin: 100% 50%;
  -ms-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  text-decoration: none;
  cursor: pointer;
}

.link-project-holder:hover {
  mix-blend-mode: normal;
}

.link-project-holder.last {
  margin-right: 0px;
}

.modles-flex-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1600px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
}

.project-info-2 {
  position: relative;
  left: 0%;
  top: auto;
  right: 0%;
  bottom: 0%;
  z-index: 100;
  height: 100%;
  padding: 0px 30px 30px;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: none;
  text-align: center;
}

.image-project-block {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  display: block;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c)), url('../images/AdobeStock_261318391_Preview.jpeg');
  background-image: linear-gradient(180deg, transparent, #1c1c1c), url('../images/AdobeStock_261318391_Preview.jpeg');
  background-position: 0px 0px, 50% 50%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
}

.image-project-block._1 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c)), url('../images/AdobeStock_420843019_Preview.jpeg');
  background-image: linear-gradient(180deg, transparent, #1c1c1c), url('../images/AdobeStock_420843019_Preview.jpeg');
}

.image-project-block._2 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c)), url('../images/AdobeStock_530348739_Preview.jpeg');
  background-image: linear-gradient(180deg, transparent, #1c1c1c), url('../images/AdobeStock_530348739_Preview.jpeg');
}

.image-project-block._3 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c)), url('../images/AdobeStock_535180095_Preview.jpeg');
  background-image: linear-gradient(180deg, transparent, #1c1c1c), url('../images/AdobeStock_535180095_Preview.jpeg');
}

.image-project-block._4 {
  background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c)), url('../images/AdobeStock_321234941_Preview.jpeg');
  background-image: linear-gradient(180deg, transparent, #1c1c1c), url('../images/AdobeStock_321234941_Preview.jpeg');
}

.asset1-2 {
  position: relative;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  z-index: 99;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  height: 100%;
  padding-top: 40px;
  padding-bottom: 20px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  border-top-right-radius: 30px;
  text-align: center;
  cursor: pointer;
}

.text-10 {
  color: #333;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-align: left;
  text-transform: none;
}

.text-10.white {
  margin-left: 0px;
  color: #fff;
  font-weight: 400;
}

.text-10.white.center {
  text-align: center;
}

.section-specialisms {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 40px 14px 100px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-color: transparent;
}

.link-6 {
  color: #333;
  text-decoration: none;
}

.link-6:hover {
  color: #c6ab38;
}

.section-vacancy-form {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 100px;
}

.div-block-26 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.section-job {
  margin-top: 80px;
  padding-bottom: 100px;
  background-image: url('../images/geometric-pattern-light-green-cut-2up.png');
  background-position: 0% 100%;
  background-size: auto;
  background-repeat: repeat-x;
}

.footer-button {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: solid;
  border-width: 2px;
  border-color: #dcdcdc;
  text-decoration: none;
}

.footer-button:hover {
  background-color: #dcdcdc;
}

.subtitle-hero {
  font-family: HalyardDisplay-Regular;
  color: #333;
  font-size: 25px;
  line-height: 30px;
  font-weight: 500;
}

.subtitle-hero.white {
  margin-top: 35px;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.subtitle-hero.white {
  position: relative;
  max-width: 800px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.image-h-1 {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-h-1.overlay {
  height: 100%;
  border-style: solid solid solid none;
  border-width: 5px;
  border-color: #dcdcdc;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_312964302_Preview.jpeg');
  background-position: 0% 0%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

.image-values {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-values.overlay {
  height: 100%;
  border-style: solid none solid solid;
  border-width: 5px;
  border-color: #dcdcdc #000 #dcdcdc #dcdcdc;
  background-image: url('../images/corner-circles-light-green.png'), url('../images/Molecule-structure-with-hexagonal-shape-1285790.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

.image-vision {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image-vision.overlay {
  height: 100%;
  border-style: solid solid solid none;
  border-width: 5px;
  border-color: #dcdcdc;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Analyzing-financial-graphs-at-537757.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

.image2-copy {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.image2-copy.overlay {
  height: 100%;
  border-style: solid solid solid none;
  border-width: 5px;
  border-color: #dcdcdc;
  background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/My-project.jpg');
  background-position: 0% 0%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

.howard {
  position: absolute;
  left: 0px;
  top: 0px;
  right: 0px;
  bottom: 0px;
  width: 100%;
  height: 120%;
  margin-top: auto;
  margin-bottom: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  background-image: url('../images/mimi-thian-7b_9cHdKgFg-unsplash-p-3200.jpeg');
  background-size: cover;
  background-repeat: no-repeat;
}

.howard.overlay {
  height: 100%;
  border-style: solid none solid solid;
  border-width: 5px;
  border-color: #dcdcdc #000 #dcdcdc #dcdcdc;
  background-image: url('../images/corner-circles-light-green.png'), url('../images/Howard.jpg');
  background-position: 100% 100%, 50% 50%;
  background-size: 60%, cover;
  background-repeat: no-repeat, no-repeat;
}

.contact-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 60%;
  margin-bottom: 120px;
  margin-left: 60px;
  padding: 80px 70px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
  border-top-right-radius: 30px;
  border-bottom-left-radius: 30px;
  background-color: rgba(237, 240, 244, 0.81);
}

.specialisms-title {
  max-width: 1100px;
  margin: 40px auto;
}

.box-80-percent-2-copy {
  width: 80%;
  max-width: 600px;
  padding-top: 0px;
  padding-bottom: 0px;
}

._50-percent-flex-copy {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 50%;
  padding-bottom: 40px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
}

.subtitle-hero-clients {
  font-family: HalyardDisplay-Regular;
  color: #edf0f4;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
}

.subtitle-hero-clients.white {
  margin-top: 35px;
  color: #fff;
  font-size: 45px;
  line-height: 50px;
  font-weight: 500;
  text-align: center;
  letter-spacing: 3px;
}

.subtitle-hero-clients.white {
  position: relative;
  max-width: 800px;
  margin-top: 35px;
  margin-right: auto;
  margin-left: auto;
  color: #fff;
  font-weight: 300;
  text-align: center;
  letter-spacing: 0px;
}

.link-7 {
  color: #333;
}

._50-percent-contact-right {
  position: relative;
  width: 50%;
}

@media screen and (min-width: 1280px) {
  .footer-wrapper {
    max-width: 1800px;
  }

  .absolute.s2 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_229920681_Preview.jpeg');
    background-position: 0px 0px, 50% 50%;
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .absolute.s3 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_75850036_Preview.jpeg');
    background-position: 0% 0%, 100% 50%;
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .absolute.s4 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/AdobeStock_65990623_Preview.jpeg');
    background-position: 0% 0%, 50% 50%;
    background-size: 70%, cover;
  }

  .absolute.c1 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Working-meeting-of-financial-604064.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .absolute.j1 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Team-of-creative-people-at-work-368458.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .absolute.a2 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Analyzing-financial-graphs-at-537757.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .absolute.a3 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Molecule-structure-with-hexagonal-shape-1285790.jpg');
    background-position: 0% 0%, 100% 50%;
    background-size: 70%, cover;
    background-repeat: no-repeat, no-repeat;
  }

  .absolute.a4 {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Howard.jpg');
    background-position: 0% 0%, 50% 50%;
    background-size: 70%, cover;
  }

  .hero-section {
    background-image: -webkit-gradient(linear, left top, left bottom, from(transparent), to(#1c1c1c));
    background-image: linear-gradient(180deg, transparent, #1c1c1c);
    background-position: 50% 50%, 0px 0px;
    background-size: cover, auto;
    background-repeat: no-repeat, repeat;
  }

  .absolute-2.chairs {
    background-image: url('../images/primary-logo-white-text4x.png'), -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.5)), to(rgba(28, 28, 28, 0.5))), url('../images/AdobeStock_549945919_Preview.jpeg');
    background-image: url('../images/primary-logo-white-text4x.png'), linear-gradient(180deg, rgba(28, 28, 28, 0.5), rgba(28, 28, 28, 0.5)), url('../images/AdobeStock_549945919_Preview.jpeg');
    background-position: 90% 10%, 0px 0px, 50% 50%;
    background-size: 220px, auto, cover;
  }

  .img-video-presentation {
    background-image: url('../images/corner-circles-light-green.png'), url('../images/People-mosaic-collage-1010534.jpg');
    background-position: 100% 100%, 0% 50%;
  }

  .title-project {
    margin-bottom: 20px;
    font-size: 40px;
    line-height: 45px;
  }

  .icon-button.primary:hover {
    color: #333;
  }

  .footer-columns-grid {
    -ms-grid-columns: 0.5fr 0.5fr 0.25fr;
    grid-template-columns: 0.5fr 0.5fr 0.25fr;
  }

  .section-4.top {
    margin-top: 99px;
  }

  .section-5.top {
    margin-top: 100px;
  }

  .image2.overlay {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Analyzing-financial-graphs-at-537757.jpg');
  }

  .image1.overlay {
    background-image: url('../images/corner-circles-light-green.png'), url('../images/Molecule-structure-with-hexagonal-shape-1285790.jpg');
  }

  .content-short-3 {
    margin-right: auto;
    margin-left: auto;
  }

  .footer-button {
    background-color: #edf0f4;
  }

  .image-h-1.overlay {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Analyzing-financial-graphs-at-537757.jpg');
  }

  .image-values.overlay {
    background-image: url('../images/corner-circles-light-green.png'), url('../images/Molecule-structure-with-hexagonal-shape-1285790.jpg');
  }

  .image-vision.overlay {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/Analyzing-financial-graphs-at-537757.jpg');
  }

  .image2-copy.overlay {
    background-image: url('../images/corner-circles-light-green-copy-2.png'), url('../images/My-project.jpg');
  }

  .howard.overlay {
    background-image: url('../images/corner-circles-light-green.png'), url('../images/Howard.jpg');
  }

  .contact-content {
    width: 60%;
    margin-left: 60px;
  }
}

@media screen and (max-width: 991px) {
  .footer-wrapper {
    padding-right: 25px;
    padding-left: 25px;
  }

  .hero-flex {
    min-height: 700px;
  }

  .hero-flex.about {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(hsla(0, 0%, 100%, 0))), url('../images/corner-circles-light-green.png'), url('../images/Mountain-landscape-with-a-lake-994993.jpg');
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), hsla(0, 0%, 100%, 0)), url('../images/corner-circles-light-green.png'), url('../images/Mountain-landscape-with-a-lake-994993.jpg');
    background-position: 0px 0px, 100% 100%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .hero-flex.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/An-autumn-landscape-1071998.jpg');
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/An-autumn-landscape-1071998.jpg');
    background-position: 0px 0px, 100% 100%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .hero-flex.specialisms {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/Old-couple-holding-hands-751922.jpg');
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/Old-couple-holding-hands-751922.jpg');
    background-position: 0px 0px, 100% 100%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .hero-flex.cv-page {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/People-examining-business-resume-518874.jpg');
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/People-examining-business-resume-518874.jpg');
    background-position: 0px 0px, 100% 100%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .hero-column {
    width: 80%;
    max-width: none;
  }

  .nav-menu {
    background-color: #e8e6dd;
  }

  .content-section {
    padding-bottom: 0px;
  }

  .content-section.double {
    padding-top: 40px;
  }

  .content-section.double {
    padding-top: 40px;
  }

  .primary-button.stack {
    width: 100%;
    margin-right: auto;
    margin-bottom: 20px;
    margin-left: auto;
  }

  .notice {
    height: 30px;
  }

  .flex-left {
    z-index: 100;
  }

  .box-80-percent.mobile-margin {
    max-width: none;
    margin-right: auto;
  }

  .footer {
    padding-bottom: 0px;
  }

  .hero-section {
    width: 100%;
    height: 100vh;
    min-height: 700px;
    background-size: cover;
  }

  .heading-box-2 {
    width: 74%;
  }

  .column-offset-left {
    min-width: 440px;
  }

  .column-offset-right {
    min-width: 440px;
  }

  .vacancy-text {
    padding-top: 0px;
  }

  .absolute-2.chairs {
    z-index: 20;
    background-image: url('../images/primary-logo-white-text4x.png'), -webkit-gradient(linear, left top, left bottom, from(null), to(null)), url('../images/AdobeStock_549945919_Preview.jpeg');
    background-image: url('../images/primary-logo-white-text4x.png'), linear-gradient(180deg, null, null), url('../images/AdobeStock_549945919_Preview.jpeg');
    background-size: 100px, auto, cover;
  }

  .heading-box-left {
    width: 74%;
  }

  .social-section {
    padding-bottom: 0px;
  }

  .social-section.double {
    padding-top: 40px;
  }

  .contact-section {
    padding-bottom: 0px;
  }

  .map-section {
    padding-bottom: 0px;
  }

  .testamonials-section {
    padding-bottom: 0px;
  }

  .client-box {
    padding-right: 25px;
    padding-left: 25px;
  }

  .column-full-width {
    width: 100%;
  }

  .section-contact {
    padding-bottom: 0px;
  }

  .section-blog {
    padding-bottom: 0px;
  }

  .privacy-div {
    margin-right: 20px;
    margin-left: 20px;
  }

  .logos-section {
    padding-bottom: 0px;
  }

  .logos-section.double {
    padding-top: 40px;
  }

  .logos-section.double {
    padding-top: 40px;
  }

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

  .grid-2-olumns {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-gradient-grid {
    margin-top: 70px;
    margin-bottom: 70px;
  }

  .block-grid {
    max-width: 100%;
  }

  .image-block-margin {
    top: 0px;
    height: 100%;
    min-height: 500px;
    margin-top: 0px;
  }

  .title.center {
    font-size: 40px;
  }

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

  .footer-columns-grid {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .aux-wrapper {
    padding: 25px 25px 0px;
    box-shadow: 0 0 100px -87.5px #000;
  }

  .page-image {
    width: 100%;
    margin-right: 0px;
    padding-left: 0px;
  }

  .heading-box-long {
    width: 74%;
  }

  .section-1 {
    margin-top: 0px;
  }

  .section-2 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-4 {
    padding-bottom: 0px;
  }

  .section-5 {
    padding-bottom: 0px;
  }

  .content-blog {
    margin-right: 30px;
    margin-left: 30px;
    padding-top: 0px;
    padding-bottom: 0px;
  }

  .content-section-about-1 {
    padding-bottom: 0px;
  }

  .vacancies {
    padding-bottom: 0px;
  }

  .vacancies.double {
    margin-top: 20px;
    padding-top: 40px;
  }

  .section-light-gray {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .inner-col {
    height: 55vh;
  }

  .content-sectors {
    padding-bottom: 0px;
  }

  .sector-container {
    width: 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-wrapper-2 {
    padding-right: 15px;
    padding-left: 15px;
  }

  .container-jobs {
    width: 100%;
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-section-about-2 {
    padding-bottom: 0px;
  }

  .content-section-about-3 {
    padding-bottom: 0px;
  }

  .hero-space {
    min-height: 500px;
  }

  .column-6 {
    position: relative;
    display: block;
  }

  .header {
    font-size: 60px;
    line-height: 65px;
  }

  .content-section-about-4 {
    padding-bottom: 0px;
  }

  .columns-5 {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .columns-5.bot {
    margin-bottom: 60px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .col-height {
    margin-bottom: 40px;
    -webkit-align-self: auto;
    -ms-flex-item-align: auto;
    -ms-grid-row-align: auto;
    align-self: auto;
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 auto;
    -ms-flex: 0 0 auto;
    flex: 0 0 auto;
  }

  .content-section-about-1-copy {
    padding-bottom: 0px;
  }

  .featured-holder {
    background-size: auto;
    background-repeat: repeat-x;
  }

  .testimonial20_mask {
    width: 50%;
  }

  .testimonial20_component {
    padding-right: 0rem;
    padding-left: 0rem;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .title-clients.center {
    font-size: 40px;
  }

  ._50-percent-left-contact {
    width: 100%;
  }

  .section-home-3 {
    padding-right: 12.5px;
    padding-bottom: 12.5px;
    padding-left: 12.5px;
  }

  .link-project-holder {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
    -webkit-box-flex: 0;
    -webkit-flex: 0 auto;
    -ms-flex: 0 auto;
    flex: 0 auto;
  }

  .modles-flex-holder {
    display: -ms-grid;
    display: grid;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
    -ms-flex-direction: row;
    flex-direction: row;
    grid-auto-columns: 1fr;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto;
    grid-template-rows: auto auto;
  }

  .project-info-2 {
    padding-right: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .section-specialisms {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .section-vacancy-form {
    padding-right: 15px;
    padding-left: 15px;
  }
  .form-clients.w-form {
    padding: 0px !important;
}

  .bold-text {
    font-size: 60px;
    line-height: 60px;
  }

  ._50-percent-contact-right {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .insta-pic {
    width: 25%;
  }

  .insta-pic.last {
    display: none;
  }

  .hero-flex {
    min-height: 500px;
  }

  .hero-flex.contact {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/An-autumn-landscape-1071998.jpg');
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/An-autumn-landscape-1071998.jpg');
    background-position: 0px 0px, 100% 100%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .hero-flex.specialisms {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(28, 28, 28, 0.6)), to(transparent)), url('../images/corner-circles-light-green.png'), url('../images/Old-couple-holding-hands-751922.jpg');
    background-image: linear-gradient(180deg, rgba(28, 28, 28, 0.6), transparent), url('../images/corner-circles-light-green.png'), url('../images/Old-couple-holding-hands-751922.jpg');
    background-position: 0px 0px, 100% 100%, 50% 50%;
    background-size: auto, auto, cover;
    background-repeat: repeat, no-repeat, repeat;
  }

  .subtitle {
    font-size: 18.5px;
    line-height: 28px;
  }

  .hero-column {
    width: 100%;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .hero-column.home {
    padding-top: 32px;
  }

  .nav-menu {
    overflow: auto;
    height: 100vh;
    padding-bottom: 240px;
  }

  .flex {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .content-section {
    padding-top: 80px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .content-section.post {
    padding-top: 0px;
  }

  .content-section.double {
    padding-bottom: 80px;
  }

  .absolute.a2 {
    background-position: 0% 0%, 50% 50%;
  }

  .left-padding {
    padding-left: 15px;
  }

  .notice {
    height: 60px;
  }

  .button-2 {
    min-width: 123px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .hero-section {
    min-height: 500px;
  }

  .map-container {
    width: 100%;
  }

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

  ._50-percent-column-2 {
    width: 100%;
  }

  .heading-box-2 {
    width: 90%;
    margin-bottom: 40px;
  }

  ._50-percent-flex {
    width: 100%;
  }

  .h2-regular-2 {
    font-size: 30px;
    line-height: 45px;
  }

  .content-wrapper-wide-2 {
    padding-right: 25px;
    padding-left: 25px;
  }

  .column-offset-left {
    min-width: 350px;
    padding-top: 60px;
    padding-right: 50px;
    padding-bottom: 60px;
  }

  .text-container-9 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .mini-title {
    font-size: 12px;
  }

  .testimonial-text {
    font-size: 32.5px;
    line-height: 55px;
  }

  .column-offset-right {
    width: 100%;
    min-width: 340px;
    padding-left: 50px;
  }

  .text-block-36 {
    text-align: left;
  }

  .absolute-2.chairs {
    background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0.5))), url('../images/AdobeStock_82172346-flip.jpg');
    background-image: linear-gradient(180deg, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)), url('../images/AdobeStock_82172346-flip.jpg');
    background-position: 0px 0px, 50% 50%;
    background-size: auto, cover;
    background-repeat: repeat, no-repeat;
  }

  .heading-box-left {
    width: 90%;
    margin-bottom: 40px;
  }

  ._50-percent-column-image {
    width: 100%;
  }

  .social-section {
    padding-top: 80px;
  }

  .social-section.double {
    padding-bottom: 80px;
  }

  .contact-section {
    padding-top: 0px;
  }

  .map-section {
    padding-top: 80px;
  }

  .testamonials-section {
    padding-top: 80px;
  }

  .client-box {
    width: 50%;
  }

  .client-box._6 {
    border-right-style: solid;
    border-bottom-style: none;
  }

  .client-box._5 {
    border-bottom-style: none;
  }

  .client-box._2-logo {
    width: 50%;
    border-right-style: solid;
    border-bottom-style: none;
  }

  .client-box._1 {
    border-bottom-style: none;
  }

  .client-box._5 {
    border-bottom-style: none;
  }

  .client-box._6 {
    width: 50%;
    border-right-style: solid;
    border-bottom-style: none;
  }

  .text-container-5 {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
    padding: 60px 50px;
  }

  .section-contact {
    padding-top: 80px;
  }

  .section-blog {
    padding-top: 80px;
  }

  .section-blog.post-page {
    margin-bottom: 80px;
    padding-bottom: 80px;
  }

  .logos-section {
    padding-top: 80px;
  }

  .logos-section.double {
    padding-bottom: 80px;
  }

  .logos-section.double {
    padding-bottom: 80px;
  }

  .grid-2-olumns {
    grid-row-gap: 0px;
  }

  .content-gradient-grid {
    margin-top: 55px;
    margin-bottom: 55px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .block-grid {
    margin-right: 0px;
  }

  .image-block-margin {
    min-height: 50vw;
  }

  .title.center {
    font-size: 37px;
  }

  .grid-projects {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .content-short {
    margin-right: 20px;
    margin-left: 20px;
  }

  .footer-columns-grid {
    grid-row-gap: 32px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .social-media-link {
    margin-right: 12px;
    margin-left: 12px;
  }

  .page-image.overlay1 {
    min-height: 400px;
  }

  .post-preview {
    width: 850%;
    margin-right: auto;
    margin-left: auto;
    padding-right: 20px;
    padding-left: 20px;
  }

  .heading-box-long {
    width: 90%;
    margin-bottom: 40px;
  }

  .section-2 {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-5 {
    padding-top: 80px;
  }

  .content-blog {
    margin-right: 20px;
    margin-left: 20px;
    padding-top: 10px;
  }

  .content-section-about-1 {
    padding-top: 10px;
  }

  .vacancies {
    padding-top: 80px;
  }

  .vacancies.double {
    padding-bottom: 80px;
  }

  .content-short-2 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .section-light-gray {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .box-80-percent-2 {
    width: 100%;
  }

  .inner-col {
    height: 40vh;
  }

  .content-sectors {
    padding-top: 0px;
  }

  .content-section-about-2 {
    padding-top: 0px;
  }

  .content-section-about-3 {
    padding-top: 0px;
  }

  .hero-space {
    min-height: 500px;
  }

  .header {
    font-size: 50px;
    line-height: 60px;
  }

  .content-section-about-4 {
    padding-top: 10px;
  }

  .content-section-about-1-copy {
    padding-top: 10px;
  }

  .featured-holder {
    padding: 1.5rem;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_mask {
    width: 80%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .testimonial20_arrow.left {
    right: 3.5rem;
  }

  .title-clients.center {
    font-size: 37px;
  }

  .content-short-3 {
    margin-right: 20px;
    margin-left: 20px;
  }

  .form-request-2 {
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
    -ms-grid-rows: auto auto auto auto auto auto auto;
    grid-template-rows: auto auto auto auto auto auto auto;
  }

  ._50-percent-left-contact {
    width: 100%;
  }

  .section-specialisms {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .section-vacancy-form {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .subtitle-hero {
    font-size: 18.5px;
    line-height: 28px;
  }

  .contact-content {
    width: 100%;
    margin-right: 20px;
    margin-bottom: 80px;
    margin-left: 20px;
    padding: 60px 50px;
  }

  ._50-percent-flex-copy {
    width: 100%;
  }

  .subtitle-hero-clients {
    font-size: 18.5px;
    line-height: 28px;
  }

  .bold-text {
    font-size: 50px;
    line-height: 40px;
  }

  ._50-percent-contact-right {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .insta-pic {
    width: 50%;
  }

  .no-top-margin {
    font-size: 40px;
  }

  .hero-column.home {
    width: 100%;
  }

  .hero-column.home {
    width: 100%;
  }

  .content-section {
    padding-top: 60px;
  }

  .content-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .content-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .left-padding {
    padding-left: 10px;
  }

  .box-80-percent {
    width: 100%;
  }

  .box-80-percent.mobile-margin {
    margin-bottom: 0px;
  }

  .hero-section {
    min-height: 500px;
  }

  .text-field-half {
    width: 100%;
  }

  .map-container {
    width: 100%;
  }

  ._50-percent-column-2 {
    width: 100%;
  }

  .heading-box-2 {
    width: 100%;
  }

  .map {
    width: 100%;
    margin-bottom: 40px;
  }

  ._50-percent-flex {
    width: 100%;
  }

  .h2-regular-2 {
    font-size: 30px;
    line-height: 45px;
  }

  .column-offset-left {
    right: 0px;
    min-width: 100%;
    padding-top: 0px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .text-container-9 {
    width: 100%;
    padding: 0px;
  }

  .text-block-6.left {
    width: 100%;
    padding-right: 20px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .testimonial-arrow {
    width: 50px;
  }

  .testimonial-slide {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .testimonial-text {
    font-size: 18px;
    line-height: 25px;
  }

  .column-offset-right {
    left: 0px;
    width: 100%;
    min-width: 100%;
    padding-top: 0px;
    padding-bottom: 0px;
    padding-left: 20px;
  }

  .text-block-36 {
    width: auto;
    font-weight: 400;
    text-align: left;
  }

  .column-2 {
    font-size: 18px;
  }

  .left-column {
    width: 100%;
    margin-bottom: 40px;
  }

  .right-column {
    display: none;
    width: 100%;
  }

  .post-margin {
    margin-bottom: 40px;
  }

  .heading-box-left {
    width: 100%;
  }

  ._50-percent-column-image {
    width: 100%;
    margin-right: auto;
    margin-bottom: 40px;
    margin-left: auto;
    -webkit-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }

  .social-section {
    padding-top: 60px;
  }

  .social-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .contact-section {
    padding-top: 0px;
  }

  .map-section {
    padding-top: 60px;
  }

  .testamonials-section {
    padding-top: 60px;
  }

  .client-box {
    width: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
    border-bottom-style: none;
  }

  .client-box.last {
    border-bottom-style: solid;
  }

  .client-box._3 {
    border-right-style: solid;
  }

  .client-box._5 {
    border-right-style: solid;
  }

  .client-box._7 {
    border-right-style: solid;
  }

  .client-box._2-logo {
    width: 100%;
  }

  .client-box._1 {
    border-right-style: solid;
  }

  .client-box._5 {
    border-right-style: solid;
  }

  .client-box._6 {
    width: 100%;
  }

  .client-box._7 {
    border-right-style: solid;
  }

  .client-box.last-2 {
    border-bottom-style: solid;
  }

  .text-container-5 {
    width: 90%;
    padding: 40px;
  }

  .section-contact {
    padding-top: 60px;
  }

  .section-blog {
    padding-top: 60px;
  }

  .section-blog.post-page {
    margin-bottom: 80px;
    padding-bottom: 50px;
  }

  .yellow-title {
    font-size: 40px;
  }

  .white-text {
    padding-right: 10px;
    padding-left: 10px;
  }

  .privacy-div {
    margin-top: 20px;
    margin-right: 10px;
    margin-left: 10px;
  }

  .logos-section {
    padding-top: 60px;
  }

  .logos-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .logos-section.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .content-gradient-grid {
    margin-top: 50px;
    margin-bottom: 50px;
    padding-right: 15px;
    padding-left: 15px;
  }

  .block-grid {
    margin-right: 15px;
    margin-left: 15px;
  }

  .image-block-margin {
    min-height: 300px;
  }

  .title {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 35px;
  }

  .title.center {
    font-size: 27px;
  }

  .grid-projects {
    margin-bottom: 30px;
  }

  .content-short {
    margin-right: 15px;
    margin-left: 15px;
  }

  .icon-button.primary {
    margin-right: 0px;
    margin-bottom: 12px;
  }

  .footer-title-3 {
    margin-bottom: 16px;
  }

  .footer-up-grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .post-preview {
    width: 100%;
    margin-right: 0px;
    margin-bottom: 30px;
    margin-left: 0px;
  }

  .heading-box-long {
    width: 100%;
    padding-left: 20px;
  }

  .flex-blog-previews {
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
    -ms-flex-pack: start;
    justify-content: flex-start;
  }

  .section-2 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-4 {
    padding-top: 60px;
  }

  .section-5 {
    padding-top: 60px;
  }

  .content-blog {
    padding-top: 0px;
  }

  .content-section-about-1 {
    padding-top: 0px;
  }

  .vacancies {
    padding-top: 60px;
  }

  .vacancies.double {
    overflow: hidden;
    padding-bottom: 60px;
  }

  .content-short-2 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .section-light-gray {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .form-request {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .button-4.full {
    line-height: 20px;
  }

  .box-80-percent-2 {
    width: 100%;
    padding-top: 0px;
  }

  .inner-col {
    height: 65vh;
  }

  .container-6 {
    padding-right: 10px;
    padding-left: 10px;
  }

  .content-sectors {
    padding-top: 60px;
  }

  .content-section-about-2 {
    padding-top: 0px;
  }

  .content-section-about-3 {
    padding-top: 0px;
  }

  .hero-space {
    min-height: 500px;
  }

  .header {
    font-size: 40px;
    line-height: 50px;
  }

  .content-section-about-4 {
    padding-top: 0px;
  }

  .title-5 {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .title-6 {
    margin-bottom: 20px;
    font-size: 27px;
    line-height: 27px;
  }

  .title-col {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .content-section-about-1-copy {
    margin-bottom: 0px;
    padding-top: 0px;
  }

  .text-8 {
    font-size: 16px;
  }

  .testimonial20_mask {
    width: 95%;
  }

  .margin-bottom {
    margin-top: 0rem;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .title-clients {
    margin-bottom: 20px;
    font-size: 27px;
  }

  .title-clients.center {
    font-size: 27px;
  }

  .content-short-3 {
    margin-right: 15px;
    margin-left: 15px;
  }

  .form-request-2 {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  ._50-percent-left-contact {
    width: 100%;
  }

  .section-specialisms {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .section-vacancy-form {
    padding-top: 0px;
  }

  .contact-content {
    width: 90%;
    padding: 40px;
  }

  .box-80-percent-2-copy {
    width: 100%;
  }

  ._50-percent-flex-copy {
    width: 100%;
  }

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

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

  ._50-percent-contact-right {
    width: 100%;
  }
}

#w-node-_03755a30-c994-0389-87f0-cbd68ac2c844-1f303406 {
  -ms-grid-column-align: end;
  justify-self: end;
}

#w-node-_0690d1e0-3098-5eed-ab79-8b2f8c57cb8e-a58666cf {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_0690d1e0-3098-5eed-ab79-8b2f8c57cba8-a58666cf {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#w-node-_200a5796-b6b8-5b00-b69a-cf59f6253420-a58666cf {
  -webkit-align-self: auto;
  -ms-flex-item-align: auto;
  -ms-grid-row-align: auto;
  align-self: auto;
}

#w-node-_200a5796-b6b8-5b00-b69a-cf59f6253453-a58666cf {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

#Name-3.w-node-_504547c1-1993-ef77-00df-1ea3a12c9234-578666d6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-2.w-node-_504547c1-1993-ef77-00df-1ea3a12c9235-578666d6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message.w-node-_504547c1-1993-ef77-00df-1ea3a12c9236-578666d6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-_504547c1-1993-ef77-00df-1ea3a12c9237-578666d6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-_504547c1-1993-ef77-00df-1ea3a12c923a-578666d6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-_504547c1-1993-ef77-00df-1ea3a12c9240-578666d6 {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

#w-node-_53b00bb5-999b-85cd-e34f-b6d72415f023-e78666d7 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_53b00bb5-999b-85cd-e34f-b6d72415f03c-e78666d7 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#Name-3.w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e2c-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Name-3.w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e2d-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Email-2.w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e2e-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#contact-number-3.w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e2f-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#Message-2.w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e30-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 4;
  grid-column-start: span 4;
  -ms-grid-column-span: 4;
  grid-column-end: span 4;
}

#w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e31-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
}

#w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e34-dde3edc6 {
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
  -ms-grid-column: span 2;
  grid-column-start: span 2;
  -ms-grid-column-span: 2;
  grid-column-end: span 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e3a-dde3edc6 {
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
  -ms-grid-column: 3;
  grid-column-start: 3;
  -ms-grid-column-span: 2;
  grid-column-end: 5;
}

@media screen and (max-width: 479px) {
  #w-node-acc42333-accc-e6ea-b291-4b2b22b7ff4d-1f303406 {
    -ms-grid-column-align: center;
    justify-self: center;
  }

  #w-node-_03755a30-c994-0389-87f0-cbd68ac2c844-1f303406 {
    -ms-grid-column-align: start;
    justify-self: start;
  }

  #Message.w-node-_504547c1-1993-ef77-00df-1ea3a12c9236-578666d6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-_504547c1-1993-ef77-00df-1ea3a12c9240-578666d6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }

  #Message-2.w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e30-dde3edc6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 2;
    grid-column-start: span 2;
    -ms-grid-column-span: 2;
    grid-column-end: span 2;
  }

  #w-node-cc1c20ed-b884-a29e-4cd7-5bd378cb4e3a-dde3edc6 {
    -ms-grid-row: span 1;
    grid-row-start: span 1;
    -ms-grid-row-span: 1;
    grid-row-end: span 1;
    -ms-grid-column: span 1;
    grid-column-start: span 1;
    -ms-grid-column-span: 1;
    grid-column-end: span 1;
  }
}

@font-face {
  font-family: 'Raptorpremium';
  src: url('../fonts/RaptorPremium-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raptorpremium';
  src: url('../fonts/RaptorPremium-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raptorpremium';
  src: url('../fonts/RaptorPremium-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
.footer .title-2 {
    color: #fff;
}
.footer .text {
    color: #fff;
}
.footer-title-3 {
    color: #fff;
}
#upload_vacancy_form .submit-button-light-2 {
    border-color: #696969;
}
