.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

body {
  color: #4b4b4b;
  font-family: sofia-pro, sans-serif;
  font-size: 1rem;
  line-height: 1.8;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

p {
  margin-bottom: 0;
}

a {
  color: #96c21e;
  cursor: pointer;
  text-decoration: none;
  transition: all .35s;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 1.5rem;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

img {
  height: auto;
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #03768d;
  margin-bottom: 1.5rem;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.page404_wrapper {
  height: 100vh;
  color: #fff;
  background-color: #03768d;
  justify-content: flex-start;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

._404-content-wrapper {
  z-index: 1;
  width: 100%;
  max-width: 75rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.d-flex-column-grow {
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

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

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

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

.padding-vertical.padding-xxlarge.padding-404 {
  flex: 1;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

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

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

.margin-top.auto {
  margin-top: auto;
}

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

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.styleguide_background {
  width: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, rgba(3, 118, 141, .2), rgba(3, 118, 141, 0));
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: stretch;
  display: grid;
  position: relative;
}

.overflow-auto {
  overflow: auto;
}

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

.styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.text-weight-semibold {
  font-size: 2rem;
  font-weight: 500;
}

.styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid rgba(3, 118, 141, .1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  justify-content: start;
  align-items: start;
  justify-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.styleguide_item.is-stretch {
  justify-items: stretch;
}

.styleguide_item-header {
  width: 100%;
  border-bottom: 1px solid rgba(0, 0, 0, .1);
  padding-bottom: 2rem;
}

.styleguide_heading-large {
  color: #03768d;
  font-size: 6rem;
  font-weight: 500;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.text-color-black {
  color: #000;
}

.text-color-grey {
  color: gray;
}

.styleguide_2-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.styleguide_2-col.is-align-start {
  align-items: start;
}

.styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-h3 {
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-h3.is-green {
  color: #96c21e;
}

.heading-h3.is-light {
  color: #fff;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

.text-rich-text p {
  margin-bottom: 1rem;
}

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.heading-h1 {
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.padding-global {
  padding-left: 2rem;
  padding-right: 2rem;
}

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

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

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

.overflow-hidden {
  overflow: hidden;
}

.styleguide_section-header {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid #000;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.styleguide_1-col {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.styleguide_empty-box {
  z-index: -1;
  height: 3rem;
  min-width: 3rem;
  background-color: rgba(150, 194, 30, .05);
  border: 1px dashed #96c21e;
  position: relative;
}

.styleguide_heading-medium {
  color: #1e1e1e;
  font-size: 4rem;
  font-weight: 500;
}

.styleguide_4-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.text-align-right.is-white {
  color: #fff;
}

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

.styleguide_item-wrapper {
  width: 100%;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.background-color-white {
  background-color: #fff;
}

.div-square.rounded_image-wrapper {
  height: auto;
  border-radius: 100% 100% 100% .75rem;
  position: relative;
  overflow: hidden;
}

.div-square.rounded_image-wrapper.right {
  border-bottom-right-radius: .75rem;
  border-bottom-left-radius: 100%;
}

.div-square.cta-team-image {
  max-width: 7.5rem;
  border-radius: 100% 100% .75rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.div-square.single_team-image {
  width: 5rem;
  max-width: 5rem;
  min-width: 5rem;
  background-color: rgba(150, 194, 30, .1);
  border-radius: 100% 100% .75rem;
  position: relative;
  overflow: hidden;
}

.div-square.timeline-image {
  height: auto;
  border-radius: 100% 100% 100% .75rem;
  position: relative;
  overflow: hidden;
}

.text-size-small {
  font-size: .875rem;
}

.heading-h4 {
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.background-color-grey {
  background-color: #f5f5f5;
}

.form_input {
  min-height: 3.5rem;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #eeeff0;
  border-radius: 6px;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
  position: relative;
}

.form_input::-ms-input-placeholder {
  color: rgba(0, 0, 0, 0);
}

.form_input::placeholder {
  color: rgba(0, 0, 0, 0);
}

.heading-h6 {
  font-size: 1.25rem;
  font-weight: 600;
  line-height: 1.2;
}

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

.styleguide_3-col {
  width: 100%;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.styleguide_3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: 1.5rem;
}

.styleguide_header {
  background-color: rgba(3, 118, 141, .05);
}

.heading-h2 {
  font-size: 2.75rem;
  font-weight: 600;
  line-height: 1.2;
}

.styleguide_label {
  color: #03768d;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: rgba(3, 118, 141, .1);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem;
  font-size: .625rem;
  font-weight: 500;
  line-height: 1.75;
  display: flex;
}

.styleguide_label.is-tag {
  background-color: rgba(3, 118, 141, .1);
}

.team_title-wrapper {
  display: flex;
  gap: 2rem;
}

.team_title-col {
  width: 50%;
}

.styleguide_label.is-hex {
  color: #000;
  background-color: #f5f5f5;
}

.heading-h5 {
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

.text-align-center.max-width-large {
  max-width: 55rem;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  box-shadow: none !important;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  background-color: #96c21e;
  border: 1px solid #96c21e;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  padding: .75rem 1.5rem .875rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.button:hover {
  background-color: #87b212;
  border-color: #87b212;
}

.button.is-text {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border: 2px solid rgba(0, 0, 0, 0);
  border-bottom-color: #1e1e1e;
  border-radius: 0;
  padding-left: 0;
  padding-right: 0;
}

.button.is-text.is-green {
  color: #96c21e;
  border-bottom-color: #96c21e;
}

.button.is-small {
  padding: .5rem 1.25rem;
  font-size: .875rem;
}

.button.is-large {
  padding: 1rem 2rem;
  font-size: 1.125rem;
}

.button.is-secondary {
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #1e1e1e;
}

.button.is-secondary:hover {
  background-color: rgba(3, 118, 141, .1);
}

.button.is-secondary.is-white {
  color: #fff;
  border-color: #fff;
}

.button.is-secondary.is-white:hover {
  background-color: rgba(255, 255, 255, .2);
}

.button.is-secondary.lighter-border {
  border-color: rgba(120, 120, 120, .2);
}

.button.is-secondary.lighter-border:hover {
  background-color: rgba(3, 118, 141, 0);
  border-color: #787878;
}

.button.is-job-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.button.is-basic {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  opacity: .6;
  color: #000;
  background-color: rgba(0, 0, 0, 0);
  border-width: 0;
  border-radius: 0;
  padding: .25rem 0;
  font-size: .875rem;
}

.button.is-basic:hover {
  opacity: 1;
}

.button.is-green.is-outline {
  color: #96c21e;
  background-color: rgba(0, 0, 0, 0);
}

.button.is-green.is-outline:hover {
  color: #fff;
  background-color: #96c21e;
}

.button.is-green.is-text {
  border-color: rgba(0, 0, 0, 0);
}

.button.is-green.is-text:hover {
  color: #87b212;
}

.button.is-green.is-large.button-content-center {
  justify-content: center;
}

.button.is-blue {
  background-color: #03768d;
  border-color: #03768d;
}

.button.is-blue:hover {
  background-color: #00667a;
  border-color: #00667a;
}

.button.is-blue.is-outline {
  color: #03768d;
  background-color: rgba(0, 0, 0, 0);
  border-color: #03768d;
}

.button.is-blue.is-outline:hover {
  color: #fff;
  background-color: #03768d;
}

.button.is-blue.is-text {
  color: #03768d;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-blue.is-text:hover {
  color: #00667a;
}

.button.is-dark {
  background-color: #1e1e1e;
  border-color: #1e1e1e;
}

.button.is-dark:hover {
  background-color: #000;
  border-color: #000;
}

.button.is-dark.is-outline {
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0);
  border-color: #1e1e1e;
}

.button.is-dark.is-outline:hover {
  color: #fff;
  background-color: #1e1e1e;
}

.button.is-dark.is-text {
  color: #1e1e1e;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

.button.is-dark.is-text:hover {
  color: #1e1e1e;
}

.button.is-white {
  color: #03768d;
  background-color: #fff;
  border-color: #fff;
}

.button.is-white:hover {
  color: #fff;
  background-color: rgba(255, 255, 255, .2);
}

.button.is-white.is-outline {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: #fff;
}

.button.is-white.is-outline:hover {
  color: #03768d;
  background-color: #fff;
}

.button.is-white.is-text {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  border-color: rgba(0, 0, 0, 0);
}

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

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

.styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  justify-items: start;
  display: grid;
}

.styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.button-group.align-center {
  justify-content: center;
}

.button-group.smaller-buttons {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-size: .75rem;
}

.button-group.smaller-buttons.mt-auto {
  margin-top: auto;
}

.hide, .styleguide_spacing-all {
  display: none;
}

.styleguide_color.is-1 {
  background-color: #000;
}

.styleguide_color.is-2 {
  background-color: #f5f5f5;
}

.styleguide_color.is-3 {
  background-color: #fff;
}

.section-header-usps {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #fff;
  background-color: #03768d;
  justify-content: center;
  align-items: flex-start;
}

.container {
  max-width: 75rem;
}

.navigation-wrapper {
  color: #fff;
  background-color: rgba(0, 0, 0, 0);
  transition: all .5s ease-out;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.brand_wrapper {
  width: 100%;
  max-width: 10rem;
  padding-left: 0;
}

.main-navigation {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  display: flex;
}

.top-navigation {
  grid-column-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2rem;
  font-size: .875rem;
  display: flex;
}

.top-navigation_trustpilot {
  grid-column-gap: 1rem;
  align-items: center;
  display: flex;
}

.is-bold {
  font-weight: 700;
}

.is-bold.is-dark {
  color: #1e1e1e;
}

.flex-inline {
  grid-column-gap: .5rem;
  align-items: center;
  display: flex;
}

.top-navigation_right-column {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex: 1;
  justify-content: flex-end;
  display: flex;
}

.top-navigation_link {
  grid-column-gap: .5rem;
  opacity: .8;
  color: #fff;
  align-items: center;
  display: flex;
}

.top-navigation_link:hover {
  opacity: 1;
}

.menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
}

.navigation-link {
  color: #fff;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem;
  font-size: .875rem;
}

.navigation-link:hover {
  opacity: .7;
}

.navigation_mobile-menu-open {
  display: none;
}

.top-navigation_icon, .button-icon {
  width: .875rem;
}

.button-icon.is-small {
  width: .75rem;
}

.button-icon.is-large {
  width: 1rem;
}

.button-icon.is-large.team-arrow {
  padding-bottom: .375rem;
}

.button-icon.is-xsmall {
  width: .625rem;
}

.button-icon.opacity-70 {
  opacity: .7;
}

.navigation-link_button {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  background-color: #96c21e;
  border: 1px solid #96c21e;
  border-radius: .25rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  padding: .75rem 1.5rem .875rem;
  font-weight: 500;
  line-height: 1.4;
  display: flex;
}

.navigation-link_button:hover {
  background-color: #87b212;
  border-color: #87b212;
}

.menu-links-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.mobile-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: 1;
  align-items: center;
  display: flex;
}

.footer_wrapper-top {
  justify-content: space-between;
  display: flex;
}

.spacer-border-small {
  border-bottom: 1px solid rgba(30, 30, 30, .1);
  margin: 3rem 0;
}

.footer_logo-wrapper {
  display: flex;
  align-items: center;
  gap: 1.5rem;
  flex-direction: row;
}

.footer_image-wrapper img {
  height: 36px;
  width: auto;
}

.space-border-vertical {
  width: 1px;
  height: 1.75rem;
  background: rgba(7, 19, 59, 0.10);
}

.footer_wrapper {
  flex-wrap: wrap;
  justify-content: space-between;
  margin: -1rem;
  display: flex;
}

.brand_footer {
  width: 100%;
  max-width: 10rem;
}

.footer_address {
  font-style: normal;
}

.footer_contact-link {
  color: #4b4b4b;
  display: inline-block;
}

.footer_contact-link:hover {
  color: #03768d;
}

.footer_contact-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.footer_social-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.footer_social-link {
  width: 2rem;
  height: 2rem;
  text-indent: -100000000px;
  border: 1px solid #787878;
  border-radius: .25rem;
  padding: .5rem;
  font-size: 0;
}

.footer_social-link:hover {
  background-color: rgba(30, 30, 30, .05);
  border-color: #1e1e1e;
}

.footer_social-icon {
  width: 1.5rem;
}

.footer_heading {
  color: #1e1e1e;
  font-weight: 700;
}

.footer_link-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  font-size: .875rem;
  display: flex;
}

.footer_link {
  color: #4b4b4b;
}

.footer_link:hover {
  color: #03768d;
}

.footer_column-outer {
  padding: 1rem;
}

.footer_bottom-wrapper {
  justify-content: space-around;
  display: flex;
}

.footer_bottom-flex {
  width: 50%;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-wrap: wrap;
  align-items: flex-start;
  font-size: .75rem;
  display: flex;
}

.footer_bottom-flex.credits {
  justify-content: flex-end;
}

.section {
  background-color: #fff;
}

.grid_two-column {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
}

.grid_two-column.content-align-center {
  align-items: center;
}

.grid-wrapper.contact-image-wrapper {
  height: 120%;
}

.spacer-border {
  border-bottom: 1px solid rgba(30, 30, 30, .1);
  padding-bottom: 4rem;
}

.grid_header-grid-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: center;
}

.header-usp_grid-wrapper {
  /* padding-top: 8rem;
  padding-bottom: 8rem; */
}

.header-slider {
  z-index: 1;
  height: 100vw;
  max-height: 35rem;
  flex-direction: column;
  align-items: center;
  overflow: hidden;
}

.section-header-image {
  color: #fff;
  background-color: #03768d;
  position: relative;
}

.section-header-image.light-background {
  color: #4b4b4b;
  background-color: #fff;
  background-image: linear-gradient(rgba(3, 118, 141, 0), rgba(3, 118, 141, .05));
}

.header_grid-wrapper {
  /* padding-top: 6rem;
  padding-bottom: 6rem; */
}

.header_image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header_prefound-brand {
  width: auto;
  height: 75rem;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.header_prefound-brand.align-right {
  margin-top: 0;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  transform: translate(50%, -10%);
}

.section_relative {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.section_relative.blue-background {
  background-color: #03768d;
}

.section_header-basic {
  color: #fff;
  background-color: #03768d;
  position: relative;
}

.section_header-basic.light-background {
  color: #4b4b4b;
  background-color: #fff;
  background-image: linear-gradient(rgba(3, 118, 141, 0), rgba(3, 118, 141, .05));
}

.header-basic_wrapper {
  max-width: 50rem;
}

.grid_header-contact {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
}

.contact_link-wrapper {
  width: 100%;
  max-width: 20rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1e1e1e;
  background-color: #fff;
  border-radius: .75rem;
  align-items: center;
  padding: 1.25rem;
  font-weight: 700;
  display: flex;
  box-shadow: 0 16px 2.5rem rgba(75, 75, 75, .1);
}

.contact_link-wrapper:hover {
  box-shadow: 0 16px 2.5rem rgba(75, 75, 75, .2);
}

.contact_link-icon {
  width: 1.5rem;
  min-width: 1.5rem;
}

.contact_link-arrow {
  width: 1rem;
  opacity: .6;
  margin-left: auto;
  transition: all .35s;
}

.contact_link-outer {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
  position: relative;
}

.form-wrapper {
  color: #1e1e1e;
  background-color: #fff;
  border-radius: .75rem;
  padding: 2.5rem;
  box-shadow: 0 16px 40px rgba(75, 75, 75, .1);
}

.usp-flex-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem;
  display: flex;
}

.usps_flex-single {
  width: 33.3333%;
  padding: 1rem;
}

.usps_inner {
  height: 100%;
  background-color: #fff;
  border-radius: .75rem;
  padding: 2rem;
  box-shadow: 0 16px 40px rgba(120, 120, 120, .05);
}

.usp_icon {
  width: 3rem;
}

.usp_heading-wrapper {
  max-width: 50rem;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.section_usps {
  background-color: #fff;
}

.branches_flex {
  flex-wrap: wrap;
  justify-content: center;
  margin: -.75rem;
  display: flex;
}

.branches_single {
  width: 25%;
  padding: .75rem;
}

.branches_single.internships {
  width: 33.3333%;
}

.branche_inner {
  width: 100%;
  height: 100%;
  color: #fff;
  background-color: #fff;
  border-radius: .75rem;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(120, 120, 120, .05);
}

.branche_inner.outline-branche {
  box-shadow: none;
  color: #1e1e1e;
  cursor: auto;
  border: 1px solid rgba(30, 30, 30, .1);
}

.image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.branche_background-wrapper {
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.branche_overlay {
  width: 100%;
  height: 100%;
  background-color: rgba(3, 118, 141, .8);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.branche_overlay.z-index-1 {
  z-index: 1;
  background-color: rgba(3, 118, 141, .4);
}

.branche_content-wrapper {
  z-index: 5;
  height: 100%;
  flex-direction: column;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.branche_icon {
  width: 2rem;
}

.d-inline {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  display: flex;
}

.d-inline.lighter-grey {
  color: #787878;
}

.numbers_flex {
  max-width: 65rem;
  flex-wrap: wrap;
  justify-content: center;
  margin: -1rem auto;
  display: flex;
}

.numbers_wrapper {
  width: 33.3333%;
  text-align: center;
  padding: 1rem;
  position: relative;
}

.numbers_border-right {
  width: 1.5px;
  height: 45%;
  background-color: rgba(75, 75, 75, .1);
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.heading-flex {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.arrow-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  display: flex;
}

.arrow-link {
  width: 3rem;
  height: 3rem;
  text-indent: -10000000px;
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: .25rem;
  justify-content: center;
  align-items: center;
  font-size: 0;
  display: flex;
}

.arrow-link:hover {
  border-color: rgba(30, 30, 30, .1);
}

.jobs_wrapper {
  flex-wrap: wrap;
  margin: -.75rem;
  display: flex;
}

.jobs_wrapper.vacancies-overview {
  margin: -.5rem;
}

.jobs_count {
  flex: 0 0 100%;
  margin-bottom: 1.5rem;
}

.jobs_single-wrapper {
  width: 33.3333%;
  padding: .75rem;
}

.jobs_single-wrapper.vacancies-overview {
  width: 50%;
  padding: .5rem;
}

.jobs_single-content {
  height: 100%;
  border-radius: .75rem;
  flex-direction: column;
  padding: 2.5rem;
  font-size: .875rem;
  transition: all .35s;
  display: flex;
  box-shadow: 0 0 1.5rem rgba(120, 120, 120, .1);
}

.jobs_single-content:hover {
  box-shadow: 0 0 1.5rem rgba(120, 120, 120, .25);
}

.jobs_single-content_header {
  color: #787878;
  justify-content: space-between;
  align-items: flex-start;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.jobs_single-content-header_tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  display: flex;
}

.jobs_single-content-header_tags-link {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  background-color: rgba(214, 234, 214, .3);
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .5rem;
  line-height: 1.25;
  display: flex;
}

.jobs_single-icon {
  width: .75rem;
}

.jobs_single-content_location {
  color: #787878;
  font-size: .875rem;
}

.regions_wrapper {
  flex-wrap: wrap;
  margin: -.75rem;
  display: flex;
}

.regions_single-wrapper {
  width: 50%;
  border-radius: .75rem;
  padding: .75rem;
}

.regions_single-link {
  width: 100%;
  height: 100%;
  color: #1e1e1e;
  background-color: #fff;
  border-radius: .75rem;
  padding: 1.5rem;
  line-height: 1.5;
  box-shadow: 0 8px 32px rgba(75, 75, 75, .05);
}

.regions_single-link:hover {
  color: #fff;
  background-color: #96c21e;
  box-shadow: 0 8px 32px rgba(75, 75, 75, .15);
}

.regions_single-link.variation {
  cursor: auto;
  border: 1px solid rgba(75, 75, 75, .1);
}

.regions_single-link.variation:hover {
  color: #1e1e1e;
  background-color: #fff;
  box-shadow: 0 8px 32px rgba(75, 75, 75, .05);
}

.regions_multiple {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: column;
  display: flex;
}

.section_timeline {
  color: #fff;
  background-color: #03768d;
}

.image-gallery_outer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: flex;
}

.image-gallery_first-row {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-gallery_title {
  width: 30%;
}

.image-gallery_two-images {
  width: 70%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.image-gallery_image-wrapper {
  width: 50%;
  height: 20rem;
  border-radius: .75rem;
  position: relative;
  overflow: hidden;
}

.image-gallery_image-wrapper.smaller-image {
  width: 30%;
}

.image-gallery_second-row {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section_review-slider {
  background-image: linear-gradient(rgba(3, 118, 141, 0), rgba(3, 118, 141, .05));
  overflow: hidden;
}

.reviews_wrapper {
  width: 300vw;
  flex-wrap: wrap;
  display: flex;
  overflow: hidden;
}

.reviews_single {
  width: 40vw;
  max-width: 35rem;
  padding: .75rem;
  transform: translate(-50%);
}

.reviews_inner {
  height: 100%;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  padding: 2.5rem;
  display: flex;
}

.reviews_bottom {
  align-items: flex-end;
  margin-top: auto;
  display: flex;
}

.star-icon {
  width: 1.25rem;
}

.reviews_star-wrapper {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  display: flex;
}

.reviews_brand {
  max-width: 4rem;
  margin-left: auto;
}

.reviews_bottom-title {
  color: #1e1e1e;
  line-height: 1.5;
}

.bg_light-dark {
  background-image: linear-gradient(rgba(3, 118, 141, 0), rgba(3, 118, 141, .05));
}

.bg_dark-light {
  background-image: linear-gradient(rgba(3, 118, 141, .05), rgba(3, 118, 141, 0));
}

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

.columns.two-columns {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-columns: 1fr 1fr;
}

.columns.two-columns.one-third {
  grid-template-columns: .66fr 1fr;
}

.columns.two-columns.two-third {
  grid-template-columns: 1fr .66fr;
}

.columns.two-columns.gap-small {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
}

.columns.two-columns.gap-none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.columns.three-columns {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.columns.three-columns.gap-small {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
}

.columns.three-columns.gap-none {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
}

.columns.content-align-center {
  align-items: center;
}

.columns.content-align-top {
  align-items: start;
}

.checkmarks-list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: flex-start;
  margin-bottom: .5rem;
  display: flex;
}

.checkmark-icon {
  width: 100%;
  max-width: 1.5rem;
  min-width: 1.5rem;
  margin-top: .25rem;
}

.image-wrapper {
  border-radius: .75rem;
  overflow: hidden;
}

.image-wrapper.contact-image {
  height: 100%;
  position: relative;
}

.video-wrapper {
  z-index: 1;
  cursor: pointer;
  border-radius: .75rem;
  margin-top: 2rem;
  margin-bottom: 2rem;
  position: relative;
  overflow: hidden;
}

.image-w-100 {
  width: 100%;
}

.video-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video_play-button {
  width: 5rem;
  height: 5rem;
  -webkit-backdrop-filter: blur(2px);
  backdrop-filter: blur(2px);
  background-image: url('../images/icon_play.svg'), linear-gradient(rgba(255, 255, 255, .5), rgba(255, 255, 255, .5));
  background-position: 60%, 0 0;
  background-repeat: no-repeat, repeat;
  background-size: 28px, auto;
  border-radius: 50rem;
  margin: auto;
  transition: all .3s;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_single {
  border-radius: .75rem;
  transition: all .3s;
  position: relative;
  overflow: hidden;
}

.faq_single.open {
  background-color: rgba(3, 118, 141, .05);
}

.faq-question {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #1e1e1e;
  cursor: pointer;
  border-bottom: 1px solid rgba(3, 118, 141, .1);
  justify-content: space-between;
  align-items: center;
  padding: 1.5rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  transition: all .35s;
  display: flex;
}

.faq-question:hover {
  background-color: rgba(3, 118, 141, .05);
}

.faq-answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  position: relative;
  overflow: hidden;
}

.faq-rich-text-wrapper {
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
}

.faq_side {
  width: 1.5rem;
  height: 1.5rem;
  min-height: 1.5rem;
  min-width: 1.5rem;
  border: 2px solid #1e1e1e;
  border-radius: 100%;
  position: relative;
}

.faq_plus-line {
  width: .5rem;
  height: .125rem;
  background-color: #1e1e1e;
  border-radius: .25rem;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.faq_plus-line.rotated {
  transform: rotate(90deg);
}

.blog_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: -.75rem;
  display: flex;
}

.blog_single-wrapper {
  width: 33.3333%;
  padding: .75rem;
}

.blog_single-inner {
  width: 100%;
  height: 100%;
  color: #1e1e1e;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(30, 30, 30, .03);
}

.blog_single-inner:hover {
  box-shadow: 0 16px 40px rgba(120, 120, 120, .08);
}

.blog_single-image-wrapper {
  max-height: 13rem;
  overflow: hidden;
}

.blog_single-content-wrapper {
  flex-direction: column;
  flex: 1;
  padding: 2rem;
  display: flex;
}

.blog_single-header {
  align-items: flex-start;
  font-size: .875rem;
  display: flex;
}

.blog_single-content-tag {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #96c21e;
  background-color: rgba(214, 234, 214, .3);
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .5rem;
  line-height: 1.25;
  display: flex;
}

.blog_single-bottom {
  color: #787878;
  justify-content: space-between;
  align-items: center;
  margin-top: auto;
  font-size: .875rem;
  display: flex;
}

.team_wrapper {
  flex-wrap: wrap;
  justify-content: center;
  margin: -.75rem;
  display: flex;
}

.team_single-wrapper {
  width: 25%;
  padding: .75rem;
}

.team_link-wrapper {
  width: 100%;
  height: 100%;
  color: #1e1e1e;
  border-radius: .75rem;
  flex-direction: column;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(75, 75, 75, .03);
}

.team_link-wrapper:hover {
  box-shadow: 0 16px 40px rgba(75, 75, 75, .1);
}

.team_content-wrapper {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  padding: 1.5rem;
  display: flex;
}

.team_single-bottom {
  color: #787878;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: auto;
  font-size: .875rem;
  display: flex;
}

.team_image-wrapper {
  max-height: 22.5rem;
  overflow: hidden;
}

.contact_wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.contact_single-wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  color: #1e1e1e;
  align-items: flex-start;
  display: flex;
}

.contact_icon {
  width: 1.5rem;
  padding-top: .25rem;
}

.desktop-image-fill {
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.cta-wrapper {
  max-width: 45rem;
  text-align: center;
  background-color: #03768d;
  border-radius: .75rem;
  margin-left: auto;
  margin-right: auto;
  padding: 2.5rem;
}

.page404 {
  color: #fff;
  background-color: #03768d;
}

.image-404 {
  z-index: 0;
  width: 100rem;
  max-width: none;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: translate(-50%);
}

.page-password {
  color: #fff;
  background-color: #03768d;
}

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

.max-width-large {
  max-width: 60rem;
}

.max-width-large.centered {
  margin-left: auto;
  margin-right: auto;
}

.max-width-medium {
  max-width: 45rem;
}

.max-width-medium.centered {
  margin-left: auto;
  margin-right: auto;
}

.header-usp_slider-dots {
  grid-column-gap: .25rem;
  background-color: #fff;
  border-radius: .255rem;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  padding: .5rem;
  display: flex;
}

.header-usp-slider-dot {
  width: 1rem;
  height: .5rem;
  background-color: rgba(30, 30, 30, .1);
  border-radius: 20rem;
}

.header-usp-slider-dot.active {
  width: 2rem;
  background-color: #96c21e;
  transition: all .35s;
}

.header-usp_image-height-wrapper {
  height: 100%;
  position: relative;
}

.header-text-usps-wrapper {
  border-radius: .75rem;
  padding-bottom: 3rem;
  padding-left: 2.5rem;
  padding-right: 2rem;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: translate(0);
}

.header-text-usp {
  width: 100%;
  grid-column-gap: 1rem;
  color: #1e1e1e;
  text-align: left;
  background-color: #fff;
  border-radius: .75rem;
  align-items: center;
  padding: 1rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 40px rgba(30, 30, 30, .2);
}

.header_usp-wrapper {
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr .8fr;
  align-items: center;
  margin: -2rem;
  display: flex;
}

.header_usp-wrapper-padding {
  width: 50%;
  align-self: center;
  padding: 2rem;
}

.header_usp-wrapper-padding.image-side {
  text-align: center;
  padding-left: 0;
}

.header-usp_image-wrapper {
  height: 100%;
  border-radius: .75rem;
  margin-left: 4rem;
  position: relative;
  overflow: hidden;
}

.header-usp-icon {
  width: 2rem;
  min-width: 2rem;
}

.section-header-contact {
  color: #fff;
  background-color: #03768d;
  position: relative;
  overflow: hidden;
}

.section_blog-header, .section_blog-single-header {
  position: relative;
}

.single_blog-categories {
  grid-column-gap: .5rem;
  margin-bottom: 1rem;
  font-size: .875rem;
  display: flex;
}

.single_blog-date {
  color: #787878;
  font-size: .875rem;
}

.single_header-image {
  max-height: 22.5rem;
  border-radius: .75rem;
  overflow: hidden;
}

.single_bottom-wrapper {
  grid-column-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.single_social-link {
  width: 1.75rem;
  height: 1.75rem;
  text-indent: -100000000px;
  border: 1px solid #787878;
  border-radius: .25rem;
  padding: .5rem;
  font-size: 0;
}

.single_social-link:hover {
  background-color: rgba(30, 30, 30, .05);
  border-color: #1e1e1e;
}

.single_social-link.share-button {
  background-color: #96c21e;
  border-color: #96c21e;
  padding: .375rem;
}

.single_social-link.share-button:hover {
  background-color: #87b212;
  border-color: #87b212;
}

.single_author-wrapper {
  grid-column-gap: 2rem;
  border: 1px solid rgba(75, 75, 75, .1);
  border-radius: .75rem;
  align-items: center;
  margin-bottom: 1rem;
  padding: 1.5rem;
  display: flex;
}

.single_author-information {
  flex: 1;
}

.single_call-to-action {
  background-color: rgba(3, 118, 141, .03);
  border-radius: .75rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 3rem;
  display: flex;
}

.is-dark {
  color: #1e1e1e;
}

.faq_category-wrapper {
  max-width: 45rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-suplabel {
  font-size: 1.25rem;
  font-weight: 400;
}

.section_team-detail {
  color: #fff;
  background-color: #03768d;
  position: relative;
}

.grid_header-team {
  grid-column-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
}

.header_team-image {
  border-radius: .75rem;
  overflow: hidden;
}

.team_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-items: top;
  display: flex;
  flex-wrap: wrap;
}
.team_bottom h3 {
  margin-right: auto;
}

.header_team {
  position: relative;
}

.header_team-content {
  color: #4b4b4b;
  position: relative;
}

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

.filter-heading-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.filter-tags {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f3f9f3;
  border-radius: 20rem;
  justify-content: space-between;
  align-items: center;
  padding: .375rem .75rem;
  font-size: .875rem;
  line-height: 1.5;
  display: flex;
}

.filter-tags:hover {
  background-color: rgba(150, 194, 30, .2);
}

.filter-close-tag {
  width: .75rem;
  height: .75rem;
  min-height: .75rem;
  min-width: .75rem;
  background-color: #96c21e;
  border-radius: 20rem;
  position: relative;
}

.filter-close-tag-line {
  width: 50%;
  height: 1px;
  background-color: #fff;
  border-radius: 20rem;
  margin: auto;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  transform: rotate(45deg);
}

.filter-close-tag-line.rotated {
  transform: rotate(-45deg);
}

.filter-tags-wrapper {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab-button {
  width: 280px;
  opacity: .7;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  justify-content: center;
  align-items: center;
  padding-bottom: 16px;
  font-size: 15px;
  display: flex;
}

.tab-button.w--current {
  opacity: 1;
  color: #151c34;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.desktop-timeline-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
}

.timeline-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-around;
  display: flex;
  position: relative;
}

.timeline_line {
  width: 100%;
  height: .125rem;
  background-image: linear-gradient(to right, rgba(255, 255, 255, 0) 1%, rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 99%);
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 2.125rem;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.timeline-step {
  color: #fff;
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.timeline-step.w--current {
  background-color: rgba(0, 0, 0, 0);
}

.timeline-tabs {
  margin-top: 3rem;
}

.mobile-timeline-wrapper {
  display: none;
}

.timeline-wrapper {
  position: relative;
}

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

.section_vacature-header {
  position: relative;
}

.heading-h0 {
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.2;
}

.heading-h0.is-bold {
  font-weight: 700;
}

.heading-h0.is-bold.is-white {
  color: #fff;
}

.jobs_header-tag {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  color: #fff;
  background-color: rgba(214, 234, 214, .3);
  border-radius: .25rem;
  align-items: center;
  padding: .25rem .5rem;
  line-height: 1.25;
  display: flex;
}

.job_contact-wrapper {
  width: 100%;
  background-color: #fff;
  border-radius: .75rem;
  margin-top: 2rem;
  padding: 3rem;
  box-shadow: 0 0 2rem rgba(75, 75, 75, .1);
  position: sticky;
  top: 80px;
}

.job_contact-header {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-is-green {
  color: #96c21e;
}

.text-is-green.d-block {
  display: block;
}

.job_contact-image {
  max-height: 7.5rem;
  max-width: 7.5rem;
  min-height: 7.5rem;
  min-width: 7.5rem;
  object-fit: cover;
  border-radius: 100% 100% 100% .75rem;
  overflow: hidden;
}

.text-opacity-60 {
  color: #787878;
}

.jobs_contact-link {
  width: 100%;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: rgba(3, 118, 141, .03);
  border-radius: .5rem;
  justify-content: space-between;
  padding: .75rem 1.5rem;
  display: flex;
}

.jobs_contact-link-left {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #1e1e1e;
  font-weight: 500;
  display: flex;
}

.jobs_contact-links {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1.5px solid rgba(30, 30, 30, .1);
  flex-direction: column;
  margin-bottom: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.grid_vacature-header {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .65fr;
}

.jobs_contact-icon {
  width: 1.25rem;
  min-width: 1.25rem;
}

.credits-logo {
  width: 1.5rem;
}

.credits-link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  opacity: .7;
  color: #1e1e1e;
  align-items: center;
  line-height: 1.2;
  display: flex;
}

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

.section_vacature-header:after {
    content: "";
    width: 100vw;
    position: absolute;
    background: #FFF;
    z-index: 0;
}

@media screen and (max-width: 991px) {
  .mobile-action-button {
    display: block;
    position: fixed;
    bottom: 0;
    background: #fff;
    width: 100%;
    padding: 16px 24px;
    z-index: 999;
    box-shadow: 0 0 2rem rgba(75, 75, 75, .1);
  }

  ._404-content-wrapper {
    color: rgba(255, 255, 255, .8);
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .styleguide_2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .heading-h1.is-light {
    color: #fff;
  }

  .styleguide_1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .styleguide_heading-medium {
    font-size: 3rem;
  }

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

  .div-square.rounded_image-wrapper {
    max-width: 40rem;
    margin-left: auto;
    margin-right: auto;
  }

  .div-square.timeline-image {
    max-width: 20rem;
    margin-left: auto;
    margin-right: 0;
  }

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

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

  .styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .brand_wrapper {
    z-index: 9999;
  }

  .main-navigation, .top-navigation {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .menu-wrapper {
    width: 100vw;
    height: 100vh;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    display: none;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .navigation-link {
    color: #1e1e1e;
    border-bottom: 1.5px solid rgba(3, 118, 141, .05);
    padding: 1rem 0;
    font-size: 1.25rem;
  }

  .navigation_mobile-menu-open {
    z-index: 1;
    color: #fff;
    text-transform: uppercase;
    padding: .5rem .7rem .5rem .75rem;
    font-size: .75rem;
    line-height: 1.25;
    display: block;
    position: relative;
  }

  .menu-icon {
    width: 2rem;
    height: 1.5rem;
  }

  .navigation-link_button {
    border-width: 1.5px;
    border-color: #96c21e;
    margin-top: 1rem;
    margin-left: 0;
    margin-right: auto;
    padding: 1rem 2rem 1.25rem;
    font-size: 1.25rem;
  }

  .menu-links-wrapper {
    width: 100%;
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .mobile-container {
    width: 100vw;
    height: 100vh;
    color: #1e1e1e;
    background-color: #fff;
    flex-direction: column;
    flex: 0 auto;
    padding: 9rem 2rem 2rem;
    position: absolute;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .top-navigation-wrapper {
    overflow: hidden;
  }

  .footer_column-outer {
    width: 33.3333%;
  }

  .footer_column-outer.first-column {
    padding-bottom: 3rem;
  }

  .grid_two-column {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .grid_two-column.content-align-center {
    grid-template-columns: 1fr;
  }

  .grid-wrapper.contact-image-wrapper {
    height: 100%;
  }

  .grid_header-grid-large {
    grid-row-gap: 6rem;
    grid-template-columns: 1fr;
  }

  .header-usp_grid-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header-slider {
    height: 100%;
    max-width: 35rem;
    min-height: 50vw;
    margin-left: auto;
    margin-right: auto;
  }

  .header_grid-wrapper {
    padding-top: 0;
    padding-bottom: 0;
  }

  .header_prefound-brand.align-right {
    transform: translate(50%, -20%);
  }

  .grid_header-contact {
    grid-template-columns: 1fr;
  }

  .contact_link-outer {
    flex-direction: row;
  }

  .usps_flex-single, .branches_single, .branches_single.internships, .jobs_single-wrapper {
    width: 50%;
  }

  .jobs_single-wrapper.vacancies-overview {
    width: 100%;
  }

  .jobs_single-content {
    padding: 2rem;
  }

  .map-image {
    max-width: 35rem;
  }

  .image-gallery_image-wrapper {
    height: 15rem;
  }

  .reviews_single {
    width: 50%;
    transform: translate(0%);
  }

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

  .columns.two-columns.one-third, .columns.two-columns.two-third {
    grid-template-columns: 1fr;
  }

  .columns.two-columns.gap-small {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .columns.three-columns {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .columns.three-columns.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .image-w-100 {
    object-fit: cover;
  }

  .faq-question {
    padding: 1rem 1.5rem;
    line-height: 1.5;
  }

  .blog_single-wrapper {
    width: 50%;
  }

  .team_single-wrapper {
    width: 33.3333%;
  }

  .contact_wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: row;
  }

  .desktop-image-fill {
    position: relative;
  }

  .image-404 {
    transform: translate(-60%);
  }

  .header-text-usps-wrapper {
    padding-bottom: 2rem;
    padding-right: 4rem;
  }

  .header_usp-wrapper {
    grid-template-columns: 1fr;
  }

  .header_usp-wrapper-padding {
    width: 100%;
  }

  .header_usp-wrapper-padding.image-side {
    align-self: stretch;
  }

  .header-usp_image-wrapper {
    margin-right: 2rem;
  }

  .desktop-timeline-wrapper {
    display: none;
  }

  .timeline_line {
    width: .125rem;
    height: 100%;
    background-image: linear-gradient(rgba(255, 255, 255, 0), rgba(255, 255, 255, .35) 50%, rgba(255, 255, 255, 0) 99%);
    top: 0;
    left: 7px;
  }

  .timeline_line.desktop-timeline {
    display: none;
  }

  .timeline-step {
    padding-left: 0;
  }

  .mobile-timeline-wrapper {
    display: flex;
    position: relative;
  }

  .timeline-icon {
    width: 1rem;
    min-width: 1rem;
    position: absolute;
    top: 11.5rem;
    bottom: auto;
    left: -2rem;
    right: auto;
  }

  .timeline-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-direction: column;
    padding-left: 2rem;
    display: flex;
  }

  .timeline-columns {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
    position: relative;
  }

  .timeline_image-wrapper {
    max-width: 10rem;
  }

  .grid_vacature-header {
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .page404_wrapper {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

  .styleguide_heading-large {
    font-size: 3rem;
  }

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

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

  .padding-global {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .styleguide_section-header {
    font-size: .875rem;
  }

  .styleguide_heading-medium {
    font-size: 2rem;
  }

  .div-square.rounded_image-wrapper {
    max-width: 80%;
  }

  .heading-h4 {
    font-size: 1rem;
  }

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

  .text-size-large {
    font-size: 1.25rem;
  }

  .heading-h2 {
    font-size: 2rem;
  }

  .heading-h5 {
    font-size: 1.5rem;
  }

  .main-navigation, .top-navigation {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .top-navigation_trustpilot {
    display: none;
  }

  .top-navigation_right-column {
    justify-content: space-between;
  }

  .mobile-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_column-outer {
    width: 50%;
  }

  .footer_column-outer.first-column {
    width: 100%;
  }

  .grid_two-column {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .header_prefound-brand.align-right {
    transform: translate(50%, -30%);
  }

  .contact_link-outer {
    flex-direction: column;
  }

  .usp-flex-wrapper {
    margin: -.75rem;
  }

  .usps_flex-single {
    width: 100%;
    padding: .75rem;
  }

  .usps_inner {
    padding: 1.5rem;
  }

  .branches_flex {
    margin: -.75rem;
  }

  .branches_single {
    padding: .75rem;
  }

  .branche_inner {
    padding: 1.5rem;
  }

  .numbers_wrapper {
    width: 50%;
  }

  .heading-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .jobs_single-wrapper {
    width: 100%;
  }

  .image-gallery_first-row {
    flex-wrap: wrap;
  }

  .image-gallery_title, .image-gallery_two-images {
    width: 100%;
  }

  .image-gallery_image-wrapper {
    width: 48%;
  }

  .image-gallery_image-wrapper.smaller-image {
    width: 100%;
    height: 80vw;
    max-height: 30rem;
    order: -1;
  }

  .image-gallery_second-row {
    flex-wrap: wrap;
  }

  .blog_single-wrapper {
    width: 100%;
  }

  .blog_single-content-wrapper {
    padding: 1.5rem;
  }

  .team_single-wrapper {
    width: 50%;
  }

  .cta-wrapper {
    padding: 2rem;
  }

  .image-404 {
    width: 75rem;
  }

  .header-usp_image-height-wrapper {
    max-height: 30rem;
  }

  .header_usp-wrapper {
    margin: -1rem;
  }

  .header_usp-wrapper-padding {
    padding: 1rem;
  }

  .header_usp-wrapper-padding.image-side {
    margin-bottom: 3rem;
  }

  .header-usp_image-wrapper {
    margin-right: 3rem;
  }

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

  .grid_vacancies-overview {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .tab-button {
    justify-content: flex-start;
  }

  .heading-h0 {
    font-size: 2.5rem;
  }

  .job_contact-wrapper {
    padding: 2rem;
  }

  .single_author-wrapper {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .single_call-to-action {
    padding: 2rem;
  }

  .team_title-wrapper {
    flex-direction: column;
  }
  
  .team_title-col {
    width: 100%;
  }
}

@media screen and (max-width: 479px) {
  .page404_wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

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

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .padding-global {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .div-square.rounded_image-wrapper, .div-square.timeline-image {
    max-width: 100%;
  }

  .main-navigation {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .top-navigation {
    padding-left: 1rem;
    padding-right: 1rem;
    display: none;
  }

  .mobile-container {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .footer_column-outer {
    width: 100%;
  }

  .footer_column-outer.first-column {
    padding-bottom: 1rem;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .footer_bottom-flex {
    width: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .footer_bottom-flex.credits {
    justify-content: flex-start;
  }

  .header-slider {
    min-height: 75vw;
  }

  .header_prefound-brand.align-right {
    height: 50rem;
    max-width: none;
    transform: translate(70%);
  }

  .contact_link-wrapper {
    flex-wrap: wrap;
    max-width: initial;
  }

  .branches_flex {
    margin: -.5rem;
  }

  .branches_single,
  .branches_single.internships {
    width: 100%;
    padding: .5rem;
  }

  .numbers_wrapper {
    width: 100%;
  }

  .numbers_border-right {
    width: 30%;
    height: 1.5%;
    margin-bottom: 0;
    margin-left: auto;
    margin-right: auto;
    left: 0;
    right: 0;
  }

  .jobs_single-content {
    padding: 1.5rem;
  }

  .regions_single-wrapper {
    width: 100%;
  }

  .regions_single-link {
    padding: 1rem;
  }

  .map-image {
    width: 100%;
  }

  .columns.two-columns {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .columns.two-columns.gap-small {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .faq-question {
    padding-right: 4.5rem;
  }

  .team_single-wrapper {
    width: 100%;
  }

  .contact_wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
  }

  .cta-wrapper {
    padding: 1.5rem;
  }

  .image-404 {
    transform: translate(-70%);
  }

  .header-text-usps-wrapper {
    padding-bottom: .5rem;
    padding-left: .5rem;
    padding-right: 1rem;
    left: .5rem;
    right: .5rem;
  }

  .header-text-usp {
    padding: 1rem;
    font-size: 1rem;
  }

  .header_usp-wrapper-padding.image-side {
    margin-bottom: 2rem;
  }

  .header-usp_image-wrapper {
    margin-left: 2rem;
    margin-right: 1rem;
  }

  .timeline-icon {
    top: 9rem;
  }

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

  .timeline_image-wrapper {
    max-width: 7.5rem;
  }

  .job_contact-wrapper {
    padding: 1.5rem;
  }

  .job_contact-header {
    padding-bottom: 1rem;
  }

  .job_contact-image {
    display: none;
  }

  .jobs_contact-link {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .jobs_contact-links {
    margin-bottom: 1.5rem;
    padding-bottom: 1.5rem;
  }
  .footer_wrapper-top {
    flex-direction: column;
    align-items: center;
    gap: 1.5rem;
  }
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-1699a9b5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-1699a9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-1699a9b5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-1699a9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-1699a9b5 {
  justify-self: start;
}

#w-node-a11c4c5c-853d-3762-9db6-ad5da38e17a2-1699a9b5, #w-node-d66277a2-14ce-7e1b-0dcd-d3dd56a03012-1699a9b5, #w-node-c8dd6671-d603-4d00-840d-6ca4838bc139-1699a9b5, #w-node-dfd8a4e9-168e-3441-ced0-1fe7756c3f16-1699a9b5, #w-node-f58a6773-3e0e-63f6-86f3-21ca8d45f1b3-1699a9b5, #w-node-_80d8d747-f94f-853e-ec4c-b54214bacc13-1699a9b5, #w-node-daee80b6-19b4-ed15-f64f-8cbcf7ab11e6-1699a9b5, #w-node-_9446118c-f4ae-eba6-e2e5-b496092effb3-1699a9b5, #w-node-cef0caa7-5c94-bd5f-b6c0-4a017434b524-1699a9b5, #w-node-cfa9af4f-28f0-5fa8-b99d-8d50d60113ed-1699a9b5, #w-node-_237a1c6c-d4b8-6c25-3ed8-93f002b4364d-1699a9b5, #w-node-_4a325331-ba72-ac4b-f2fd-65ba5d571955-1699a9b5, #w-node-c7f70f38-15ac-7dd3-fc17-add4072d628b-1699a9b5, #w-node-_81c0da6e-b4a1-1913-679c-b215a9d8c845-1699a9b5, #w-node-_62335405-500a-d095-7a66-7023903364e4-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-1699a9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-1699a9b5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-1699a9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-1699a9b5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-1699a9b5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-1699a9b5, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-1699a9b5 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-1699a9b5, #w-node-a80d5bcb-5082-7b84-4a21-8e1436facb6f-07655669, #w-node-fa9c8ae7-8b3f-b1d5-02d1-f76eb805057e-07655669, #w-node-b0d41b09-cb2f-77fe-2cde-5c1e6baf5a3a-07655669, #w-node-_501e7483-1a60-2945-331c-65f54e2e1f87-07655669, #w-node-_3ae1bf71-6a9f-82e8-9c88-67a759173a9c-07655669, #w-node-_8aeeb593-00cc-7f64-334c-cdd747632fa3-07655669, #w-node-_066eb740-d02f-0b36-463d-d497c41c8088-07655669, #w-node-_7271673e-66e8-1914-83a5-369194b53033-94b5302e, #w-node-_7271673e-66e8-1914-83a5-369194b5303b-94b5302e, #w-node-_55c5b91e-9193-835e-812d-b6ea86e9721f-68507460, #w-node-bab04dc6-6a15-3d92-0014-052be03dc43b-68507460, #w-node-_8536fbfe-9106-2846-417f-c7ab7537023b-68507460, #w-node-_8536fbfe-9106-2846-417f-c7ab75370264-68507460, #w-node-_71ca298d-294c-a06a-fdab-95d5d1c03a8d-68507460, #w-node-_71ca298d-294c-a06a-fdab-95d5d1c03a8e-68507460, #w-node-_76c30698-948a-b867-f478-6aa72608849a-68507460, #w-node-_76c30698-948a-b867-f478-6aa7260884a6-68507460, #w-node-_661c5d90-e6f7-5912-c6b9-d9b302380333-68507460, #w-node-_661c5d90-e6f7-5912-c6b9-d9b30238033f-68507460, #w-node-_2dff4fe7-d2ea-8968-a893-2e09ab3ac758-68507460, #w-node-_2dff4fe7-d2ea-8968-a893-2e09ab3ac764-68507460, #w-node-_168f40bf-9508-b7c0-ea95-872e8feda5fb-68507460, #w-node-_168f40bf-9508-b7c0-ea95-872e8feda607-68507460, #w-node-bdd77699-50a4-a177-d5f5-c5ffc997271f-68507460, #w-node-bdd77699-50a4-a177-d5f5-c5ffc997272b-68507460, #w-node-_1b71ae1f-b722-d32a-f271-8e49f852bd52-68507460, #w-node-_1b71ae1f-b722-d32a-f271-8e49f852bd5e-68507460, #w-node-_6593cc21-a16f-7619-293d-f028d38265e5-68507460, #w-node-_6593cc21-a16f-7619-293d-f028d38265f4-68507460, #w-node-_210ead10-5d6a-5dcf-7e12-3a9959c65702-68507460, #w-node-_210ead10-5d6a-5dcf-7e12-3a9959c65711-68507460, #w-node-_5353c03c-6eae-fcff-29a6-8b7db6e56b7c-68507460, #w-node-_5353c03c-6eae-fcff-29a6-8b7db6e56b8b-68507460, #w-node-_70799b1c-49fb-96f8-6d46-2dae20e96b3a-68507460, #w-node-_70799b1c-49fb-96f8-6d46-2dae20e96b49-68507460, #w-node-_9e649ffa-fc07-49cd-f16f-f3f1fd2998a0-68507460, #w-node-_9e649ffa-fc07-49cd-f16f-f3f1fd2998af-68507460, #w-node-ae07f97f-493f-d60e-1ccf-784afe720815-68507460, #w-node-ae07f97f-493f-d60e-1ccf-784afe720816-68507460, #w-node-_339fa7d5-0074-b1c7-d47b-f51b94cdc567-b7506bee, #w-node-_6920e010-49e7-005a-b3a1-f8764cfa9004-b7506bee, #w-node-e98da39b-fa53-9c63-65b2-257757bb8071-b7506bee, #w-node-ab06de3f-0ffa-3c3d-5214-85942f8263f2-b7506bee, #w-node-df3cb1e4-7a0a-364a-003c-0f6ff120851e-b7506bee, #w-node-a1990a2b-4de4-2636-ff03-ac7cb89197f1-b7506bee, #w-node-_613b7bf1-69b9-65ee-fd4b-dcc8c7eb4872-b7506bee, #w-node-_5860b8d1-21eb-9440-8df8-45f2567e40ed-b7506bee, #w-node-_06547db8-2eaa-10f0-99e2-7a74e9278d71-b7506bee, #w-node-_06547db8-2eaa-10f0-99e2-7a74e9278d72-b7506bee, #w-node-ba8a168b-aeb5-43d8-f180-47c795b8db21-b7506bee, #w-node-ba8a168b-aeb5-43d8-f180-47c795b8db22-b7506bee, #w-node-_1da7d6f0-69ac-a53d-c109-c143bec308d3-b7506bee, #w-node-_1da7d6f0-69ac-a53d-c109-c143bec308d4-b7506bee, #w-node-_220dc9e6-e8f1-a6ab-9a6e-80a87010a9cc-b7506bee, #w-node-_220dc9e6-e8f1-a6ab-9a6e-80a87010a9cd-b7506bee, #w-node-e80317ec-b6a5-e121-c807-7f8f6bd2b381-b7506bee, #w-node-e80317ec-b6a5-e121-c807-7f8f6bd2b382-b7506bee, #w-node-_772a894c-eb34-cbd2-b3e2-4517402a18e7-b7506bee, #w-node-_772a894c-eb34-cbd2-b3e2-4517402a18e8-b7506bee, #w-node-ce540ac2-8a83-b4c8-46a3-fd322fe225c8-b7506bee, #w-node-ce540ac2-8a83-b4c8-46a3-fd322fe225c9-b7506bee, #w-node-_366a5abd-a670-2b05-fd7e-f7e0a0b6fa74-b7506bee, #w-node-_366a5abd-a670-2b05-fd7e-f7e0a0b6fa75-b7506bee, #w-node-b489b306-35ee-25ca-4750-555e7679a6ad-b7506bee, #w-node-b489b306-35ee-25ca-4750-555e7679a6ae-b7506bee, #w-node-b489b306-35ee-25ca-4750-555e7679a6af-b7506bee, #w-node-_1956395c-b5a5-c6e2-bb66-62464f891479-b7506bee, #w-node-_1956395c-b5a5-c6e2-bb66-62464f89147a-b7506bee, #w-node-_1956395c-b5a5-c6e2-bb66-62464f89147b-b7506bee, #w-node-_2c1415e0-042c-dcaa-a9e2-55d85185f22c-b7506bee, #w-node-_2c1415e0-042c-dcaa-a9e2-55d85185f22d-b7506bee, #w-node-a94227e7-d39d-73b1-b579-44ebf99bad97-b7506bee, #w-node-_16b774e3-4b18-b2dc-1d8b-f20f1ead551d-b7506bee, #w-node-_16b774e3-4b18-b2dc-1d8b-f20f1ead551e-b7506bee, #w-node-b5df2fc1-f565-7c6f-6293-a0bf74701af8-b7506bee {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b5df2fc1-f565-7c6f-6293-a0bf74701b07-b7506bee {
  align-self: stretch;
}

#w-node-e7188393-286e-6446-5b9f-749f35688f90-65e872f3, #w-node-_03f269a7-3b6c-4f9b-73e0-65305b524a6e-a9f6bad6, #w-node-_981b020f-4184-a298-2e9f-255d794603d2-f6f73810, #w-node-_065f346a-ea9b-7a1a-bb3f-732bc9f044bd-d73c5199, #w-node-e9ade748-7134-6100-9304-e27243b7c13b-eb1e87ca, #w-node-acbd019c-eb25-fd31-7221-716746be359d-eb1e87ca, #w-node-_6c4df75c-0b22-d90a-b938-4b44ce9bd4d7-256df145, #w-node-_71467b30-8c8c-6456-cdaf-64df320a34f1-256df145, #w-node-c8d68b8b-93e6-5c85-0deb-ed764c71074d-a93c54a0, #w-node-_9d53d9c4-1579-0148-8c03-addb844ffe77-a93c54a0 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_1b71ae1f-b722-d32a-f271-8e49f852bd5e-68507460, #w-node-_6593cc21-a16f-7619-293d-f028d38265f4-68507460, #w-node-_210ead10-5d6a-5dcf-7e12-3a9959c65711-68507460, #w-node-_5353c03c-6eae-fcff-29a6-8b7db6e56b8b-68507460, #w-node-_70799b1c-49fb-96f8-6d46-2dae20e96b49-68507460, #w-node-_9e649ffa-fc07-49cd-f16f-f3f1fd2998af-68507460 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_1b71ae1f-b722-d32a-f271-8e49f852bd5e-68507460, #w-node-_6593cc21-a16f-7619-293d-f028d38265f4-68507460, #w-node-_210ead10-5d6a-5dcf-7e12-3a9959c65711-68507460, #w-node-_5353c03c-6eae-fcff-29a6-8b7db6e56b8b-68507460, #w-node-_70799b1c-49fb-96f8-6d46-2dae20e96b49-68507460, #w-node-_9e649ffa-fc07-49cd-f16f-f3f1fd2998af-68507460 {
    order: -9999;
  }
}


