.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}
.job-holder .column.w-col.w-col-9 {
    position: relative !important;
}
.block-text-news-large.date {
    padding: 10px 17px;
}
.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

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

.w-checkbox-input--inputType-custom {
  width: 12px;
  height: 12px;
  border: 1px solid #ccc;
  border-radius: 2px;
}

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

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

body {
  color: #333;
  background-color: #002535;
  font-family: Red Hat Display, sans-serif;
  font-size: 14px;
  font-weight: 300;
  line-height: 20px;
}

.text-span {
  color: #d1a961;
}

.block-circle-hero {
  z-index: -100;
  min-height: 940px;
  flex-direction: column;
  align-content: center;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.circle-dark-green {
  width: 300px;
  height: 300px;
  background-color: #fff;
  border-radius: 1000px;
  position: absolute;
}

.circle-dark-green.type-1 {
  opacity: 1;
  background-color: #142d25;
  border-radius: 100% 100% 100% 0;
  top: 318px;
  left: 732px;
}

.circle-dark-green.type-1._2 {
  z-index: 50;
  width: 700px;
  height: 700px;
  background-color: rgba(0, 0, 0, 0);
  background-image: url('../images/clover-gold.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  border-radius: 0;
  top: 301px;
  left: 396px;
  overflow: hidden;
}

.circle-dark-green.type-1._2.hide {
  display: none;
}

.circle-dark-green.type-2 {
  width: 190px;
  height: 190px;
  background-color: rgba(255, 85, 0, .18);
  top: 262px;
  left: -26px;
}

.link-button-dark {
  color: #202a3b;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button-dark:hover {
  color: #d1a961;
}

.paragraph-hero {
  max-width: 530px;
  color: #333;
  margin-bottom: 35px;
  font-family: Lato, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 1.6em;
}

.circle-border {
  width: 630px;
  height: 630px;
  border: 1px solid #cdd4e2;
  border-radius: 1000px;
  position: absolute;
}

.circle-border.type-1 {
  background-image: url('../images/Metamorphic-Full-Spiral-Light-Grey.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: 400px;
  border: 2px rgba(209, 169, 97, .3);
  border-radius: 100% 0% 100% 100%;
  margin-top: -535px;
  margin-left: -1168px;
}

.circle-border.type-1.opacity {
  opacity: .25;
}

.circle-border.type-1.green {
  opacity: .54;
  background-image: url('../images/Metamorphic-Full-Spiral-Green.svg');
}

.circle-border.type-1.overlay {
  background-image: linear-gradient(rgba(0, 37, 53, .7), rgba(0, 37, 53, .7)), url('../images/Metamorphic-Full-Spiral-Light-Grey.svg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, 400px;
}

.circle-border.type-5 {
  width: 60px;
  height: 60px;
  border-color: #f50;
  top: 401px;
  left: -21px;
}

.circle-border.type-3 {
  width: 315px;
  height: 315px;
  opacity: 1;
  border-width: 2px;
  border-color: rgba(209, 169, 97, .3);
  border-bottom-left-radius: 0;
  margin-left: -967px;
}

.circle-border.type-2 {
  opacity: 1;
  background-image: url('../images/Metamorphic-Full-Spiral-Light-Grey.svg');
  background-position: 0 0;
  background-size: auto;
  border: 2px rgba(209, 169, 97, .3);
  border-radius: 0;
  margin-top: -99px;
  margin-left: 885px;
}

.circle-border.type-2.opacity {
  opacity: .25;
  border-color: rgba(209, 169, 97, .35);
}

.circle-border.type-2.green {
  background-image: url('../images/Metamorphic-Full-Spiral-Green.svg');
}

.circle-border.type-2.overlay {
  background-image: linear-gradient(rgba(0, 37, 53, .7), rgba(0, 37, 53, .7)), url('../images/Metamorphic-Full-Spiral-Light-Grey.svg');
  background-position: 0 0, 0 0;
  background-size: auto, auto;
}

.circle-border.type-4 {
  width: 330px;
  height: 330px;
  color: rgba(0, 0, 0, 0);
  background-color: #142d25;
  border-width: 2px;
  border-color: rgba(209, 169, 97, .3);
  border-top-right-radius: 0;
  margin-top: 151px;
  margin-left: 654px;
  top: 715.167px;
  left: 854.667px;
}

.grid-hero {
  width: 100%;
  min-height: 700px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.grid-hero-right-block {
  z-index: -50;
  min-height: 700px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.section-hero {
  color: #333;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
  overflow: hidden;
}

.section-hero.spiral-light-grey {
  background-image: linear-gradient(rgba(0, 37, 53, .8), rgba(0, 37, 53, .8)), url('../images/Quarter-Spiral-Light-Grey-cut-edge.svg');
  background-position: 0 0, 10%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 1800px;
}

.section-hero.spiral-light-grey.gradient {
  height: 100vh;
  opacity: 1;
  background-image: url('../images/Quarter-Spiral-White-50.png'), linear-gradient(135deg, rgba(0, 37, 53, .54) 40%, rgba(45, 199, 116, .2));
  background-position: 0 100%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 1440px, auto;
  position: relative;
}

.section-hero.gradient {
  background-image: linear-gradient(45deg, rgba(0, 0, 0, 0) 75%, rgba(45, 199, 116, .2));
}

.section-hero.gradient-2 {
  background-image: linear-gradient(225deg, rgba(0, 37, 53, .58) 70%, rgba(45, 199, 116, .2));
}

.section-hero.gradient-3 {
  background-image: linear-gradient(27deg, rgba(0, 0, 0, 0) 68%, rgba(45, 199, 116, .2));
  overflow: hidden;
}

.section-hero.gradient-4 {
  background-image: linear-gradient(342deg, rgba(0, 0, 0, 0) 68%, rgba(45, 199, 116, .2));
}

.content {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.block-button-hero {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image-circle-1 {
  z-index: 60;
  width: 650px;
  height: 650px;
  max-width: none;
  object-fit: cover;
  border-radius: 1000px 1000px 0;
  position: absolute;
  top: -30px;
  left: 56px;
}

.image-circle-1.hide {
  display: none;
}

.grid-hero-left-block {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  padding-bottom: 75px;
  display: flex;
}

.title-hero {
  color: #333;
  margin-top: 0;
  font-family: Red Hat Display, sans-serif;
  font-size: 55px;
  font-weight: 700;
  line-height: 60px;
}

.title-hero.green {
  color: #2dc774;
}

.button-primary {
  min-width: 150px;
  color: #fff;
  text-align: center;
  background-color: #486a72;
  border: 2px solid #fff;
  border-radius: 30px 30px 30px 0;
  padding: 13px 26px;
  font-family: Red Hat Display, sans-serif;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .3s ease-out;
}

.button-primary:hover {
  color: #002535;
  background-color: #dae8ea;
}

.button-primary.marg-top {
  margin-top: 20px;
  text-decoration: none;
}

.button-primary.home {
  background-color: #486a72;
  border-color: #dae8ea;
}

.button-primary.home:hover {
  color: #486a72;
  background-color: #dae8ea;
}

.button-primary.marging-top {
  background-color: #486a72;
  border-color: #dae8ea;
  margin-top: 20px;
  padding-top: 13px;
}

.button-primary.marging-top:hover {
  color: #486a72;
  background-color: #dae8ea;
}

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

.image-circle-2 {
  z-index: 100;
  width: 280px;
  height: 280px;
  max-width: none;
  object-fit: cover;
  background-color: #2b634f;
  border-radius: 1000% 0 1000% 1000%;
  margin-top: 240px;
  margin-left: 160px;
  position: absolute;
  top: 403px;
}

.image-circle-2.hide {
  display: none;
}

.top-left-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-top {
  width: 100%;
  height: 46px;
  max-width: 1300px;
  flex-direction: row;
  justify-content: space-between;
  margin-left: auto;
  margin-right: auto;
  font-family: Lato, sans-serif;
  font-weight: 300;
  display: flex;
}

.top-right-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.shadow-navbar {
  width: 100%;
  max-width: 1330px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.white-fill-navbar {
  z-index: auto;
  width: 0%;
  box-shadow: none;
  background-color: #002535;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  width: 200px;
}

.nav-link {
  color: #fff;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.1em;
  transition: color .2s ease-out;
}

.nav-link:hover, .nav-link.w--current, .nav-link.w--current:hover {
  color: #2dc774;
}

.nav-link.dt-hide {
  display: none;
}

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

.nav-right-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.brand {
  flex: none;
  padding: 10px 15px;
}

.brand.w--current {
  padding-bottom: 15px;
}

.nav-left-block {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.navbar {
  width: 100%;
  height: 78px;
  max-width: 1300px;
  background-color: #002535;
  border-bottom: 0 #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

.block-nav {
  width: 100%;
  max-width: 1300px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.section-navbar {
  z-index: 900;
  border-bottom: 1px solid #486a72;
  margin-top: 0;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.image-grid {
  width: 100%;
  min-height: 450px;
  object-fit: cover;
  border-radius: 0%;
}

.icon-arrow-1-gold {
  max-width: none;
  opacity: .48;
  color: #d1a961;
  margin-right: 15px;
  position: absolute;
  right: 0%;
}

.title-services {
  color: #dae8ea;
  text-align: center;
  margin-top: 28px;
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 25px;
  font-weight: 500;
  line-height: 30px;
}

.block-content-grid-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 20px 10px;
  display: flex;
  overflow: hidden;
}

.link-button-green {
  color: #202a3b;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.link-button-green:hover {
  color: #d1a961;
}

.icon-arrow-2-green {
  max-width: none;
  margin-right: 15px;
  display: none;
  position: absolute;
  right: 0%;
}

.text-link-button-green {
  color: #0c0c0c;
  padding-right: 33px;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
}

.icon-services {
  max-width: none;
}

.subtitle {
  color: #333;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.1em;
}

.subtitle.white {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.subtitle.white.hide {
  display: none;
}

.service-block {
  width: 18%;
  background-color: #486a72;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  box-shadow: 1px 1px 4px #000;
}

.cv-upload {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-top: 0;
  display: grid;
  position: static;
  left: auto;
}

.cv-upload.hide {
  display: none;
}

.title {
  max-width: 750px;
  color: #002535;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 35px;
  font-weight: 700;
  line-height: 40px;
}

.title.white {
  color: #fff;
}

.title.white.center {
  display: inline;
}

.title.center {
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-weight: 400;
}

.title.center.white.bigger {
  max-width: 1200px;
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
}

.title.center.green {
  color: #2dc774;
}

.title.center.green.bigger {
  font-size: 80px;
  font-weight: 700;
  line-height: 75px;
}

.section-light-grey {
  z-index: 0;
  width: 100%;
  opacity: 1;
  object-fit: fill;
  background-color: #dae8ea;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
  position: static;
  overflow: visible;
}

.section-light-grey.hide {
  display: none;
}

.block-story-text {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.block-story-info {
  flex-direction: row;
  align-items: center;
  margin-top: 20px;
  display: flex;
}

.block-icon-story {
  width: 50px;
  height: 50px;
  background-color: rgba(51, 51, 51, .57);
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: 16px;
  display: flex;
}

.circle-dark {
  width: 400px;
  height: 400px;
  background-color: #1b2333;
  border-radius: 1000px;
  position: absolute;
}

.circle-dark.type-2 {
  width: 280px;
  height: 280px;
  background-color: #2b634f;
  margin-left: -130px;
  top: 316px;
}

.circle-dark.type-1 {
  color: #0c0c0c;
  background-color: #2b634f;
  margin-left: -531px;
  top: 65px;
}

.left-arrow {
  display: none;
}

.slider-stories {
  width: 100%;
  height: auto;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 10px;
}

.block-circle-image {
  width: 100%;
  min-height: 430px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.text-profession {
  color: #142d25;
  text-align: center;
  margin-top: 8px;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 22px;
}

.quote-story {
  color: #fff;
  font-family: Red Hat Display, sans-serif;
  font-size: 24px;
  font-style: italic;
  font-weight: 300;
  line-height: 1.6em;
}

.right-arrow {
  display: none;
}

.slide-nav {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  font-size: 8px;
  display: flex;
  position: static;
  bottom: -65px;
}

.image-circle-4 {
  z-index: 100;
  width: 250px;
  height: 250px;
  max-width: none;
  object-fit: cover;
  background-color: #fff;
  background-image: url('../images/logoipsum-241.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 70%;
  border-radius: 1000px 0 1000px 1000px;
  margin-right: 53px;
  position: absolute;
  top: 328px;
  right: 50%;
}

.mask {
  height: auto;
}

.text-name {
  color: #0c0c0c;
  text-align: center;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 25px;
}

.text-name.white {
  color: #fff;
}

.image-circle-3 {
  width: 540px;
  height: 540px;
  max-width: none;
  object-fit: cover;
  border-radius: 1000px;
  margin-right: 100px;
  position: absolute;
  top: -49px;
  right: 50%;
  overflow: hidden;
}

.circle-border-dark {
  width: 630px;
  height: 630px;
  border: 1px solid #34435c;
  border-radius: 1000px;
  position: absolute;
}

.circle-border-dark.type-10 {
  width: 62px;
  height: 62px;
  border-color: #d1a961;
  border-radius: 1000% 0 1000% 1000%;
  margin-left: -170px;
  top: 126px;
}

.circle-border-dark.type-9 {
  width: 200px;
  height: 200px;
  border-color: #d1a961;
  border-radius: 0 1000% 1000%;
  margin-left: 858px;
  bottom: 83px;
}

.circle-border-dark.type-6 {
  border-color: #d1a961;
  border-radius: 1000% 1000% 1000% 0;
  margin-left: -764px;
  top: -110px;
}

.circle-border-dark.type-8 {
  width: 310px;
  height: 310px;
  border-color: #d1a961;
  border-radius: 1000% 0 1000% 1000%;
  margin-left: 748px;
  bottom: -89px;
}

.circle-border-dark.type-7 {
  border-color: #d1a961;
  border-radius: 1000% 1000% 0;
  margin-left: -621px;
  top: 158px;
}

.circle-border-dark.type-13 {
  width: 62px;
  height: 62px;
  border-color: #f3f4f7;
  margin-left: -736px;
  bottom: 348px;
}

.circle-border-dark.type-14 {
  width: 570px;
  height: 570px;
  border-color: #a5a9b0;
  margin-left: 815px;
  top: 45px;
}

.circle-border-dark.type-15 {
  width: 425px;
  height: 425px;
  border-color: #f50;
  margin-left: 636px;
  top: 320px;
}

.circle-border-dark.type-12 {
  width: 200px;
  height: 200px;
  border-color: #f50;
  margin-left: -867px;
  bottom: 170px;
}

.circle-border-dark.type-16 {
  width: 62px;
  height: 62px;
  border-color: #333;
  margin-left: 493px;
  top: 87px;
}

.circle-border-dark.type-11 {
  width: 310px;
  height: 310px;
  border-color: #333;
  margin-left: -781px;
  bottom: -55px;
}

.link-img-news {
  width: 100%;
  transition: opacity .2s ease-out;
}

.link-img-news:hover {
  opacity: .85;
}

.link-title-news {
  color: #fff;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.28em;
  text-decoration: none;
}

.link-title-news:hover {
  color: #2dc774;
}

.image-news {
  width: 100%;
  height: 264px;
  object-fit: cover;
  border-radius: 5px;
}

.block-text-news {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 35px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.link-block-team {
  width: 100%;
  
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

.block-text-team {
  height: 100%;
  background-color: #fff;
  border-radius: 0 0 60px 5px;
  flex-direction: column;
  align-content: stretch;
  justify-content: center;
  align-items: center;
  padding: 24px 15px;
  display: flex;
}

.image-avatar {
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.block-content-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  display: flex;
}

.text-error {
  color: #cf4547;
}

.form-block {
  width: 100%;
}

.success-message {
  background-color: #e9ebf0;
  border-radius: 5px;
}

.block-text-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-right: 20%;
  display: flex;
}

.text-field {
  height: 48px;
  color: #202a3b;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family: Red Hat Display, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7em;
  transition: border-color .3s ease-out;
}

.text-field:focus {
  border-color: #f50;
}

.text-field::-ms-input-placeholder {
  color: rgba(32, 42, 59, .5);
}

.text-field::placeholder {
  color: rgba(32, 42, 59, .5);
}

.submit-button {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid #d1a961;
  border-radius: 5px;
  padding: 13px 26px;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  transition: background-color .3s ease-out;
}

.submit-button:hover {
  background-color: #d1a961;
}

.submit-button.gold-text {
  color: #d1a961;
}

.submit-button.gold-text:hover {
  color: #fff;
}

.submit-button.gold-text {
  color: #d1a961;
}

.submit-button.gold-text:hover {
  color: #fff;
}

.textarea {
  max-height: 200px;
  max-width: 100%;
  min-height: 85px;
  min-width: 100%;
  color: #202a3b;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 10px;
  padding: 8px 18px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7em;
  transition: border-color .3s ease-out;
}

.textarea:focus {
  border-color: #f50;
}

.textarea::-ms-input-placeholder {
  color: rgba(32, 42, 59, .5);
}

.textarea::placeholder {
  color: rgba(32, 42, 59, .5);
}

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

.error-message {
  background-color: #e9ebf0;
  border-radius: 5px;
  padding-left: 17px;
  padding-right: 17px;
}

.text-success {
  color: #4eaf4e;
}

.section-footer {
  background-color: #dae8ea;
  background-image: linear-gradient(#dae8ea, rgba(255, 255, 255, 0)), url('../images/Pattern-up.svg');
  background-position: 0 0, 0%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border: 1px #2b634f;
  border-top-width: 3px;
  box-shadow: 0 -1px 5px #2b634f;
}

.success-message-footer {
  background-color: #dee1ea;
  border-radius: 5px;
}

.grid-footer {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 2fr;
  align-items: start;
  justify-items: start;
  margin-bottom: 60px;
}

.block-footer {
  width: 100%;
}

.error-message-footer {
  background-color: #dee1ea;
  border-radius: 5px;
  padding-left: 17px;
  padding-right: 17px;
}

.form-footer {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 3fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.title-footer {
  color: #333;
  text-align: left;
  margin-bottom: 22px;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2em;
}

.brand-footer {
  flex: none;
  padding: 0;
}

.block-footer-2 {
  width: 100%;
  margin-top: 20px;
}

.icon-social {
  max-width: none;
}

.logo-footer {
  width: 200px;
}

.link-social {
  opacity: .7;
  padding: 6px 10px;
  transition: opacity .2s ease-out;
}

.link-social:hover {
  opacity: 1;
}

.link-footer {
  color: #333;
  padding-top: 7px;
  padding-bottom: 7px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.3em;
  text-decoration: none;
  display: block;
}

.link-footer:hover {
  color: #2dc774;
  font-family: Lato, sans-serif;
  font-weight: 300;
}

.link-footer.w--current {
  color: #2dc774;
  font-family: Red Hat Display, sans-serif;
}

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

.down-left-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-block-footer {
  width: 100%;
}

.down-right-block {
  justify-content: center;
  align-items: center;
  display: flex;
}

.block-footer-down {
  width: 100%;
  border-top: 1px solid #cdd4e2;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.block-single-page {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 90px;
  display: flex;
}

.paragraph-hero-center {
  max-width: 800px;
  text-align: center;
  margin-bottom: 22px;
  font-size: 20px;
  line-height: 1.6em;
}

.content-2 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Red Hat Display, sans-serif;
  display: flex;
  position: relative;
}

.content-2:hover {
  font-weight: 400;
}

.content-2.hide {
  display: none;
}

.title-hero-center {
  color: #333;
  text-align: center;
  margin-top: 0;
}

.title-number {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 22px;
  font-weight: 500;
}

.list-item {
  color: #333;
  padding-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-weight: 300;
}

.list-item.white {
  color: #fff;
}

.number {
  color: #fff;
  text-align: center;
  font-size: 65px;
  font-weight: 400;
  line-height: 1em;
}

.number-block {
  background-color: #142d25;
  border-radius: 5px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 50px 15px 40px;
  display: flex;
}

.number-block.extra-1 {
  background-color: #d1a961;
}

.number-block.extra-2 {
  background-color: #2b634f;
}

.grid-number {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 120px;
}

.grid-number.hide {
  display: none;
}

.list {
  padding-left: 30px;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.block-content-grid-left {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-right: 10%;
  display: flex;
}

.block-grid-couple {
  opacity: 1;
  background-color: #dae8ea;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 15% 35px 12%;
  display: flex;
}

.grid-couple {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.grid-couple.bottom-pad {
  padding-bottom: 120px;
}

.image-grid-couple {
  width: 100%;
  min-height: 430px;
  object-fit: cover;
}

.section-transparent {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-transparent.gradient-bottom {
  background-image: linear-gradient(135deg, rgba(0, 37, 53, .58) 75%, rgba(45, 199, 116, .2));
}

.block-text-news-large {
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 35px 30px;
  display: flex;
}

.link-title-news-large {
  color: #0c0c0c;
  text-align: center;
  margin-top: 12px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
  text-decoration: none;
}

.link-title-news-large:hover {
  color: #2b634f;
}

.image-news-large {
  width: 100%;
  height: 330px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
}

.content-blog {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.link-block-team-large {
  width: 100%;
  height: 100%;
  flex-direction: column;
  align-content: space-around;
  justify-content: center;
  align-items: stretch;
  text-decoration: none;
  display: flex;
}

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

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

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

.job-holder {
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 10px;
  margin-bottom: 10px;
  padding: 30px;
  text-decoration: none;
}

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

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

.content-section-notop.double.bottom-circle {
  background-image: url('../images/Metamorphic-Quarter-Spiral-Green.svg');
  background-position: 0 115%;
  background-repeat: no-repeat;
  background-size: 1100px;
}

.content-section-notop.double.bottom-circle.gradient-bottom {
  background-image: linear-gradient(135deg, rgba(0, 0, 0, 0) 66%, rgba(45, 199, 116, .2)), linear-gradient(rgba(0, 37, 53, .7), rgba(0, 37, 53, .7)), url('../images/Metamorphic-Quarter-Spiral-Green.svg');
  background-position: 0 0, 0 0, 0 115%;
  background-repeat: repeat, repeat, no-repeat;
  background-size: auto, auto, 1100px;
}

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

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

.checkbox-label {
  color: #fff;
  margin-bottom: 5px;
  padding-top: 3px;
  padding-bottom: 0;
  font-family: Red Hat Display, sans-serif !important;
  font-size: 18px;
  font-weight: 400;
}

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

.text-field-2 {
  height: 55px;
  background-color: #fff;
  border: 1px solid #383838;
  border-radius: 10px;
  margin-bottom: 7px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Red Hat Display, sans-serif !important;
  font-size: 20px;
  font-weight: 400;
}

.div-block-7 {
  color: #34435c;
  background-color: #486a72;
  border: 1px rgba(0, 0, 0, 0);
  border-radius: 10px;
  margin-top: -15px;
  margin-bottom: 38px;
  padding-top: 5px;
  padding-left: 20px;
}

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

.checkbox {
  margin-top: 3px;
}

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

.job-title {
  width: 480px;
  color: #000;
  object-fit: fill;
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 25px;
  font-weight: 400;
  line-height: 35px;
  overflow: visible;
}

.salary {
  width: 200px;
  color: #222;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 6px;
  padding-right: 15px;
  font-family: Red Hat Display, sans-serif;
  font-size: 20px;
  font-weight: 400;
}

.column {
  position: static;
}

.job-info {
  color: #333;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
}

.consultant {
  color: #d1a961;
  margin-top: 0;
  margin-bottom: 20px;
  font-family: Red Hat Display, sans-serif;
  font-size: 30px;
  font-weight: 400;
}

.consultant.green {
  color: #2dc774;
}

.section-3 {
  margin-top: 0;
}

.section-3.job {
  background-color: #002535;
  padding-top: 40px;
}

.text-span-26 {
  font-weight: 700;
}

.text-block-22 {
  color: #333;
  margin-top: 10px;
  margin-bottom: 25px;
  font-family: Red Hat Display, sans-serif;
  font-size: 19px;
  font-weight: 300;
  line-height: 1.8em;
}

.text-block-22.white {
  color: #fff;
}

.div-block-11 {
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 80px #000;
  margin-bottom: 20px;
  padding: 0 15px 15px;
  text-decoration: none;
}

.image-8 {
  border-radius: 0 100% 100%;
  margin-bottom: 20px;
}

.text-block-21 {
  color: #333;
  margin-top: 5px;
  font-family: Red Hat Display, sans-serif;
  font-size: 22px;
  font-weight: 300;
}

.text-block-21.white {
  color: #fff;
}

.subtitle-team-info {
  color: #626975;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 3px;
  margin-bottom: 3px;
  font-size: 13px;
  font-weight: 500;
  line-height: 1.1em;
}

.team-info {
  border-bottom: 1px solid #dee1ea;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.link-block-team-contact {
  width: 42px;
  height: 42px;
  background-color: #2dc774;
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  transition: background-color .2s ease-out;
  display: flex;
}

.link-block-team-contact:hover {
  background-color: #002535;
}

.column-1-team {
  padding-left: 0;
  padding-right: 0;
}

.block-team-info {
  width: 100%;
  padding: 10px 25px;
}

.team-info-contact {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 18px;
  padding-bottom: 18px;
  display: flex;
}

.image-avatar-single {
  object-fit: cover;
  border-radius: 5px;
  height: 420px;
}

.column-2-team {
  padding: 0 40px 30px 60px;
}

.block-link-team {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: row;
  grid-template-rows: 42px;
  grid-template-columns: 42px 1fr 1fr;
  grid-auto-rows: 42px;
  grid-auto-columns: 42px;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5px;
  display: grid;
}

.columns-team {
  width: 100%;
  background-color: #fff;
  border-radius: 5px;
  padding: 20px;
}

.image-news-single {
  width: 100%;
  height: 500px;
  object-fit: cover;
  border-radius: 5px 5px 0 0;
  margin-top: 15px;
}

.news-single-bg {
  width: 100%;
  background-color: #fff;
  border-radius: 0 0 5px 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-bottom: 40px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
}

.news {
  background-color: #002535;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px 20px 120px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.meet-team-section {
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  display: flex;
  position: relative;
}

.testimonial-section {
  background-color: #2dc774;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 120px 20px;
  display: flex;
  position: relative;
}

.testimonial-section.circle-bg {
  background-image: linear-gradient(rgba(45, 199, 116, .5), rgba(45, 199, 116, .5)), url('../images/Metamorphic-Full-Spiral-Light-Grey.svg');
  background-position: 0 0, -150%;
  background-repeat: repeat, no-repeat;
  background-size: auto, 900px;
}

.text-link {
  color: #fff;
  padding-right: 33px;
  font-size: 17px;
}

.text-link:hover {
  color: #d1a961;
}

.text-link.green {
  color: #2dc774;
}

.column-3 {
  margin-top: 20px;
}

.privacy-title {
  color: #fec922;
  margin-top: 20px;
  margin-bottom: 40px;
  font-size: 50px;
}

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

.privacy-div {
  background-color: #fff;
  margin-left: 5%;
  margin-right: 5%;
  padding: 20px;
}

.text-span-27 {
  color: #ff0606;
}

.bold-text {
  color: #000;
}

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

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

.content-news {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.team-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.credit-link {
  justify-content: center;
  padding-bottom: 20px;
  display: flex;
}

.credit-holder {
  justify-content: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.text {
  color: #002535;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.text.center {
  color: #0c0c0c;
  text-align: center;
  font-weight: 300;
}

.text.center.white {
  color: #e9ebf0;
  font-weight: 300;
}

.text.center.marg-bottom-60 {
  color: #002535;
  margin-bottom: 60px;
}

.text.hover {
  color: #fff;
}

.text.hover:hover {
  color: #d1a961;
}

.text.pagenation {
  margin-bottom: 0;
}

.text.white {
  color: #fff;
}

.text.white.center.marg-bot-20 {
  margin-bottom: 20px;
}

.text.white.home-hero {
  margin-bottom: 40px;
}

.text.white.marg-bot-30 {
  margin-bottom: 30px;
}

.text.white.top-margain {
  margin-top: 10px;
}

.job-text-holder {
  padding-top: 22px;
}

.news-grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 40px;
}

.no-results {
  padding: 20px;
}

.blog-text {
  margin-top: 40px;
}

.search-link {
  height: 45px;
  color: #333;
  flex: 0 auto;
  align-items: center;
  margin-right: 20px;
  font-size: 17px;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.search-link:hover {
  color: rgba(0, 0, 0, 0);
  font-size: 17px;
  font-weight: 400;
}

.search-icon {
  height: 25px;
  margin-bottom: 10px;
  padding-left: 0;
  padding-right: 10px;
}

.link-top-nav-2 {
  color: #333;
  letter-spacing: 1px;
  text-transform: none;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
  font-size: 13px;
  font-weight: 700;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .2s ease-out;
}

.link-top-nav-2:hover {
  color: #2baf45;
}

.link-top-nav-2._1 {
  color: #fff;
  font-weight: 400;
}

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

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

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

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

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

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

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

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

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

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

.count-up-holder {
  float: none;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.content-about-1 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  display: flex;
  position: relative;
}

.block-circle-pattern {
  background-color: #002535;
  background-image: url('../images/Metamorphic-Quarter-Spiral-Green.svg');
  background-position: 0 400%;
  background-repeat: no-repeat;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.block-circle-pattern.overlay {
  background-image: linear-gradient(rgba(0, 37, 53, .8), rgba(0, 37, 53, .8)), url('../images/Metamorphic-Quarter-Spiral-Green.svg');
  background-position: 0 0, 0 400%;
}

.div-block-13 {
  width: 800px;
  height: 800px;
  background-image: url('../images/Metamorphic-Full-Spiral-Green.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  top: -10%;
  bottom: auto;
  left: -3%;
  right: auto;
}

.div-block-13.opacity {
  opacity: .49;
  background-image: linear-gradient(rgba(0, 37, 53, .8), rgba(0, 37, 53, .8)), url('../images/Metamorphic-Full-Spiral-Green.svg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, contain;
}

.bold-text-6, .bold-text-7, .bold-text-8 {
  font-weight: 400;
}

.section-gnavy {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px;
  display: flex;
}

.section-gnavy.bottom-circle {
  background-image: url('../images/Metamorphic-Quarter-Spiral-Green.svg');
  background-position: 0 100%;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 60px;
  padding-bottom: 60px;
}

.section-gnavy.bottom-circle.gradient-3 {
  background-image: linear-gradient(135deg, rgba(0, 37, 53, .58) 80%, rgba(45, 199, 116, .2)), url('../images/Metamorphic-Quarter-Spiral-Green.svg');
  background-position: 0 0, 0 100%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.text-span-30 {
  font-weight: 400;
}

.section-4 {
  justify-content: center;
  align-items: center;
  margin-top: 89px;
  margin-bottom: 89px;
  margin-left: 20px;
  padding-right: 20px;
  display: flex;
}

.image-grid-contact-2-copy {
  width: 100%;
  min-height: 590px;
  object-fit: cover;
  border-radius: 0%;
}

.home-page-text-limiter {
  max-width: 900px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.upload-2 {
  align-items: flex-end;
  display: flex;
}

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

.text-link-2 {
  color: #fff;
  padding-right: 33px;
  font-size: 17px;
}

.text-link-2:hover {
  color: #d1a961;
}

.text-link-2.dark {
  color: #0c0c0c;
}

.text-link-2.dark:hover {
  color: #d1a961;
}

.link-button-green-2 {
  color: #202a3b;
  flex-direction: row;
  align-items: center;
  margin-left: 15px;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 15px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.insentives-grid {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  margin-top: 40px;
}

.insentives-content {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.content-team {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  background-color: rgba(0, 0, 0, 0);
  border: 2px #2dc774;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
}

.tab-link-team-uk {
  background-color: #2b634f;
  font-size: 20px;
  bottom: -1px;
}

.tab-link-team-uk.w--current {
  z-index: 20;
  color: #fff;
  background-color: #002535;
  border-top: 2px solid #2dc774;
  border-left: 2px solid #2dc774;
  border-right: 2px solid #2dc774;
}

.tab-pane-team-uk {
  background-color: #002535;
  border: 2px solid #2dc774;
  padding-bottom: 60px;
}

.text-block-26 {
  color: #fff;
}

.block-team {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 0;
  display: flex;
}

.section-team {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 60px 20px 120px;
  display: flex;
}

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

.form-block-filter {
  width: 100%;
}

.select-field {
  width: 80%;
  border-top-left-radius: 60px;
  border-top-right-radius: 60px;
  border-bottom-right-radius: 60px;
  margin-left: 20px;
}

.button-holder {
  text-align: center;
  justify-content: center;
  margin-top: 40px;
  display: flex;
}

.form-cv, .form-contact-grid {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-block-text, .block-insights {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 100px;
  margin-bottom: 60px;
  display: flex;
}

.practices-anchor-button {
  color: #0c0c0c;
  flex-direction: row;
  align-items: center;
  margin-right: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  text-decoration: none;
  display: flex;
  position: relative;
}

.practices-anchor-button:hover {
  color: #d1a961;
}

.icon-arrow-1-gold-copy {
  max-width: none;
  opacity: 1;
  color: #d1a961;
  margin-right: 15px;
  position: absolute;
  right: 0%;
}

.two-up {
  width: 100%;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-top: 0;
  display: grid;
  position: static;
  left: auto;
}

.column-v-text {
  background-color: rgba(255, 255, 255, .8);
  border-radius: 10px;
  padding-left: 5px;
  padding-right: 5px;
}

.div-block-15 {
  background-color: #002535;
  padding-left: 40px;
  padding-right: 40px;
  overflow: hidden;
}

.div-block-16 {
  min-height: 100%;
  margin-top: 33px;
}

.map-2 {
  font-weight: 400;
}

.section-green-forms-contact {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 40px 120px;
  display: flex;
}

.div-block-17 {
  flex-direction: column;
  display: flex;
}

.white-checkbox {
  color: #fff;
}

.dark-checkbox {
  color: #486a72;
}

.background-video {
  height: 100vh;
  opacity: .1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-white {
  z-index: 0;
  width: 100%;
  opacity: 1;
  object-fit: fill;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0 20px 60px;
  display: flex;
  position: static;
  overflow: visible;
}

.section-white.top-pad {
  padding-top: 60px;
}

.text-link-4 {
  color: #fff;
  padding-right: 33px;
  font-size: 17px;
}

.text-link-4:hover {
  color: #d1a961;
}

.text-link-4.dark {
  color: #0c0c0c;
  font-weight: 500;
}

.text-link-4.dark:hover {
  color: #d1a961;
}

.content-4 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Red Hat Display, sans-serif;
  display: flex;
  position: relative;
}

.grid-couple-2 {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #fff;
  border-radius: 5px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-top: 0;
  margin-bottom: 0;
  overflow: hidden;
}

.text-404 {
  color: #0c0c0c;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.block-grid-couple-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 35px 15% 35px 12%;
  display: flex;
}

.title-5 {
  max-width: 720px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

.content-5 {
  z-index: 10;
  width: 100%;
  max-width: 1300px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-family: Red Hat Display, sans-serif;
  display: flex;
  position: relative;
}

.text-405 {
  color: #0c0c0c;
  font-family: Red Hat Display, sans-serif;
  font-size: 18px;
  font-weight: 300;
  line-height: 27px;
}

.text-405.white {
  color: #fff;
}

.text-field-8 {
  height: 48px;
  color: #202a3b;
  border: 1px solid #ccc;
  border-radius: 5px;
  margin-bottom: 0;
  padding: 12px 18px;
  font-family: Red Hat Display, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 1.7em;
  transition: border-color .3s ease-out;
}

.text-field-8:focus {
  border-color: #f50;
}

.text-field-8::-ms-input-placeholder {
  color: rgba(32, 42, 59, .5);
}

.text-field-8::placeholder {
  color: rgba(32, 42, 59, .5);
}

.text-success-3 {
  color: #4eaf4e;
}

.section-6 {
  justify-content: center;
  align-items: center;
  margin-top: 89px;
  margin-bottom: 89px;
  display: flex;
}

.title-6 {
  max-width: 720px;
  text-align: left;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 12px;
  margin-bottom: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 40px;
}

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

.error-message-3 {
  background-color: #e9ebf0;
  border-radius: 5px;
  padding-left: 17px;
  padding-right: 17px;
}

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

.text-error-3 {
  color: #cf4547;
}

.text-span-35 {
  color: #d1a961;
}

.block-content-contact-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 10%;
  display: flex;
}

.upload-3 {
  align-items: flex-end;
  display: flex;
}

.div-block-18 {
  width: 100%;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.service-block-2 {
  width: 100%;
  background-color: #486a72;
  border-radius: 5px;
  flex-flow: column wrap;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 15px;
  display: flex;
  box-shadow: 1px 1px 4px #000;
}

.testimonials {
  width: 100%;
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  object-fit: fill;
  grid-template-rows: auto;
  grid-template-columns: .25fr .75fr;
  grid-auto-columns: 1fr;
  justify-content: stretch;
  justify-items: stretch;
  padding-top: 0;
  display: grid;
  position: static;
  left: auto;
}

.scroll, .scroll:hover {
  margin-top: 0;
  padding-top: 0;
}

.link-block-scroll {
  margin-top: 20px;
  padding-top: 0;
}

.link-block-scroll:hover {
  padding-top: 0;
  position: static;
}

.mini-title-box {
  margin-bottom: 10px;
}

.mini-title-box.side-menu {
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: 0;
}

.less-height {
  color: #300f49;
  line-height: 30px;
}

.underline-hover {
  height: 1px;
  background-color: #a4aebe;
  margin-top: -18px;
  position: absolute;
  top: 73px;
  bottom: 0;
  left: 0;
  right: 0;
}

.underline-hover.gray {
  height: 1px;
  background-color: #a3a8a9;
  margin-top: 0;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mini-title {
  color: #dae8ea;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 11px;
  font-weight: 500;
  line-height: 17px;
}

.mini-title.dark {
  color: #4b4b4a;
  background-color: rgba(0, 0, 0, 0);
  border-bottom: 1px solid #ccd3d5;
  margin-bottom: 10px;
  display: inline-block;
}

.side-blog-text {
  width: 85%;
  text-align: left;
  background-color: #f4f4fa;
  border: 1px solid #647078;
  border-radius: 0;
  margin-top: -50px;
  margin-left: 13px;
  margin-right: auto;
  padding: 20px 10px 10px;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.link-block {
  color: #647078;
  background-color: rgba(0, 0, 0, 0);
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

.link-block.w--current {
  color: #5e5e5e;
  font-weight: 400;
}

.side-menu-block {
  border-bottom: 1px solid #ccd3d5;
  flex-direction: column;
  padding: 30px 25px;
  display: flex;
}

.side-menu-block.no-padding {
  border-bottom-style: none;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  top: 60px;
  bottom: 20px;
}

.side-menu-block.no-padding.sticky {
  z-index: 10;
  flex-direction: column;
  align-items: flex-start;
  margin-top: 0;
  padding-top: 0;
  display: block;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
  bottom: auto;
}

.underline-fix {
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.text-406 {
  color: #300f49;
  font-size: 18px;
  font-weight: 500;
  line-height: 25px;
}

.image-link {
  border-radius: 0;
  position: relative;
  overflow: hidden;
}

.image-hover:hover {
  opacity: .85;
}

.side-menu-item {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: block;
  position: static;
  overflow: visible;
}

.side-menu-item._2 {
  margin-top: 20px;
}

.heading-link {
  cursor: pointer;
  text-decoration: none;
  transition: opacity .2s;
  display: inline;
}

.heading-link:hover {
  opacity: .85;
}

.link-down-footer-2 {
  color: #202a3b;
  letter-spacing: 1px;
  text-transform: uppercase;
  flex: none;
  margin-left: 10px;
  margin-right: 10px;
  font-family: Red Hat Display, sans-serif;
  font-size: 13px;
  font-weight: 300;
  line-height: 1.1em;
  text-decoration: none;
  transition: color .2s ease-out;
}

.link-down-footer-2:hover {
  color: #d1a961;
}

.body-21, .body-23, .body-26 {
  background-color: #002535;
}

.insights {
  max-width: 1600px;
  margin-left: auto;
  margin-right: auto;
}

.column-insight-right {
  padding-top: 40px;
}

.form-image {
  width: 100%;
  min-height: 590px;
  object-fit: cover;
  border-radius: 0%;
}

@media screen and (min-width: 1280px) {
    
  
    
    
  .navbar {
    border-bottom: 0 #fff;
  }

  .title.white {
    flex-direction: row;
    display: flex;
  }

  .title.white.center {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    display: inline;
  }

  .title.center.white.bigger {
    max-width: 1440px;
  }

  .checkbox.w--redirected-checked {
    background-color: #d1a961;
  }

  .title-6.white {
    flex-direction: row;
    display: flex;
  }
}

@media screen and (min-width: 1920px) {
  .shadow-navbar {
    box-shadow: none;
    border-bottom: 0 #000;
  }

  .navbar {
    border-bottom-style: none;
    border-bottom-width: 0;
    border-radius: 0;
  }

  .section-navbar {
    border-bottom-style: solid;
    margin-top: 0;
  }

  .testimonial-section.circle-bg {
    background-image: linear-gradient(rgba(0, 0, 0, 0), rgba(0, 0, 0, 0)), url('../images/Metamorphic-Full-Spiral-Light-Grey.svg');
    background-position: 0 0, -40%;
  }
}

@media screen and (max-width: 991px) {
  .paragraph-hero {
    text-align: center;
  }

  .grid-hero {
    min-height: auto;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .grid-hero-right-block {
    display: none;
  }

  .content {
    min-height: auto;
    padding-top: 40px;
    padding-left: 60px;
    padding-right: 60px;
    display: flex;
  }

  .block-button-hero {
    flex-direction: column;
  }

  .grid-hero-left-block {
    align-items: center;
  }

  .title-hero {
    text-align: center;
  }

  .button-primary.home.marg-mobile {
    margin-bottom: 20px;
  }

  .button-primary.mob-hide {
    display: none;
  }

  .image-circle-2 {
    margin-top: 512px;
  }

  .icon-menu {
    color: #fff;
    font-size: 34px;
    line-height: 34px;
  }

  .nav-link, .nav-link.dt-hide {
    display: block;
  }

  .nav-menu {
    width: 50%;
    height: 100vh;
    background-color: rgba(43, 99, 79, .9);
    border-radius: 5px;
    margin-left: auto;
    padding: 0 10px 10px;
    box-shadow: 0 10px 6px -6px rgba(32, 42, 59, .05);
  }

  .menu-button {
    border-radius: 5px;
    margin-left: 8px;
    padding: 12px;
    transition: box-shadow .3s ease-in-out;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
    box-shadow: inset 0 3px 5px rgba(32, 42, 59, .1);
  }

  .image-grid {
    height: 450px;
  }

  .service-block {
    width: 47%;
  }

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

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

  .block-circle-image {
    min-height: 500px;
  }

  .block-circle-image.testi {
    display: none;
  }

  .image-circle-4 {
    top: 279px;
    left: 60%;
    right: auto;
  }

  .image-circle-3 {
    top: -30px;
    left: 18%;
    right: auto;
  }

  .link-title-news {
    max-width: 600px;
  }

  .block-text-news {
    margin-top: 25px;
  }

  .block-content-contact {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-footer {
    background-image: linear-gradient(#fff, rgba(255, 255, 255, 0));
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .grid-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr 1fr;
    margin-bottom: 58px;
  }

  .block-footer-2 {
    margin-top: 0;
  }

  .logo-footer {
    width: 300px;
    margin-bottom: 40px;
  }

  .block-single-page {
    margin-top: 60px;
    margin-bottom: 40px;
  }

  .title-hero-center {
    margin-bottom: 10px;
  }

  .title-number {
    margin-top: 0;
  }

  .number {
    font-size: 52px;
  }

  .number-block {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .grid-number {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    margin-top: 70px;
  }

  .block-content-grid-left {
    padding-left: 10%;
  }

  .block-grid-couple {
    padding: 20px 38px;
  }

  .grid-couple.bottom-pad {
    padding-bottom: 60px;
  }

  .section-transparent {
    padding-bottom: 70px;
  }

  .link-title-news-large {
    font-size: 25px;
    line-height: 30px;
  }

  .image-news-large {
    height: 280px;
  }

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

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

  .block-team-info {
    padding-left: 12px;
    padding-right: 12px;
  }

  .column-2-team {
    padding: 12px 15px 12px 38px;
  }

  .block-link-team {
    grid-template-rows: 42px;
    grid-template-columns: 42px 1fr 1fr;
  }

  .image-news-single {
    height: 430px;
  }

  .news, .meet-team-section, .testimonial-section {
    padding-top: 70px;
    padding-bottom: 70px;
  }

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

  .text.white.home-hero {
    text-align: center;
  }

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

  .section-4 {
    margin-top: 0;
  }

  .image-grid-contact-2-copy {
    height: 460px;
    min-height: auto;
  }

  .insentives-grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .block-team {
    margin-top: 60px;
    margin-bottom: 40px;
  }

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

  .filter {
    justify-content: center;
  }

  .contact-block-text, .block-insights {
    margin-top: 60px;
    margin-bottom: 40px;
  }

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

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

  .section-green-forms-contact, .section-white {
    padding-top: 70px;
    padding-bottom: 70px;
  }

  .block-grid-couple-2 {
    padding: 20px 38px;
  }

  .section-6 {
    margin-top: 0;
  }

  .block-content-contact-2 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .underline-hover.gray {
    display: none;
  }

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

  .form-image {
    height: 460px;
    min-height: auto;
    display: none;
  }
}

@media screen and (max-width: 767px) {
  .paragraph-hero {
    margin-bottom: 20px;
    font-size: 18px;
    line-height: 1.5em;
  }

  .grid-hero-right-block {
    min-height: 400px;
  }

  .section-hero {
    padding-left: 15px;
    padding-right: 15px;
  }

  .image-circle-1 {
    width: 480px;
    height: 480px;
    left: 17px;
  }

  .grid-hero-left-block {
    padding-top: 45px;
    padding-bottom: 55px;
  }

  .title-hero {
    font-size: 43px;
  }

  .button-primary.home.marg-mobile {
    margin-bottom: 20px;
  }

  .button-primary.marg-left {
    margin-left: 0;
  }

  .button-primary.marg-mob {
    margin-bottom: 20px;
  }

  .image-circle-2 {
    width: 220px;
    height: 220px;
    margin-top: 368px;
    margin-left: 178px;
  }

  .top-left-block {
    display: none;
  }

  .nav-top {
    justify-content: flex-end;
  }

  .top-right-block {
    width: 100%;
    justify-content: space-between;
  }

  .icon-menu {
    color: #fff;
  }

  .nav-menu {
    width: 60%;
  }

  .menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .image-grid {
    height: 300px;
    min-height: auto;
  }

  .title-services {
    margin-top: 18px;
    margin-bottom: 10px;
  }

  .block-content-grid-right {
    padding: 10px 7%;
  }

  .service-block {
    width: 100%;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cv-upload {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .title {
    margin-bottom: 14px;
  }

  .title.center.white.bigger, .title.center.green.bigger {
    font-size: 50px;
    line-height: 55px;
  }

  .section-light-grey {
    padding: 55px 15px;
  }

  .block-circle-image {
    min-height: 440px;
  }

  .block-circle-image.testi {
    display: none;
  }

  .image-circle-4 {
    width: 180px;
    height: 180px;
    left: 54%;
  }

  .image-circle-3 {
    width: 400px;
    height: 400px;
    left: 12%;
  }

  .block-content-contact {
    padding-bottom: 0;
  }

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

  .grid-footer {
    grid-column-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    margin-bottom: 43px;
  }

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

  .title-footer {
    margin-bottom: 8px;
  }

  .brand-footer {
    margin-left: auto;
    margin-right: auto;
  }

  .block-footer-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .logo-footer {
    margin-bottom: 0;
  }

  .down-left-block, .block-footer-down {
    flex-direction: column;
  }

  .block-single-page {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .paragraph-hero-center {
    font-size: 18px;
    line-height: 1.5em;
  }

  .grid-number {
    grid-template-columns: 1fr;
    margin-top: 55px;
  }

  .block-content-grid-left {
    padding: 10px 7%;
  }

  .block-grid-couple {
    padding: 30px;
  }


  .grid-couple.bottom-pad {
    padding-bottom: 40px;
  }

  .image-grid-couple {
    height: 300px;
    min-height: auto;
  }

  .section-transparent {
    padding-bottom: 55px;
    padding-left: 15px;
    padding-right: 15px;
  }

  .block-text-news-large {
    padding: 25px 18px;
  }

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

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

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

  .block-team-info, .column-2-team {
    padding-left: 0;
    padding-right: 0;
  }

  .block-link-team {
    grid-template-rows: 42px;
  }

  .image-news-single {
    height: 250px;
  }

  .news, .meet-team-section, .testimonial-section {
    padding: 55px 15px;
  }

  .team-grid, .news-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-gnavy {
    padding: 55px 15px;
  }

  .section-4 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .image-grid-contact-2-copy {
    height: 300px;
  }

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

  .block-team {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .section-team {
    padding: 55px 15px;
  }

  .form-block-filter {
    justify-content: space-around;
    padding-left: 20px;
    padding-right: 20px;
    display: block;
  }

  .contact-block-text, .block-insights {
    margin-top: 40px;
    margin-bottom: 20px;
  }

  .two-up {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

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

  .column-v-text {
    margin-top: 40px;
  }

  .section-green-forms-contact, .section-white {
    padding: 55px 15px;
  }

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

  .block-grid-couple-2 {
    padding: 30px;
  }

  .title-5 {
    margin-bottom: 14px;
  }

  .section-6 {
    margin-top: 0;
    margin-bottom: 0;
  }

  .title-6 {
    margin-bottom: 14px;
  }

  .block-content-contact-2 {
    padding-bottom: 0;
  }

  .service-block-2 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .testimonials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .side-blog-text {
    padding-left: 35px;
    padding-right: 35px;
  }

  .link-block {
    height: 45px;
    padding-top: 12px;
  }

  .side-menu-block {
    padding-left: 0;
    padding-right: 0;
  }

  .link-down-footer-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .form-image {
    height: 300px;
  }
}

@media screen and (max-width: 479px) {
  .grid-hero-right-block {
    min-height: 320px;
  }

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

  .image-circle-1 {
    width: 330px;
    height: 330px;
    left: auto;
    right: .5%;
  }

  .title-hero {
    font-size: 38px;
  }

  .button-primary.home.marg-mobile {
    padding-left: 10px;
    padding-right: 10px;
  }

  .button-primary.marg-left {
    margin-left: 0;
  }

  .button-primary.marg-mob {
    margin-bottom: 20px;
  }

  .image-circle-2 {
    margin-top: 290px;
    margin-left: 0;
    left: -2.5px;
  }

  .nav-menu {
    width: 80%;
  }

  .block-content-grid-right {
    width: 90vw;
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .service-block {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .title {
    font-size: 30px;
    line-height: 35px;
  }

  .title.center.white.bigger, .title.center.green.bigger {
    font-size: 40px;
    line-height: 45px;
  }

  .section-light-grey {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .block-circle-image {
    min-height: 400px;
  }

  .quote-story {
    font-size: 20px;
    line-height: 1.4em;
  }

  .slide-nav {
    margin-top: 10px;
  }

  .image-circle-4 {
    top: 220px;
    left: 42%;
  }

  .image-circle-3 {
    width: 330px;
    height: 330px;
    left: 3%;
  }

  .image-news {
    height: 170px;
  }

  .block-text-news {
    margin-top: 15px;
    padding-left: 0;
    padding-right: 0;
  }

  .block-content-contact {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

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

  .grid-footer {
    margin-bottom: 28px;
  }

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

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

  .logo-footer {
    width: 250px;
  }

  .number {
    font-size: 40px;
  }

  .grid-number {
    margin-top: 40px;
  }

  .block-grid-couple {
    padding-left: 10px;
    padding-right: 10px;
  }

  .grid-couple {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-transparent {
    padding-bottom: 40px;
  }

  .link-title-news-large {
    font-size: 20px;
    line-height: 25px;
  }

  .image-news-large {
    height: 210px;
  }

  .content-blog {
    padding-left: 0;
    padding-right: 0;
  }

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

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

  .job-title {
    font-size: 16px;
    font-weight: 900;
    line-height: 20px;
    display: inline;
  }

  .salary {
    text-align: left;
  }

  .block-link-team {
    grid-template-rows: 42px;
    grid-template-columns: 42px 1fr;
  }

  .news-single-bg {
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .meet-team-section, .testimonial-section {
    padding-top: 40px;
    padding-bottom: 40px;
    overflow: hidden;
  }

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

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

  .text.white.home-hero {
    text-align: center;
  }

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

  .link-top-nav-2._2 {
    display: none;
  }

  .section-gnavy {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .insentives-content {
    padding-top: 20px;
  }

  .content-team {
    padding-top: 0;
  }

  .section-team {
    padding-top: 40px;
    padding-bottom: 40px;
  }

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

  .form-block-filter {
    text-align: center;
    justify-content: space-around;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .select-field {
    width: 100%;
  }

  .form-cv, .form-contact-grid {
    grid-template-columns: 1fr;
  }

  .section-green-forms-contact {
    padding-top: 10px;
    padding-bottom: 40px;
  }

  .section-white {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .grid-couple-2 {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .section-6 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .block-content-contact-2 {
    padding-top: 10px;
    padding-left: 0;
    padding-right: 0;
  }

  .service-block-2 {
    padding-top: 18px;
    padding-bottom: 18px;
  }

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

  .div-block-19 {
    text-align: center;
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .div-block-20, .div-block-21 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }
}

#w-node-df2c1bda-7785-744e-a839-54819aa120d6-af8e6648 {
  align-self: stretch;
}

#Your-Email-2.w-node-_6d60684c-6071-d302-6be9-225a97eb9f87-97eb9f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-a889746b-9b53-64fd-4128-aa89b3898b3f-97eb9f5a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-e8fa1ab2-c088-70be-7f2e-748b641ad0c1-9d8e6649, #w-node-_71b66437-dc95-4ed1-2b45-af779b2dfacd-9d8e6649, #w-node-_9ceb5dc7-7af6-197a-fd5c-79a08354abfa-9d8e6649, #w-node-_9ceb5dc7-7af6-197a-fd5c-79a08354ac0a-9d8e6649 {
  align-self: stretch;
}

#field-2.w-node-f7495846-6f78-2e3d-c10f-996ebc881007-188e664c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_95355951-f4aa-969f-b45a-8033815802cd-188e664c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_9cacb821-f4bd-90bb-0925-19e70be27312-188e664c {
  align-self: start;
}

#field.w-node-_9cacb821-f4bd-90bb-0925-19e70be27322-188e664c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_0eeccdde-4ec2-35e3-79c1-1d47b2b2d299-188e664c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  align-self: center;
}

#w-node-_7a3ba254-6abc-0fa3-fc20-db02a7831007-fe8e6652, #w-node-_6c1f6b5b-ec31-da9e-816c-0b0cfc7ad187-fe8e6652, #w-node-_6c1f6b5b-ec31-da9e-816c-0b0cfc7ad197-fe8e6652, #w-node-_6c1f6b5b-ec31-da9e-816c-0b0cfc7ad199-fe8e6652, #w-node-_0fd95f66-31f1-8436-7a45-13dad3c8e55a-fe8e6652 {
  align-self: stretch;
}

#w-node-_3e226540-b3fc-b2b3-f073-357471de9605-fe8e6652 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_44894e01-7182-bc3c-5a22-9cce489b7909-fe8e6652 {
  align-self: stretch;
}

#w-node-_4ba97ded-9478-3d3d-cc70-ab753e419bd3-258e6657, #w-node-_4ba97ded-9478-3d3d-cc70-ab753e419bec-258e6657 {
  justify-self: stretch;
}

#w-node-e8fa1ab2-c088-70be-7f2e-748b641ad0c1-c98e6659, #w-node-_71b66437-dc95-4ed1-2b45-af779b2dfacd-c98e6659, #w-node-_9ceb5dc7-7af6-197a-fd5c-79a08354abfa-c98e6659, #w-node-_9ceb5dc7-7af6-197a-fd5c-79a08354ac0a-c98e6659 {
  align-self: stretch;
}

#w-node-ae22dbb9-416f-c744-9026-0e8082be96bf-7f41ff64 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  align-self: stretch;
}

#w-node-_3c38c173-97e4-ab7f-4608-c8474be473e3-7f41ff64, #w-node-_3c38c173-97e4-ab7f-4608-c8474be473fa-7f41ff64, #w-node-_3c38c173-97e4-ab7f-4608-c8474be473fc-7f41ff64, #w-node-_3c38c173-97e4-ab7f-4608-c8474be47413-7f41ff64, #w-node-_3c38c173-97e4-ab7f-4608-c8474be47415-7f41ff64, #w-node-_3c38c173-97e4-ab7f-4608-c8474be4742f-7f41ff64 {
  align-self: stretch;
}

#w-node-b256932e-e991-3f00-efaf-b87d44850316-7f41ff64 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-b256932e-e991-3f00-efaf-b87d44850320-7f41ff64 {
  align-self: stretch;
}

@media screen and (max-width: 991px) {
  #w-node-_6d60684c-6071-d302-6be9-225a97eb9f5f-97eb9f5a {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6d60684c-6071-d302-6be9-225a97eb9f70-97eb9f5a {
    grid-area: 3 / 1 / 4 / 2;
  }

  #w-node-_6d60684c-6071-d302-6be9-225a97eb9f7e-97eb9f5a {
    grid-area: 3 / 2 / 4 / 3;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_39d3af18-6ada-f943-ed3b-0847ed2294bc-af8e6648 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6d60684c-6071-d302-6be9-225a97eb9f7e-97eb9f5a {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_3e226540-b3fc-b2b3-f073-357471de9605-fe8e6652, #w-node-b256932e-e991-3f00-efaf-b87d44850316-7f41ff64 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #field-2.w-node-f7495846-6f78-2e3d-c10f-996ebc881007-188e664c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_95355951-f4aa-969f-b45a-8033815802cd-188e664c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }

  #field.w-node-_9cacb821-f4bd-90bb-0925-19e70be27322-188e664c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0eeccdde-4ec2-35e3-79c1-1d47b2b2d299-188e664c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: center;
  }
}
/* ----30-06-2023-start---- */
button#apply_form_submit {
  min-width: 150px;
  color: #fff;
  text-align: center;
  background-color: #486a72;
  border: 2px solid #000;
  border-radius: 30px 30px 30px 0;
  padding: 13px 26px;
  font-family: Red Hat Display, sans-serif !important;
  font-size: 17px;
  font-weight: 500;
  line-height: 1.3em;
  text-decoration: none;
  transition: background-color .3s ease-out;
}
button#apply_form_submit:hover {
  color: #486a72;
  background-color: #dae8ea;

}
button#apply_form_submit {
  background-color: #486a72;
  border-color: #dae8ea;
}
span.subs_res h3.title {
  font-size: 25px;
  text-align: center;
  color: #2b634f;
}
.icon-holder-2 {
  width: 50px;
  height: 50px;
  background-image: url('../images/file-upload-black.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  margin-bottom: 5px;
  margin-right: 10px;
  padding-right: 0;
}
.testim-client-slide div {
  display: inline-block;
}
img.icon-stories {
  object-fit: contain;
  width: 100%;
  height: auto;
  border-radius: 50%;
}
#search_results_box_111 .w-container {
  width: 100%;
}
.block-text-news-large a.link-title-news-large {
  height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.side-menu-item a.image-link img.image-hover {
  width: 100%;
  height: 200px;
  object-fit: cover;
}
.side-menu-item a.image-link {
  width: 100%;
}
.block-icon-story img.icon-stories {
  width: 20px !important;
  border-radius: 0px;
}
#testimonial-client .owl-dots {
  display: block !important;
  text-align: left;
  padding-top: 30px;
}
#testimonial-client .owl-dots .owl-dot.active span {
  background: #fff;
}
#testimonial-client .owl-dots .owl-dot span {
  background: #ffffff69;
}
#testimonial-client .quote-story p:before {
  content: '"';
  position: absolute;
  font-size: 35px;
  left: -4px;
}
#testimonial-client .quote-story p:after {
  content: '"';
  font-size: 35px;
  position: absolute;
}
#testimonial-client .quote-story p {
  padding-left: 10px;
}
#pagination_box {
  display: flex;
  width: 100%;
  justify-content: center;
  flex-wrap: wrap;
}
.text p {
  font-family: Red Hat Display, sans-serif !important;
}
.div-block-15 a.link-block-4 {
  text-decoration: none;
}
.news-grid .w-container {
  width: 100%;
}
.block-text-news a.link-title-news {
  height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.grid-footer a.link-footerw--current {
  color: #2dc774;
  text-decoration: none;
  font-size: 17px;
}
.block-grid-couple a.button-primary {
  margin-top: 10px;
}
#Treasury a {
  color: #00ca6b;
}
.content-4 .two-up img:first-child {
  height: 650px;
}
.block-content-grid-right a.button-primary {
  margin-top: 10px;
}
form#location .div-block-9, form#contract .div-block-17, form#sector .div-block-9 {
  padding: 1px 0 14px;
}
.team-grid a img.image-avatar {
  width: 100%;
  min-height: 200px;
}
.cv-upload .block-content-contact {
  padding-left: 0px;
}
.upload-3 label.text-field-7 {
  border-radius: 5px;
}
.side-blog-text a .text-406 {
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.consultant_details img.image-8 {
  width: 380px;
  height: 380px;
  object-fit: cover;
}
.side-menu-item a.link-block:hover .underline-hover.gray {
  width: 100% !important;
  -webkit-transition: all 0.5s ease-out;
}
.side-menu-item a.link-block .underline-hover.gray {
  -webkit-transition: all 0.5s ease-out;
}

/* ----30-06-2023-end---- */

/* ----03-07-2023-start---- */
.w-col-stack a.link-block-3 {
  width: 100%;
}
.block-grid-couple-2 .text-404 a {
  color: #00ca6b;
}
#upload-cv {
  margin-bottom: 50px;
}
.div-block-5 {
  padding: 0px 15px;
}
.section-green-forms-contact .content-2 .cv-upload .block-content-contact {
  padding-left: 0px;
  justify-content: unset;
  padding-top: 0px;
}
.service-block h5.title-services {
  height: 60px;
  font-size: 22px;
  overflow: hidden;
}
.service-block .text.center.white {
  min-height: 260px;
}
.job-holder .w-col.w-col-4 .job-info {
  text-transform: capitalize;
}
.popup .title-popup {
  line-height: 50px;
}

@media screen and (max-width:1280px) {
    .mobile-only {
      display:block !important;
  }  
  
.service-block {
    width: 30%;
}
.w-nav[data-collapse="medium"] .w-nav-button {
  display: block;
}
.button-primary.mob-hide {
  display: none;
}
.w-nav[data-collapse="medium"] .w-nav-menu {
  display: none;
}
.icon-menu {
  color: #fff;
  font-size: 34px;
  line-height: 34px;
}
.menu-button {
  border-radius: 5px;
  margin-left: 8px;
  padding: 12px;
  transition: box-shadow .3s ease-in-out;
}
.nav-menu {
  width: 50%;
  height: 100vh;
  background-color: rgba(43, 99, 79, .9);
  border-radius: 5px;
  margin-left: auto;
  padding: 0 10px 10px;
  box-shadow: 0 10px 6px -6px rgba(32, 42, 59, .05);
}
.nav-link, .nav-link.dt-hide {
  display: block;
}
.menu-button.w--open {
  background-color: rgba(0, 0, 0, 0);
  box-shadow: inset 0 3px 5px rgba(32, 42, 59, .1);
}
}

@media screen and (min-width:992px) {
.section-green-forms-contact .content-2 .cv-upload {
  padding-top: 50px;
}
}

@media screen and (max-width:1200px) {
.consultant_details img.image-8 {
  width: 300px;
  height: 300px;
  object-fit: cover;
}
}

@media screen and (max-width:1024px) {
.bottom-pad .block-grid-couple {
  padding-right: 0px;
}
.left-pad .block-grid-couple {
  padding-left: 0px;
} 
.block-content-grid-right {
  padding: 0px;
}
.insentives-grid {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}
.block-single-page {
  margin-bottom: 20px;
}
.insentives-content {
  padding: 0px;
}
.section-team {
  padding-top: 0px;
}
}


@media screen and (max-width:991px) {
.service-block {
  width: 48%;
}
.home-page-text-limiter h3.title {
  text-align: center;
}
.content-team .team-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.content-team {
  padding: 0px;
}
.bottom-pad {
  display: flex;
  flex-direction: column-reverse;
}
.bottom-pad .block-grid-couple {
  padding-left: 0px;
}
.bottom-pad .block-grid-couple {
  padding-top: 0px;
}
.bottom-pad .block-grid-couple h4.title {
  margin-top: 0px;
}
.left-pad {
  display: flex;
  flex-direction: column;
  padding-bottom: 60px;
}
.left-pad .block-grid-couple {
  padding-right: 0px;
} 
#upload-cv .cv-upload .block-content-contact {
  padding-right: 0px;
}
#upload-cv .cv-upload {
  grid-row-gap: 0px;
}
.insentives-grid {
  grid-template-columns: 1fr 1fr 1fr;
}
.content-2 .cv-upload {
  grid-row-gap: initial;
}
.div-block-15 {
  padding: 0px 15px;
}
.content-2 .cv-upload .block-content-contact {
  padding-right: 0px;
}
/* .section-hero.gradient ~ .section-light-grey {
  padding-bottom: 0px;
} */
.custom_column222 {
  width: 100%;
}
.column-v-text {
  width: 100%;
}
.title-footer.section-2 {
  display: none;
}
.service-block .text.center.white {
  min-height: 150px;
}
.testimonial-section.circle-bg {
  background-image: none;
}
}

@media screen and (min-width:768px) and (max-width:991px) {
.custom_column222 {
  margin-bottom: 50px;
}
}


@media screen and (min-width:991px) and (max-width:1280px) {
.testimonial-section.circle-bg {
  background-size: 70% 100%;
}
}


@media screen and (max-width:768px) {
.service-block {
  width: 100%;
}
.content {
  padding-left: 0px;
  padding-right: 0px;
}
.section-light-grey {
  padding-top: 70px;
}
.news-grid {
  grid-template-columns: 1fr;
  width: 100%;
}
.content-news {
  padding: 0px;
}
.grid-footer {
  padding: 0px 15px;
}
.block-footer {
  padding: 0px;
}
.section-hero.spiral-light-grey.gradient {
  height: auto;
}
.content-team .team-grid {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}
.div-block-19 a.button-primary.marg-mob, .div-block-20 a.button-primary.marg-mob, .div-block-21 a.button-primary.marg-mob {
  width: 100%;
  margin-bottom: 20px;
}
.div-block-19 .button-primary.marg-left, .div-block-20 a.button-primary.marg-left, .div-block-21 a.button-primary.marg-left {
  width: 100%;
  margin: 0px;
}
.bottom-circle .content-5 .grid-couple-2 {
  margin-bottom: 20px;
  grid-template-columns: 1fr;
}
.bottom-circle .content-5 .grid-couple-2:nth-child(2) .block-grid-couple-2, .bottom-circle .content-5 .grid-couple-2:nth-child(4) .block-grid-couple-2, .bottom-circle .content-5 .grid-couple-2:nth-child(6) .block-grid-couple-2 {
  order: 1;
}
.bottom-circle .content-5 .grid-couple-2 .block-grid-couple-2 {
  padding: 20px;
}
.bottom-circle .content-5 .grid-couple-2 .block-grid-couple-2 h4 {
  margin-top: 0px;
}
#upload-cv {
  margin-bottom: 70px;
}
.image-grid-contact-2-copy {
  padding-top: 50px;
}
.insentives-grid {
  grid-template-columns: 1fr 1fr;
}
.grid-couple {
  grid-template-columns: 1fr;
  margin-bottom: 30px;
}
.grid-couple:last-child {
  margin-bottom: 0px;
  display: flex;
  flex-direction: column-reverse;
}
.section-light-grey {
  padding-top: 30px;
}
.insentives-content .title {
  text-align: center;
}
.grid-couple:nth-child(2) {
  display: flex;
  flex-direction: column-reverse;
}
.side-menu-block {
  margin-top: 50px !important;
}
.insights .w-col-9, .insights .w-col-3 {
  width: 100%;
  padding: 0px;
}
.block-text-news-large a.link-title-news-large {
  height: auto;
}
.map-2 {
  margin-top: 30px;
}
.grid-footer p.text.footer {
  text-align: center;
}
.service-block .text.center.white {
  min-height: auto;
}
.service-block h5.title-services {
  height: auto;
  overflow: unset;
}
}

@media screen and (max-width:767px) {
form#apply_form .w-layout-grid.grid-7 {
  grid-template-columns: 1fr;
}
form#apply_form {
  width: 100%;
}
.popup .close-popup {
  top: 20px !important;
}
.grid-footer div:first-child {
  padding: 20px 0px;
}
.title-footer {
  padding-bottom: 0px !important;
}
}


@media screen and (max-width:479px) {
.content-team .team-grid {
  grid-template-columns: 1fr;
  width: 100%;
}
.image-avatar-single {
  height: auto;
}
#upload-cv {
  margin-left: 0px;
}
.insentives-grid {
  grid-template-columns: 1fr;
}
.w-nav-overlay nav a {
  padding-bottom: 10px;
}
.job-holder .job-title {
  font-size: 20px;
}
.job-holder .text {
  font-size: 16px;
  line-height: 22px;
}
.job-holder {
  padding: 20px;
}
.job-holder .salary {
  width: 100%;
}
}



/* ----03-07-2023-end---- */
