:root {
  --base-color-brand--blue-dark: #1a5e9c;
  --link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>: var(--base-color-brand--blue-light);
  --background-color--background-primary\<deleted\|variable-9f6b6bb4-0795-c8ab-f302-bbebab6f2554\>: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-success\<deleted\|variable-879e2a57-3170-38fd-0ae7-d0e890873ab2\>: var(--base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>);
  --text-color--text-success\<deleted\|variable-17518f72-fb93-45b5-ad9e-fdd3f2b1833a\>: var(--base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>);
  --border-color--border-primary\<deleted\|variable-d4c54ba4-ee41-67ce-58a5-5216ca039f83\>: var(--base-color-neutral--white-lightest);
  --base-color-neutral--white: white;
  --base-color-brand--blue-light: #e1eaed;
  --background-color--background-alternate\<deleted\|variable-41ecbc38-077c-494f-9138-9468b7354b23\>: var(--base-color-neutral--white);
  --background-color--background-secondary\<deleted\|variable-2dd539ce-5be2-4493-8245-a883e87dab6d\>: var(--base-color-brand--blue-light);
  --text-color--text-secondary\<deleted\|variable-0a60224d-1a94-b160-ae24-af3c6d95a994\>: var(--base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>);
  --background-color--background-tertiary\<deleted\|variable-6632d948-2d2d-2556-731d-05a71c92f234\>: var(--base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>);
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --base-color-brand--green: #99e762;
  --base-color-neutral--black: #000;
  --base-color-brand--dark-green: #18a4ac;
  --base-color-neutral--white-lightest: whitesmoke;
  --base-color-brand--transparent: #fff0;
  --base-color-neutral--color: white;
  --background-color--background-warning\<deleted\|variable-0aa1a7ce-e851-b6b5-66db-1a1a96e8e04b\>: var(--base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>);
  --text-color--text-warning\<deleted\|variable-825aa1d8-b093-0b89-37c5-87d980df10f5\>: var(--base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>);
  --circle-blue: clamp(6 * 1rem, ((6 - ((13.375 - 6) / (90 - 20) * 20)) * 1rem + ((13.375 - 6) / (90 - 20)) * 100vw), 13.375 * 1rem);
  --numbers-gap: clamp(1.5 * 1rem, ((1.5 - ((4 - 1.5) / (90 - 62) * 62)) * 1rem + ((4 - 1.5) / (90 - 62)) * 100vw), 4 * 1rem);
  --white-circle: clamp(4 * 1rem, ((4 - ((10 - 4) / (90 - 20) * 20)) * 1rem + ((10 - 4) / (90 - 20)) * 100vw), 10 * 1rem);
  --base-color-system--success-green\<deleted\|variable-8fc09a81-a1c7-3c5b-2cf2-835ad5d96212\>: #cef5ca;
  --base-color-system--success-green-dark\<deleted\|variable-70ae3530-1c64-4d15-f2af-205678316683\>: #114e0b;
  --base-color-neutral--neutral-darker\<deleted\|variable-dda6ad91-259a-0202-f70f-965feb273058\>: #222;
  --base-color-brand--pink\<deleted\|variable-c4661572-8a15-7367-e98c-cc1a0987f6d1\>: #dd23bb;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
  --base-color-system--warning-yellow\<deleted\|variable-b0ee00e7-091a-a3f5-1619-b09d07f4475a\>: #fcf8d8;
  --base-color-system--warning-yellow-dark\<deleted\|variable-296491a7-483e-1229-36b5-e13808cc9004\>: #5e5515;
}

body {
  color: var(--base-color-brand--blue-dark);
  font-family: Open Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

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

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

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

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

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1rem;
}

a {
  color: var(--link-color--link-primary\<deleted\|variable-ad940cb5-1815-151e-2cbc-4f27dec2b1e5\>);
}

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

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  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;
}

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

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.margin-large {
  margin: 3rem;
}

.margin-top {
  margin: 1rem 0 0;
}

.margin-top.margin-large {
  margin-top: 2rem;
}

.text-weight-semibold {
  font-weight: 600;
}

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

.heading-style-h1 {
  font-family: Open Sans, sans-serif;
  font-size: 3.25rem;
  font-weight: 700;
  line-height: 1.1;
}

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

.max-width-small {
  width: 100%;
  max-width: 28rem;
}

.text-size-regular {
  font-size: .875rem;
  text-decoration: none;
}

.text-size-regular.text-weight-medium.footer_link {
  color: var(--base-color-neutral--white);
  font-weight: 500;
  text-decoration: none;
  transition: color .35s;
}

.text-size-regular.text-weight-medium.footer_link:hover {
  color: var(--base-color-brand--blue-light);
}

.text-size-regular.text-weight-bold.address, .text-size-regular.text-weight-bold.email {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

.text-size-regular.text-color-primary.text-weight-bold, .text-size-regular.text-color-primary.text-weight-bold.mobile-center {
  text-align: center;
}

.text-size-regular.text-weight-semibold.footer_link {
  text-decoration: none;
}

.text-size-regular.footer_privacy {
  color: var(--base-color-neutral--white);
  font-size: .875rem;
  text-decoration: none;
  transition: color .35s;
}

.text-size-regular.footer_privacy:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.text-size-regular.footer_link {
  color: var(--base-color-neutral--white);
  cursor: pointer;
  font-size: .875rem;
  font-weight: 600;
  transition: transform .35s;
}

.text-size-regular.footer_link:hover {
  color: var(--base-color-neutral--white);
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.text-size-regular.text-weight-bold.address, .text-size-regular.text-weight-bold.email {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

.text-size-regular.text-weight-bold.email:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

.text-size-regular.text-weight-bold.phone {
  color: var(--base-color-neutral--white);
  text-decoration: none;
}

.text-size-regular.text-weight-bold.phone:hover {
  text-underline-offset: 4px;
  text-decoration: underline;
  text-decoration-thickness: 1px;
}

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

.text-weight-bold.text-colour-white {
  color: var(--base-color-neutral--white);
}

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

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

.padding-section-large.heo {
  padding-top: 10rem;
}

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

.padding-section-large.no-top {
  padding-top: 0;
}

.heading-style-h2 {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.main-wrapper.position_relative {
  position: relative;
}

.button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--base-color-brand--green);
  background-color: var(--base-color-brand--green);
  color: var(--base-color-neutral--black);
  text-align: center;
  cursor: pointer;
  border-radius: 6.25rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 3rem;
  font-size: .875rem;
  font-weight: 600;
  line-height: 1.1;
  text-decoration: none;
  transition: color .35s, background-color .35s;
  display: flex;
}

.button:hover {
  color: var(--base-color-neutral--black);
  background-color: #99e76280;
}

.button.is-text {
  color: #000;
  background-color: #0000;
  border: 2px solid #0000;
}

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

.button.is-secondary {
  border: 1px solid var(--base-color-brand--green);
  color: var(--base-color-brand--green);
  background-color: #0000;
  text-decoration: none;
  position: relative;
}

.button.is-secondary:hover {
  background-color: #99e76233;
}

.button.is-icon {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button.is-alternate {
  border-color: var(--base-color-brand--blue-dark);
  color: var(--base-color-brand--blue-dark);
  background-color: #0000;
  text-decoration: none;
}

.button.is-alternate:hover {
  background-color: var(--base-color-brand--blue-dark);
  color: var(--base-color-neutral--white);
}

.button.hide-mobile-portrait {
  padding: .85rem 1.5rem;
}

.button.hide-desktop {
  display: none;
}

.button.is_cta {
  border-style: none;
  border-width: 0;
}

.button.is_cta:hover {
  border-color: var(--base-color-brand--dark-green);
  background-color: var(--base-color-brand--dark-green);
  color: var(--base-color-neutral--color);
}

.button.is-small {
  width: auto;
  height: auto;
  padding: .5rem 1.25rem;
  font-size: .8125rem;
  transition: color .35s, background-color .35s;
}

.button.is-small:hover {
  color: var(--base-color-neutral--black);
}

.button.is-small.is-secondary {
  border-color: var(--base-color-brand--dark-green);
  color: var(--base-color-brand--dark-green);
  background-color: #fff;
}

.button.is-small.is-secondary:hover {
  background-color: var(--base-color-brand--dark-green);
}

.button.is-small.is-alternate {
  border-color: var(--base-color-neutral--white-lightest);
  background-color: var(--base-color-neutral--white-lightest);
  color: var(--base-color-brand--dark-green);
}

.button.is-small.is-alternate:hover {
  background-color: var(--base-color-neutral--white-lightest);
  color: var(--base-color-brand--dark-green);
}

.button.is-nav {
  padding: .75rem 2.5rem;
  font-size: .75rem;
}

.hide {
  display: none;
}

.nav_fixed {
  position: absolute;
  inset: 0% 0% auto;
}

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

.logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
  max-height: 3rem;
}

.logo._0--brightness {
  filter: brightness(0%);
}

.divider {
  background-color: var(--base-color-brand--blue-dark);
  width: 100%;
  height: 1px;
}

.divider.is-height-2 {
  height: 2px;
}

.divider.is-height-2.is-dark-green {
  z-index: 5;
  position: relative;
}

.divider.is-light-white {
  background-color: #ffffff80;
}

.divider.color-white {
  background-color: var(--base-color-neutral--white);
}

.divider.color-white.h3 {
  height: 3px;
}

.divider.is-light-green {
  background-color: #18a4ac2e;
}

.footer {
  position: relative;
}

.footer-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr minmax(100px, 300px);
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.footer_left {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: auto 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 40rem;
  display: grid;
}

.footer_right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 2.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: flex-start stretch;
  width: 100%;
  max-width: 30rem;
  display: flex;
}

.footer_right-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer_bottom-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  width: 100%;
  margin-top: 3rem;
  display: grid;
}

.footer_logo {
  filter: brightness(0%) invert();
  width: auto;
  height: 3.25rem;
  margin-bottom: 4rem;
}

.footer_privacy-link {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_main-wrapper {
  z-index: 5;
  padding-top: 2rem;
  padding-bottom: 2rem;
  position: relative;
}

.footer_link {
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
  text-decoration: none;
  transition: color .35s;
}

.footer_link:hover {
  color: #7fed93;
}

.navbar_grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar_logo-link {
  width: 10rem;
  padding-left: 0;
}

.navbar_logo-link.w--current {
  color: var(--base-color-neutral--white);
  width: 10rem;
}

.navbar_menu-button {
  padding: 0;
}

.menu-icon {
  background-color: var(--base-color-brand--blue-dark);
}

.navbar_link {
  color: var(--base-color-brand--blue-dark);
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 1rem;
  font-weight: 400;
}

.navbar_link:hover {
  text-underline-offset: 3px;
  text-decoration: underline;
  text-decoration-thickness: 1.25px;
}

.navbar_link.w--current {
  color: var(--base-color-brand--dark-green);
  border: 1px #000;
  text-decoration: underline;
}

.navbar_logo {
  color: #e1eaed;
  width: 100%;
  height: 100%;
}

.menu-icon_line-bottom {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
}

.navbar {
  z-index: 9999999;
  background-color: var(--base-color-neutral--white);
  border-bottom-style: solid;
  border-bottom-width: 0;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4rem;
  padding: 1rem 2.5rem;
  transition: background-color .5s;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-icon_line-top {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
}

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.menu-icon_line-middle {
  background-color: var(--base-color-neutral--white);
  color: var(--base-color-neutral--white);
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

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

.footer_icon {
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.footer_icon-wrapper {
  border: 1px solid var(--base-color-neutral--white);
  background-color: #ffffff3d;
  border-radius: 1.1875rem;
  padding: .75rem 1.5rem;
}

.footer_circles-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer_circle-large {
  border: 1px solid var(--base-color-neutral--white);
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 2.5rem;
  height: 2.5rem;
}

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

.footer_circle-medium {
  border: 1px solid var(--base-color-neutral--white);
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 1.625rem;
  height: 1.625rem;
}

.footer_circle-small {
  border: 1px solid var(--base-color-neutral--white);
  background-color: #ffffff1a;
  border-radius: 100px;
  width: 1.125rem;
  height: 1.125rem;
}

.footer_address-wrapper, .footer_email-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-size-xsmall {
  font-size: .75rem;
  font-weight: 300;
}

.text-size-xsmall.text-color-white.job-tag, .text-size-xsmall.text-color-white.single_job-tag {
  background-color: #e1eaed36;
  border-radius: .5rem;
  padding: .3125rem;
}

.text-size-xsmall.single_job-tag {
  background-color: var(--base-color-brand--blue-light);
  color: #1a5e9cc2;
  border-radius: 4px;
  padding: .25rem;
  font-weight: 400;
}

.text-size-xsmall.text-color-white {
  font-style: normal;
}

.text-size-xsmall.text-color-white.job-tag, .text-size-xsmall.text-color-white.single_job-tag {
  background-color: #e1eaed36;
  border-radius: .5rem;
  padding: .3125rem;
}

.text-size-xsmall.text-color-white.job-tag {
  background-color: #e1eaed36;
  border-radius: .5rem;
  padding: .3125rem;
}

.text-size-xsmall.text-color-white.text-weight-bold {
  font-weight: 700;
}

.job_board-wrapper {
  z-index: 4;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
  position: relative;
}

.job_board-card {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: var(--base-color-brand--blue-dark);
  border-radius: 2.125rem;
  flex-flow: column;
  width: 100%;
  height: 100%;
  padding: 1.5rem;
  display: flex;
}

.job_board-icon {
  filter: invert() brightness(200%);
  width: 1.5rem;
  height: 1.5rem;
}

.job_board-icon.not-inerted {
  filter: none;
}

.name_role-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 3px solid var(--base-color-brand--blue-dark);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.job_image-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.job_tags-wrapper {
  grid-column-gap: .875rem;
  grid-row-gap: .875rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-wrapper {
  display: flex;
}

.job_boards_list-wrapper {
  width: 100%;
}

.divider_wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.divider_wrapper.who_divider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.dividers_icon-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dividers_icon-wrapper._w-full {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  width: 100%;
}

.job_board_main-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.job_board_main-wrapper.p-t-b {
  padding-top: 5rem;
}

.footer_bg-wrapper {
  background-color: var(--base-color-brand--blue-dark);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.icon-1-25rem {
  width: 1.25rem;
}

.hero_grid-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  padding-top: 7rem;
  display: flex;
}

.top_content {
  z-index: 2;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.top_heading-wrapper {
  white-space: nowrap;
}

.contact_form-wrapper {
  background-color: var(--base-color-brand--blue-dark);
  border: 1px solid #1a5e9c26;
  border-radius: 7px;
  width: 100%;
  padding: 2rem;
  position: relative;
}

.bg_wrapper {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.top_content-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form_field {
  background-color: var(--base-color-neutral--color);
  color: var(--base-color-brand--blue-dark);
  border: 1px #000;
  border-radius: 4px;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 12px;
  font-weight: 400;
}

.form_field:focus, .form_field:focus-visible, .form_field[data-wf-focus-visible] {
  color: var(--base-color-brand--blue-dark);
}

.form_field::placeholder {
  color: #1a5e9ca6;
}

.form_block {
  margin-bottom: 0;
}

.section_job-contact {
  background-color: var(--base-color-brand--blue-light);
  position: relative;
  overflow: hidden;
}

.job_contact-wraper {
  width: 100%;
  max-width: 60.6875rem;
  margin-left: auto;
  margin-right: auto;
}

.benefits_img {
  width: 100%;
  height: 100%;
}

.benefits_main-wrapper {
  z-index: 4;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: center;
  display: flex;
  position: relative;
}

.section_benefits {
  background-color: #f8f8f8;
  position: relative;
}

.benefits_wrapper {
  max-width: 54.6875rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.benefits_content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.benefits_item {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--base-color-brand--blue-dark);
  background-color: var(--base-color-brand--blue-light);
  border-radius: 1.125rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  padding: 1.5rem;
  display: flex;
}

.benefits_item.darkeer {
  background-color: #d5e9f0;
  justify-content: flex-start;
  align-items: center;
}

.benefit_divider-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

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

.section_job_board {
  background-color: var(--base-color-brand--blue-light);
  position: relative;
}

.jobs_filter-wrapper {
  margin-top: 2rem;
}

.filters_dropdowns-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #f7f7f785;
  border: 1px solid #1a5e9c38;
  border-radius: 7px;
  justify-content: flex-start;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.filter_dropdown {
  background-color: var(--base-color-brand--blue-light);
  border-radius: 4px;
  width: 100%;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: 0 1rem;
}

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

.success-message {
  background-color: #fff;
  border-radius: 10px;
}

.icon-1-75 {
  width: 1.75rem;
}

.div-block-2 {
  border: 1px solid var(--base-color-neutral--white-lightest);
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  padding: .25rem;
  display: flex;
}

@media screen and (max-width: 991px) {
  .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;
  }

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

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

  .heading-style-h1 {
    font-size: 2.75rem;
  }

  .padding-section-small {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

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

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

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

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

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

  .heading-style-h2 {
    font-size: 1.75rem;
  }

  .button:hover, .button.is-small:hover {
    background-color: var(--base-color-brand--green);
    color: var(--base-color-neutral--black);
  }

  .button.is_cta:hover, .button.is-small:hover {
    background-color: var(--base-color-brand--green);
    color: var(--base-color-neutral--black);
  }

  .button.is-small.is-secondary:hover {
    background-color: var(--base-color-neutral--white);
    color: var(--base-color-brand--dark-green);
    background-color: var(--base-color-neutral--white);
  }

  .button.is-secondary:hover {
    background-color: var(--base-color-brand--transparent);
    color: var(--base-color-brand--green);
  }

  .button.is-alternate:hover {
    background-color: var(--base-color-brand--transparent);
    color: var(--base-color-brand--blue-dark);
  }

  .button.hide-mobile-portrait:hover {
    border-color: var(--base-color-neutral--white);
    background-color: var(--base-color-neutral--color);
    color: var(--base-color-brand--blue-dark);
  }

  .button.is_cta:hover {
    background-color: var(--base-color-brand--green);
    color: var(--base-color-neutral--black);
  }

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

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

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

  .fs-styleguide_heading-header {
    font-size: 4rem;
  }

  .hero_bg-image {
    object-fit: cover;
  }

  .logo_content-top {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    max-width: 100%;
  }

  .logo_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: max-content;
    justify-content: center;
    align-items: flex-start;
  }

  .logo_list {
    width: auto;
  }

  .about_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding: 3rem;
  }

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

  .stats_item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .fs-numbercount_number {
    font-size: 5.5rem;
  }

  .card-wrapper {
    padding: 2rem;
    top: 8%;
  }

  .case_study-wrapper {
    margin-top: 4rem;
  }

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

  .review_wrapper {
    margin-top: 4rem;
  }

  .review_content-wrapper, .blog_content-wrapper {
    grid-template-columns: 1fr;
  }

  .blog_wrapper {
    margin-top: 4rem;
  }

  .blog_info-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .footer_left {
    grid-template-columns: 1.5fr;
  }

  .footer_bottom-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .footer_logo {
    margin-bottom: 4rem;
  }

  .footer_main-wrapper {
    padding-top: 8rem;
  }

  .card_right-content {
    height: 300px;
    margin-top: 0%;
  }

  .menu-icon_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_grid {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .privacy_policy_content-wrapper {
    margin-top: 100px;
  }

  .navbar_logo-link {
    z-index: 5;
  }

  .navbar_menu-button {
    padding: 0;
  }

  .navbar_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_link {
    color: var(--base-color-brand--blue-dark);
    text-align: left;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .menu-icon_line-bottom {
    background-color: var(--base-color-brand--blue-dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar {
    background-color: var(--base-color-neutral--white);
    border-bottom-style: none;
    border-bottom-color: #000;
  }

  .menu-icon_line-top {
    background-color: var(--base-color-brand--blue-dark);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar_menu {
    color: #000;
    background-color: #fff;
    border-bottom: 1px solid #000;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu.is-page-height-tablet {
    border-bottom-style: none;
    border-bottom-width: 0;
    height: 100vh;
    padding-top: 6.5rem;
    padding-bottom: 6.5rem;
  }

  .menu-icon_line-middle {
    background-color: var(--base-color-brand--blue-dark);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar_button-wrapper {
    z-index: 4;
    align-items: center;
    position: relative;
  }

  .menu_items-wrapper {
    flex-flow: column;
  }

  .logo_corner-image {
    width: 7rem;
    height: 7rem;
  }

  .stats-bg {
    inset: 0%;
  }

  .stats_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .about_wrapper {
    margin-top: 4rem;
  }

  .about_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 24px 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .about_number-wrapper, .about_number-wrapper.tm0, .about_number-wrapper.tm0 {
    margin-top: 0;
  }

  .about_number {
    font-size: 5.5rem;
  }

  .footer_icon {
    width: 2.5rem;
    min-width: 2.5rem;
    height: 2.5rem;
    min-height: 2.5rem;
  }

  .footer_icon-wrapper {
    padding: .5rem 1rem;
  }

  .footer_circles-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer_circle-large {
    width: 2rem;
    height: 2rem;
  }

  .footer_address-wrapper, .footer_email-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

  .blogs-bg {
    inset: 0%;
  }

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

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

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

  .services_item {
    border-radius: 1.75rem;
  }

  .service_info-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .service_circle-icon {
    width: 2rem;
    height: 2rem;
  }

  .services_main-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .case_study_info-wrapper {
    justify-content: space-between;
    align-items: flex-start;
  }

  .review_quote {
    font-size: 3rem;
    line-height: 50px;
  }

  .review_quote-wrapper {
    height: 10%;
    top: -7%;
  }

  .review_quote-wrapper.btm {
    bottom: -3%;
  }

  .job_board_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .job_board-bg {
    inset: 0%;
  }

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

  .cta-bg {
    inset: 0%;
  }

  .review_icon-wrapper {
    bottom: -1%;
    right: -4%;
  }

  .review_icon {
    width: 6rem;
    height: 7rem;
  }

  .cta_circle._w-128 {
    bottom: 22%;
    left: 12%;
  }

  .cta_circle._w-86 {
    left: 30%;
  }

  .cta_circle._w-48 {
    top: 61%;
    left: 0%;
  }

  .cta_circle._w-58 {
    inset: auto auto 5% 5%;
  }

  .cta_circle._w-106 {
    bottom: 50%;
    right: 8%;
  }

  .cta_circle._w-81 {
    bottom: 25%;
    right: 6%;
  }

  .circle-wrapper {
    width: 2.25rem;
    min-width: 2.25rem;
    height: 2.25rem;
    min-height: 2.25rem;
  }

  .stories_circle {
    top: 25%;
    right: 5%;
  }

  .stories_circle.white {
    right: 2%;
  }

  .testimonial_wrapper {
    margin-top: 4rem;
  }

  .bg_image {
    object-fit: cover;
  }

  .hero_content {
    grid-template-columns: 1fr;
    min-height: 100%;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

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

  .white_circle {
    bottom: -12%;
    right: -2.5%;
  }

  .top_heading-wrapper {
    white-space: normal;
  }

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

  .who_main-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

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

  .downloads_item {
    border-radius: 1.75rem;
  }

  .hero_content-contact {
    grid-template-columns: 1fr;
    min-height: 100%;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

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

  .faqs_wrapper {
    margin-top: 4rem;
  }

  .bg_wrapper {
    inset: 0%;
  }

  .faq_bg-circle {
    width: 20rem;
    min-width: 20rem;
    height: 20rem;
    min-height: 20rem;
  }

  .work_grid {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .work_item {
    border-radius: 1.75rem;
  }

  .work_number-wrapper._w-128 {
    bottom: 22%;
    left: 12%;
  }

  .work_number-wrapper._w-86 {
    left: 30%;
  }

  .work_number-wrapper._w-48 {
    top: 61%;
    left: 0%;
  }

  .work_number-wrapper._w-58 {
    inset: auto auto 5% 5%;
  }

  .work_number-wrapper._w-106 {
    bottom: 50%;
    right: 8%;
  }

  .work_number-wrapper._w-81 {
    bottom: 25%;
    right: 6%;
  }

  .expertise_wrapper {
    margin-top: 4rem;
  }

  .expertise_content-wrapper, .expertise_card {
    grid-template-columns: 1fr;
  }

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

  .benefits_item {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .filters_dropdowns-wrapper {
    flex-flow: wrap;
  }

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

  .value_num-wrap {
    width: 3.8rem;
    min-width: 3.5rem;
    height: 3.8rem;
    min-height: 3.8rem;
    left: 1%;
  }

  .value_num-wrap.num-2 {
    left: -27%;
  }

  .value_num {
    font-size: 3.8rem;
  }

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

  .single_job_hero-content {
    grid-template-columns: 1fr;
    min-height: 100%;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .single_job_hero-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    margin-top: 3rem;
  }

  .single_contact_form-wrapper {
    position: static;
  }

  .single_blogs_hero-content {
    grid-template-columns: 1fr;
    min-height: 100%;
    padding-top: 12rem;
    padding-bottom: 4rem;
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

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

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

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

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

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

  .heading-style-h1 {
    font-size: 2.25rem;
  }

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

  .padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

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

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
  }

  .text-style-nowrap {
    white-space: normal;
  }

  .heading-style-h6 {
    font-size: .75rem;
  }

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

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

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .heading-style-h5 {
    font-size: .875rem;
  }

  .button {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .spacer-huge {
    padding-top: 3.5rem;
  }

  .spacer-medium {
    padding-top: 1.25rem;
  }

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .logo_content-top {
    max-width: none;
  }

  .logo_content {
    grid-row-gap: 1rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo_wrapper {
    padding: 2.5rem;
  }

  .logo_list {
    width: auto;
    padding-top: 0;
  }

  .about_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding: 2rem;
  }

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

  .stats_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .fs-numbercount_number {
    font-size: 4.75rem;
  }

  .card-wrapper {
    grid-template-columns: 1fr;
    padding: 1rem;
    top: 7%;
  }

  .case_study-wrapper, .review_wrapper {
    margin-top: 2rem;
  }

  .blog_content-wrapper {
    max-width: 100%;
  }

  .blog_wrapper {
    flex-flow: column;
    margin-top: 2rem;
  }

  .cta_wrapper {
    padding-top: 5rem;
    padding-bottom: 12rem;
  }

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

  .footer_left {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

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

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

  .footer_logo {
    margin-bottom: 3rem;
  }

  .footer_privacy-link {
    margin-top: 2rem;
  }

  .footer_main-wrapper {
    padding-top: 6rem;
  }

  .card_left-content {
    max-width: 100%;
  }

  .card_right-content {
    height: 100%;
  }

  .splide__slide {
    padding: .25rem;
  }

  .navbar_logo-link, .navbar_logo-link.w--current {
    width: 9rem;
  }

  .navbar {
    min-height: 4rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .navbar_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .logo_corner-image {
    width: 5.5rem;
    height: 5.5rem;
  }

  .stats_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .about_wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .about_number {
    font-size: 4.75rem;
  }

  .about_circle-wrapper.hide-tablet.show-mobile {
    display: flex;
  }

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

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

  .services_top-content {
    grid-template-columns: 1.5fr 1fr;
  }

  .services_main-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .case_study_info {
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .review_quote {
    line-height: 35px;
  }

  .review_quote-wrapper {
    top: -4%;
  }

  .job_board_content-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

  .review_header-content {
    grid-template-columns: 1.5fr 1fr;
  }

  .hero_bg_mbl-image-wrapper {
    display: none;
  }

  .logo_circle {
    top: -14%;
    right: -5%;
  }

  .blog-circle-wrapper {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .circle-wrapper {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .stories_circle {
    top: 25%;
    right: 10%;
  }

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

  .job_board_main-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-bottom: 3rem;
  }

  .blog_icon {
    width: 8rem;
    margin-bottom: 0;
    margin-right: 0;
  }

  .testimonial_wrapper {
    margin-top: 2rem;
  }

  .white_circle {
    width: 7.5rem;
    height: 7.5rem;
    bottom: -14%;
    right: -3%;
  }

  .who_main-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .circle_content-wrapper {
    flex-flow: column;
  }

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

  .downloads_circle-wrapper {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

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

  .contact_circle-wrapper {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .faqs_wrapper {
    flex-flow: column;
    margin-top: 2rem;
  }

  .faq_bg-circle {
    width: 15rem;
    min-width: 15rem;
    height: 15rem;
    min-height: 15rem;
  }

  .work_main-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

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

  .expertise_wrapper {
    flex-flow: column;
    margin-top: 2rem;
  }

  .expertise_content-wrapper {
    max-width: 100%;
  }

  .expertise_tab {
    flex-flow: column;
  }

  .tab_menu {
    flex-flow: wrap;
  }

  .expertise-circle-wrapper {
    width: 1.5rem;
    min-width: 1.5rem;
    height: 1.5rem;
    min-height: 1.5rem;
  }

  .expertise_icon {
    width: 4rem;
    margin-bottom: 0;
    margin-right: 0;
    inset: 0% 0% auto auto;
  }

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

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

  .benefits_item {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .who_circle-icon {
    bottom: 30%;
  }

  .who_circle-icon.icon-2 {
    top: 30%;
  }

  .values_circle_content-wrapper {
    flex-flow: column;
  }

  .values_circle {
    bottom: -10%;
    left: 5%;
  }

  .values_circle.circle-2 {
    top: 0%;
    left: 0%;
  }

  .values_circle.circle-3 {
    top: -10%;
    right: 0%;
  }

  .values_circle.circle-4 {
    bottom: 3%;
    right: -3%;
  }

  .value_num-wrap {
    bottom: 17%;
    left: -3%;
  }

  .value_num-wrap.num-2 {
    top: 0%;
    left: -4%;
  }

  .value_num-wrap.num-3 {
    top: -11%;
    right: 38%;
  }

  .value_num-wrap.num-4 {
    bottom: 30%;
    right: 37%;
  }

  .values_right-arrow {
    top: 30%;
    right: -8%;
    transform: rotate(15deg);
  }

  .values_left-arrow {
    bottom: 35%;
    left: -8%;
    transform: rotate(20deg);
  }

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

  .single_job_hero-grid {
    margin-top: 2rem;
  }

  .values-grid {
    flex-flow: column;
  }

  .values0card {
    bottom: -10%;
    left: 5%;
  }

  .values0card.circle-2 {
    top: 0%;
    left: 0%;
  }

  .values0card.circle-3 {
    top: -10%;
    right: 0%;
  }

  .values0card.circle-4 {
    bottom: 3%;
    right: -3%;
  }

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

  .layout1_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

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

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

@media screen and (max-width: 479px) {
  .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-top.margin-large.mobile-nil {
    margin-top: 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;
  }

  .fs-styleguide_row {
    flex-wrap: wrap;
  }

  .heading-style-h3.text-color-white {
    font-size: 1.25rem;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .heading-style-h1 {
    font-size: 1.7rem;
  }

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

  .text-size-regular.text-color-primary.text-weight-bold.mobile-center {
    text-align: center;
    text-align: center;
    text-align: center;
    text-align: center;
  }

  .heading-style-h2 {
    font-size: 1.5rem;
  }

  .button {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .button.hide-desktop, .button.is-nav.hide-desktop, .button.hide-desktop, .button.is-nav.hide-desktop, .button.is-nav.hide-desktop {
    display: flex;
  }

  .button-group {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: center;
    align-items: center;
  }

  .button-group.mobile-left-align {
    justify-content: flex-start;
    align-items: center;
  }

  .padding-section-medium.pb.mobile-match {
    padding-bottom: 3rem;
  }

  .home_hero_content {
    min-height: 100dvh;
  }

  .logo_content-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .logo_wrap {
    justify-content: center;
    align-items: center;
    width: 7rem;
  }

  .logo_content {
    grid-row-gap: 1rem;
  }

  .logo_wrapper {
    border-radius: 1.25rem;
    padding: 1.5rem 0;
  }

  .logo {
    width: 10rem;
    height: 2rem;
    max-height: 2rem;
  }

  .logo_list {
    grid-template-columns: 1fr 1fr;
    padding-top: 0;
  }

  .about_content-wrapper {
    border-radius: 1.25rem;
    padding: 1rem;
  }

  .stats_wrapper {
    border-radius: 1.25rem;
  }

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

  .stats_item {
    padding: 1rem;
  }

  .fs-numbercount_number {
    font-size: 3rem;
  }

  .card-wrapper {
    border-radius: 1.5rem;
    padding: 1rem;
    top: 5%;
  }

  .case_study_top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .case_study_top-content.slide_up {
    grid-template-columns: 1fr;
  }

  .blog_top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .blog_top-content.slide_up {
    grid-template-columns: 1fr;
  }

  .blog_content-wrapper {
    margin-top: 1rem;
  }

  .blog_wrapper.text-color_green {
    margin-bottom: 4rem;
  }

  .cta_wrapper {
    padding-bottom: 5rem;
  }

  .footer-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
  }

  .footer_left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr;
  }

  .footer_right {
    flex-flow: row;
  }

  .footer_logo {
    margin-bottom: 2rem;
  }

  .footer_main-wrapper {
    padding-top: 5rem;
  }

  .menu-icon_line-middle-inner {
    background-color: #0000;
  }

  .privacy_policy_content-wrapper {
    padding: 1rem;
  }

  .menu-icon {
    background-color: var(--base-color-brand--blue-dark);
    border-radius: 5px;
  }

  .menu-icon_line-bottom, .menu-icon_line-top, .menu-icon_line-middle {
    background-color: var(--base-color-neutral--white);
  }

  .logo_corner-image {
    width: 4.5rem;
    height: 4.5rem;
  }

  .stats-bg {
    inset: 0%;
  }

  .about_wrapper {
    padding: 1rem;
  }

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

  .about_item {
    padding: 1rem .5rem;
  }

  .about_number {
    font-size: 3.5rem;
  }

  .about_text {
    padding: 2rem .5rem;
  }

  .footer_icon {
    width: 2rem;
    min-width: 2rem;
    height: 2rem;
    min-height: 2rem;
  }

  .footer_icon-wrapper {
    border-radius: .5rem;
  }

  .footer_circles-wrapper {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_circle-large {
    width: 1.75rem;
    height: 1.75rem;
  }

  .footer_circles {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .footer_circle-medium {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer_address-wrapper, .footer_email-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .button_margin-top {
    width: 100%;
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .blogs-bg {
    inset: 0%;
  }

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

  .services_top-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .services_content-wrapper {
    margin-top: 1rem;
  }

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

  .services_main-wrapper {
    padding: 1rem;
  }

  .review_top-content {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-rows: auto;
    grid-template-columns: 1fr .75fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .review_card-image {
    border-radius: 1.5rem;
  }

  .review_quote {
    line-height: 20px;
  }

  .review_quote-wrapper {
    height: 3%;
  }

  .review_top-content {
    display: flex;
  }

  .job_board-bg {
    inset: 0%;
  }

  .name_role-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .job_image-wrapper {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cta-bg {
    inset: 0%;
  }

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

  .cta_circle._w-86 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .cta_circle._w-48 {
    width: 1rem;
    height: 1rem;
  }

  .cta_circle._w-106 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .logo_circle {
    top: -10%;
    right: -4%;
  }

  .circle-wrapper {
    width: 1.75rem;
    min-width: 1.75rem;
    height: 1.75rem;
    min-height: 1.75rem;
  }

  .stories_circle {
    right: 8%;
  }

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

  .job_board_main-wrapper.p-t-b {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-bottom: 0;
  }

  .blog_icon {
    width: 6rem;
  }

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

  .testimonial_top-content {
    grid-template-columns: 20px 1fr 20px;
  }

  .testimonial_wrapper {
    padding-top: 0;
  }

  .hero_content {
    padding-top: 8rem;
  }

  .hero_content-wrapper {
    padding-top: 0;
  }

  .hero_grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-top: 0;
  }

  .image.cover {
    width: 100%;
  }

  .white_circle {
    width: 5.5rem;
    height: 5.5rem;
    bottom: -19%;
    right: -5%;
  }

  .top_content.text-color_green {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .who_center-content {
    flex-flow: column;
    display: flex;
  }

  .who_main-wrapper {
    padding: 1rem;
  }

  .hero_content-contact {
    padding-top: 8rem;
  }

  .contact_form-wrapper {
    padding: 1.5rem;
  }

  .bg_wrapper {
    inset: 0%;
  }

  .faq_bg-circle {
    width: 10rem;
    min-width: 10rem;
    height: 10rem;
    min-height: 10rem;
  }

  .work_main-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

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

  .work_number-wrapper._w-86 {
    width: 1.5rem;
    height: 1.5rem;
  }

  .work_number-wrapper._w-48 {
    width: 1rem;
    height: 1rem;
  }

  .work_number-wrapper._w-106 {
    width: 1.75rem;
    height: 1.75rem;
  }

  .expertise_wrapper {
    margin-top: 2rem;
  }

  .expertise_content-wrapper {
    margin-top: 1rem;
  }

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

  .expertise_card.text-color_green {
    padding: 1rem;
  }

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

  .expertise_image {
    border-radius: 20px;
  }

  .expertise_text-wrapper {
    flex-flow: column;
  }

  .expertise_icon {
    width: 2.5rem;
    top: 7.5%;
  }

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

  .benefits_wrapper {
    border-radius: 1.25rem;
  }

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

  .benefits_item {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding: 1rem;
  }

  .jobs_filter-wrapper {
    margin-top: 0;
  }

  .who_circle-icon {
    bottom: 29%;
    left: 25%;
  }

  .who_circle-icon.icon-2 {
    top: 30%;
    right: 25%;
  }

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

  .values_content {
    border-style: none;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    min-height: 100%;
    max-height: 100%;
    display: flex;
  }

  .values_circle {
    position: static;
  }

  .circle_content {
    width: 100%;
  }

  .value_num-wrap {
    width: 1.5rem;
    min-width: 1rem;
    height: 1.5rem;
    min-height: 1rem;
    margin-bottom: 0;
    margin-left: 0;
    position: static;
  }

  .value_num {
    font-size: 1rem;
  }

  .values_right-arrow {
    top: 20%;
    right: 0%;
    transform: rotate(20deg);
  }

  .values_left-arrow {
    bottom: 25%;
    left: 0%;
    transform: rotate(15deg);
  }

  .single_job_hero-content {
    padding-top: 8rem;
  }

  .single_job_grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .single_blogs_hero-content {
    padding-top: 8rem;
  }

  .single_blogs_grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 1rem;
  }

  .field_group, .values-grid {
    grid-template-columns: 1fr;
  }

  .values0card {
    position: static;
  }

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

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

  .div-block-2 {
    width: 2rem;
    height: 2rem;
  }
}

#w-node-_9f3d4cb8-0aff-665e-05b2-5b3a1116dd63-572d3f1b {
  place-self: center;
}

#w-node-_6ab3c38e-d171-5222-486b-77c3c7141000-c7140fef {
  justify-self: end;
}
