:root {
  --light-green: #38b34a;
  --nav-line-grey: #ddd;
  --dark-green: #005137;
  --white: white;
  --dark-green\<deleted\|variable-888fb1ce-60ca-3d6b-5931-5059569ff736\>: #1d5b42;
  --light-grey-bg: #2621200d;
  --mxa-black: #231f20;
  --dark-green-2-shades-down: #007a54;
  --dark-green-3-shades-down-button: #008f62;
  --black: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #000;
  font-family: Instrument Sans, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  object-fit: fill;
  text-decoration: none;
  transition-property: none;
  display: inline;
  position: relative;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  max-width: 20px;
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figcaption {
  opacity: 1;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.divider {
  background-color: #eee;
  height: 1px;
}

.styleguide-content-wrap {
  text-align: center;
}

.section {
  margin-left: 30px;
  margin-right: 30px;
}

.section.cc-cta {
  background-color: var(--light-green);
  margin-left: 0;
  margin-right: 0;
  padding: 120px 0;
  position: relative;
}

.styleguide-block {
  text-align: left;
  flex-direction: column;
  align-items: center;
  margin-top: 80px;
  margin-bottom: 80px;
  display: block;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 158px;
  padding-right: 158px;
  display: flex;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light, .paragraph-bigger.cc-bigger-white-light {
  opacity: .6;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.button.cc-jumbo-button {
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  color: #000;
  background-color: #fff;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.label.cc-styleguide-label {
  margin-bottom: 25px;
}

.label.cc-light {
  opacity: .6;
}

.label.cc-blog-date {
  opacity: .6;
  margin-top: 20px;
}

.heading-jumbo-tiny {
  text-transform: uppercase;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.rich-text {
  width: 70%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.rich-text p {
  opacity: .6;
  margin-top: 15px;
  margin-bottom: 25px;
}

.rich-text figcaption {
  opacity: .6;
}

.rich-text figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

.paragraph-light {
  opacity: .6;
}

.heading-jumbo {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 64px;
  line-height: 80px;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.styleguide-button-wrap {
  margin-top: 10px;
  margin-bottom: 10px;
}

.styleguide-header-wrap {
  color: #fff;
  text-align: center;
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 460px;
  padding: 30px;
  display: flex;
}

.paragraph-small {
  font-size: 14px;
  line-height: 26px;
}

.logo-link {
  z-index: 1;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.menu {
  z-index: 0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.navigation-wrap {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation {
  border-bottom: .1em solid var(--nav-line-grey);
  background-color: #fff;
  align-items: center;
  padding: 30px 50px;
  display: flex;
  position: sticky;
  top: 0;
}

.navigation-item {
  opacity: .6;
  letter-spacing: 1px;
  text-transform: uppercase;
  padding-top: 9px;
  padding-bottom: 9px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

.navigation-item:hover {
  opacity: .9;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  max-width: 100px;
  display: block;
}

.navigation-items {
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 110px;
  padding-bottom: 120px;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 0 0;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.intro-header.cc-subpage {
  color: #fff;
  background-color: #000;
  background-image: none;
  height: 480px;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  margin-bottom: 20px;
}

.motto-wrap {
  text-align: center;
  width: 80%;
  margin-bottom: 85px;
  margin-left: auto;
  margin-right: auto;
}

.about-story-wrap {
  text-align: center;
  width: 80%;
  margin: 80px auto;
}

.our-services-grid {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 120px;
}

.section-heading-wrap {
  text-align: center;
  margin-top: 80px;
  margin-bottom: 80px;
}

.service-icon {
  margin-bottom: 30px;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-success-message {
  background-color: #12b878;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.status-message.cc-no-data {
  width: 70%;
  margin: 100px auto;
  display: block;
}

.contact-form-wrap {
  border: 1px solid #eee;
  padding: 45px 50px 50px;
}

.contact-form-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 2.5fr 1fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.details-wrap {
  margin-bottom: 30px;
}

.get-in-touch-form {
  flex-direction: column;
  display: flex;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.text-field.cc-contact-field {
  margin-bottom: 25px;
}

.text-field.cc-textarea {
  height: 200px;
  padding-top: 12px;
}

.contact-form {
  flex-direction: column;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.contact-form-heading-wrap {
  margin-bottom: 40px;
}

.contact-heading {
  margin-top: 0;
  margin-bottom: 15px;
  font-weight: 400;
}

.map {
  height: 460px;
  margin-bottom: 100px;
  line-height: 20px;
}

.contact-team-name-wrap {
  margin-bottom: 30px;
}

.our-contacts {
  grid-column-gap: 80px;
  grid-row-gap: 60px;
  text-align: center;
  grid-template: ". . ."
  / 1fr 1fr 1fr;
  margin-bottom: 120px;
}

.contact-team-details-wrap {
  margin-top: 30px;
}

.contact-team-pic {
  background-color: #f4f4f4;
  height: 150px;
  margin-bottom: 30px;
}

.team-pic {
  background-color: #f4f4f4;
  width: 100%;
  height: 420px;
  margin-bottom: 40px;
}

.team-members {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-columns: 1fr 1fr 1fr;
  grid-template-areas: ". . ."
                       ". . .";
  margin-bottom: 60px;
}

.team-member-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.team-member-name {
  opacity: 1;
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.projects-grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template: "."
                 "."
                 "."
                 / 1fr;
  margin-bottom: 60px;
}

.project-name-wrap {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.project-name-link {
  margin-bottom: 5px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
  text-decoration: none;
}

.project-name-link:hover {
  opacity: .8;
}

.project-name-link:active {
  opacity: .7;
}

.project-cover-link {
  margin-bottom: 40px;
}

.project-cover-link:hover {
  opacity: .8;
}

.project-cover-link:active {
  opacity: .7;
}

.project-overview-header {
  color: #fff;
  background-color: #f4f4f4;
  background-image: url('../images/portfolio-1---wide.svg');
  background-position: 50%;
  background-size: cover;
  justify-content: center;
  align-items: center;
  height: 620px;
  margin-bottom: 100px;
  display: flex;
}

.project-overview-header.cc-project-2-header {
  background-image: url('../images/portfolio-2---wide.svg');
  background-position: 50%;
}

.project-overview-header.cc-project-3-header {
  background-image: url('../images/portfolio-3---wide.svg');
  background-size: cover;
}

.project-details-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: start;
  margin-top: 100px;
  margin-bottom: 100px;
}

.project-pics {
  margin-bottom: 120px;
}

.detail-image {
  width: 100%;
  margin-bottom: 30px;
}

.blog-detail-header-wrap {
  width: 70%;
  margin: 60px auto;
}

.detail-header-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 60px;
  display: block;
}

.detail-header-image.w--current {
  margin-bottom: 60px;
}

.blog-list-wrap {
  margin-bottom: 100px;
}

.blog-item {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.blog-preview-image {
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  height: 620px;
  margin-bottom: 45px;
  transition: opacity .6s;
  display: block;
}

.blog-preview-image:hover {
  opacity: .8;
}

.blog-preview-image:active {
  opacity: .7;
}

.blog-summary-wrap {
  text-align: left;
  width: 70%;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.blog-heading-link {
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
  text-decoration: none;
}

.blog-heading-link:hover {
  opacity: .8;
}

.blog-heading-link:active {
  opacity: .7;
}

.contact-email-link {
  opacity: .6;
  margin-bottom: 5px;
}

.contact-email-link:hover {
  opacity: 1;
}

.contact-email-link:active {
  opacity: .8;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.home-content-wrap {
  margin-top: 80px;
  margin-bottom: 120px;
}

.home-section-wrap {
  margin-bottom: 30px;
}

.section-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.about-grid {
  grid-column-gap: 80px;
  grid-row-gap: 30px;
  grid-template: ". ."
  / 1fr 2fr;
  align-items: center;
  margin-bottom: 80px;
}

.about-grid.cc-about-2 {
  grid-template-columns: 2fr 1fr;
  grid-template-areas: ". .";
}

.intro-text {
  width: 80%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.collection-wrap {
  flex-wrap: wrap;
  place-content: flex-start center;
  align-items: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
}

.work-heading {
  margin-top: 10px;
  margin-bottom: 20px;
  font-weight: 400;
}

.blog-heading {
  text-align: center;
  margin-bottom: 60px;
}

.blog-preview-wrap {
  width: 33.33%;
  padding-bottom: 30px;
  padding-left: 15px;
  padding-right: 45px;
}

.collection-list-wrapper {
  margin-bottom: 120px;
}

.business-article-heading {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 500;
  line-height: 38px;
  text-decoration: none;
}

.business-article-heading:hover {
  opacity: .8;
}

.business-article-heading:active {
  opacity: .7;
}

._w-lightbox-caption {
  background-color: #0009;
}

.page-wrapper {
  padding-left: 0;
  padding-right: 0;
}

.hero-section {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 80px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-section.about {
  background-color: var(--dark-green);
  margin-top: 80px;
}

.hero-section.government {
  background-color: var(--dark-green);
  height: 90vh;
  margin-top: 80px;
}

.heading-1 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 62px;
  font-weight: 600;
  line-height: 120%;
}

.heading-1.dark {
  padding-bottom: 50px;
  font-weight: 600;
  line-height: 120%;
}

.heading-1.light {
  color: #fff;
  padding-bottom: 0;
}

.heading-1.light.cta {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
  font-weight: 600;
}

.heading-1.about {
  margin-top: 80px;
  padding-bottom: 40px;
}

.heading-1.services-header {
  padding-bottom: 40px;
  font-size: 60px;
}

.heading-1.right-padding {
  padding-right: 103px;
}

.heading-1.service-detail {
  padding-top: 10px;
}

.column-hero {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.hero-columns {
  min-width: 100%;
}

.column {
  z-index: 500;
  padding-left: 0;
  padding-right: 0;
}

.column-2 {
  position: static;
}

.image {
  max-width: 65%;
  position: absolute;
  inset: auto 0 0% auto;
}

.introduction-aus-map {
  background-color: var(--dark-green);
  color: var(--dark-green);
  justify-content: center;
  align-items: center;
  height: 100vh;
  margin-top: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.paragraph.dark.hero {
  padding-right: 135px;
  position: relative;
}

.paragraph.dark.right-padding {
  padding-right: 120px;
}

.paragraph.action-light {
  color: var(--white);
  padding-right: 20px;
  font-weight: 600;
}

.paragraph.service-text-1 {
  padding-bottom: 10px;
}

.paragraph.mxa-numbers-description {
  padding-bottom: 10px;
  font-weight: 700;
}

.heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 40px;
  font-size: 46px;
  font-weight: 500;
  line-height: 120%;
}

.heading-2.light {
  color: #fff;
  text-align: left;
}

.heading-2.light.about {
  text-align: center;
}

.heading-2.values-home {
  margin-top: 40px;
  margin-bottom: 80px;
  font-size: 40px;
}

.heading-2.by-numbers {
  color: var(--light-green);
  padding-bottom: 20px;
}

.heading-2.cta, .heading-2.padding-below, .heading-2.padding1, .heading-2.spacing, .heading-2.work-with-us, .heading-2.open-position {
  padding-bottom: 40px;
}

.heading-2.home-values {
  padding-bottom: 60px;
  font-weight: 500;
}

.heading-2.case-study {
  padding-bottom: 20px;
}

.heading-2.case-study.top-padding {
  margin-top: 10px;
  padding-bottom: 20px;
}

.heading-2.case-study.padding-both {
  padding-top: 40px;
}

.heading-2.our-services {
  padding-bottom: 0;
}

.action-button-dark-bg {
  justify-content: center;
  align-items: center;
  padding-top: 40px;
  display: flex;
}

.button-2 {
  border: 2px solid var(--light-green);
  background-color: var(--dark-green\<deleted\|variable-888fb1ce-60ca-3d6b-5931-5059569ff736\>);
  border-radius: 8em;
}

.action {
  border: 2px solid var(--light-green);
  border-radius: 8em;
  padding: 14px 26px;
}

.action.dark-bg {
  background-color: var(--dark-green);
}

.action.light-bg {
  background-color: #fff0;
}

.div-block {
  border-radius: 0;
  padding: 0;
}

.div-block-2 {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.image-2 {
  z-index: 0;
  opacity: .15;
  max-width: 750px;
  position: absolute;
}

.container-2 {
  z-index: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.homeblack-logos {
  min-height: 100%;
  padding: 120px 0 100px;
}

.container-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.carousel-container {
  background-color: #ff7c7c00;
  min-width: 100%;
  height: 0;
}

.logo-container {
  background-color: #fff0;
  justify-content: space-around;
  align-items: center;
  margin-bottom: 70px;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
}

.logo-container.case-studies {
  margin-bottom: 0;
  padding-top: 100px;
  padding-bottom: 100px;
}

.logos {
  opacity: .25;
  max-width: 100%;
  height: 60px;
}

.logos._1 {
  height: 100px;
}

.logos._2, .logos._3 {
  height: 80px;
}

.logos._4 {
  height: 60px;
}

.container-4 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-3 {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.heading-3.dark {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3.dark.logos-home {
  font-size: 46px;
  font-weight: 500;
}

.heading-3.values-home {
  text-align: left;
  margin-bottom: 10px;
  font-size: 24px;
}

.heading-3.light {
  text-align: center;
}

.heading-3.light.centered {
  color: var(--white);
  padding-bottom: 120px;
  padding-left: 220px;
  padding-right: 220px;
}

.heading-3.services-intro {
  padding-bottom: 40px;
}

.heading-3.services-intro.left {
  text-align: left;
}

.heading-3.testimonial {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.heading-3.case-study-heading-1 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3.case-study-heading-1.smaller {
  max-width: 80%;
  font-size: 28px;
}

.heading-3.white {
  color: #fff;
  text-align: center;
}

.heading-3.white.margins {
  padding-left: 230px;
  padding-right: 230px;
}

.heading-3.work-with-us {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3.work-with-us.smaller {
  font-size: 26px;
}

.heading-3.case-study {
  text-align: left;
  padding-bottom: 40px;
}

.heading-3.case-study.smaller {
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 28px;
}

.heading-3.case-study-header {
  text-align: left;
  padding-bottom: 40px;
}

.heading-3.case-study-detail {
  text-align: left;
  padding-bottom: 20px;
}

.heading-3.team-photo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3.difference.whitepapers-page {
  margin-bottom: 40px;
}

.heading-3.case-study-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3.case-study-title.smaller {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 22px;
}

.sticky-content-section {
  background-color: var(--white);
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 60px 60px 120px;
  display: flex;
}

.sticky-content-section.about {
  background-color: var(--white);
  padding-top: 140px;
  padding-bottom: 140px;
}

.sticky-content-section.case-study {
  padding-top: 120px;
}

.columns {
  min-width: 100%;
}

.column-3 {
  padding-left: 0;
  padding-right: 0;
}

.heading-4 {
  margin-top: 0;
  margin-bottom: 0;
}

.service-1 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  height: 100%;
  padding-bottom: 20px;
  display: flex;
}

.service-div-separator {
  background-color: var(--nav-line-grey);
  height: 2px;
  margin-top: 40px;
  margin-bottom: 25px;
}

.service-container-1 {
  max-width: 100%;
}

.column-4 {
  padding-left: 0;
  padding-right: 0;
  position: sticky;
  top: 150px;
}

.home {
  background-color: var(--light-grey-bg);
  height: 100vh;
}

.arrow {
  max-width: 16px;
}

.action-div {
  justify-content: flex-start;
  align-items: center;
  margin-top: 40px;
  padding-top: 0;
  padding-bottom: 10px;
  display: flex;
}

.action-div.values {
  padding-bottom: 0;
}

.link {
  padding-right: 20px;
  text-decoration: none;
}

.action-text {
  color: #000;
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  text-decoration: none;
}

.action-text:hover {
  color: #000;
}

.action-text.white {
  color: #fff;
}

.values {
  background-color: var(--light-grey-bg);
  height: auto;
  margin-bottom: 0;
  padding: 0 60px;
}

.values.white-bg {
  background-color: var(--white);
}

.image-left-content-right {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 100%;
  padding-top: 120px;
  padding-bottom: 140px;
  display: flex;
}

.image-left-content-right.work-with-us {
  flex-direction: row;
  align-items: flex-start;
}

.image-3 {
  width: 80%;
  max-width: 100%;
}

.services-image-left {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.services-text-right {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  display: flex;
}

.seperator-values-home {
  background-color: var(--nav-line-grey);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 40px;
}

.values-home-columns {
  padding-bottom: 0;
  display: flex;
  flex-wrap: wrap;
}

.values-home-columns > .w-col-6 {
  display: flex;
  flex-direction: column;
}

.values-home-columns .seperator-values-home {
  margin-top: auto;
}

.footer-light {
  background-color: var(--mxa-black);
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 0 40px;
  position: relative;
}

.container-5 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrapper-two {
  justify-content: space-around;
  align-items: flex-start;
  max-width: 100%;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  color: var(--white);
  font-size: 18px;
  font-weight: 600;
  line-height: 32px;
}

.footer-title.newsletter {
  color: var(--light-green);
}

.footer-link-two {
  color: #767676;
  margin-top: 20px;
  font-weight: 400;
  text-decoration: none;
}

.footer-link-two:hover {
  color: #767676;
  text-decoration: none;
}

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding-top: 8px;
  padding-bottom: 8px;
  display: flex;
}

.footer-form-field {
  text-align: center;
  border: 0 #0070ff;
  border-radius: 8em;
  height: auto;
  margin-bottom: 0;
  padding: 10px 16px;
  font-size: 14px;
  line-height: 100%;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: var(--light-green);
  border: 0 #000;
  border-radius: 8em;
  width: auto;
  min-width: auto;
  height: auto;
  margin-left: 10px;
  padding: 11px 30px;
  font-size: 14px;
  line-height: 100%;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: var(--light-green);
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  text-align: left;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #fff;
  font-size: 14px;
}

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-link {
  margin-left: 12px;
}

.image-4 {
  object-fit: contain;
  max-width: 160px;
}

.button-3 {
  background-image: url('../images/Arrow.png');
  background-position: 50px;
  background-repeat: no-repeat;
  background-size: 20px 20px;
  background-attachment: fixed;
}

.footer-link-1 {
  color: var(--white);
  padding-top: 20px;
}

.subscribe-text {
  color: #fff;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 18px;
  line-height: 150%;
}

.subscribe-text.privacy {
  color: #767676;
  font-size: 14px;
}

.hero-descriptor {
  color: #fff;
  text-transform: none;
  padding-bottom: 20px;
}

.image-5 {
  min-width: auto;
  max-width: 620px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-left-content-right {
  height: auto;
  padding: 120px 60px;
}

.column-7 {
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  margin-top: 0;
  margin-bottom: 0;
}

.mxa-numbers-separator {
  background-color: var(--nav-line-grey);
  height: 2px;
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-right: 0;
}

.text-block-mxa-numbers {
  padding-bottom: 10px;
  padding-right: 40px;
}

.column-8 {
  padding-top: 10px;
}

.our-network {
  background-color: var(--dark-green);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 120px 60px 160px;
  display: flex;
}

.container-6 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  max-width: 100%;
  display: flex;
}

.hero-descriptor-container {
  background-color: var(--light-green);
  border-radius: 8em;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 35px;
  margin-bottom: 20px;
  display: flex;
  position: static;
  inset: 0% 0% auto auto;
}

.hero-descriptor-container.about {
  width: 160px;
  position: static;
  inset: 5% 5% auto auto;
}

.hero-descriptor-container.network {
  width: 160px;
  margin-bottom: 30px;
}

.hero-descriptor-container.services {
  width: 210px;
}

.hero-descriptor-container.clients {
  width: 180px;
}

.hero-descriptor-container.case-study-service {
  background-color: var(--nav-line-grey);
  width: 160px;
  height: 28px;
  top: 5%;
  right: 5%;
}

.hero-descriptor-container.case-studies {
  width: 150px;
}

.hero-desccriptor {
  color: var(--white);
  font-size: 14px;
}

.grid {
  grid-template-areas: "Area-2 ."
                       ". Area";
  place-items: center;
}

.div-block-3 {
  background-color: red;
  width: 100%;
  height: 100%;
}

.network-columns {
  margin-left: 0;
  margin-right: 0;
}

.network-column-interior {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  height: 300px;
  padding: 110px 0 20px;
  display: flex;
}

.network-logos {
  max-width: 200px;
}

.network-logos.network-logo-1 {
  max-width: 220px;
  margin-top: -20px;
}

.network-logos.network-logo-2 {
  max-width: 280px;
  margin-top: 10px;
  padding-top: 0;
}

.network-logos.network-logo-3 {
  margin-top: -20px;
}

.network-logos.network-logo-4 {
  max-width: 250px;
  margin-top: -40px;
}

.network-logos.network-logo-5 {
  max-width: 240px;
}

.network-logos.network-logo-6 {
  max-width: 270px;
  margin-top: -10px;
}

.div-block-4 {
  width: 100%;
}

.div-block-5 {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.network-text {
  color: #fff;
  padding-right: 20px;
}

.team {
  background-color: var(--light-grey-bg);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 192px 60px;
  display: flex;
}

.cta-paragraph {
  color: #fff;
  text-align: center;
}

.image-6 {
  opacity: .2;
  max-width: 400px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-7 {
  max-width: none;
  position: absolute;
  inset: auto auto 0% 0%;
}

.image-8 {
  opacity: .2;
  max-width: 300px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.image-9 {
  opacity: .2;
  max-width: 300px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-4 {
  border: 2px solid var(--dark-green);
  background-color: var(--dark-green-2-shades-down);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #fff;
  border-radius: 8rem;
  padding: 8px 40px;
  font-size: 16px;
  transition-property: none;
}

.button-4:hover {
  background-color: var(--dark-green-3-shades-down-button);
  color: #fff;
  background-image: none;
}

.image-10 {
  opacity: .2;
  max-width: 350px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.image-11 {
  opacity: .2;
  max-width: 350px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.button-wrapper {
  border: 2px solid var(--dark-green);
  border-radius: 100px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 225px;
  padding: 3px;
  display: flex;
}

.div-block-6 {
  background-color: var(--dark-green);
  border-radius: 100px;
  align-items: center;
  width: 60px;
  padding: 15px;
  display: flex;
}

.image-12 {
  min-width: 16px;
  max-width: 500px;
}

.image-13 {
  width: 14px;
  max-width: none;
  margin-left: 10px;
}

.text-block {
  text-align: left;
  padding-left: 15px;
}

.get-in-touch-button {
  border: 2px solid var(--dark-green-2-shades-down);
  background-color: var(--dark-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: auto;
  min-width: 200px;
  height: 40px;
  transition: background-color .2s;
  display: flex;
}

.get-in-touch-button:hover {
  background-color: var(--dark-green-2-shades-down);
}

.get-in-touch-button.dark-bg {
  border-width: 3px;
}

.get-in-touch-button.dark-bg.size {
  height: auto;
  margin-top: 20px;
  padding-top: 5px;
  padding-bottom: 5px;
}

.link-2 {
  color: #fff;
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
  transition-property: none;
}

.link-2:hover {
  color: #fff;
  text-decoration: none;
}

.image-14 {
  max-width: 14px;
}

.text-block-2 {
  color: var(--white);
  padding-right: 20px;
  font-size: 16px;
  text-decoration: none;
}

.button-text-1 {
  color: #fff;
  padding-right: 15px;
  font-size: 16px;
  font-style: normal;
  text-decoration: none;
}

.button-text-1:hover {
  text-decoration: none;
}

.navbar-logo-center-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
}

.navbar-logo-center-container.shadow-three {
  width: 100%;
  max-width: 1140px;
}

.container-7 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
}

.navbar-wrapper-three {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navbar-brand-three {
  z-index: 5;
  position: absolute;
}

.nav-menu-wrapper-three {
  width: 100%;
}

.nav-menu-three {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-menu-block {
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.nav-link {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 5px;
  padding: 5px 10px;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
}

.nav-link:hover {
  color: #1a1b1fbf;
}

.nav-link:focus-visible, .nav-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.nav-dropdown {
  margin-left: 5px;
  margin-right: 5px;
}

.nav-dropdown-toggle {
  letter-spacing: .25px;
  padding: 5px 30px 5px 10px;
  font-size: 14px;
  line-height: 20px;
}

.nav-dropdown-toggle:hover {
  color: #1a1b1fbf;
}

.nav-dropdown-toggle:focus-visible, .nav-dropdown-toggle[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-icon {
  margin-right: 10px;
}

.nav-dropdown-list {
  background-color: #fff;
  border-radius: 12px;
}

.nav-dropdown-list.w--open {
  padding-top: 10px;
  padding-bottom: 10px;
}

.nav-dropdown-link {
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 14px;
}

.nav-dropdown-link:focus-visible, .nav-dropdown-link[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-link-accent {
  color: #1a1b1f;
  letter-spacing: .25px;
  margin-left: 5px;
  margin-right: 20px;
  padding: 5px 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
  text-decoration: none;
}

.nav-link-accent:hover {
  color: #1a1b1fbf;
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.image-16 {
  min-width: auto;
  max-width: 200px;
}

.container-8 {
  width: 100%;
  min-width: auto;
  margin-left: 0;
  margin-right: 0;
}

.navbar-logo-left {
  z-index: 100;
  border-bottom: 1px solid var(--light-green);
  background-color: #fff;
  width: 100%;
  padding-left: 60px;
  padding-right: 60px;
  position: fixed;
  top: 0;
}

.navbar-logo-left-container {
  z-index: 5;
  background-color: #0000;
  width: 1030px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 15px 20px;
}

.navbar-logo-left-container.shadow-three {
  width: 100%;
  max-width: 100%;
  margin-bottom: 0;
  padding: 12px 60px;
  position: relative;
}

.navbar-wrapper {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.nav-menu-wrapper {
  align-items: center;
  display: flex;
}

.nav-menu-two {
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  margin-bottom: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.nav-divider {
  background-color: #e4ebf3;
  width: 1px;
  height: 22px;
  margin-left: 15px;
  margin-right: 15px;
}

.image-17 {
  max-width: 120px;
}

.navigation-link {
  padding-right: 0;
  font-size: 16px;
}

.navbar-logo-left-2 {
  z-index: 1000;
  border-bottom: 2px solid var(--nav-line-grey);
  background-color: #fff;
  width: 100%;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
}

.container-9 {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.navbar-wrapper-2 {
  justify-content: space-between;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.nav-menu-wrapper-2 {
  justify-content: space-around;
  align-items: center;
  display: flex;
}

.image-18 {
  max-width: 120px;
}

.list-item {
  padding-right: 60px;
}

.action-button-text {
  justify-content: space-between;
  align-items: center;
  transition-property: none;
  display: flex;
}

.action-button-text.hero {
  width: 250px;
}

.action-button-text.services {
  width: 100%;
}

.action-button-text.services.hero-home {
  width: 240px;
}

.action-button-text.about-us {
  color: var(--black);
  width: 265px;
}

.action-button-text.about-us:hover {
  color: var(--black);
}

.action-button-text.case-studies {
  cursor: pointer;
  width: 264px;
}

.action-button-text.case-studies._2 {
  width: 265px;
}

.action-button-text.service-page {
  width: 335px;
}

.action-button-text.service-page.design {
  width: 300px;
}

.action-button-text.service-page.strategy {
  width: 315px;
}

.action-button-text.service-page.projects {
  width: 312px;
}

.action-button-text.work-with-us {
  width: 262px;
}

.action-button-text.apply {
  width: 140px;
}

.action-button-text.case-study-detail {
  width: 228px;
}

.action-button-text.our-services-home {
  width: 240px;
}

.action-arrow-text {
  border: 2px solid var(--light-green);
  background-color: #fff0;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.action-arrow-text.greenbg {
  background-color: var(--dark-green);
}

.image-19 {
  max-width: 14px;
}

.spacer {
  height: 50px;
}

.spacer._2 {
  height: 100px;
}

.div-block-7 {
  width: 70px;
  height: 40px;
}

.action-arrow {
  border: 2px solid var(--light-green);
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.image-20 {
  max-width: 16px;
}

.action-button {
  border: 2px solid var(--light-green);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 40px;
  display: flex;
}

.image-21 {
  max-width: 14px;
}

.text-block-3 {
  color: var(--mxa-black);
}

.green-arrow {
  max-width: 14px;
}

.service-columns {
  align-items: center;
  padding-top: 775px;
  padding-bottom: 775px;
  display: flex;
}

.services-image-right {
  justify-content: flex-end;
  display: flex;
}

.services-text-left {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.services-text {
  letter-spacing: normal;
  word-break: normal;
  letter-spacing: normal;
  word-break: normal;
  overflow-wrap: break-word;
  padding-bottom: 40px;
  display: block;
}

.services-columns {
  align-items: center;
  display: flex;
}

.image-l-content-r {
  padding: 10px 60px 60px;
}

.image-l-content-r.grey {
  background-color: var(--light-grey-bg);
  position: relative;
}

.image-l-content-r.grey.top-padding {
  padding-top: 140px;
  padding-bottom: 180px;
}

.image-l-content-r.grey.strategy {
  background-color: var(--white);
}

.image-l-content-r.grey.projects {
  background-color: var(--white);
  margin-top: 60px;
  margin-bottom: 0;
}

.image-l-content-r.top-padding {
  padding-top: 100px;
  padding-bottom: 180px;
}

.image-22 {
  width: 90%;
  max-width: none;
}

.content-right-column {
  padding-left: 0;
  padding-right: 0;
}

.image-left-column {
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-r-content-l {
  padding: 100px 60px;
}

.image-r-content-l.grey {
  background-color: var(--light-grey-bg);
  position: relative;
}

.image-r-content-l.grey.design {
  background-color: var(--white);
  padding-top: 10px;
  padding-bottom: 0;
}

.image-r-content-l.grey.operations {
  background-color: var(--white);
}

.image-r-content-l.case-study.bottom-padding {
  padding-bottom: 180px;
}

.column-9 {
  justify-content: flex-end;
  display: flex;
}

.image-right-column {
  justify-content: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.content-left-column {
  padding-left: 0;
  padding-right: 0;
}

.section-2 {
  background-color: var(--light-grey-bg);
  height: 100vh;
}

.title-left-text-right {
  height: auto;
  padding: 140px 60px 180px;
}

.title-left-text-right.services {
  background-color: #fff;
  padding-top: 140px;
  padding-bottom: 100px;
}

.title-left-text-right.service-detail-hero {
  margin-top: 80px;
  padding-top: 200px;
  padding-bottom: 160px;
}

.title-left-text-right.client-drop-down {
  padding-top: 40px;
  padding-bottom: 40px;
}

.title-left-text-right.work-with-us, .title-left-text-right.case-study {
  margin-top: 80px;
  padding-top: 200px;
  padding-bottom: 160px;
}

.header-left-column {
  padding-left: 0;
  padding-right: 0;
}

.header-left-column.padding1 {
  padding-right: 100px;
}

.header-left-column.work-with-us {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-left-column.case-study {
  padding-right: 90px;
}

.text-right-column {
  z-index: 0;
  padding-left: 0;
  padding-right: 0;
}

.text-right-column.padding1 {
  padding-top: 20px;
  padding-right: 100px;
}

.text-right-column.padding1.case-study {
  padding-top: 0;
  padding-left: 50px;
  padding-right: 0;
}

.image-23 {
  max-width: 80px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.dark-logos-clients {
  padding-top: 80px;
  padding-bottom: 80px;
}

.dropdown {
  width: 100%;
}

.accordion-item {
  width: 100%;
  overflow: hidden;
}

.accordion-toggle {
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordion-header.heading-3.smaller {
  font-size: 28px;
}

.dropdown-list {
  background-color: #fff;
  display: block;
  position: static;
}

.accordion-icon {
  color: var(--light-green);
  font-size: 24px;
}

.accordion-paragraph {
  padding-bottom: 40px;
}

.accordion-seperator {
  background-color: var(--light-grey-bg);
  height: 2px;
}

.accordion-line {
  background-color: var(--nav-line-grey);
  height: 2px;
  margin-top: 0;
  margin-bottom: 0;
}

.text-block-4 {
  padding-right: 35px;
}

.text-block-5, .text-block-6 {
  padding-right: 41px;
}

.text-block-7 {
  padding-right: 42px;
}

.testimonial-slider {
  background-color: var(--dark-green);
  padding-top: 60px;
  padding-bottom: 120px;
}

.slide {
  background-color: #00513700;
}

.container-10 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
}

.mask {
  background-color: #0000;
}

.slider {
  background-color: #00513700;
  height: 550px;
}

.testimonial-image {
  border-radius: 100px;
  width: 50px;
  max-width: 50px;
  height: 50px;
  margin-right: 10px;
}

.testimonial-name-pic {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.testimonial-name {
  color: #fff;
  padding-left: 0;
}

.slide-nav {
  padding-bottom: 40px;
}

.image-24 {
  opacity: .2;
  width: 60px;
  max-width: none;
  margin-bottom: 40px;
}

.background-video {
  height: 80vh;
}

.section-3 {
  background-color: var(--light-grey-bg);
  justify-content: center;
  align-items: center;
  height: auto;
  padding: 120px 60px 140px;
  display: flex;
}

.columns-2 {
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.container-11 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.heading-6 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
}

.columns-3 {
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-top: 80px;
}

.image-25 {
  width: 100%;
  max-width: none;
  position: static;
}

.case-study-service-div {
  justify-content: space-between;
  align-items: stretch;
  margin-top: 40px;
  padding-bottom: 20px;
  display: flex;
}

.column-10, .column-11 {
  padding-left: 30px;
  padding-right: 30px;
  position: static;
}

.div-block-8 {
  background-color: var(--nav-line-grey);
  height: 2px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.div-block-9 {
  position: relative;
}

.section-4 {
  background-color: var(--dark-green);
}

.dark-green-white-text {
  background-color: var(--dark-green);
  padding-top: 200px;
  padding-bottom: 200px;
}

.dark-green-white-text.testimonial-block {
  padding-top: 60px;
}

.dark-green-white-text.case-study-testimonial {
  padding-top: 160px;
  padding-bottom: 160px;
}

.work-with-us-column {
  align-items: center;
  display: flex;
}

.image-26 {
  width: 80%;
  max-width: none;
}

.work-with-us-slider {
  background-color: var(--dark-green);
  background-image: url('../images/Black-Strip.svg');
  background-position: 100% 0;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 160px;
  padding-bottom: 220px;
  display: flex;
  position: relative;
}

.container-12 {
  max-width: 100%;
  padding-left: 80px;
  padding-right: 80px;
}

.gallery-slider {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.gallery-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.gallery-block {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.gallery-slide {
  background-color: #0000;
  height: auto;
}

.gallery-slide-wrapper {
  max-width: 47%;
  margin-right: 6%;
}

.gallery-slide-image {
  position: relative;
}

.gallery-image {
  width: 100%;
}

.gallery-slide-text {
  color: #f5f7fa;
  margin-bottom: 0;
  line-height: 32px;
  position: absolute;
  bottom: 24px;
  left: 24px;
  right: 24px;
}

.gallery-slider-left {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  left: -50px;
}

.gallery-slider-left:focus-visible, .gallery-slider-left[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.slider-arrow-embed {
  color: #1a1b1f;
}

.gallery-slider-right {
  justify-content: center;
  align-items: center;
  width: 40px;
  display: flex;
  right: -50px;
}

.gallery-slider-right:focus-visible, .gallery-slider-right[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.gallery-slide-nav {
  display: none;
}

.slider-2 {
  width: 80%;
  height: 600px;
}

.slide-2 {
  background-image: url('../images/0x0.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
  padding-bottom: 0;
}

.mask-2 {
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
}

.slide-nav-2 {
  margin-bottom: 0;
  padding-top: 0;
}

.slide-image {
  background-image: url('../images/pic.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.mxa-slider {
  height: 650px;
}

.image-27 {
  max-width: 30%;
  height: auto;
  position: absolute;
  inset: auto 35% 0% auto;
}

.slide-nav-3 {
  margin-bottom: -80px;
}

.slide-image-2 {
  background-image: url('../images/fabio-oyXis2kALVg-unsplash-1.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.slide-image-3 {
  background-image: url('../images/sebastian-svenson-LpbyDENbQQg-unsplash.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.dropdown-accordion {
  padding: 160px 60px;
}

.section-5 {
  height: auto;
  padding: 120px 60px;
}

.columns-4 {
  align-items: center;
  width: 100%;
  display: flex;
}

.container-14 {
  max-width: none;
}

.column-12 {
  padding-right: 90px;
}

.column-13 {
  margin-top: 20px;
}

.seperator {
  background-color: var(--nav-line-grey);
  height: 2px;
}

.seperator.values {
  margin-top: 30px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-left: 0;
  padding-right: 0;
}

.seperator.work-with-us {
  margin-bottom: 0;
}

.seperator.results {
  margin-top: 20px;
  margin-bottom: 40px;
  margin-right: 40px;
  padding-bottom: 0;
}

.values-text {
  padding: 160px 60px;
}

.open-positions {
  background-color: var(--light-grey-bg);
  padding: 160px 60px;
}

.image-28 {
  width: 80%;
  max-width: none;
}

.job-opening {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.image-29 {
  border-radius: 0;
  max-width: none;
  position: absolute;
}

.case-study-details {
  padding: 160px 60px;
}

.column-14 {
  padding-left: 0;
  padding-right: 0;
}

.case-study-results {
  background-color: var(--white);
  padding: 120px 60px;
}

.result-for-client {
  padding-bottom: 10px;
  font-weight: 700;
}

.client-result-text {
  padding-bottom: 10px;
  padding-right: 20px;
}

.case-study-detail-image-left {
  background-color: var(--light-grey-bg);
  padding: 100px 60px;
}

.case-study-detail-image-right {
  padding: 100px 60px;
}

.case-study-detail-image-right.padding-bottom {
  background-color: var(--light-grey-bg);
  padding-bottom: 160px;
}

.case-study-detail-text {
  padding-bottom: 40px;
}

.section-6 {
  padding-top: 24px;
  padding-bottom: 24px;
}

.dark-logos-case-studies {
  padding-top: 80px;
  padding-bottom: 80px;
}

.section-7 {
  background-color: var(--dark-green);
  padding-top: 120px;
  padding-bottom: 120px;
}

.case-study-container {
  background-color: var(--nav-line-grey);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 140px;
  height: 28px;
  display: flex;
  position: absolute;
  inset: 5% 5% auto auto;
}

.case-study-tag-text {
  font-size: 14px;
}

.columns-5 {
  width: 100%;
}

.our-team-text {
  padding-left: 0;
  padding-right: 100px;
  position: sticky;
  top: 200px;
}

.image-30 {
  width: 100%;
  max-width: none;
}

.team-photos {
  padding-left: 50px;
  padding-right: 50px;
}

.team-container {
  width: 100%;
}

.team-member-header {
  margin-top: 20px;
  margin-bottom: 10px;
}

.team-member-role {
  padding-bottom: 10px;
  font-weight: 700;
}

.team-member-desccription {
  padding-bottom: 2px;
}

.team-member-image {
  width: 80%;
  max-width: none;
}

.team-slider {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-15 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading {
  text-align: center;
  margin-bottom: 16px;
}

.centered-subheading {
  text-align: center;
  max-width: 530px;
  margin-left: auto;
  margin-right: auto;
}

.team-slider-wrapper {
  background-color: #0000;
  height: auto;
  margin-top: 50px;
}

.team-slide-wrapper {
  width: 30%;
  margin-right: 5%;
}

.team-block {
  background-color: #fff;
  padding-bottom: 24px;
}

.team-member-image-two {
  margin-bottom: 18px;
}

.team-block-info {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.team-member-name-two {
  margin-bottom: 12px;
  font-weight: 600;
}

.team-member-text {
  margin-bottom: 20px;
}

.text-link-arrow {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.team-slider-arrow {
  display: none;
}

.team-slider-nav {
  margin-top: 24px;
  font-size: 10px;
  position: static;
  bottom: -60px;
}

.team-member-details {
  padding-bottom: 0;
}

.team-text-header {
  margin-top: 0;
  margin-bottom: 0;
  padding-bottom: 20px;
}

.image-31 {
  opacity: .4;
  width: 200px;
  max-width: none;
}

.case-study-about-text {
  padding-bottom: 0;
}

.case-study-about-text.padding-right {
  padding-right: 10px;
}

.case-study-about-text.padding-right.bold {
  padding-bottom: 0;
  font-weight: 700;
}

.about-case-study-container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 10px;
  padding-right: 70px;
  display: flex;
}

.photo-background {
  height: auto;
}

.div-block-10 {
  width: 100%;
  height: 100%;
}

.image-32 {
  width: 100%;
  max-width: none;
  height: auto;
  margin-top: -70px;
}

.background-image-containter {
  height: 85vh;
  overflow: hidden;
}

.collection-list-wrapper-2 {
  display: block;
}

.image-33 {
  width: 100%;
  max-width: none;
  height: 220px;
  object-fit: cover;
  border-radius: 4px;
}

.collection-item {
  padding-bottom: 120px;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.case-studies-grid {
  padding: 100px 40px;
}

.case-study-card-summary {
  flex: 1;
  margin-bottom: 0;
}

.divider-case-study {
  background-color: var(--nav-line-grey);
  height: 2px;
  margin-top: 20px;
}

.image-div-container {
  height: 80vh;
  overflow: hidden;
}

.image-34 {
  width: 100%;
  max-width: none;
}

.collection-list {
  flex-wrap: wrap;
  display: flex;
}

.link-block-service-case-study-image {
  position: relative;
}

.collection-item-2 {
  padding-bottom: 40px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  flex-direction: column;
}

.collection-list-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.logo-section.light {
  padding-top: 100px;
  padding-bottom: 100px;
}

.logo-container-1 {
  justify-content: space-around;
  align-items: center;
  min-width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 0;
  display: flex;
  position: static;
}

.image-36 {
  opacity: .2;
  width: auto;
  max-width: 100%;
  height: 60px;
}

.carousel-container-1 {
  display: flex;
  overflow: hidden;
}

.carousel-container-1.light {
  padding-bottom: 80px;
}

.container-16 {
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.case-studies-header {
  margin-top: 0;
}

.executivesummary {
  background-color: #195b44;
  padding: 100px 200px;
}

.heading-3-copy {
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 400;
  line-height: 120%;
}

.heading-3-copy.dark {
  margin-top: 0;
  margin-bottom: 0;
}

.heading-3-copy.dark.logos-home {
  font-size: 46px;
  font-weight: 500;
}

.heading-3-copy.values-home {
  text-align: left;
  margin-bottom: 10px;
  font-size: 30px;
}

.heading-3-copy.light {
  text-align: center;
}

.heading-3-copy.light.centered {
  color: var(--white);
  padding-bottom: 120px;
  padding-left: 220px;
  padding-right: 220px;
}

.heading-3-copy.services-intro {
  padding-bottom: 40px;
}

.heading-3-copy.services-intro.left {
  text-align: left;
}

.heading-3-copy.testimonial {
  color: #fff;
  text-align: center;
  padding-bottom: 40px;
}

.heading-3-copy.case-study-heading-1 {
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.heading-3-copy.case-study-heading-1.smaller {
  max-width: 80%;
  font-size: 28px;
}

.heading-3-copy.white {
  color: #fff;
  text-align: center;
}

.heading-3-copy.white.margins {
  padding-left: 230px;
  padding-right: 230px;
}

.heading-3-copy.work-with-us {
  text-align: left;
  margin-top: 20px;
  margin-bottom: 20px;
}

.heading-3-copy.work-with-us.smaller {
  font-size: 26px;
}

.heading-3-copy.case-study {
  text-align: left;
  padding-bottom: 40px;
}

.heading-3-copy.case-study.smaller {
  margin-top: 10px;
  padding-bottom: 20px;
  font-size: 28px;
}

.heading-3-copy.case-study-header {
  text-align: left;
  padding-bottom: 40px;
}

.heading-3-copy.case-study-detail {
  text-align: left;
  padding-bottom: 20px;
}

.heading-3-copy.team-photo {
  padding-top: 20px;
  padding-bottom: 20px;
}

.heading-3-copy.case-study-title {
  padding-top: 10px;
  padding-bottom: 10px;
}

.heading-3-copy.case-study-title.smaller {
  padding-top: 20px;
  padding-bottom: 30px;
  font-size: 22px;
}

.mxa-text-under-heading {
  margin-top: 15px;
  font-size: 25px;
  font-weight: 400;
  line-height: 40px;
}

.mxa-text-under-heading.light {
  color: #fff;
}

.change-color {
  color: #b0e1b7;
  font-weight: 500;
}

.white-section-page {
  padding: 100px 200px 0;
}

.greenimg {
  max-width: 40px;
  padding-top: 0;
}

.list-white-sec {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  list-style-type: none;
  display: flex;
}

.headinggreen {
  color: var(--light-green);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
}

.imgheadingtextdiv {
  margin-bottom: 60px;
}

.section-8 {
  background-image: url('../images/Service-detail-Strategy.jpg');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 150px;
  padding-bottom: 150px;
}

.composableform {
  background-color: var(--white);
  margin-top: 80px;
}

.column-15 {
  padding: 60px;
}

.column-16 {
  padding: 60px 60px 60px 50px;
}

.submit-button {
  background-color: var(--dark-green-3-shades-down-button);
  margin-top: 15px;
  font-size: 15px;
}

.field-label {
  margin-top: 20px;
}

.text-field-2 {
  height: 45px;
}

.success-message {
  background-color: var(--dark-green);
}

.text-block-8, .link-3 {
  color: var(--white);
}

.text-block-9 {
  text-align: center;
}

.columns-6 {
  background-color: var(--white);
  align-items: center;
  display: flex;
}

.team-member-details-copy, .team-member-details-copy-copy {
  padding-bottom: 0;
}

.section-9 {
  background-color: #37b34a;
}

.section-10 {
  background-color: var(--light-green);
  width: 100%;
  height: 75px;
}

.bold-text {
  text-align: center;
}

.italic-text {
  display: inline-block;
}

.paragraph-2 {
  font-size: 18px;
}

.paragraph-3 {
  margin-bottom: 0;
}

.paragraph-4 {
  margin-bottom: 40px;
}

.hero-stack {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-18 {
  background-color: #0000;
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.button-primary-2 {
  background-color: var(--dark-green);
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  border: 1px solid #f8f8f8;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.hero-image {
  width: 100%;
  margin-top: 50px;
}

.features-list {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-19 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.features-wrapper-two {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.features-left {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 40%;
  display: flex;
}

.features-paragraph {
  margin-bottom: 24px;
}

.text-link-arrow-2 {
  color: #1a1b1f;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed-2 {
  margin-left: 2px;
  display: flex;
}

.features-right {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  margin-bottom: -16px;
  display: flex;
}

.features-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.features-image {
  object-fit: cover;
  width: 80px;
  height: 80px;
  margin-right: 16px;
}

.heading-7 {
  text-align: center;
}

.hero-without-image {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-20 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-two-2 {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.margin-bottom-24px-2 {
  margin-bottom: 24px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.team-member-details-copy {
  padding-bottom: 0;
}

.team-member-image-copy {
  width: 80%;
  max-width: none;
}

@media screen and (min-width: 1440px) {
  .heading-1.light.cta {
    z-index: 5;
    position: relative;
  }

  .column {
    z-index: 0;
  }

  .image {
    max-width: 880px;
  }

  .heading-2.case-study {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .homeblack-logos {
    min-height: auto;
    overflow: hidden;
  }

  .logo-container {
    justify-content: space-around;
  }

  .heading-3.case-study.smaller {
    margin-top: 10px;
    font-size: 28px;
  }

  .image-8 {
    z-index: 1;
  }

  .image-15 {
    max-width: 150px;
  }

  .text-right-column.padding1.case-study {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .image-27 {
    height: 320px;
    right: 32%;
  }

  .heading-3-copy.case-study.smaller {
    margin-top: 10px;
    font-size: 28px;
  }

  .section-9 {
    width: 100%;
    height: 75px;
  }

  .container-17 {
    background-color: var(--light-green);
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .styleguide-block {
    text-align: center;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .navigation-items {
    background-color: #fff;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .our-services-grid {
    text-align: center;
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .service-icon {
    display: inline-block;
  }

  .contact-form-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .get-in-touch-form {
    text-align: left;
  }

  .our-contacts {
    grid-template: "."
                   "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .team-members {
    grid-template: ". ."
                   ". ."
                   ". ."
                   / 1fr 1fr;
  }

  .team-member-title-wrap {
    margin-bottom: 30px;
  }

  .project-details-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .blog-detail-header-wrap {
    width: 70%;
  }

  .detail-header-image {
    height: 460px;
  }

  .blog-item {
    width: 80%;
  }

  .blog-preview-image {
    height: 460px;
  }

  .blog-summary-wrap {
    width: 100%;
  }

  .about-grid {
    grid-row-gap: 50px;
    text-align: center;
    grid-template: "."
                   "."
                   / 1fr;
  }

  .about-grid.cc-about-2 {
    grid-template-columns: 1fr;
    grid-template-areas: "."
                         ".";
  }

  .intro-text {
    width: auto;
  }

  .collection-wrap {
    flex-flow: column;
    align-items: center;
    margin-left: 0;
    margin-right: 0;
  }

  .blog-preview-wrap {
    text-align: center;
    width: 80%;
    padding-right: 15px;
  }

  .hero-section {
    z-index: 400;
    height: auto;
    padding: 91px 40px 325px;
    display: flex;
  }

  .hero-section.about {
    justify-content: flex-start;
    height: 90vh;
    margin-top: 70px;
    padding-top: 90px;
    display: flex;
  }

  .hero-section.government {
    justify-content: flex-start;
    height: auto;
    margin-top: 70px;
    padding-top: 60px;
    padding-bottom: 60px;
    display: flex;
  }

  .heading-1 {
    padding-bottom: 20px;
  }

  .heading-1.light.cta {
    z-index: 5;
    position: relative;
  }

  .heading-1.about {
    justify-content: flex-start;
    align-items: flex-end;
    height: auto;
    margin-top: 70px;
    padding-top: 40px;
    padding-bottom: 40px;
    display: flex;
  }

  .heading-1.services-header, .heading-1.smaller {
    font-size: 42px;
  }

  .hero-columns {
    min-width: auto;
  }

  .column {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding-bottom: 96px;
    display: flex;
    position: relative;
  }

  .image {
    max-width: 65%;
    position: absolute;
  }

  .paragraph.dark.hero {
    padding-right: 0;
  }

  .paragraph.dark.right-padding.home-services {
    padding-right: 39px;
  }

  .paragraph.dark.right-padding.mxa-numbers {
    padding-bottom: 100px;
    padding-right: 0;
  }

  .heading-2.light.about {
    padding-left: 40px;
    padding-right: 40px;
    font-size: 38px;
  }

  .heading-2.home-values {
    padding-top: 60px;
    padding-right: 41px;
  }

  .image-2 {
    max-width: 700px;
  }

  .homeblack-logos {
    padding-bottom: 0;
  }

  .logo-container {
    max-width: 100%;
    margin-bottom: 0;
  }

  .logos {
    height: 40px;
  }

  .logos._1 {
    height: 60px;
  }

  .logos._2, .logos._3 {
    height: 50px;
  }

  .logos._4 {
    height: 40px;
  }

  .heading-3.dark.logos-home {
    text-align: center;
    padding-left: 122px;
    padding-right: 122px;
  }

  .heading-3.light.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3.white.margins {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3.case-study.smaller {
    color: gray;
  }

  .sticky-content-section {
    padding-top: 100px;
  }

  .column-4 {
    padding-bottom: 100px;
    position: relative;
    top: 0;
  }

  .image-left-content-right {
    padding-bottom: 100px;
    display: block;
  }

  .image-3.home-values {
    width: 80%;
  }

  .services-image-left {
    justify-content: center;
    display: flex;
  }

  .services-text-right {
    background-color: #f7f7f7;
    margin-top: -182px;
  }

  .services-text-right.about {
    margin-top: -150px;
    padding-top: 60px;
  }

  .container-5 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-form {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    margin-top: 40px;
    display: flex;
  }

  .footer-form-container {
    max-width: 100%;
  }

  .image-5 {
    max-width: 500px;
  }

  .div-block-5 {
    justify-content: space-between;
  }

  .team {
    padding-top: 120px;
    padding-bottom: 160px;
  }

  .get-in-touch-button.dark-bg {
    z-index: 100;
    position: relative;
  }

  .container-7 {
    max-width: 728px;
  }

  .navbar-wrapper-three {
    justify-content: space-between;
  }

  .navbar-brand-three {
    position: relative;
  }

  .nav-menu-wrapper-three {
    background-color: #0000;
    top: 70px;
  }

  .nav-menu-three {
    background-color: #fff;
    border-radius: 50px;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    margin-top: 10px;
    padding: 20px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-link {
    padding-left: 5px;
    padding-right: 5px;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: absolute;
  }

  .menu-button-2 {
    padding: 12px;
  }

  .menu-button-2.w--open {
    background-color: var(--nav-line-grey);
    color: #fff;
  }

  .nav-menu-wrapper {
    background-color: #0000;
    width: 100%;
  }

  .nav-menu-two {
    background-color: #fff;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding: 20px 30px 30px;
    display: flex;
    gap: 0;
  }

  .nav-menu {
    background-color: #212121;
  }

  [data-nav-menu-open] {
    background: #fff;
    z-index: 1000;
  }

  .w-nav-overlay {
    z-index: 1000;
  }

  .container-9 {
    max-width: 728px;
  }

  .nav-menu-wrapper-2 {
    background-color: #0000;
  }

  /* Mobile nav: section headings vs child links */
  .about-nav-item > .navigation-link,
  .services-nav-item > .navigation-link,
  .industry-nav-item > .navigation-link,
  .thought-nav-item > .navigation-link {
    font-size: 18px;
    font-weight: 600;
    color: var(--dark-green);
    padding-top: 16px;
    padding-bottom: 4px;
    pointer-events: none;
  }

  .about-nav-item,
  .services-nav-item,
  .industry-nav-item,
  .thought-nav-item {
    border-bottom: none;
    padding-bottom: 12px;
    margin-bottom: 0;
  }

  .about-nav-item:first-child > .navigation-link {
    padding-top: 0;
  }

  .mobile-margin-top-10 {
    padding-top: 16px;
    display: flex;
    justify-content: center;
  }

  .action-button-text.service-page, .action-button-text.service-page.strategy {
    max-width: 100%;
  }

  .services-columns.strategy {
    flex-direction: column;
    justify-content: center;
  }

  .services-columns.design {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .services-columns.projects {
    flex-direction: column;
  }

  .services-columns.ops {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .services-columns.clients {
    display: block;
  }

  .services-columns.design-copy, .services-columns.design-copy-copy {
    flex-direction: column-reverse;
    justify-content: center;
  }

  .image-l-content-r {
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-l-content-r.grey.strategy {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-l-content-r.grey.projects {
    padding-bottom: 40px;
  }

  .image-22 {
    width: 100%;
  }

  .image-left-column.strategy {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
  }

  .image-left-column.projects, .image-left-column.clients {
    padding-bottom: 60px;
  }

  .image-r-content-l {
    padding: 60px 40px;
  }

  .image-r-content-l.grey.design {
    padding-bottom: 40px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .image-r-content-l.grey.operations {
    padding-bottom: 40px;
  }

  .image-right-column.design {
    justify-content: flex-start;
    align-items: center;
    padding-bottom: 60px;
  }

  .image-right-column.ops {
    justify-content: flex-start;
    padding-bottom: 60px;
  }

  .title-left-text-right.work-with-us {
    margin-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .header-left-column.work-with-us {
    align-items: flex-start;
    padding-bottom: 62px;
  }

  .header-left-column.case-study, .text-right-column.padding1 {
    padding-right: 0;
  }

  .text-right-column.padding1.case-study {
    padding-left: 0;
  }

  .text-right-column.padding1.servicces {
    padding-right: 0;
  }

  .work-with-us-column {
    justify-content: center;
    align-items: flex-start;
    display: block;
  }

  .container-13 {
    max-width: 728px;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-27 {
    max-width: 45%;
    height: auto;
  }

  .dropdown-accordion.service {
    padding-top: 0;
  }

  .columns-4.work-with-us {
    display: block;
  }

  .column-12.work-with-us {
    padding-bottom: 88px;
  }

  .values-text {
    padding-bottom: 100px;
  }

  .our-team-text {
    padding-bottom: 100px;
    padding-right: 0;
    position: static;
  }

  .container-15 {
    max-width: 728px;
  }

  .team-slide-wrapper {
    width: 47%;
    margin-right: 6%;
  }

  .image-32 {
    margin-top: 0;
  }

  .background-image-containter {
    height: 60vh;
  }

  .case-studies-grid {
    padding-bottom: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-div-container {
    height: 60vh;
  }

  .image-35 {
    width: 100%;
    min-width: 100%;
    max-width: none;
  }

  .collection-item-2 {
    width: 100%;
    max-width: 100%;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .collection-list-2 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .work-with-us-pic {
    padding-bottom: 60px;
  }

  .logo-section.light {
    padding-bottom: 0;
  }

  .logo-container-1 {
    width: 1000px;
    min-width: 1000px;
  }

  .image-36 {
    height: 50px;
  }

  .heading-3-copy.dark.logos-home {
    text-align: center;
    padding-left: 122px;
    padding-right: 122px;
  }

  .heading-3-copy.light.centered {
    padding-left: 0;
    padding-right: 0;
  }

  .heading-3-copy.white.margins {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-3-copy.case-study.smaller {
    color: gray;
  }

  .column-15, .column-16 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .columns-6 {
    display: block;
  }

  .section-9 {
    width: 100%;
    height: 75px;
  }

  .container-18, .container-19 {
    max-width: 728px;
  }

  .features-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .features-left {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .features-right {
    max-width: 100%;
  }

  .container-20 {
    max-width: 728px;
  }

}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 138px 15px;
  }

  .section.cc-home-wrap, .section.cc-store-home-wrap {
    margin-left: 15px;
    margin-right: 15px;
  }

  .container {
    text-align: center;
    padding-left: 95px;
    padding-right: 95px;
  }

  .paragraph-bigger {
    font-size: 16px;
    line-height: 28px;
  }

  .rich-text {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

  .logo-link {
    padding-left: 0;
  }

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .our-services-grid {
    grid-row-gap: 60px;
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .status-message.cc-no-data {
    width: 80%;
    max-width: 470px;
  }

  .contact-form-wrap {
    padding: 30px;
  }

  .text-field.cc-contact-field, .text-field.cc-textarea {
    text-align: left;
  }

  .team-pic {
    height: 300px;
    margin-bottom: 30px;
  }

  .team-member-name {
    font-size: 16px;
    line-height: 28px;
  }

  .project-name-wrap {
    margin-bottom: 30px;
  }

  .project-name-link {
    font-size: 16px;
    line-height: 28px;
  }

  .detail-image {
    margin-bottom: 15px;
  }

  .blog-detail-header-wrap {
    text-align: left;
    width: 90%;
    max-width: 470px;
  }

  .blog-item {
    width: 90%;
    max-width: 470px;
  }

  .blog-summary-wrap {
    text-align: center;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .hero-section {
    z-index: 400;
  }

  .hero-section.government {
    height: auto;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .column {
    padding-bottom: 0;
  }

  .image {
    max-width: 75%;
  }

  .footer-light {
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .footer-social-link {
    margin-left: 20px;
  }

  .navbar-brand-three {
    padding-left: 0;
  }

  .nav-menu-three {
    border-radius: 20px;
    flex-direction: column;
    padding-bottom: 30px;
  }

  .nav-menu-block {
    flex-direction: column;
  }

  .nav-link {
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .nav-dropdown {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-dropdown-list.shadow-three {
    box-shadow: 0 8px 50px #0000000d;
  }

  .nav-dropdown-list.shadow-three.w--open {
    position: relative;
  }

  .nav-dropdown-list.shadow-three.mobile-shadow-hide {
    box-shadow: none;
  }

  .nav-link-accent {
    margin-right: 5px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: inline-block;
  }

  .mobile-margin-top-10 {
    margin-top: 10px;
  }

  .menu-button-2.w--open {
    background-color: var(--nav-line-grey);
  }

  .navbar-logo-left-container {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-two {
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    margin-top: 0;
    padding: 20px 30px 30px;
  }

  .nav-divider {
    display: none;
  }

  .list-item {
    padding-right: 0;
  }

  .gallery-slider {
    padding: 60px 15px;
  }

  .gallery-slide {
    margin-left: 10px;
    margin-right: 10px;
  }

  .gallery-slide-text {
    line-height: 30px;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-27 {
    height: auto;
  }

  .team-slider {
    padding: 60px 15px;
  }

  .column-15 {
    padding-bottom: 0;
  }

  .columns-6 {
    display: block;
  }

  .hero-stack, .features-list, .hero-without-image {
    padding: 60px 15px;
  }

}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-cta {
    padding: 100px 20px;
  }

  .container {
    padding-left: 0;
    padding-right: 0;
  }

  .rich-text {
    width: 100%;
    max-width: none;
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .status-message.cc-no-data, .contact-form-grid {
    width: 100%;
  }

  .our-contacts {
    width: 90%;
  }

  .team-members {
    grid-template: "."
                   "."
                   "."
                   "."
                   "."
                   "."
                   / 1fr;
  }

  .project-details-grid {
    width: 100%;
  }

  .blog-detail-header-wrap, .blog-item {
    width: 100%;
    max-width: none;
  }

  .hero-section {
    z-index: 400;
    padding-left: 20px;
    padding-right: 20px;
    position: relative;
  }

  .hero-section.about {
    z-index: 400;
    height: 70vh;
    padding-left: 20px;
    padding-right: 20px;
  }

  .hero-section.government {
    height: auto;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .heading-1, .heading-1.dark, .heading-1.light, .heading-1.light.cta {
    font-size: 42px;
  }

  .heading-1.about {
    z-index: 400;
    justify-content: flex-end;
    align-items: flex-start;
    height: auto;
    min-height: 0;
    max-height: 50vh;
    padding: 20px;
    display: flex;
    overflow: hidden;
  }

  .heading-1.services-header {
    padding-bottom: 20px;
    font-size: 30px;
  }

  .heading-1.case-study-about-header {
    font-size: 34px;
  }

  .heading-1.service-detail {
    padding-bottom: 40px;
  }

  .heading-1.service-detail.smaller-21 {
    padding-bottom: 20px;
    font-size: 42px;
  }

  .heading-1.smaller {
    padding-bottom: 30px;
    font-size: 42px;
  }

  .column {
    padding-bottom: 0;
  }

  .image {
    width: auto;
    max-width: 90%;
  }

  .introduction-aus-map {
    height: 100%;
    padding: 120px 20px;
  }

  .paragraph.dark.right-padding, .paragraph.dark.right-padding.home-services {
    padding-right: 0;
  }

  .paragraph.dark.right-padding.mxa-numbers {
    padding-bottom: 60px;
  }

  .heading-2 {
    font-size: 42px;
  }

  .heading-2.light.about {
    padding-left: 0;
    padding-right: 0;
    font-size: 24px;
  }

  .heading-2.padding-below {
    font-size: 42px;
  }

  .heading-2.padding1 {
    font-size: 34px;
  }

  .heading-2.spacing {
    font-size: 42px;
  }

  .heading-2.home-values {
    padding-top: 40px;
    font-size: 34px;
  }

  .heading-2.case-study.top-padding, .heading-2.case-study.padding-both, .heading-2.our-services {
    font-size: 34px;
  }

  .homeblack-logos {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-3.dark.logos-home {
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .heading-3.values-home {
    font-size: 24px;
  }

  .heading-3.light.centered {
    padding-bottom: 80px;
    font-size: 24px;
  }

  .heading-3.services-intro, .heading-3.testimonial {
    font-size: 24px;
  }

  .heading-3.testimonial.smaller, .heading-3.white.margins {
    font-size: 26px;
  }

  .heading-3.team-member-header {
    font-size: 34px;
  }

  .heading-3.difference {
    font-size: 24px;
  }

  .heading-3.case-study-title.smaller {
    padding-bottom: 20px;
  }

  .sticky-content-section {
    padding: 80px 20px 60px;
  }

  .sticky-content-section.about {
    padding-bottom: 100px;
  }

  .sticky-content-section.case-study {
    padding-top: 60px;
    padding-left: 17px;
    padding-right: 17px;
  }

  .service-container-1 {
    padding-bottom: 30px;
  }

  .column-4 {
    padding-bottom: 60px;
  }

  .values {
    padding-top: 70px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-left-content-right {
    padding-top: 60px;
  }

  .image-3.about---our-story {
    width: 100%;
  }

  .services-image-left {
    justify-content: flex-start;
  }

  .services-text-right, .services-text-right.about {
    margin-top: 0;
  }

  .footer-light {
    padding-left: 0;
    padding-right: 0;
  }

  .container-5 {
    max-width: none;
  }

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .image-5 {
    display: none;
  }

  .text-left-content-right {
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-mxa-numbers {
    padding-right: 0;
  }

  .our-network {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5.fortius {
    margin-top: -66px;
    padding-top: 0;
  }

  .div-block-5.fragile {
    margin-top: -67px;
  }

  .container-sticky-section {
    padding-bottom: 34px;
  }

  .team {
    padding-top: 80px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-8, .image-9 {
    max-width: 150px;
  }

  .container-7 {
    max-width: none;
  }

  .nav-menu-three {
    flex-direction: column;
  }

  .menu-button-2.w--open {
    background-color: var(--nav-line-grey);
  }

  .navbar-logo-left-container.shadow-three {
    z-index: 500;
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-menu-two {
    z-index: 500;
    box-shadow: none;
    border-radius: 0;
    flex-direction: column;
    align-items: stretch;
    justify-content: flex-start;
    min-height: 40vh;
    height: auto;
    margin-top: 0;
    padding: 20px 30px 30px;
    list-style-type: none;
    position: relative;
  }

  .navigation-link {
    text-align: left;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-9 {
    max-width: none;
  }

  .list-item {
    text-align: left;
    flex-direction: column;
    justify-content: center;
    align-items: stretch;
    padding-right: 0;
    display: flex;
  }

  .action-button-text.service-page, .action-button-text.service-page.strategy {
    width: 100%;
  }

  .spacer {
    height: 50px;
  }

  .image-l-content-r.grey.strategy {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-l-content-r.grey.projects, .image-l-content-r.top-padding {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-22 {
    width: 100%;
  }

  .image-left-column.strategy {
    padding-bottom: 40px;
  }

  .image-left-column.projects {
    padding-bottom: 41px;
  }

  .image-r-content-l, .image-r-content-l.grey.design, .image-r-content-l.grey.operations {
    padding-left: 20px;
    padding-right: 20px;
  }

  .image-right-column.design, .image-right-column.ops {
    padding-bottom: 40px;
  }

  .title-left-text-right.services {
    padding-top: 100px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-left-text-right.service-detail-hero {
    padding: 160px 20px 80px;
  }

  .title-left-text-right.client-drop-down {
    padding-left: 20px;
    padding-right: 20px;
  }

  .title-left-text-right.work-with-us {
    padding-top: 140px;
  }

  .title-left-text-right.case-study {
    padding: 160px 20px 100px;
  }

  .header-left-column.padding1, .text-right-column.padding1, .text-right-column.padding1.work-with-us {
    padding-right: 0;
  }

  .dark-logos-clients {
    padding-bottom: 0;
  }

  .accordion-item {
    margin-top: 20px;
  }

  .accordion-toggle {
    height: 100px;
    margin-top: 0;
    padding-top: 0;
    padding-bottom: 0;
  }

  .accordion-header.heading-3 {
    font-size: 24px;
  }

  .accordion-header.heading-3.smaller {
    white-space: normal;
    word-break: normal;
    padding-right: 70px;
    font-size: 24px;
  }

  .accordion-paragraph {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-line {
    margin-top: 20px;
  }

  .text-block-4, .text-block-5, .text-block-6, .text-block-7 {
    padding-right: 0;
  }

  .container-10 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .section-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-11 {
    align-items: flex-start;
  }

  .column-10 {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .column-11, .dark-green-white-text.testimonial-block {
    padding-left: 0;
    padding-right: 0;
  }

  .image-26 {
    width: 100%;
  }

  .container-12 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-13 {
    max-width: none;
  }

  .gallery-wrapper {
    grid-template-columns: 1fr;
  }

  .gallery-slide-wrapper {
    max-width: 100%;
    margin-right: 0%;
  }

  .gallery-slider-left {
    left: -20px;
  }

  .gallery-slider-right {
    right: -20px;
  }

  .image-27 {
    max-width: 50%;
    height: auto;
    display: block;
    inset: auto auto 0% 0%;
  }

  .dropdown-accordion.service {
    padding: 40px 20px 80px;
  }

  .column-12.work-with-us {
    padding-right: 0;
  }

  .seperator.values {
    padding-top: 0;
  }

  .values-text {
    padding-left: 10px;
    padding-right: 10px;
  }

  .open-positions {
    padding-top: 80px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .image-28 {
    width: 100%;
  }

  .dark-logos-case-studies {
    padding-bottom: 0;
  }

  .our-team-text {
    padding-bottom: 60px;
  }

  .container-15 {
    max-width: none;
  }

  .centered-heading {
    margin-bottom: 24px;
  }

  .team-slide-wrapper {
    width: 100%;
    margin-right: 0%;
  }

  .about-case-study-container {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-bottom: 20px;
  }

  .background-image-containter, .image-div-container {
    height: 30vh;
  }

  .collection-list-2 {
    grid-template-columns: 1fr;
  }

  .work-with-us-pic {
    padding-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
  }

  .logo-section.light {
    padding-bottom: 0;
  }

  .logo-container-1 {
    width: 1200px;
    min-width: 1200px;
  }

  .image-36 {
    height: 60px;
  }

  .heading-3-copy.dark.logos-home {
    padding-left: 0;
    padding-right: 0;
    font-size: 34px;
  }

  .heading-3-copy.values-home {
    font-size: 24px;
  }

  .heading-3-copy.light.centered {
    padding-bottom: 80px;
    font-size: 24px;
  }

  .heading-3-copy.services-intro, .heading-3-copy.testimonial {
    font-size: 24px;
  }

  .heading-3-copy.testimonial.smaller, .heading-3-copy.white.margins {
    font-size: 26px;
  }

  .heading-3-copy.team-member-header {
    font-size: 34px;
  }

  .heading-3-copy.difference {
    font-size: 24px;
  }

  .heading-3-copy.case-study-title.smaller {
    padding-bottom: 20px;
  }

  .composableform {
    display: inline;
  }

  .column-15 {
    padding-bottom: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .column-16 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .paragraph-5 {
    text-align: left;
  }

  .container-18, .container-19 {
    max-width: none;
  }

  .features-right {
    margin-bottom: -30px;
  }

  .features-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 30px;
  }

  .features-image {
    margin-bottom: 10px;
  }

  .container-20 {
    max-width: none;
  }

}

/* Accessibility utilities */

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.skip-link {
  position: absolute;
  top: -100%;
  left: 16px;
  z-index: 10000;
  padding: 8px 16px;
  background: #005137;
  color: #fff;
  font-size: 14px;
  text-decoration: none;
  border-radius: 0 0 4px 4px;
}

.skip-link:focus {
  top: 0;
}

a:focus-visible,
button:focus-visible,
.button:focus-visible,
.action-button:focus-visible,
.action-button-text:focus-visible,
.cta-button:focus-visible,
[role="button"]:focus-visible {
  outline: 2px solid #005137;
  outline-offset: 2px;
}

.text-field:focus-visible {
  outline: 2px solid #005137;
  outline-offset: 2px;
}

@media (prefers-reduced-motion: reduce) {
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}

/* Case study category filter tags */
.case-study-filters {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-bottom: 30px;
  padding: 0 20px;
}

.filter-tag {
  display: inline-block;
  padding: 8px 18px;
  border: 1.5px solid var(--dark-green);
  border-radius: 24px;
  color: var(--dark-green);
  font-family: 'Instrument Sans', sans-serif;
  font-size: 14px;
  font-weight: 500;
  text-decoration: none;
  transition: background-color 0.2s, color 0.2s;
}

.filter-tag:hover {
  background-color: var(--dark-green);
  color: #fff;
}

.filter-tag.active {
  background-color: var(--dark-green);
  color: #fff;
}

@media screen and (max-width: 479px) {
  .case-study-filters {
    gap: 8px;
    padding: 0 10px;
  }

  .filter-tag {
    padding: 6px 14px;
    font-size: 13px;
  }
}
