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

.career20_button-wrapper {
  margin-top: 10px;
  margin-left: 10px;
}

.text-box.team div.mini-title.bottom-border {
  min-height: 34px;
}

.vacancies-section.wf-section a.career20_item.w-inline-block {
  max-width: 430px;
}

.career20_title-wrapper {
  display: block !important;
}

.team-member>img {
  height: 450px !important;
}

.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 {
  font-family: 'Red Hat Display', sans-serif;
  color: #333;
  font-size: 14px;
  line-height: 20px;
  font-weight: 500;
}

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

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

.footer {
  overflow: hidden;
  padding-top: 40px;
  padding-bottom: 40px;
  border-top: 1px solid #dcddeb;
  background-color: #0f0f12;
  background-image: url('../images/HS---colour-asset.svg');
  background-position: 0% 100%;
  background-size: auto 40%;
  background-repeat: no-repeat;
}

.slider-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  -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;
}

.card {
  overflow: hidden;
  /* padding: 64px 26px; */
  padding: 42px 26px;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #e9e9f8;
  box-shadow: 0 4px 22px 0 rgba(8, 15, 52, 0.03);
}

.card.no-padding {
  min-height: 100%;
  padding: 0px;
}

.card.no-padding.flex-v {
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card.no-padding.assignment {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  background-color: #0f0f12;
  background-image: url('../images/block2-bot-left.svg');
  background-position: 0% 100%;
  background-size: 50%;
  background-repeat: no-repeat;
}

.card.card-link {
  display: block;
  color: #8184a3;
  text-decoration: none;
}

.card.card-link:hover {
  color: #8184a3;
}

.card.card-link.talent {
  padding: 0px;
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
}

.card.card-link.talent:hover {
  box-shadow: 0 8px 44px 0 rgba(8, 15, 52, 0.03);
  -webkit-transform: translate(0px, -6px);
  -ms-transform: translate(0px, -6px);
  transform: translate(0px, -6px);
  color: #fff;
}

.card.card-link.case-study {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-width: 0px;
  box-shadow: none;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.card.card-link.case-study:hover {
  -webkit-transform: translate3d(0px, -8px, 0.01px);
  transform: translate3d(0px, -8px, 0.01px);
}

.card.card-link.social-media {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-style: none;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease;
  transition: box-shadow 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
}

.card.card-link.social-media:hover {
  box-shadow: 0 8px 44px 0 rgba(8, 15, 52, 0.03);
  -webkit-transform: translate(0px, -4px);
  -ms-transform: translate(0px, -4px);
  transform: translate(0px, -4px);
}

.card.text-center.white {
  padding-top: 40px;
  padding-bottom: 60px;
  background-color: #0f0f12;
  background-image: none;
  background-size: auto;
  background-repeat: repeat;
  height: 100%;
}

.card.style-5 {
  padding-right: 42px;
  padding-bottom: 44px;
  padding-left: 42px;
}

.card.style-5.white {
  background-color: #ececec;
}

.card.style-4 {
  margin-left: 10px;
  padding: 50px 36px;
}

.card.style-4.white {
  background-color: #fff;
}

.card.style-3 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: visible;
  padding: 40px 32px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 13px;
}

.card.style-3.card-link {
  padding-top: 20px;
  padding-bottom: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
  box-shadow: 0 6px 12px 0 rgba(20, 20, 43, 0.09);
  -webkit-transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: box-shadow 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease;
  transition: transform 300ms ease, box-shadow 300ms ease, -webkit-transform 300ms ease;
}

.card.style-3.card-link:hover {
  box-shadow: 0 2px 2px 0 rgba(20, 20, 43, 0.09);
  -webkit-transform: translate(0px, 4px);
  -ms-transform: translate(0px, 4px);
  transform: translate(0px, 4px);
}

.card.bg-primary-1 {
  background-color: #4a3aff;
}

.card.bg-primary-1.footer-newsletter {
  position: relative;
  width: 100%;
  max-width: 600px;
  min-height: 442px;
  padding: 40px 45px;
  border-style: none;
  background-color: #b100cd;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
  background-repeat: repeat;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.card.mission {
  position: absolute;
  left: 0px;
  bottom: 0px;
  max-width: 73%;
  padding: 50px 48px;
  background-image: url('../images/HS---white-asset.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.card.mission.pink {
  background-color: #ff447a;
  background-image: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 68, 122, 0.75)), to(rgba(255, 68, 122, 0.75))), url('../images/HS---white-asset.svg');
  background-image: linear-gradient(180deg, rgba(255, 68, 122, 0.75), rgba(255, 68, 122, 0.75)), url('../images/HS---white-asset.svg');
  background-position: 0px 0px, 100% 50%;
  background-size: auto, contain;
  background-repeat: repeat, no-repeat;
}

.card.mission.purple {
  background-color: #b100cd;
}

.card.mission.orange {
  background-color: #ff5f00;
}

.card.style-1 {
  padding: 70px 55px;
  box-shadow: 0 2px 11px 0 rgba(31, 37, 89, 0.08);
}

.card.style-1.card-testimonial {
  position: relative;
  z-index: 1;
  max-width: 99%;
  margin: -294px -50px 15px auto;
  background-color: #ff447a;
}

.mobile-max-width-660px {
  position: relative;
}

.social-media-small-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: -16px;
  margin-bottom: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.case-study-item {
  min-height: auto;
}

.button-primary {
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a3aff;
  border-radius: 10px;
  background-color: #376fe2;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  line-height: 1.111em;
  font-weight: 500;
  text-align: center;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-primary:hover {
  border-color: #3022cd;
  background-color: #3022cd;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
  transform: translate3d(0px, -2px, 0.01px);
  color: #fff;
}

.button-primary.button-white {
  border-color: #376fe2;
  background-color: #fff;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, transform 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, transform 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #4a3aff;
}

.button-primary.button-white:hover {
  border-color: #ff6262;
  background-color: #ff4f00;
  color: #fff;
}

.button-primary.button-white.outline {
  border-color: #0f0f12;
}

.button-primary.full-width {
  display: block;
  -webkit-align-self: stretch;
  -ms-flex-item-align: stretch;
  -ms-grid-row-align: stretch;
  align-self: stretch;
}

.button-primary.small {
  padding: 14px 24px;
  border-radius: 8px;
  font-size: 16px;
  line-height: 1.125em;
}

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

.button-primary.button-search {
  margin-left: 20px;
  padding-top: 0px;
  padding-bottom: 0px;
  border-color: #fff;
  background-color: #fff;
  -webkit-transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, transform 300ms ease, border-color 300ms ease, background-color 300ms ease;
  transition: color 300ms ease, transform 300ms ease, border-color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #353434;
  line-height: 20px;
}

.button-primary.button-search:hover {
  border-color: #ff6262;
  background-color: #ff4f00;
  color: #fff;
}

.slide-content-wrapper {
  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;
  border-style: none;
  border-width: 1px;
  border-color: #ff4f00;
  border-radius: 20px;
  background-color: #0f0f12;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2)), url('../images/patterns-7.svg');
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2), url('../images/patterns-7.svg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, cover;
  background-repeat: repeat, no-repeat;
  text-decoration: none;
}

.footer-menu-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.absolute {
  position: absolute;
}

.absolute.shape {
  overflow: hidden;
}

.absolute.shape.hero-v2-1 {
  left: -24px;
  width: 22%;
  padding-top: 22%;
}

.absolute.shape.hero-v2-1.hide {
  display: none;
}

.absolute.shape.hero-v2-5 {
  right: -44px;
  bottom: 346px;
  width: 22%;
  padding-top: 22%;
}

.absolute.shape.hero-v2-5.hide {
  display: none;
}

.absolute.shape.hero-v2-4 {
  left: -24px;
  top: -154px;
  width: 22%;
  padding-top: 22%;
}

.absolute.shape.hero-v2-4.hide {
  display: none;
}

.absolute.shape.hero-v2-3 {
  top: auto;
  bottom: 0px;
  width: 24%;
  padding-top: 24%;
}

.absolute.shape.hero-v2-3.hide {
  display: none;
}

.absolute.shape.hero-v2-2 {
  right: 0px;
  bottom: 0px;
  width: 24%;
  height: 50%;
  padding-top: 24%;
}

.absolute.shape.hero-v2-2.hide {
  display: none;
}

.absolute.shape.perks-v2 {
  width: 284px;
  padding-top: 284px;
}

.absolute.shape.about-hero-2 {
  top: -164px;
  right: -26px;
  width: 328px;
  padding-top: 328px;
}

.absolute.shape.about-hero-4 {
  bottom: 0px;
  width: 19%;
  padding-top: 19%;
}

.absolute.shape.about-hero-3 {
  right: 0px;
  bottom: 0px;
  width: 23%;
  padding-top: 23%;
}

.absolute.shape.about-hero-1 {
  left: -201px;
  width: 402px;
  padding-top: 402px;
}

.absolute.shape.careers-hero-1 {
  left: -70px;
  bottom: 86px;
  width: 240px;
  padding-top: 240px;
}

.absolute.shape.careers-hero-2 {
  width: 208px;
  padding-top: 208px;
}

.absolute.shape.careers-hero-3 {
  top: -35px;
  right: -35px;
  width: 208px;
  padding-top: 208px;
}

.absolute.hero-v2 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  min-height: 65%;
  background-color: #3022cd;
  background-image: url('../images/Higher-Success-Bnner-extended.png');
  background-position: 0% 50%;
  background-position: 0% 100%;
  background-size: contain;
  background-repeat: repeat-y;
}

.absolute.about-hero {
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 100.0002950160906%;
  min-height: 91%;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: #3022cd;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
}

.absolute.about-hero.overflow-hidden {
  background-color: #376fe2;
  background-image: url('../images/Higher-Success-Bnner-flip.svg');
  background-position: 100% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.container-default {
  overflow: visible;
  max-width: 1221px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 0px;
  padding-left: 0px;
}

.horizontal-divider {
  width: 100%;
  min-height: 1px;
  background-color: #dcddeb;
}

.horizontal-divider.margin-40px {
  margin-top: 40px;
  margin-bottom: 40px;
}

.horizontal-divider.margin-35px {
  margin-top: 35px;
  margin-bottom: 35px;
}

.semicircle-vertical-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 1000000000000px;
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #4a3aff), color-stop(0, transparent));
  background-image: linear-gradient(270deg, #4a3aff 50%, transparent 0);
}

.semicircle-vertical-right.gradient-secondary-4 {
  background-image: -webkit-gradient(linear, right top, left top, color-stop(50%, #ff447a), color-stop(0, transparent));
  background-image: linear-gradient(270deg, #ff447a 50%, transparent 0);
}

.split-content-wrapper {
  position: relative;
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content-wrapper.margin-bottom-default {
  margin-bottom: 40px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.split-content-wrapper.mobile-stretch-direction-reverse.mobile-max-width-660px {
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.split-content-wrapper.justify-center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.split-content-wrapper.terms {
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
}

.semicircle-horizontal-bottom {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 1000000000000px;
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #4a3aff), color-stop(0, transparent));
  background-image: linear-gradient(0deg, #4a3aff 50%, transparent 0);
}

.semicircle-horizontal-bottom.gradient-secondary-3 {
  background-image: -webkit-gradient(linear, left bottom, left top, color-stop(50%, #ff5f00), color-stop(0, transparent));
  background-image: linear-gradient(0deg, #ff5f00 50%, transparent 0);
}

.footer-nav-item {
  margin-bottom: 24px;
  line-height: 1.111em;
}

.slide {
  margin-right: 26px;
}

.triangle-bottom-left {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(45deg, #4a3aff 50%, transparent 0);
}

.triangle-bottom-left.gradient-secondary-4 {
  background-image: linear-gradient(45deg, #376fe2 50%, transparent 0);
}

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

.section.padding-200px {
  padding-top: 100px;
  padding-bottom: 60px;
  background-image: url('../images/HS---colour-asset.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.bg-neutral-200 {
  display: block;
  padding-top: 60px;
  padding-bottom: 60px;
  background-color: #eee;
}

.section.bg-neutral-200.pad-bot-100 {
  padding-bottom: 100px;
  background-color: #fff;
}

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

.section.position-relative.hero-v2 {
  position: relative;
  overflow: hidden;
  padding-top: 134px;
  padding-bottom: 0px;
  background-color: #0f0f12;
}

.section.about-hero {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #0f0f12;
}

.section.bg-neutral-200 {
  padding-top: 60px;
  padding-bottom: 60px;
}

.section.padding-145px {
  padding-top: 116px;
  padding-bottom: 116px;
  background-color: #0f0f12;
}

.section.bg-secondary-1.sectors-hero {
  position: relative;
  overflow: hidden;
  padding-top: 165px;
  padding-bottom: 100px;
  background-color: #376fe2;
  background-image: url('../images/Higher-Success-Bnner-extended.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.section.bg-secondary-1.vacancies-hero {
  position: relative;
  overflow: hidden;
  padding-top: 140px;
  padding-bottom: 80px;
  background-color: #3022cd;
  background-image: url('../images/Higher-Success-Bnner-extended.png'), -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: url('../images/Higher-Success-Bnner-extended.png'), linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
  background-position: 0% 50%, 0px 0px;
  background-size: contain, auto;
}

.section.bg-secondary-1.refer-terms {
  position: relative;
  overflow: hidden;
  padding-top: 165px;
  padding-bottom: 100px;
  background-color: #376fe2;
  background-image: url('../images/Higher-Success-Bnner-extended.png');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: repeat-y;
}

.section.bg-secondary-1.sectors-privacy {
  position: relative;
  overflow: hidden;
  padding-top: 165px;
  padding-bottom: 100px;
  background-color: #376fe2;
  background-image: url('../images/Higher-Success-Bnner-extended.png');
  background-position: 0% 50%;
  background-size: cover;
  background-repeat: repeat-y;
}

.section.padding-170px {
  padding-top: 136px;
  padding-bottom: 136px;
}

.section.padding-170px.case-studies {
  padding-top: 83px;
  padding-bottom: 20px;
  background-color: #0f0f12;
  background-image: url('../images/HS---white-asset.svg'), url('../images/block2-bot-left-op.svg');
  background-position: 100% 100%, 0% 100%;
  background-size: auto, 40%;
  background-repeat: no-repeat, no-repeat;
}

.section.without-padding {
  padding-top: 0px;
  padding-bottom: 0px;
}

.section.candidates-hero {
  overflow: hidden;
  padding-top: 150px;
  padding-bottom: 60px;
}

.section.candidates-hero.black {
  padding-top: 150px;
  background-color: #0f0f12;
  background-image: url('../images/block2-bot-left-op.svg');
  background-position: 0px 0px;
  background-size: auto;
  padding-left: 10px;
  padding-right: 10px;
}

.section.black-bg {
  background-color: #0f0f12;
  background-image: url('../images/patterns-7.svg');
  background-position: 0% 50%;
  background-size: contain;
  background-repeat: no-repeat;
}

.section.gradiant {
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
}

.section.pink {
  background-color: #ff447a;
}

.section.work {
  overflow: hidden;
  padding-top: 120px;
  padding-bottom: 60px;
}

.section.work.black {
  padding-top: 150px;
  background-color: #0f0f12;
  background-image: url('../images/block2-bot-left-op.svg');
  background-position: 0px 0px;
  background-size: auto;
}

.section.gradient {
  display: block;
  padding-top: 60px;
  /* padding-top: 0px; */
  padding-bottom: 60px;
  /* padding-bottom: 100px; */
  background-color: transparent;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
}

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

.section.vacancy {
  position: relative;
  padding-top: 100px;
  padding-bottom: 0px;
  background-color: #0f0f12;
}

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

.image-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  min-height: 200px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-transform: translate(0px, 0px);
  -ms-transform: translate(0px, 0px);
  transform: translate(0px, 0px);
}

.image-wrapper.card-case-study-v2 {
  position: static;
  max-height: 200px;
  height: 200px;
  /* { 23-09-2022 } */
}

.image-wrapper.card-case-study {
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
  z-index: 1;
  width: 100%;
  max-height: 500px;
  max-width: none;
  min-height: 400px;
  background-image: url('../images/image-1-copy-12.png');
  background-position: 50% 50%;
  background-size: cover;
}

.image-wrapper.card-social-media-icon {
  width: 61px;
  max-height: 61px;
  min-height: 61px;
  min-width: 61px;
  margin-right: 16px;
  border-radius: 10000000px;
}

.image-wrapper.card-social-media-icon.instagram {
  background-image: linear-gradient(225deg, #eb2482 22%, #fa8f21);
}

.image-wrapper.assign {
  max-width: 40%;
  min-height: 500px;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.slider-container {
  overflow: hidden;
  width: 100vw;
  min-height: 300px;
  padding: 40px;
}

.button-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
}

.button-row.center {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.button-row-last {
  margin-bottom: 24px;
}

.job-discription {
  color: #fff;
}

.job-discription.left {
  color: #fff;
  text-align: left;
}

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

.input {
  min-height: 62px;
  margin-bottom: 0px;
  padding-right: 20px;
  padding-left: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcddeb;
  border-radius: 10px;
  background-color: #fff;
  -webkit-transition: border-color 300ms ease, color 300ms ease;
  transition: border-color 300ms ease, color 300ms ease;
  font-size: 18px;
  line-height: 1.111em;
}

.input:hover {
  border-color: #4a3aff;
}

.input:focus {
  border-color: #4a3aff;
  color: #14142b;
}

.input::-webkit-input-placeholder {
  color: #8184a3;
}

.input:-ms-input-placeholder {
  color: #8184a3;
}

.input::-ms-input-placeholder {
  color: #8184a3;
}

.input::placeholder {
  color: #8184a3;
}

.error-message {
  padding: 20px;
  border-radius: 15px;
  background-color: #f93d3d;
  color: #fff;
  text-align: center;
}

.columns {
  width: 100%;
  margin-right: 0px;
  margin-left: 0px;
}

.success-message {
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 0px;
  background-color: transparent;
  color: #4a3aff;
  font-weight: 600;
  text-align: center;
}

.success-message.v2 {
  padding: 20px;
  border-style: solid;
  border-width: 1px;
  border-color: #dcddeb;
  border-radius: 15px;
  background-color: #fff;
  color: #4a3aff;
}

.mask.overflow-visible {
  overflow: visible;
}

.mask.overflow-visible.card-default {
  max-width: 374px;
}

.footer-logo {
  width: 180px;
}

.text-color-primary-1 {
  color: #ff447a;
}

.z-index-1 {
  position: relative;
  z-index: 1;
}

.text {
  margin-bottom: 0px;
  color: #0f0f12;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
  text-decoration: none;
}

.text._40-margin-bottom {
  margin-bottom: 40px;
}

.text.white {
  color: #fff;
  font-style: normal;
}

.text.white._40px-bellow {
  margin-bottom: 40px;
}

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

.text.button {
  color: #fff;
  font-weight: 700;
}

.button-secondary {
  padding: 15px 40px;
  border-style: solid;
  border-width: 1px;
  border-color: #4a3aff;
  border-radius: 10px;
  background-color: transparent;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #4a3aff;
  font-size: 18px;
  line-height: 1.111em;
  text-align: center;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.button-secondary:hover {
  background-color: #4a3aff;
  -webkit-transform: translate3d(0px, -2px, 0.01px);
  transform: translate3d(0px, -2px, 0.01px);
  color: #fff;
}

.button-secondary.button-white {
  padding-top: 15px;
  padding-bottom: 15px;
  border-color: #0f0f12;
  background-color: #0f0f12;
  -webkit-transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, color 300ms ease, background-color 300ms ease;
  transition: border-color 300ms ease, transform 300ms ease, color 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

.button-secondary.button-white:hover {
  border-color: #ff6262;
  background-color: #ff4f00;
  color: #fff;
}

.slider-icon {
  color: #f8f9ff;
}

.square {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-color: #ff447a;
  background-image: none;
  background-position: 0px 0px;
  background-size: auto;
}

.square.opacity-50 {
  border-style: solid;
  border-width: 1px;
  border-color: #f8f9ff;
  border-radius: 4px;
  background-color: #ff447a;
  background-image: none;
}

.footer-nav {
  margin-right: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
}

.footer-nav.last {
  margin-right: 0px;
}

.flex-c {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-top: 10px; */
  padding-top: 10px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.slider-left-arrow-2 {
  color: #444;
}

.flex-vc {
  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: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-vc.margin-top-default {
  margin-top: 40px;
}

.footer-newsletter-form-block {
  margin-bottom: 0px;
}

.read-more-link {
  padding-right: 12px;
  color: #fff;
}

.read-more-link:hover {
  color: #0f0f12;
}

.read-more-link.white {
  color: #fff;
}

.read-more-link.black {
  color: #0f0f12;
}

.footer-logo-container {
  margin-bottom: 15px;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.footer-logo-container:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

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

.page-wrapper {
  position: relative;
  min-height: auto;
}

.footer-menu-wrapper {
  margin-right: 40px;
  margin-bottom: 40px;
}

.space.min-height-58px {
  min-height: 58px;
}

.space.min-height-28px {
  min-height: 28px;
}

.slide-nav {
  display: none;
}

.breaking-no-wrap {
  white-space: nowrap;
}

.read-more-wrap {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 24px;
  color: #247cff;
  font-weight: 700;
  letter-spacing: 0.8px;
  text-transform: uppercase;
}

.footer-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  margin-bottom: 40px;
  padding-top: 60px;
  padding-bottom: 20px;
  -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-top: 1px solid #dcddeb;
  border-bottom: 1px solid #dcddeb;
}

.slider-right-arrow {
  right: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  -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: 1000000px;
  background-color: #4a3aff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 23px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-right-arrow:hover {
  background-color: #3022cd;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.text-200 {
  font-size: 18px;
  line-height: 1.111em;
}

.text-200.link {
  color: #fff;
  text-decoration: none;
  white-space: nowrap;
}

.text-200.link:hover {
  color: #ff4f00;
}

.text-200.link.w--current {
  color: #ff447a;
}

.text-200.link.black {
  color: #0f0f12;
}

.text-200.link.black:hover {
  color: #ff5f00;
}

.text-200.link.black.w--current {
  color: #ff5f00;
}

.text-200.bold {
  font-weight: 700;
}

.text-200.bold.text-color-neutral-800.white {
  color: #fff;
}

.text-200.bold.text-color-primary-1 {
  color: #ff447a;
}

.text-200.header-link {
  -webkit-transition: color 300ms ease;
  transition: color 300ms ease;
  color: #f8f9ff;
  text-decoration: none;
  white-space: nowrap;
}

.text-200.header-link:hover {
  color: #ff447a;
}

.text-200.header-link.w--current {
  color: #ff447a;
}

.text-200.dropdown {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
}

.text-200.dropdown:hover {
  color: #4a3aff;
}

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

.relative-images-wrapper {
  position: relative;
}

.relative-images-wrapper.hero-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.big-numbers {
  display: inline;
  font-size: 58px;
  line-height: 1.034em;
  font-weight: 700;
}

.footer-content-bottom {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -20px;
  -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;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.grid-3-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.collection-list-wrapper {
  min-height: auto;
}

.button-row-first {
  margin-right: 24px;
  margin-bottom: 24px;
}

.mask-2 {
  position: static;
  overflow: visible;
}

.card-case-study-v2-content {
  /* min-height: 350px; */
  min-height: 320px;
  padding: 20px 40px 62px;
  background-image: url('../images/Higher-Succes-Asset--Grad-BG.svg');
  background-position: 0% 0%;
  background-size: cover;
  background-repeat: no-repeat;
}

.split-content.footer-content-top-right {
  max-width: 650px;
}

.split-content.services-content-top-left {
  max-width: 527px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.services-content-top-right {
  margin-top: auto;
}

.split-content.testimonials-v2-content-top-left {
  max-width: 700px;
}

.split-content.testimonials-v2-content-top-right-copy {
  margin-top: auto;
}

.split-content.about-v2-right {
  max-width: 50%;
}

.split-content.perks-v2-left {
  max-width: 436px;
  min-width: 288px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.footer-content-top-left {
  max-width: 388px;
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.about-v2-left {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 650px;
  margin-right: 40px;
}

.split-content.perks-v2-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 700px;
  -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;
}

.split-content.header-left {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.split-content.header-right {
  margin-right: 40px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.mission-right {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 590px;
  padding-bottom: 60px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.split-content.mission-left {
  display: block;
  max-width: 45%;
  margin-right: 40px;
}

.split-content.offices-content-top-left {
  max-width: 490px;
}

.split-content.about-hero-right {
  max-width: 46%;
  min-width: 468px;
  margin-top: 87px;
  margin-bottom: auto;
}

.split-content.about-hero-left {
  position: relative;
  max-width: 520px;
  margin-top: 48px;
  margin-right: 30px;
}

.split-content.story-right {
  max-width: 45%;
  min-width: 439px;
  margin-left: 40px;
}

.split-content.offices-content-top-right {
  margin-top: auto;
}

.split-content.careers-hero-right {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 573px;
  margin-left: auto;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.split-content.testimonials-left {
  width: 100%;
  max-width: 54%;
  margin-right: 40px;
}

.split-content.testimonials-right {
  max-width: 700px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.split-content.careers-hero-left {
  max-width: 559px;
  margin-top: 38px;
  margin-right: 40px;
  margin-bottom: auto;
}

.split-content.vacancy-left {
  max-width: 520px;
  margin-right: 40px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
  background-color: #0f0f12;
}

.split-content.vacancy-hero-vacancy {
  max-width: 46%;
  min-width: auto;
  margin-top: 168px;
  margin-right: auto;
  margin-bottom: auto;
}

.card-default-line-accent {
  width: 100%;
  max-width: 109px;
  min-height: 2px;
  margin-top: 34px;
  margin-right: auto;
  margin-left: auto;
  background-color: #dcddeb;
}

.card-default-line-accent.bg-secondary-3 {
  background-color: #ff447a;
}

.slider-right-arrow-2 {
  color: #444;
}

.slider-3 {
  position: static;
  width: 400px;
  height: 400px;
  background-color: transparent;
}

.footer-social-media-wrapper {
  margin-bottom: 20px;
}

.title {
  font-family: 'Red Hat Display', sans-serif;
  color: #0f0f12;
  font-size: 50px;
  line-height: 55px;
  font-weight: 600;
  margin-top: 0px;
}

.title.h3-size {
  color: #14142b;
  font-size: 24px;
  line-height: 1.417em;
  font-weight: 700;
}

.title.h3-size.text-color-neutral-100 {
  color: #fff;
}

.title.white {
  color: #fff;
}

.title.margin-bottom-25px {
  margin-bottom: 25px;
}

.circle {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  border-radius: 1000000000000px;
  background-color: #4a3aff;
}

.circle.bg-secondary-2 {
  background-color: #ff5f00;
}

.circle.bg-secondary-2._1 {
  background-color: #fff;
}

.circle.bg-secondary-4 {
  background-color: #ff447a;
}

.subtitle {
  margin-bottom: 20px;
  color: #0f0f12;
  font-size: 25px;
  line-height: 1.125em;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
}

.subtitle.text-neutral-100.white {
  color: #fff;
}

.subtitle.white {
  color: #fff;
}

.blog-post-title {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
  text-decoration: none;
}

.blog-post-title.left {
  text-align: left;
}

.content-link-wrapper {
  display: block;
  color: #8184a3;
  text-decoration: none;
}

.content-link-wrapper:hover {
  color: #8184a3;
}

.content-link-wrapper.position-relative.post-item-v2 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  min-height: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.card-content {
  padding: 32px 24px 40px;
  border-style: none;
  border-width: 1px;
  border-color: #996c29;
  border-radius: 0px;
}

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

.image.style-1 {
  border-radius: 24px;
}

.image.style-1.max-800 {
  max-height: 800px;
  max-width: 89%;
}

.image.style-1.testimonial {
  width: 100%;
  max-width: 500px;
}

.image.style-1.home {
  max-width: 75%;
  min-height: auto;
  margin-right: auto;
  /* margin-bottom: 60px; */
  margin-bottom: 20px;
  margin-left: auto;
  box-shadow: 0 10px 34px 0 rgba(20, 20, 43, 0.14);
}

.image.avatar {
  width: 68px;
  max-height: 68px;
  min-height: 68px;
  min-width: 68px;
  border-radius: 10000000px;
}

.image.avatar.testimonials-v2 {
  /* width: 72px;
  max-height: 72px;
  min-height: 72px;
  min-width: 72px; */
  width: 60px;
  max-height: 60px;
  min-height: 60px;
  min-width: 60px;
  border-radius: unset;
  margin-right: 17px;
}

.image.avatar.about-v2 {
  margin-right: 19px;
}

.image.small-logo {
  max-width: 150px;
  margin-bottom: 32px;
}

.image.small-logo.margin-bottom-20px {
  margin-bottom: 20px;
}

.image.cover {
  width: 100%;
  height: 100%;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
  -o-object-fit: cover;
  object-fit: cover;
}

.image.footer-contact-link-icon {
  max-width: 38px;
  margin-right: 17px;
}

.contact-btn .image.footer-contact-link-icon {
  margin-right: 0px;
  /* max-width: 38px; */
  /* object-fit: contain; */
}

.contact-btn .image-wrapper.card-social-media-icon {
  max-height: 71px;
  min-height: 71px;
  width: 51px;
  min-width: 51px;
  margin-right: 6px;
}

.image.card-testimonial-stars {
  max-width: 182px;
}

.footer-menu-main-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  max-width: 615px;
  margin-right: 40px;
  margin-bottom: -40px;
  -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;
}

.social-media-link {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  overflow: hidden;
  width: 37px;
  max-height: 37px;
  min-height: 37px;
  min-width: 37px;
  margin-right: 16px;
  margin-bottom: 16px;
  -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: 100000000px;
  background-color: #dcddeb;
  -webkit-transform: translate3d(0px, 0px, 0.01px);
  transform: translate3d(0px, 0px, 0.01px);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  color: #fff;
  text-decoration: none;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.social-media-link:hover {
  -webkit-transform: translate3d(0px, -6px, 0.01px);
  transform: translate3d(0px, -6px, 0.01px);
}

.social-media-link.small {
  width: 29px;
  max-height: 29px;
  min-height: 29px;
  min-width: 29px;
}

.social-media-link.small.facebook {
  background-image: url('../images/hireflix-logo.png');
}

.social-media-link.facebook {
  background-image: url('../images/image-1-social-media-marketing-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-media-link.linkedin {
  background-image: url('../images/image-4-social-media-marketing-template.svg');
  background-position: 50% 50%;
  background-size: cover;
  background-repeat: no-repeat;
}

.social-media-link.email {
  background-color: #ff5f00;
  background-image: url('../images/email-white.svg');
  background-position: 50% 50%;
  background-size: 70%;
  background-repeat: no-repeat;
}

.margin-bottom-4px {
  margin-bottom: 4px;
}

.footer-content-top {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

label.sector-link-box.stroke.w-inline-block span.checkbox-label.w-form-label.text-402 {
  margin-right: 10px;
  /* height: 27px; */
  padding-bottom: 5px;
}

.job-title {
  color: #fff;
  font-size: 28px;
  line-height: 32px;
  text-decoration: none;
  text-transform: uppercase;
}

.job-title:hover {
  color: #fff;
}

.arrow-large {
  color: #000;
}

.slider-left-arrow {
  left: -20px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 64px;
  max-height: 64px;
  min-height: 64px;
  min-width: 64px;
  -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: 1000000px;
  background-color: #4a3aff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 23px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.slider-left-arrow:hover {
  background-color: #3022cd;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.dropdown-nav {
  margin-right: 40px;
  margin-bottom: 0px;
  padding-left: 0px;
  list-style-type: none;
}

.dropdown-nav.last {
  margin-right: 0px;
}

.dropdown-nav-main-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  padding: 64px 66px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  border-style: solid;
  border-width: 1px;
  border-color: #eff0f6;
  border-radius: 24px;
  background-color: #eaeaea;
  background-image: url('../images/HS---white-asset.svg');
  background-position: 100% 50%;
  background-size: contain;
  background-repeat: no-repeat;
  box-shadow: 0 18px 54px 0 rgba(20, 20, 43, 0.14);
}

.dropdown-nav-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: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-logo {
  width: 200px;
}

.dropdown-nav-pages-wrapper {
  width: 100%;
  margin-right: 60px;
}

.dropdown-nav-pages-wrapper.last {
  margin-right: 0px;
}

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

.header-navigation {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 0px;
  padding-left: 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;
  list-style-type: none;
}

.dropdown-list {
  left: -228px;
  padding-top: 20px;
  background-color: transparent;
}

.dropdown-arrow {
  position: relative;
  top: 2px;
  display: block;
  margin-left: 8px;
  font-size: 7px;
}

.brand {
  padding-left: 0px;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.brand:hover {
  -webkit-transform: scale3d(0.98, 0.98, 1.01);
  transform: scale3d(0.98, 0.98, 1.01);
}

.header-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.dropdown-nav-item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 24px;
  line-height: 1.111em;
}

.nav-item-wrapper {
  margin-right: 32px;
  margin-bottom: 0px;
  color: #fff;
  line-height: 1.111em;
}

.nav-item-wrapper.button-mobile {
  display: none;
}

.nav-link-dropdown {
  display: block;
  color: #fff;
}

.navbar {
  position: fixed;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: auto;
  padding: 20px;
  background-color: #0f0f12;
  z-index: 9999;
}

.slider-4 {
  height: 100%;
  background-color: transparent;
}

.assignment-content {
  max-width: 400px;
  padding: 65px 40px 65px 47px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.counter-text {
  color: #fff;
  font-size: 20px;
  line-height: 1.083em;
}

.card.mission.pink , .card.mission.pink .text {
    color: #fff;
}

.triangle-top-right {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: linear-gradient(225deg, #4a3aff 50%, transparent 0);
}

.triangle-top-right.bg-secondary-4 {
  background-image: linear-gradient(225deg, #ff447a 50%, transparent 0);
}

.triangle-top-right.gradient-secondary-2 {
  background-image: linear-gradient(225deg, #376fe2 50%, transparent 0);
}

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

.marg-bot-40 {
  margin-bottom: 40px;
}

.container-small-588px {
  max-width: 588px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.count-up-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.grid-4-columns {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 26px;
  grid-row-gap: 60px;
  -ms-grid-columns: 1fr 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.grid-4-columns.style-2 {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-grid-columns: auto auto auto auto auto;
  grid-template-columns: auto auto auto auto auto;
}

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

.key-number-text {
  margin-bottom: 20px;
  font-family: Verdana, Geneva, sans-serif;
  color: #fff;
  font-size: 58px;
  line-height: 32px;
  font-weight: 700;
}

.key-number-text.counterup {
  font-family: Montserrat, sans-serif;
  color: #f8f9ff;
  font-size: 58px;
}

.key-number-text.colour {
  color: #ff447a;
}

.title-2 {
  color: #fff;
}

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

.container-small-575px {
  max-width: 575px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
}

.container-small-575px.text-center.margin-bottom-40px {
  max-width: 630px;
}

.max-width-60 {
  max-width: 60%;
}

.testimonials-slider-left-arrow {
  left: auto;
  top: auto;
  right: 119px;
  bottom: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  max-height: 48px;
  min-height: 48px;
  min-width: 48px;
  -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: 1000000px;
  background-color: #4a3aff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease;
  transition: transform 300ms ease, background-color 300ms ease, -webkit-transform 300ms ease;
  font-size: 18px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonials-slider-left-arrow:hover {
  background-color: #3022cd;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

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

.testimonial-wrapper {
  position: relative;
  padding-right: 60px;
}

.testimonials-slider-right-arrow {
  left: auto;
  top: auto;
  right: 56px;
  bottom: 72px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 48px;
  max-height: 48px;
  min-height: 48px;
  min-width: 48px;
  -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: 1000000px;
  background-color: #4a3aff;
  -webkit-transform: scale3d(1, 1, 1.01);
  transform: scale3d(1, 1, 1.01);
  -webkit-transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, -webkit-transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease;
  transition: background-color 300ms ease, transform 300ms ease, -webkit-transform 300ms ease;
  font-size: 18px;
  font-weight: 400;
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.testimonials-slider-right-arrow:hover {
  background-color: #3022cd;
  -webkit-transform: scale3d(0.95, 0.95, 1.01);
  transform: scale3d(0.95, 0.95, 1.01);
}

.testimonials-slider-left-arrow img,
.testimonials-slider-right-arrow img {
  height: 25px;
  width: 25px;
  object-fit: contain;
}

.text-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1200px;
  margin-top: 150px;
  margin-right: auto;
  margin-left: auto;
}

.text-holder.page {
  margin-top: 80px;
  margin-bottom: 100px;
}

.text-holder.blog {
  margin-bottom: 100px;
}

._65-page {
  width: 60%;
  padding-right: 2%;
  -webkit-align-self: flex-start;
  -ms-flex-item-align: start;
  align-self: flex-start;
  border-right-style: none;
  border-right-width: 1px;
}

._35-right {
  position: static;
  left: auto;
  top: 10px;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 34%;
  height: auto;
  padding-left: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.blog-case-title {
  max-width: 575px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 74px;
  padding-right: 24px;
  padding-left: 24px;
}

.social-media-consultant {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  margin-right: -16px;
  margin-bottom: -16px;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.vacancy-salery {
  margin-bottom: 5px;
  color: #0f0f12;
  font-size: 20px;
}

.consultant-details {
  padding: 20px 10px 20px 20px;
}

.consultant-image {
  width: 400px;
  height: 50vh;
  background-image: url('../images/Hannah-Photo.PNG');
  background-position: 50% 50%;
  background-size: cover;
  background-position: top;
}

.consultant-email {
  color: #fff;
  text-decoration: none;
}

.consultant-email:hover {
  color: #ff5f00;
}

.consultant-name {
  margin-top: 10px;
  color: #fff;
}

.vacancy-text-holder {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
}

.vacancy-location {
  color: #0f0f12;
  font-size: 20px;
}

.apply-btn-bottom {
  max-width: 1120px;
  margin-right: auto;
  margin-left: auto;
  margin-top: clamp(0px, calc(0px + (40 - 0) * ((100vw - 768px) / (1440 - 768))), 40px);
  display: flex;
}

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

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

.section-featured-jobs {
  overflow: hidden;
}

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

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

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

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

.testimonial20_slide {
  padding-right: 20px;
}

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

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

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

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

.margin-bottom.margin-medium {
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.previous {
  padding-bottom: 0px;
  border-style: solid;
  border-width: 1px;
  border-color: #605c78;
  border-radius: 0px;
  background-color: #f6f7f6;
  color: #070707;
  text-decoration: none;
}

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

.button-tertiary_icon {
  width: 1rem;
  height: 1rem;
  margin-left: 0.5rem;
  color: #fff;
}

.type {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.career20_top-wrapper {
  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-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-label {
  margin-left: 10px;
  padding-top: 6px;
  color: #0f0f12;
  font-weight: 400;
}

.career20_title-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career20_button-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.checkbox-field {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-left: 0px;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.checkbox-field._2 {
  margin-left: 20px;
}

.next {
  border-style: solid;
  border-width: 1px;
  border-color: #605c78;
  border-radius: 0px;
  background-color: #f8f8f9;
  color: #070707;
  text-decoration: none;
}

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

.text-size-medium {
  color: #fff;
  font-size: 1.125rem;
  font-weight: 600;
}

.inner-grid-2 {
  width: auto;
  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;
}

.text-402 {
  font-family: 'Red Hat Display', sans-serif;
  color: #0f0f12;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.career20_department-label {

  padding: 0.5rem 0;
  background-color: transparent;
  font-size: 0.875rem;
  font-weight: 600;
  text-decoration: none;
}

.career20_icon-wrapper {
  margin-right: 0.75rem;
  -webkit-box-flex: 0;
  -webkit-flex: 0 0 auto;
  -ms-flex: 0 0 auto;
  flex: 0 0 auto;
}

.no-results {
  padding: 20px;
  -o-object-fit: none;
  object-fit: none;
}

.button-tertiary {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #fff;
  line-height: 1;
  text-decoration: none;
}

.button-tertiary:hover {
  color: #ccd3d5;
}

.number-block {
  border-style: solid;
  border-width: 1px;
  border-color: #605c78;
  border-radius: 1px;
  background-color: #f8f8f9;
  color: #070707;
  text-decoration: none;
}

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

.pagenation-holder-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
  margin-bottom: 20px;
}

.text-block-4 {
  color: #0f0f12;
}

.career20_item {
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem;
  border: 1px solid #647078;
  border-radius: 20px;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
  color: #14142b;
  text-decoration: none;
}

.pn-grid-outer-2 {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: auto;
  margin-right: auto;
  margin-left: auto;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
  justify-items: start;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 0.25fr 1fr 0.25fr;
  grid-template-columns: 0.25fr 1fr 0.25fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.search-field {
  width: 100%;
  border: 1px solid #000;
  border-radius: 7px;
}

.sector-link-box {
  padding: 5px 10px;
  text-decoration: none;
}

.sector-link-box:hover {
  color: #ccd3d5;
}

.sector-link-box.stroke {
  border-style: solid;
  border-width: 1px;
  border-color: #0f0f12;
  background-color: hsla(0, 0%, 100%, 0.47);
}

.career20_detail-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-right: 1.5rem;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.career20_job-details-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
}

.career20_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.salery {
  font-family: Montserrat, sans-serif;
  color: #fff;
  font-size: 18px;
  font-weight: 500;
}

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

.text-block-3:hover {
  color: #8184a3;
}

.container-vacancies-page {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1100px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

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

.image-link.short {
  height: 300px;
}

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

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

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

._65-percent-column {
  width: 60%;
  padding-right: 6%;
  border-right: 1px solid #ccd3d5;
}

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

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

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

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

.text-box {
  position: relative;
  display: inline-block;
  overflow: hidden;
  width: 75%;
  margin-top: -150px;
  padding: 45px 40px;
  background-color: #fff;
  text-align: left;
}

.text-box.latest-posts {
  display: block;
  overflow: visible;
  width: 85%;
  height: auto;
  min-height: 150px;
  margin-top: -120px;
  margin-right: auto;
  margin-left: auto;
  padding-top: 50px;
  border-radius: 20px;
}

.text-box.team {
  width: 80%;
  margin-top: -90px;
  padding-right: 20px;
  padding-left: 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #ff447a;
}

._35-percent-column {
  position: static;
  left: auto;
  top: 10px;
  bottom: auto;
  display: block;
  overflow: visible;
  width: 34%;
  height: auto;
  padding-left: 30px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -ms-grid-row-align: stretch;
  align-self: stretch;
  -webkit-box-flex: 0;
  -webkit-flex: 0 auto;
  -ms-flex: 0 auto;
  flex: 0 auto;
  grid-auto-columns: 1fr;
  -ms-grid-columns: 1fr 1fr;
  grid-template-columns: 1fr 1fr;
  -ms-grid-rows: auto auto;
  grid-template-rows: auto auto;
}

.heading-link {
  display: inline;
  -webkit-transition: opacity 200ms ease;
  transition: opacity 200ms ease;
  text-decoration: none;
  cursor: pointer;
}

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

.first-post {
  margin-bottom: 80px;
  padding-bottom: 40px;
  border-bottom: 1px solid #ccd3d5;
  border-radius: 0px;
}

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

.team-title.black {
  color: #0f0f12;
}

.side-menu-block {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  padding: 30px 25px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  border-bottom: 1px solid #ccd3d5;
}

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

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

.less-height {
  font-family: Montserrat, sans-serif;
  line-height: 30px;
}

.image-hover {
  -webkit-transition: -webkit-transform 600ms ease;
  transition: -webkit-transform 600ms ease;
  transition: transform 600ms ease;
  transition: transform 600ms ease, -webkit-transform 600ms ease;
}

.image-hover:hover {
  -webkit-transform: scale(1.05);
  -ms-transform: scale(1.05);
  transform: scale(1.05);
}

.side-menu-item {
  position: static;
  display: block;
  overflow: visible;
  margin-bottom: 0px;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
}

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

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

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

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

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

.mini-title.bottom-border {
  margin-bottom: 15px;
  color: #0f0f12;
  font-size: 14px;
}

.container-small-700px {
  max-width: 700px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.bottom-space {
  padding-bottom: 40px;
}

.service-text-holder {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  /* margin-bottom: 60px; */
  margin-bottom: 40px;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.text-field-light-2 {
  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;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

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

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

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

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

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

.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;
  color: #141e24;
  font-size: 16px;
  line-height: 1.8em;
  font-weight: 500;
}

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

.upload-2 {
  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;
  cursor: pointer;
}

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

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

.content-short-2 {
  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;
}

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

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

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

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

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

.form-refer {
  display: -ms-grid;
  display: grid;
  grid-auto-columns: 1fr;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  -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;
}

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

.text-field-6 {
  font-weight: 400;
  cursor: pointer;
}

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

.value-slider {
  height: 100%;
  margin-top: 40px;
  background-color: transparent;
}

.vacancies-section {
  padding-top: 100px;
  padding-bottom: 60px;
  background-color: #0f0f12;
}

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

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

.left-image {
  width: 100%;
}

.left-image._1 {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  min-height: 550px;
  -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-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;
  border-radius: 24px;
  background-image: url('../images/HS---white-asset.svg'), url('../images/image-1-copy-6.png');
  background-position: 100% 50%, 50% 50%;
  background-size: auto 102%, cover;
  background-repeat: no-repeat, no-repeat;
}

.form {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.search-row {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: -24px;
}

.search-row.center {
  display: none;
  margin-bottom: 0px;
  padding-top: 10px;
  padding-bottom: 20px;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.form-block {
  width: 70%;
}

.grid-team-socials {
  position: static;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 10px;
  justify-items: start;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
  -ms-grid-rows: auto;
  grid-template-rows: auto;
}

.white-gray-section {
  overflow: hidden;
  /* padding-bottom: 100px; */
  background-color: transparent;
}

.flex-wrapper {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justify-content: center;
}

.social-link {
  padding-bottom: 0px;
  -webkit-transition: all 200ms ease;
  transition: all 200ms ease;
}

.social-link:hover {
  -webkit-filter: contrast(0%);
  filter: contrast(0%);
}

.team-member {
  width: 31%;
  margin-right: 10px;
  margin-left: 10px;
  text-align: center;
}

.social-image {
  width: 25px;
  height: 25px;
}

.social-image.linkedin {
  background-image: url('../images/linkedin-logo.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.social-image.mail {
  background-image: url('../images/mail.svg');
  background-position: 50% 50%;
  background-size: contain;
}

.text-403 {
  font-family: Montserrat, sans-serif;
  color: #0f0f12;
  font-size: 18px;
  line-height: 25px;
  font-weight: 400;
}

.content-wrapper {
  position: relative;
  display: block;
  max-width: 1270px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 25px;
  padding-left: 25px;
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.feature-holder {
  margin-top: -30px;
  padding: 40px 20px 20px;
  border: 1px solid #000;
  border-radius: 20px;
  background-color: #0f0f12;
  background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2)), url('../images/HS---colour-asset.svg');
  background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2), url('../images/HS---colour-asset.svg');
  background-position: 0px 0px, 0% 100%;
  background-size: auto, 75%;
  background-repeat: repeat, no-repeat;
}

.hero-container {
  max-width: 800px;
  margin-top: 60px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.hero-sub-text {
  margin-bottom: 40px;
  font-size: 18px;
}

.white-color-text {
  color: #ffffff;
}

.container-small-800px {
  max-width: 800px;
  margin-right: auto;
  margin-left: auto;
  padding-right: 24px;
  padding-left: 24px;
  text-align: center;
}

.job-grid {
  width: 80%;
  margin-right: auto;
  margin-left: auto;
  -ms-grid-columns: 1fr 1fr 1fr;
  grid-template-columns: 1fr 1fr 1fr;
}

.refer-holder {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  min-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;
}

.intro-text {
  margin-bottom: 40px;
}

.image-overlay-1 {
  position: absolute;
  left: 0%;
  top: 0%;
  right: 0%;
  bottom: 0%;
  background-image: url('../images/HS---colour-asset.svg');
  background-position: 0% 100%;
  background-size: 80%;
  background-repeat: no-repeat;
}

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

.job-subheading {
  margin-top: 10px;
  color: #fff;
  font-size: 20px;
  line-height: 1.25em;
  font-weight: 600;
  text-decoration: none;
}

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

.job-link {
  text-decoration: none;
}

.cv-form {
  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;
}

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

.search-holder {
  position: relative;
  z-index: 20;
  width: 100%;
  margin-top: 40px;
  margin-right: 0rem;
  margin-left: 0rem;
}

.rec-holder {
  margin-bottom: 10px;
}

.block-2 {
  margin-bottom: 20px;
}

.bottom-tel {
  display: flex !important;
  align-items: center !important;
  justify-content: center;
}

@media screen and (min-width: 1280px) {
  .button-primary.button-search {
    padding: 8px 20px;
  }

  .split-content.about-hero-left {
    margin-top: 33px;
  }

  .text-size-medium {
    font-weight: 500;
  }

  .sector-link-box.stroke {
    border-color: #647078;
  }

  .form {
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .form-block {
    width: 70%;
  }

  .absolute.hero-v2 {
    background-position: 0% 80%;
  }
}

@media screen and (min-width: 1920px) {
  .absolute.shape.hero-v2-1 {
    left: 0px;
    width: 307px;
    padding-top: 307px;
  }

  .absolute.shape.hero-v2-5 {
    right: 0px;
    width: 307px;
    padding-top: 307px;
  }

  .absolute.shape.hero-v2-4 {
    left: 0px;
    width: 307px;
    padding-top: 307px;
  }

  .absolute.shape.hero-v2-3 {
    width: 333px;
    padding-top: 333px;
  }

  .absolute.shape.hero-v2-2 {
    width: 333px;
    padding-top: 333px;
  }

  .absolute.shape.about-hero-4 {
    width: 274px;
    padding-top: 274px;
  }

  .absolute.shape.about-hero-3 {
    width: 334px;
    padding-top: 334px;
  }

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

  .section.padding-200px {
    /* padding-top: 200px;
    padding-bottom: 200px; */
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section.position-relative.hero-v2 {
    padding-top: 167px;
  }

  .section.about-hero {
    padding-top: 113px;
  }

  .section.padding-145px {
    /* padding-top: 145px;
    padding-bottom: 145px; */
    padding-top: 116px;
    padding-bottom: 116px;
  }

  .section.bg-secondary-1.sectors-hero {
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .section.bg-secondary-1.refer-terms {
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .section.bg-secondary-1.sectors-privacy {
    padding-top: 142px;
    padding-bottom: 60px;
  }

  .section.padding-170px {
    padding-top: 170px;
    padding-bottom: 170px;
  }

  .section.padding-170px.case-studies {
    padding-top: 104px;
  }

  .section.candidates-hero {
    padding-top: 125px;
    padding-bottom: 195px;
  }

  .section.work {
    padding-top: 125px;
    padding-bottom: 195px;
  }

  .section.vacancy {
    padding-top: 113px;
  }

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

  .vacancies-section.wf-section a.career20_item.w-inline-block {
    max-width: 430px;
  }
}

@media screen and (max-width: 991px) {
  .absolute.hero-v2 {
    background-position: 0% 40%;
  }

  .card {
    padding-top: 53px;
    padding-bottom: 53px;
  }

  .card.no-padding.assignment {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
  }

  .card.card-link.case-study {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  /* .card.text-center.white {
    height: 250px;                    { 23-09-2022 }
  } */

  .card.style-4 {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .card.bg-primary-1.footer-newsletter {
    width: 90%;
    max-width: 100%;
    min-height: 417px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 54px;
    padding-bottom: 70px;
  }

  .card.mission {
    left: auto;
    right: 0px;
  }

  .card.style-1 {
    padding: 58px 46px;
  }

  .mobile-max-width-660px {
    display: block;
    max-width: 1000px;
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .social-media-small-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    text-align: left;
  }

  .button-primary.small.header-button {
    display: none;
    margin-right: 32px;
  }

  .button-primary.small.header-button-mobile {
    display: block;
    padding-top: 22px;
    padding-bottom: 22px;
  }

  .absolute.shape.hero-v2-1 {
    left: -98px;
  }

  .absolute.shape.hero-v2-4 {
    left: -98px;
    top: -115px;
  }

  .absolute.shape.about-hero-4 {
    left: -27px;
    width: 274px;
    padding-top: 274px;
  }

  .absolute.shape.about-hero-3 {
    width: 334px;
    padding-top: 334px;
  }

  .absolute.shape.careers-hero-2 {
    top: 563.406px;
  }

  .absolute.shape.careers-hero-3 {
    top: 152px;
  }

  .absolute.hero-v2 {
    min-height: 80%;
  }

  .container-default {
    padding-top: 0px;
    padding-bottom: 0px;
    -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;
  }

  .container-default.slider {
    padding-bottom: 40px;
  }

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

  .split-content-wrapper.mobile-stretch-direction-reverse {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    text-align: center;
  }

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

  .section.padding-200px {
    padding-top: 128px;
    padding-bottom: 0px;
  }

  .section.position-relative.hero-v2 {
    padding-top: 60px;
  }

  .section.about-hero {
    padding-top: 60px;
  }

  .section.padding-145px {
    padding-top: 93px;
    padding-bottom: 93px;
  }

  .section.bg-secondary-1.sectors-hero {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.bg-secondary-1.vacancies-hero {
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
    background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
    background-position: 0px 0px;
    background-size: auto;
  }

  .section.bg-secondary-1.refer-terms {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.bg-secondary-1.sectors-privacy {
    padding-top: 100px;
    padding-bottom: 140px;
  }

  .section.padding-170px {
    padding-top: 110px;
    padding-bottom: 110px;
  }

  .section.padding-170px.case-studies {
    padding-top: 60px;
    padding-right: 20px;
    padding-left: 20px;
  }

  .section.candidates-hero {
    padding-top: 60px;
    padding-bottom: 125px;
  }

  .section.black-bg {
    padding-top: 40px;
  }

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

  .section.vacancy {
    padding-top: 126px;
    padding-left: 26px;
  }

  .image-wrapper.card-case-study {
    max-width: 100%;
  }

  .grid-2-columns {
    grid-column-gap: 45px;
    grid-row-gap: 50px;
  }

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

  .flex-vc.margin-top-default {
    margin-bottom: 60px;
  }

  .space.min-height-58px.perks-v2 {
    min-height: 48px;
  }

  .footer-content {
    margin-top: 70px;
    padding-top: 112px;
    padding-bottom: 20px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .text-200.link {
    color: #f8f9ff;
  }

  .text-200.link.black {
    color: #fff;
  }

  .text-200.header-link {
    font-size: 20px;
  }

  .text-200.dropdown {
    font-size: 20px;
  }

  .big-numbers {
    font-size: 48px;
  }

  .footer-content-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    -webkit-flex-wrap: nowrap;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-3-columns {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-3-columns.style-3 {
    margin-right: 10px;
    margin-left: 10px;
  }

  .grid-3-columns.style-3.gap-26px {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .card-case-study-v2-content {
    padding-top: 60px;
    padding-bottom: 52px;
  }

  .split-content.services-content-top-left {
    max-width: 540px;
    margin-right: 0px;
    margin-bottom: 28px;
  }

  .split-content.testimonials-v2-content-top-left {
    margin-bottom: 28px;
    text-align: center;
  }

  .split-content.about-v2-right {
    width: 100%;
    max-width: 100%;
    margin-bottom: 80px;
  }

  .split-content.perks-v2-left {
    max-width: 100%;
    min-width: auto;
    margin-right: 0px;
    margin-bottom: 80px;
  }

  .split-content.footer-content-top-left {
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.about-v2-left {
    display: none;
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.mission-right {
    max-width: 100%;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .split-content.mission-left {
    max-width: 100%;
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .split-content.offices-content-top-left {
    margin-bottom: 28px;
    text-align: center;
  }

  .split-content.about-hero-right {
    max-width: 566px;
    min-width: auto;
    margin: 111px auto 10px;
  }

  .split-content.about-hero-left {
    width: 90%;
    max-width: none;
    margin-right: auto;
    margin-left: auto;
  }

  .split-content.story-right {
    max-width: 100%;
    min-width: auto;
    margin-bottom: 80px;
    padding-top: 40px;
  }

  .split-content.careers-hero-right.z-index-1 {
    max-width: 100%;
    margin-left: 0px;
  }

  .split-content.testimonials-left {
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.testimonials-right {
    max-width: 100%;
    margin-bottom: 80px;
  }

  .split-content.careers-hero-left.z-index-1 {
    max-width: 100%;
    margin-top: 0px;
    margin-right: 0px;
    margin-bottom: 40px;
  }

  .split-content.vacancy-left {
    width: 400px;
    max-width: 100%;
    margin-right: 0px;
  }

  .split-content.contact-social-media-top-left {
    margin-bottom: 10px;
    text-align: center;
  }

  .split-content.vacancy-hero-vacancy {
    max-width: 566px;
    min-width: auto;
    margin-top: 0px;
    margin-bottom: 80px;
    margin-left: auto;
  }

  .content-top.about-v2 {
    max-width: 100%;
  }

  .image.style-1.about-hero {
    width: 100%;
    max-height: 732px;
    -o-object-fit: cover;
    object-fit: cover;
  }

  .image.style-1.home {
    max-width: 100%;
    margin-bottom: 69px;
    margin-left: 0px;
    width: 100%;
    object-fit: cover;
  }

  .footer-menu-main-content {
    margin-right: 0px;
    margin-bottom: 30px;
  }

  .title-hero-v2-wrapper {
    max-width: 500px;
    margin-right: auto;
    margin-left: auto;
  }

  .footer-content-top {
    margin-right: 10px;
    margin-left: 10px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .dropdown-nav-main-wrapper {
    padding: 40px 40px 0px 20px;
    -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;
    border-width: 0px;
    border-radius: 0px;
    background-color: #252529;
    background-image: none;
    background-size: auto;
    background-repeat: repeat;
    box-shadow: none;
  }

  .dropdown-nav-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .header-menu-button-icon-wrapper {
    position: absolute;
    left: 0%;
    top: 0%;
    right: 0%;
    bottom: 0%;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin: 5px;
    -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;
  }

  .dropdown-nav-pages-wrapper {
    width: auto;
  }

  .dropdown-nav-pages-wrapper.last {
    width: auto;
  }

  .header-menu-button-icon-top {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding: 0px;
    background-color: #fff;
  }

  .header-navigation {
    -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;
  }

  .header-menu-button-icon-medium {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding: 0px;
    background-color: #fff;
    color: #3022cd;
  }

  .dropdown-list {
    position: static;
    padding-top: 0px;
  }

  .menu-button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 48px;
    max-height: 48px;
    min-height: 48px;
    min-width: 48px;
    padding: 0px;
    -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: 8px;
    background-color: #4a3aff;
    -webkit-transition: background-color 350ms ease;
    transition: background-color 350ms ease;
    color: #fff;
    font-size: 30px;
  }

  .menu-button:hover {
    background-color: #ff6262;
  }

  .menu-button.w--open {
    background-color: #ff6262;
  }

  .icon-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 20px;
    min-height: 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;
  }

  .header-menu-button-icon-bottom {
    width: 100%;
    max-height: 3px;
    min-height: 3px;
    padding: 0px;
    background-color: #fff;
  }

  .dropdown-arrow {
    top: 1px;
    font-size: 9px;
  }

  .nav-menu {
    padding: 20px 24px 36px;
    border-style: none;
    border-width: 1px;
    border-color: #eff0f6;
    background-color: #0f0f12;
    box-shadow: 0 4px 10px 0 rgba(74, 58, 255, 0.18);
  }

  .nav-item-wrapper {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-right: 0px;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .nav-item-wrapper.button-mobile {
    display: block;
    margin-top: 60px;
  }

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

  .navbar {
    padding: 10px 20px;
  }

  .assignment-content {
    padding-top: 54px;
    padding-right: 69px;
    padding-bottom: 54px;
  }

  .marg-bot-40 {
    margin-bottom: 60px;
    padding-top: 60px;
    padding-right: 40px;
    padding-left: 40px;
  }

  .grid-4-columns {
    grid-row-gap: 50px;
    -ms-grid-columns: 1fr 1fr;
    grid-template-columns: 1fr 1fr;
  }

  .grid-4-columns.style-2 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  ._65-page {
    width: 60%;
  }

  ._35-right {
    width: 50%;
  }

  .vacancy-text-holder {
    padding-right: 20px;
    padding-bottom: 40px;
    padding-left: 20px;
  }

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

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

  .testimonial20_mask {
    width: 50%;
  }

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

  .career20_title-wrapper {
    -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;
  }

  .no-results {
    position: relative;
  }

  ._65-percent-column {
    margin-left: 10px;
  }

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

  .text-box.latest-posts {
    margin-top: -90px;
  }

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

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

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

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

  .container-candidates {
    margin-top: 60px;
    -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;
  }

  .left-image {
    width: 90%;
    margin-right: auto;
    margin-left: auto;
  }

  .team-member {
    width: 45%;
    margin-top: 40px;
  }

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

  .vacancies-section.wf-section a.career20_item.w-inline-block {
    max-width: 100%;
  }

  .margin-bottom.margin-small .cus-height {
    height: auto !important;
  }

  .refer-holder {
    min-width: auto;
  }

  .assignments-col {
    padding-right: 20px;
    padding-left: 20px;
  }

  .grid-3 {
    padding-right: 40px;
    padding-left: 40px;
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }

  .search-holder {
    margin-top: 20px;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .rec-holder {
    margin-bottom: 0px;
  }

  .block-2 {
    margin-bottom: 200px;
  }

  .column-2 {
    margin-bottom: 40px;
  }
}

@media screen and (min-width: 992px) {
  section#mission .split-content.mission-left {
    margin-left: 30px;
  }


}

@media screen and (max-width: 992px) {
  section.join-team-work {
    padding-top: 0;
  }

  section.join-team-work .split-content.mission-right {
    margin-top: 20px;
  }

  section#mission .marg-bot-40 {
    padding-left: 0;
    padding-right: 0;
    padding-top: 0;

  }
}


.vacancies-section.wf-section .margin-bottom.margin-medium {
  height: auto;
}

@media screen and (min-width: 767px) {
  .text-box.team {
    /* min-height: 385px; */
    min-height: 350px;

  }
}

@media screen and (max-width: 767px) {

  .white-color-text {
    color: #0f0f12;
  }

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

  .career20_department-label {
    padding-left: 0;
    margin-left: 0;
  }

  .image-wrapper.assign img {
    height: 300px;

  }

  .title {
    font-size: 42px;
    line-height: 48px;
  }

  form#upload_cv_form {
    display: block;
  }

  .column.padding-right-14px {
    padding-right: 0px;
  }

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

  .footer {
    padding-top: 70px;
    padding-bottom: 35px;
  }

  .card {
    padding-top: 44px;
    padding-bottom: 44px;
    border-radius: 20px;
  }

  .card.no-padding.assignment {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
  }

  .card.card-link.text-center {
    padding-top: 37px;
    padding-bottom: 37px;
  }

  .card.card-link.social-media {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .card.style-5 {
    padding: 38px 35px;
  }

  .card.style-4 {
    padding: 42px 35px;
  }

  .card.bg-primary-1.footer-newsletter {
    min-height: 414px;
    padding-right: 35px;
    padding-left: 35px;
  }

  .card.mission {
    padding: 42px 35px;
  }

  .card.style-1 {
    padding: 48px 35px;
  }

  .card.style-1.card-testimonial {
    margin-top: -222px;
    margin-right: -20px;
  }

  .social-media-small-wrapper {
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
  }

  .button-primary {
    padding-right: 30px;
    padding-left: 30px;
  }

  .button-primary.small.header-button {
    display: none;
  }

  .footer-menu-content {
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .absolute.shape.hero-v2-1 {
    left: -80px;
    display: none;
  }

  .absolute.shape.hero-v2-5 {
    right: -66px;
    bottom: 186px;
  }

  .absolute.shape.hero-v2-4 {
    display: none;
  }

  .absolute.shape.perks-v2 {
    width: 70%;
    min-height: 90%;
    padding-top: 0%;
  }

  .absolute.shape.about-hero-2 {
    left: -80px;
    top: auto;
    right: auto;
    bottom: -35px;
  }

  .absolute.shape.about-hero-4 {
    display: none;
  }

  .absolute.shape.about-hero-1 {
    left: auto;
    top: -163px;
    right: -94px;
  }

  .absolute.shape.careers-hero-1 {
    left: -83px;
  }

  .absolute.shape.careers-hero-2 {
    display: none;
  }

  .container-default {
    padding-bottom: 0px;
  }

  .section {
    padding-top: 113px;
    padding-bottom: 20px;
  }

  .section.padding-200px {
    padding-top: 102px;
    padding-bottom: 102px;
  }

  .section.position-relative.hero-v2 {
    padding-top: 50px;
  }

  .section.about-hero {
    padding-top: 50px;
  }

  .section.padding-145px {
    padding-top: 74px;
    padding-bottom: 74px;
  }

  .section.bg-secondary-1.sectors-hero {
    padding-top: 100px;
    padding-bottom: 88px;
  }

  .section.bg-secondary-1.vacancies-hero {
    padding-top: 100px;
    padding-bottom: 40px;
  }

  .section.bg-secondary-1.refer-terms {
    padding-top: 100px;
    padding-bottom: 88px;
  }

  .section.bg-secondary-1.sectors-privacy {
    padding-top: 100px;
    padding-bottom: 88px;
  }

  .section.padding-170px {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .section.padding-170px.case-studies {
    padding-top: 50px;
    background-image: url('../images/block2-bot-left-op.svg');
    background-position: 0% 100%;
    background-size: 40%;
    background-repeat: no-repeat;
  }

  .section.candidates-hero {
    padding-top: 50px;
    padding-bottom: 100px;
  }

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

  .section.vacancy {
    padding-top: 50px;
  }

  .section.terms {
    padding-top: 40px;
  }

  .image-wrapper.assign {
    max-width: 100%;
  }

  .grid-2-columns {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

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

  .grid-2-columns.style-2.gap-32px.gap-16-mb {
    grid-row-gap: 16px;
  }

  .mobile-767-down-max-width-660px {
    max-width: 660px;
    margin-right: auto;
    margin-left: auto;
  }

  .mask.overflow-visible.card-default {
    max-width: 100%;
  }

  .footer-logo {
    width: 206px;
  }

  .button-secondary {
    padding-right: 30px;
    padding-left: 30px;
  }

  .footer-logo-container {
    margin-bottom: 10px;
  }

  .footer-menu-wrapper {
    margin-right: 10px;
    margin-left: 10px;
  }

  .space.min-height-58px.perks-v2 {
    min-height: 28px;
  }

  .footer-content {
    margin-top: 60px;
    margin-bottom: 35px;
    padding: 40px 10px 90px;
  }

  .slider-right-arrow {
    right: 12px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 19px;
  }

  .big-numbers {
    font-size: 40px;
  }

  .footer-content-bottom {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .grid-3-columns {
    grid-row-gap: 40px;
  }

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

  .grid-3-columns.style-3.gap-rows-35px.gap-mobile-24px {
    grid-row-gap: 24px;
  }

  .card-case-study-v2-content {
    padding: 50px 35px 43px;
  }

  .split-content.footer-content-top-right {
    max-width: 100%;
  }

  .split-content.about-v2-right {
    margin-bottom: 70px;
  }

  .split-content.perks-v2-left {
    margin-bottom: 60px;
  }

  .split-content.footer-content-top-left {
    margin-bottom: 35px;
  }

  .split-content.mission-left {
    margin-bottom: 60px;
  }

  .split-content.about-hero-right {
    max-width: 503px;
    margin-bottom: 60px;
  }

  .split-content.story-right {
    margin-bottom: 60px;
  }

  .split-content.testimonials-right {
    margin-bottom: 60px;
  }

  .split-content.vacancy-hero-vacancy {
    max-width: 503px;
    margin-bottom: 60px;
  }

  .card-default-line-accent.bg-secondary-3 {
    margin-top: 30px;
  }

  .content-top.about-v2 {
    max-width: 520px;
  }

  .title.h3-size {
    font-size: 22px;
  }

  .subtitle {
    margin-bottom: 15px;
  }

  .image.style-1 {
    border-radius: 20px;
  }

  .image.style-1.about-hero {
    max-height: none;
  }

  .image.style-1.home {
    margin-bottom: 58px;
  }

  .image.avatar {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
  }

  .image.avatar.testimonials-v2 {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 15px;
  }

  .image.avatar.about-v2 {
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    margin-right: 15px;
  }

  .image.small-logo {
    margin-bottom: 30px;
  }

  .footer-menu-main-content {
    margin-bottom: 20px;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }

  .title-hero-v2-wrapper {
    max-width: 420px;
  }

  .footer-content-top {
    padding-right: 10px;
    padding-left: 10px;
  }

  .slider-left-arrow {
    left: 6px;
    width: 60px;
    max-height: 60px;
    min-height: 60px;
    min-width: 60px;
    font-size: 19px;
  }

  .dropdown-nav-main-wrapper {
    margin-bottom: -40px;
    padding-top: 35px;
  }

  .header-logo {
    width: 200px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 40px;
    margin-bottom: 40px;
  }

  .nav-menu {
    padding-top: 20px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 50px;
  }

  .navbar {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .assignment-content {
    max-width: 100%;
    padding: 45px 35px;
  }

  .about-achievements-wrapper {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
  }

  .marg-bot-40 {
    margin-bottom: 160px;
  }

  .grid-4-columns {
    grid-row-gap: 40px;
  }

  .grid-4-columns.style-2 {
    -ms-grid-columns: auto auto;
    grid-template-columns: auto auto;
  }

  .testimonials-slider-left-arrow {
    right: 109px;
  }

  .testimonial-wrapper {
    padding-right: 30px;
  }

  .testimonials-slider-right-arrow {
    right: 46px;
  }

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

  ._65-page {
    width: 100%;
    border-right-style: none;
  }

  ._35-right {
    display: block;
    width: 100%;
  }

  .vacancy-text-holder {
    max-width: 440px;
    margin-right: auto;
    margin-left: auto;
  }

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

  .testimonial20_arrow.left {
    right: 3.5rem;
  }

  .testimonial20_slide {
    padding-right: 1.5rem;
  }

  .testimonial20_mask {
    width: 80%;
  }

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

  .career20_top-wrapper {
    display: block;
  }

  .career20_title-wrapper {
    margin-bottom: 1.25rem;
  }

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

  .career20_item {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  ._65-percent-column {
    border-right-style: none;
  }

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

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

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

  .text-box.team {
    padding: 30px 40px;
  }

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

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

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

  .white-gray-section {
    padding-bottom: 0px;
  }

  .team-member {
    width: 90%;
    margin-bottom: 60px;
  }

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

  .refer-holder {
    margin-right: 20px;
    margin-left: 20px;
  }

  .search-holder {
    margin-top: 20px;
    margin-right: 0rem;
    margin-left: 0rem;
  }

  .rec-holder {
    margin-bottom: 30px;
  }

  .block-2 {
    margin-bottom: 160px;
  }

  body .owl-dots button {
    width: 12px !important;
    height: 12px !important;
    padding: 0 !important;
  }

  body .w-slider-dot {
    width: 12px !important;
    height: 12px !important;
  }
}

@media screen and (max-width: 479px) {
  .margin-bottom-40px.margin-bottom-30px-mobile-portrait {
    margin-bottom: 30px;
  }

  .footer {
    padding-top: 60px;
  }

  .card {
    padding: 38px 25px;
    border-radius: 15px;
  }

  .card.card-link.text-center {
    padding-top: 31px;
    padding-bottom: 31px;
  }

  .card.card-link.social-media {
    padding-top: 26px;
    padding-bottom: 26px;
  }

  .card.style-5 {
    padding: 32px 25px;
  }

  .card.style-4 {
    padding: 35px 25px;
  }

  .card.style-3 {
    padding: 33px 25px;
  }

  .card.style-3.card-link {
    -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;
  }

  .card.bg-primary-1.footer-newsletter {
    width: 98%;
    min-height: 392px;
    padding: 45px 25px 60px;
  }

  .card.mission {
    position: static;
    max-width: 90%;
    margin-top: -75px;
    margin-left: auto;
    padding: 35px 25px;
  }

  .card.style-1 {
    padding: 40px 25px;
  }

  .card.style-1.card-testimonial {
    margin-top: -144px;
    margin-bottom: 0px;
    padding-bottom: 108px;
  }

  .button-primary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .absolute.shape.hero-v2-5 {
    display: none;
  }

  .absolute.shape.hero-v2-3 {
    top: auto;
    bottom: 66px;
  }

  .absolute.shape.perks-v2 {
    width: 80%;
    min-height: 98%;
  }

  .absolute.shape.about-hero-2 {
    width: 68%;
    padding-top: 68%;
  }

  .absolute.shape.about-hero-3 {
    width: 70%;
    padding-top: 70%;
  }

  .absolute.shape.careers-hero-1 {
    left: -107px;
    bottom: -30px;
  }

  .absolute.shape.careers-hero-3 {
    top: auto;
  }

  .absolute.hero-v2 {
    min-height: 85%;
  }

  .container-default {
    padding-right: 0px;
    padding-left: 0px;
  }

  .split-content-wrapper.margin-bottom-default {
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
    -ms-flex-align: stretch;
    align-items: stretch;
  }

  .split-content-wrapper.mobile-stretch-direction-reverse {
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
  }

  .footer-nav-item {
    text-align: center;
  }

  .section {
    padding-top: 90px;
    padding-bottom: 0px;
  }

  .section.padding-200px {
    padding-top: 82px;
    padding-bottom: 82px;
  }

  .section.position-relative.hero-v2 {
    padding-top: 40px;
  }

  .section.about-hero {
    padding-top: 40px;
  }

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

  .section.bg-secondary-1.sectors-hero {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.bg-secondary-1.vacancies-hero {
    padding-top: 100px;
    padding-bottom: 0px;
    background-image: -webkit-gradient(linear, left top, right top, from(#ff5f00), color-stop(50%, #ff447a), to(#376fe2));
    background-image: linear-gradient(90deg, #ff5f00, #ff447a 50%, #376fe2);
    background-size: auto;
    background-repeat: repeat;
  }

  .section.bg-secondary-1.refer-terms {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .section.bg-secondary-1.sectors-privacy {
    padding-top: 100px;
    padding-bottom: 60px;
  }

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

  .section.padding-170px.case-studies {
    padding-top: 40px;
  }

  .section.candidates-hero {
    padding-top: 40px;
    padding-bottom: 80px;
  }

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

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

  .section.vacancy {
    padding-top: 90px;
    padding-right: 10px;
    padding-left: 10px;
  }

  .image-wrapper.card-social-media-icon {
    width: 51px;
    max-height: 51px;
    min-height: 51px;
    min-width: 51px;
    margin-right: 13px;
  }

  .button-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

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

  .button-secondary {
    display: block;
    padding-right: 20px;
    padding-left: 20px;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .footer-nav {
    width: 100%;
    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-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .footer-menu-wrapper {
    margin-right: 0px;
  }

  .footer-content {
    margin-top: 50px;
    margin-right: 10px;
    margin-left: 10px;
    padding-top: 10px;
    padding-bottom: 72px;
  }

  .slider-right-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    font-size: 16px;
  }

  .big-numbers {
    font-size: 34px;
  }

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

  .button-row-first {
    margin-right: 0px;
    margin-bottom: 20px;
  }

  .card-case-study-v2-content {
    padding: 42px 25px 36px;
  }

  .split-content.services-content-top-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.testimonials-v2-content-top-right-copy {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .split-content.about-v2-right {
    margin-bottom: 60px;
  }

  .split-content.perks-v2-left {
    margin-bottom: 50px;
  }

  .split-content.header-right {
    margin-right: 20px;
  }

  .split-content.mission-right {
    padding-bottom: 0px;
  }

  .split-content.mission-left {
    margin-bottom: 50px;
  }

  .split-content.about-hero-right {
    margin-bottom: 50px;
  }

  .split-content.story-right {
    margin-bottom: 50px;
    margin-left: 0px;
  }

  .split-content.offices-content-top-right {
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  /* .split-content.vacancy-left {
    width: auto;
    margin-right: auto;        { 23-09-2022 }
    margin-left: auto;
  } */

  .split-content.vacancy-hero-vacancy {
    margin-bottom: 50px;
  }

  .consultant-image {
    height: 40vh;
  }

  .title.h3-size {
    font-size: 20px;
  }

  .subtitle {
    margin-bottom: 10px;
  }

  .image.style-1 {
    border-radius: 15px;
  }

  .image.style-1.max-800 {
    max-width: 95%;
  }

  .image.style-1.home {
    margin-bottom: 48px;
  }

  .image.small-logo {
    margin-bottom: 25px;
  }

  .image.footer-contact-link-icon {
    max-width: 30px;
    margin-right: 0px;
    margin-bottom: 15px;
  }

  .footer-menu-main-content {
    margin-bottom: 10px;
  }

  .title-hero-v2-wrapper {
    max-width: 350px;
  }

  .footer-content-top {
    margin-right: 10px;
    margin-left: 10px;
  }

  .slider-left-arrow {
    width: 50px;
    max-height: 50px;
    min-height: 50px;
    min-width: 50px;
    font-size: 16px;
  }

  .dropdown-nav {
    margin-right: 30px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }

  .dropdown-nav-main-wrapper {
    padding-top: 30px;
  }

  .header-logo {
    width: 180px;
  }

  .dropdown-nav-pages-wrapper {
    margin-right: 30px;
    margin-bottom: 30px;
  }

  .nav-menu {
    padding-top: 20px;
    padding-right: 16px;
    padding-left: 16px;
  }

  .dropdown-nav-item {
    margin-bottom: 20px;
  }

  .nav-item-wrapper.button-mobile {
    margin-top: 40px;
  }

  .assignment-content {
    padding: 38px 25px;
  }

  .marg-bot-40 {
    margin-bottom: 128px;
  }

  .container-small-588px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

  .container-small-575px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .max-width-60.mobile-portrait-max-width-100 {
    max-width: 100%;
  }

  .testimonials-slider-left-arrow {
    left: 49px;
    right: auto;
    bottom: 4%;
  }

  .testimonial-wrapper {
    padding-right: 20px;
  }

  .testimonials-slider-right-arrow {
    left: 110px;
    right: auto;
    bottom: 4%;
  }

  .text-holder.blog {
    width: 100%;
  }

  ._65-page {
    width: 100%;
    padding-right: 0%;
  }

  ._35-right {
    width: 100%;
  }

  .blog-case-title {
    padding-right: 16px;
    padding-left: 16px;
  }

  .consultant-image {
    width: auto;
  }

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

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

  .testimonial20_mask {
    width: 95%;
  }

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

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

  .checkbox-field._2 {
    margin-left: 0px;
  }

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

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

  .container-vacancies-page {
    padding-right: 16px;
    padding-left: 16px;
  }

  .image-link.short {
    width: auto;
    height: 250px;
  }

  ._65-percent-column {
    width: 100%;
    margin-right: 10px;
    padding-right: 0px;
  }

  .text-box.latest-posts {
    width: 95%;
    margin-right: auto;
    margin-left: auto;
    padding-bottom: 0px;
  }

  .text-box.team {
    padding-right: 20px;
    padding-left: 20px;
    width: 86%;
  }

  .team-member>img {
    height: 350px !important;
  }

  ._35-percent-column {
    width: 100%;
  }

  .first-post {
    padding-bottom: 0px;
  }

  .team-title.black {
    font-size: 30px;
  }

  .container-small-700px {
    padding-right: 16px;
    padding-left: 16px;
  }

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

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

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

  .container-candidates {
    margin-top: 0px;
    padding-right: 0px;
    padding-left: 0px;
  }

  .search-row {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-self: stretch;
    -ms-flex-item-align: stretch;
    -ms-grid-row-align: stretch;
    align-self: stretch;
  }

  .team-member {
    width: 100%;
  }

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

  .hero-container {
    padding-right: 16px;
    padding-left: 16px;
  }

  .container-small-800px {
    padding-right: 16px;
    padding-left: 16px;
  }

  .refer-holder {
    margin-right: 15px;
    margin-left: 15px;
  }

  .assignments-col {
    padding-right: 0px;
    padding-left: 0px;
  }

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

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

  .search-holder {
    margin: 20px 0rem;
  }

  .rec-holder {
    margin-bottom: 30px;
  }

  .block-2 {
    margin-bottom: 128px;
  }
}

#w-node-d7888c23-ee99-e7b2-9ab0-1d1e47819541-c31f6993 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d7888c23-ee99-e7b2-9ab0-1d1e4781955f-c31f6993 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-d7888c23-ee99-e7b2-9ab0-1d1e4781957d-c31f6993 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Name-3.w-node-_62e11f01-f2b2-436e-6850-d29a2037c151-0b1f6996 {
  -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-_62e11f01-f2b2-436e-6850-d29a2037c152-0b1f6996 {
  -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-_62e11f01-f2b2-436e-6850-d29a2037c153-0b1f6996 {
  -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-_62e11f01-f2b2-436e-6850-d29a2037c154-0b1f6996 {
  -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-_62e11f01-f2b2-436e-6850-d29a2037c157-0b1f6996 {
  -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-_62e11f01-f2b2-436e-6850-d29a2037c15d-0b1f6996 {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_98ca5957-c382-bd4f-938a-d24f9c09e492-281f6997 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_98ca5957-c382-bd4f-938a-d24f9c09e4ab-281f6997 {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#Name-3.w-node-c5bb1359-b656-b257-0604-0a3cbab94708-b91f699d {
  -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-c5bb1359-b656-b257-0604-0a3cbab9470a-b91f699d {
  -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;
}

#Email-2.w-node-c5bb1359-b656-b257-0604-0a3cbab94709-b91f699d {
  -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-c5bb1359-b656-b257-0604-0a3cbab9470b-b91f699d {
  -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-c5bb1359-b656-b257-0604-0a3cbab9470e-b91f699d {
  -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-c5bb1359-b656-b257-0604-0a3cbab94714-b91f699d {
  -ms-grid-column: 4;
  grid-column-start: 4;
  -ms-grid-column-span: 1;
  grid-column-end: 5;
  -ms-grid-row: 4;
  grid-row-start: 4;
  -ms-grid-row-span: 1;
  grid-row-end: 5;
}

#w-node-_59bbc9b7-d211-0b26-93c5-066733971738-e51f699e {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-_59bbc9b7-d211-0b26-93c5-066733971751-e51f699e {
  -ms-grid-column-align: stretch;
  justify-self: stretch;
}

#w-node-bd001192-7179-d190-7f54-36333ba264cc-4f3d6e54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd001192-7179-d190-7f54-36333ba264dc-4f3d6e54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#w-node-bd001192-7179-d190-7f54-36333ba264ec-4f3d6e54 {
  -ms-grid-column: span 1;
  grid-column-start: span 1;
  -ms-grid-column-span: 1;
  grid-column-end: span 1;
  -ms-grid-row: span 1;
  grid-row-start: span 1;
  -ms-grid-row-span: 1;
  grid-row-end: span 1;
}

#Name-3.w-node-_62e11f01-f2b2-436e-6850-d29a2037c151-1f8697e7 {
  -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;
}

#phone.w-node-_62e11f01-f2b2-436e-6850-d29a2037c152-1f8697e7 {
  -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;
}

#Email-4.w-node-_20314f17-1310-9052-4086-d473ce58e557-1f8697e7 {
  -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;
}

#friend.w-node-_1555ef30-9e5e-6d7f-bf82-bc5d12eb8e94-1f8697e7 {
  -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;
}

#Experience.w-node-_62e11f01-f2b2-436e-6850-d29a2037c153-1f8697e7 {
  -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;
}

#Level.w-node-cd6fe012-5396-af66-b66a-e10c4fd2e657-1f8697e7 {
  -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;
}

#Job-Title.w-node-_721a7324-1ef5-1c7b-4af8-bf8e8f3c1c7f-1f8697e7 {
  -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;
}

#LinkedIn-Profile.w-node-_742033aa-4bac-72f8-c6a8-fda0ad0f8024-1f8697e7 {
  -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;
}

#Phone-Number.w-node-_27f10b25-0bd8-2840-4c57-11c3793ace3c-1f8697e7 {
  -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;
}

#Friends-Email-Address.w-node-_515eb3b3-4a70-bd7f-a7e8-b1411d06b555-1f8697e7 {
  -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;
}

#w-node-_62e11f01-f2b2-436e-6850-d29a2037c157-1f8697e7 {
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
  -ms-grid-column: 1;
  grid-column-start: 1;
  -ms-grid-column-span: 1;
  grid-column-end: 2;
  -ms-grid-row-align: center;
  align-self: center;
}

#How-do-you-know-them.w-node-_75da30dc-06ed-abb0-0ac1-a72f32b38428-1f8697e7 {
  -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;
}

#Why-are-you-referring-them.w-node-d621ad52-b348-6b20-05d0-6af1e971f263-1f8697e7 {
  -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;
}

#w-node-_62e11f01-f2b2-436e-6850-d29a2037c15d-1f8697e7 {
  -ms-grid-column: 2;
  grid-column-start: 2;
  -ms-grid-column-span: 1;
  grid-column-end: 3;
  -ms-grid-row: 7;
  grid-row-start: 7;
  -ms-grid-row-span: 1;
  grid-row-end: 8;
}

@media screen and (max-width: 991px) {
  #Name-3.w-node-c5bb1359-b656-b257-0604-0a3cbab94708-b91f699d {
    -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-c5bb1359-b656-b257-0604-0a3cbab94714-b91f699d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-_62e11f01-f2b2-436e-6850-d29a2037c157-1f8697e7 {
    -ms-grid-row: 13;
    grid-row-start: 13;
    -ms-grid-row-span: 1;
    grid-row-end: 14;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-_62e11f01-f2b2-436e-6850-d29a2037c15d-1f8697e7 {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 14;
    grid-row-start: 14;
    -ms-grid-row-span: 1;
    grid-row-end: 15;
  }
}

@media screen and (max-width: 767px) {
  #Name-3.w-node-c5bb1359-b656-b257-0604-0a3cbab94708-b91f699d {
    -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-c5bb1359-b656-b257-0604-0a3cbab94714-b91f699d {
    -ms-grid-column: 3;
    grid-column-start: 3;
    -ms-grid-column-span: 2;
    grid-column-end: 5;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #Message.w-node-_62e11f01-f2b2-436e-6850-d29a2037c153-0b1f6996 {
    -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;
  }

  #Name-3.w-node-c5bb1359-b656-b257-0604-0a3cbab94708-b91f699d {
    -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.w-node-c5bb1359-b656-b257-0604-0a3cbab9470a-b91f699d {
    -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;
  }

  #Email-2.w-node-c5bb1359-b656-b257-0604-0a3cbab94709-b91f699d {
    -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;
  }

  #w-node-c5bb1359-b656-b257-0604-0a3cbab9470b-b91f699d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 4;
    grid-row-start: 4;
    -ms-grid-row-span: 1;
    grid-row-end: 5;
  }

  #w-node-c5bb1359-b656-b257-0604-0a3cbab9470e-b91f699d {
    -ms-grid-row: 5;
    grid-row-start: 5;
    -ms-grid-row-span: 1;
    grid-row-end: 6;
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row-align: center;
    align-self: center;
  }

  #w-node-c5bb1359-b656-b257-0604-0a3cbab94714-b91f699d {
    -ms-grid-column: 1;
    grid-column-start: 1;
    -ms-grid-column-span: 1;
    grid-column-end: 2;
    -ms-grid-row: 6;
    grid-row-start: 6;
    -ms-grid-row-span: 1;
    grid-row-end: 7;
  }

  #Experience.w-node-_62e11f01-f2b2-436e-6850-d29a2037c153-1f8697e7 {
    -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;
  }

  #Level.w-node-cd6fe012-5396-af66-b66a-e10c4fd2e657-1f8697e7 {
    -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;
  }

  #How-do-you-know-them.w-node-_75da30dc-06ed-abb0-0ac1-a72f32b38428-1f8697e7 {
    -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;
  }

  #Why-are-you-referring-them.w-node-d621ad52-b348-6b20-05d0-6af1e971f263-1f8697e7 {
    -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;
  }
}

.side-menu-block.no-padding.sticky .side-menu-item a {
  max-height: 250px;
  width: 100%;
  object-fit: cover;
}

#case-studies-carousel .owl-dots button.active,
.owl-dots button.active {
  background-color: #fff !important;
}



#case-studies-carousel .owl-dots button {
  position: relative;
  display: inline-block;
  width: 1em;
  height: 1em;
  background-color: rgba(255, 255, 255, 0.4) !important;
  cursor: pointer;
  margin: 0 3px 0.5em;
  transition: background-color 100ms, color 100ms;
  border-radius: 100%;
}

#case-studies-carousel .owl-dots,
.owl-dots {
  text-align: center;
  margin-top: 20px;
}

.feature-holder h3.job-subheading {
  min-height: 45px;
}

.feature-holder .read-more-wrap {
  display: block;
  float: left;
}

.feature-holder img.arrow-large {
  float: left;
}

.feature-holder .read-more-link {
  float: left;
}

.button-secondary,
.button-primary {
  transform: none !important;
}

.owl-stage-outer .testimonial-wrapper img {
  height: 500px;
  object-fit: cover;
}