@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Erode;
  src: url('../fonts/Erode-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Black.woff') format("woff");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-BlackItalic.woff') format("woff");
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-BoldItalic.woff') format("woff");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-ExtraBold.woff') format("woff");
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Bold.woff') format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Medium.woff') format("woff");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-MediumItalic.woff') format("woff");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-ExtraLightItalic.woff') format("woff");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Light.woff') format("woff");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-LightItalic.woff') format("woff");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Regular.woff') format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-ExtraBoldItalic.woff') format("woff");
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Thin.woff') format("woff");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-SemiBold.woff') format("woff");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-SemiBoldItalic.woff') format("woff");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-ExtraLight.woff') format("woff");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-Italic.woff') format("woff");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Publicsans;
  src: url('../fonts/PublicSans-ThinItalic.woff') format("woff");
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}

:root {
  --neutral-dark: #242d31;
  --primary-light: #a7f8ff;
  --neutral-medium-light: #646869;
  --neutral-medium-dark: #2e363a;
  --neutral-light: #8c9091;
  --beige: #f2f3ef;
  --neutral-medium: #36464b;
  --primary-dark: #3ed9e7;
}

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

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: var(--neutral-dark);
  font-family: Publicsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
}

h1 {
  color: #fff;
  letter-spacing: -.25vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: .8;
}

h2 {
  color: var(--neutral-dark);
  text-align: left;
  letter-spacing: -.075rem;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Erode, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 110%;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Erode, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.1;
}

p {
  margin-bottom: 0;
  font-weight: 400;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 22px;
}

figcaption {
  text-align: center;
  margin-top: 5px;
}

.main-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.navbar {
  color: #fff;
  background-color: #0000;
  border-bottom: 1px solid #0000;
  width: 100%;
  position: absolute;
}

.container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5rem;
  padding-right: 5rem;
}

.container.split-section-container {
  grid-row-gap: 12rem;
  flex-direction: column;
  padding-top: 5rem;
  display: flex;
}

.container.sticky-parent {
  position: relative;
}

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

.container.white-bg.padding-lge {
  background-color: #f8f8f8;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
}

.container.blog-cat-landing {
  padding-top: 5rem;
  padding-bottom: 1rem;
}

.container.padding-lge {
  padding-top: 5rem;
}

.navbar-inner-container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.nav-link {
  color: #fff;
  letter-spacing: 0;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-family: Publicsans, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: opacity .2s;
}

.nav-link:hover {
  opacity: .6;
}

.nav-link.w--current {
  color: var(--primary-light);
}

.button {
  background-color: var(--primary-light);
  color: var(--neutral-dark);
  cursor: pointer;
  border: 0 solid #000;
  border-radius: 270px;
  flex-wrap: nowrap;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1.375rem 1.75rem 1.375rem 2.5rem;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
  transition: background-color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button.navbar-button {
  background-color: var(--primary-light);
  color: var(--neutral-dark);
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: 0;
  padding: 1rem 1.5rem 1rem 2.25rem;
}

.button.dark-button {
  background-color: var(--neutral-dark);
  color: #fff;
}

.button.dark-button.cta-button {
  margin-left: 1rem;
}

.button.dark-button.insights-button {
  margin-top: 8rem;
}

.button.tertiary-button {
  color: var(--neutral-dark);
  background-color: #fff;
  border-width: 1px;
  border-color: #1a202226;
  justify-content: center;
  align-self: flex-end;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
}

.button.tertiary-button.form-btn {
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-end;
  width: auto;
  padding: 1rem 2rem;
}

.nav-menu {
  grid-column-gap: 0vw;
  letter-spacing: -.025rem;
  justify-content: space-between;
  font-weight: 500;
  display: flex;
}

.brand {
  display: block;
}

.brand.footer-brand {
  margin-top: .5rem;
  margin-bottom: .65rem;
}

.footer {
  background-color: var(--neutral-dark);
  color: #fff;
  border-top: 0 solid #0000;
  width: 100%;
  padding-top: 4rem;
  position: relative;
  bottom: 0;
}

._12-column-grid {
  grid-column-gap: 2.5vw;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr) minmax(32px, 1fr);
  width: 100%;
  position: relative;
}

._12-column-grid.services-grid {
  grid-row-gap: 2.5rem;
}

._12-column-grid.two-row {
  z-index: 10;
  grid-row-gap: 4rem;
  grid-template-rows: auto minmax(83px, 1fr);
}

.footer-logo {
  display: inline-block;
}

.text-xl {
  letter-spacing: -.05rem;
  font-family: Erode, sans-serif;
  font-size: 1.75rem;
  line-height: 150%;
}

.text-xl.margin-bottom-1 {
  margin-bottom: 1rem;
}

.text-xl.footer-heading {
  color: #fff;
  font-weight: 400;
}

.text-link {
  grid-column-gap: .75rem;
  color: var(--neutral-dark);
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  text-decoration: underline;
  display: inline-block;
}

.text-neutral-medium-light {
  color: var(--neutral-medium-light);
}

.footer-newsletter-text-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: none;
  display: flex;
}

.text-field {
  color: #fff;
  background-color: #0000;
  border: 0 solid #ffffff1a;
  border-bottom-width: 1px;
  width: 100%;
  margin-bottom: 0;
  padding: 1.75rem 1rem 1.75rem 0;
  font-size: 1rem;
}

.text-field:active, .text-field:focus {
  border-color: #000 #000 var(--primary-light);
  color: #fff;
}

.text-field::placeholder {
  color: var(--neutral-medium-light);
}

.text-field.newsletter-text-field {
  background-color: var(--neutral-medium-dark);
  color: #fff;
  border-width: 0;
  width: 100%;
  margin-right: 5px;
  padding: 1.75rem 3rem 1.75rem 1rem;
}

.text-field.newsletter-text-field:active, .text-field.newsletter-text-field:focus, .text-field.newsletter-text-field:focus-visible, .text-field.newsletter-text-field[data-wf-focus-visible] {
  color: #fff;
}

.text-field.newsletter-text-field::placeholder {
  color: #fff6;
}

.text-field.text-area {
  margin-bottom: 2rem;
  padding-top: 1rem;
}

.newsletter-form {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.newsletter-submit-button {
  z-index: 1;
  background-color: #0000;
  background-image: url('../images/arrow-right.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  order: 0;
  align-self: flex-end;
  width: 3rem;
  margin-top: 0;
  position: absolute;
  right: .25rem;
}

.newsletter-form-block {
  width: auto;
  margin-top: 2rem;
  margin-bottom: 0;
}

.footer-columns-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  flex-wrap: wrap;
  place-content: flex-start space-between;
  align-items: flex-start;
  display: flex;
}

.footer-text-link {
  color: var(--neutral-light);
  padding-top: .5rem;
  padding-bottom: .25rem;
  font-size: 1rem;
  text-decoration: none;
  transition: color .2s;
  display: block;
}

.footer-text-link:hover {
  color: #fff;
}

.footer-bottom-container {
  border-top: 1px solid #ffffff1a;
  justify-content: space-between;
  align-items: center;
  margin-top: 7.5rem;
  padding-top: 2rem;
  padding-bottom: 2.5rem;
  display: flex;
}

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

.footer-info-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  max-width: 320px;
  display: flex;
}

.text-large {
  color: #646869;
  font-size: 1.3rem;
  line-height: 130%;
}

.text-large.white-bg {
  color: #000;
  background-color: #ffffff80;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  padding: 15px;
}

.text-4xl {
  letter-spacing: -.1rem;
  font-family: Erode, sans-serif;
  font-size: 4rem;
  font-weight: 300;
  line-height: 1;
}

.text-4xl.text-white {
  color: #242d31;
  padding-left: 15px;
  font-family: Erode, sans-serif;
  font-size: 4rem;
  font-weight: 300;
}

.text-4xl.section-heading {
  max-width: 15ch;
}

.footer-bottom-link {
  color: var(--neutral-light);
  font-size: .875rem;
  text-decoration: none;
  transition: color .2s;
}

.footer-bottom-link:hover {
  color: #fff;
}

.inner-container-medium {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.inner-container-medium.margin-bottom-4 {
  margin-bottom: 4rem;
}

.inner-container-medium.left-align-text {
  text-align: left;
  align-items: flex-start;
}

.margin-bottom-2 {
  margin-bottom: 2rem;
}

.section {
  width: 100%;
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  display: none;
}

.section.cta-section {
  background-color: #0003;
  justify-content: flex-end;
  align-items: stretch;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.section.testimonials-section {
  background-color: var(--beige);
  padding-top: 4rem;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.section.featured-news-section {
  background-color: #f7f7f7;
  padding-top: 0;
  padding-bottom: 6rem;
  display: block;
}

.section.home-services-section {
  color: #fff;
  background-image: url('../images/Bob-Edwards-FCCA-BW-right.webp');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: contain;
  padding-top: 6rem;
  padding-bottom: 0;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.approach-section {
  background-color: var(--beige);
  padding-top: 6.25rem;
  padding-bottom: 12.5rem;
}

.section.intro-section {
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  display: none;
}

.section.logos-section {
  background-color: var(--beige);
  padding-top: 12.5rem;
  padding-bottom: 6.25rem;
}

.section.subpage-hero-image-section {
  background-color: var(--beige);
  padding: 0 0 0 5%;
  display: none;
  position: relative;
}

.section.about-intro-section {
  background-color: var(--beige);
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: block;
}

.section.about-intro-overlapping-image-section {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5rem;
  display: none;
  position: relative;
}

.section.about-split-section {
  padding-top: 0;
  display: block;
}

.section.image-slider-section {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.section.team-section {
  background-color: var(--neutral-dark);
  color: #fff;
  display: none;
}

.section.values-section {
  background-color: var(--neutral-dark);
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.section.about-logos-section {
  background-color: var(--beige);
  padding-top: 12.5rem;
  padding-bottom: 12.5rem;
  display: none;
}

.section.jobs-intro-section {
  background-color: var(--beige);
  padding-top: 12rem;
  padding-bottom: 12rem;
}

.section.jobs-usp-section {
  background-color: var(--beige);
  padding-top: 0;
}

.section.contacts-section {
  color: var(--neutral-dark);
  background-color: #0000;
  display: none;
}

.section.services-intro-section {
  background-color: var(--beige);
  padding-top: 12rem;
  padding-bottom: 12rem;
  display: block;
}

.section.services-intro-overlapping-image-section {
  background-color: var(--neutral-dark);
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 5rem;
  display: none;
  position: relative;
}

.section.services-section {
  background-color: var(--neutral-dark);
  color: #fff;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: block;
  position: relative;
  overflow: hidden;
}

.section.services-testimonials-section {
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.section.blogpost-content-section {
  padding-top: 8rem;
  padding-bottom: 4rem;
  display: block;
}

.section.team-member-template-hero-section {
  background-color: var(--neutral-medium-dark);
  color: #fff;
  padding-top: 18rem;
}

.section.hero-section {
  background-color: var(--neutral-dark);
  flex-direction: column;
  justify-content: flex-end;
  width: 100dvw;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.career-hero-section {
  background-color: var(--neutral-dark);
  color: #fff;
  padding-top: 20rem;
  padding-bottom: 4rem;
}

.section.info-page-hero-section {
  background-color: var(--neutral-dark);
  flex-direction: column;
  justify-content: flex-end;
  width: 100dvw;
  padding-top: 12rem;
  padding-bottom: 6rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section.info-page-section {
  border-bottom: 1px solid #242d311a;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.section.dark-info-page-section {
  background-color: var(--neutral-dark);
  color: #fff;
  border-bottom: 1px solid #242d311a;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

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

.section.section-resources {
  background-color: var(--neutral-medium);
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
  overflow: hidden;
}

.accordion-container {
  border-top: 1px solid #e6e6e6;
  width: 100%;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #e6e6e6;
  width: 100%;
  padding-top: 3rem;
  padding-bottom: 3rem;
  overflow: hidden;
}

.accordion-heading-container {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-2xl {
  letter-spacing: -.075rem;
  width: auto;
  margin-bottom: 40px;
  margin-left: auto;
  font-family: Erode, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1;
}

.text-2xl.margin-bottom-1.left-align-text {
  text-align: left;
}

.text-2xl.margin-bottom-5 {
  margin-bottom: .5rem;
}

.accordion-content-container {
  align-items: flex-start;
  width: 65.5%;
  max-width: 466px;
  margin-left: 34.5%;
  display: flex;
}

.accordion-plus {
  margin-left: 2rem;
}

._3-column-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
}

.text-3xl {
  letter-spacing: -.1rem;
  font-family: Erode, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 1;
}

.text-3xl.slider-quote {
  max-width: 23ch;
  margin-right: auto;
}

.text-3xl.white, .text-3xl.beige {
  color: var(--beige);
}

.testimonial-slider {
  cursor: grab;
  background-color: #0000;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-right: 5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.slide-nav {
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-vertical {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.slider-nav-icon {
  color: #fff;
  margin-left: 18px;
  font-size: 16px;
}

.slider-nav-icon.right {
  margin-left: 20px;
}

.card {
  background-color: #fff;
  border: 0 solid #f5f5f5;
  width: 100%;
  padding: 3rem 3vw;
}

.card.sticky-card {
  flex-direction: column;
  align-items: flex-start;
  max-width: 310px;
  padding: 0 0;
  display: flex;
  position: sticky;
  top: 2rem;
}

.margin-bottom-1 {
  margin-bottom: 1rem;
}

.margin-bottom-1-5 {
  margin-bottom: 1.5rem;
}

.flex-horizontal-space-between {
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.large-number {
  color: #4b5f6a;
  width: 11vw;
  font-size: 9vw;
  font-weight: 300;
  line-height: .8;
}

.image {
  width: 100%;
}

.news-post-info-container {
  grid-column-gap: .375rem;
  grid-row-gap: 1rem;
  color: var(--neutral-medium-light);
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.small-dot {
  background-color: gray;
  border-radius: 100px;
  width: .3rem;
  height: .3rem;
}

.news-image-wrapper {
  width: 100%;
  margin-bottom: 1.5rem;
  overflow: hidden;
}

.blog-post {
  color: #000;
  cursor: pointer;
  text-decoration: none;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.blog-post:hover {
  opacity: .8;
  transform: translate(0, -8px);
}

.text-xs {
  font-size: .8125rem;
  line-height: 150%;
}

.text-xs.hero-subtitle {
  color: #000;
  max-width: 28ch;
  font-size: .8125rem;
}

.image-slider {
  cursor: grab;
  background-color: #0000;
  flex-direction: row;
  align-items: stretch;
  width: 64%;
  height: 100%;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-slider-mask {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.slider-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0 0% 0%;
}

.flex-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.approach-slider-mask {
  background-color: var(--neutral-medium-dark);
  width: 100%;
  overflow: visible;
}

.flex-column {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 61.75%;
  display: flex;
}

.flex-column.image-column {
  width: 37.75%;
}

.flex-column.content-column {
  color: #fff;
  justify-content: flex-end;
  align-self: stretch;
  padding: 6rem 5rem;
}

.testimonials-slider-image-wrapper {
  justify-content: center;
  width: 100%;
  height: 70vh;
  padding-top: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.right-arrow-approach-slider {
  border: 1px solid #ffffff26;
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-left: 4rem;
  transition: all .2s;
  display: block;
  inset: 6rem auto auto 41.5%;
}

.right-arrow-approach-slider:hover {
  border-color: #ffffff80;
}

.left-arrow-approach-slider {
  border: 1px solid #ffffff26;
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  transition: all .2s;
  display: block;
  inset: 6rem auto auto 41.5%;
}

.left-arrow-approach-slider:hover {
  border-color: #ffffff80;
}

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

._2-column-grid.column-gap-7-5 {
  grid-column-gap: 7.5rem;
  margin-top: 0;
}

.team-image-wrapper {
  background-color: var(--neutral-medium);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 2.25rem;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.team-member-image {
  margin-bottom: -1px;
  position: relative;
}

.team-member {
  cursor: auto;
  width: 100%;
  transition: all .5s cubic-bezier(.165, .84, .44, 1);
}

.team-member:hover {
  opacity: 1;
}

.team-member-name {
  z-index: 0;
  color: #f5f5f5;
  text-align: left;
  white-space: nowrap;
  font-family: Erode, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.intro-right-image-wrapper {
  width: 100%;
  max-width: 60%;
  margin-top: 7rem;
  padding-top: 80%;
  position: relative;
  overflow: hidden;
}

.parallax-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.split-section-text-container {
  grid-row-gap: 3rem;
  flex-direction: column;
  align-items: flex-start;
  max-width: 80%;
  display: flex;
}

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

.contact-form {
  grid-row-gap: 2rem;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.jobs-list {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.news-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.rich-text {
  max-width: 720px;
  font-size: 1rem;
  font-weight: 400;
}

.rich-text h2 {
  margin-bottom: 1rem;
  font-size: 2.5rem;
}

.rich-text p {
  margin-bottom: 2rem;
  font-size: 1rem;
  font-weight: 400;
}

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

.rich-text h4 {
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 400;
}

.rich-text h5 {
  font-size: 1.25rem;
  font-weight: 400;
}

.rich-text h6 {
  font-size: 1rem;
  font-weight: 500;
  line-height: 100%;
}

.rich-text img {
  border-radius: 12px;
}

.rich-text figcaption {
  color: var(--neutral-medium-light);
  margin-bottom: 1rem;
  font-size: .875rem;
}

.rich-text blockquote {
  border-left-color: #e6e6e6;
  margin-bottom: 24px;
}

.max-width-340 {
  max-width: 340px;
}

.swatch {
  width: 100%;
  height: 200px;
}

.swatch.neutral-light {
  background-color: var(--neutral-light);
}

.swatch.neutral-medium-light {
  background-color: var(--neutral-medium-light);
}

.swatch.neutral-medium {
  background-color: var(--neutral-medium);
}

.swatch.neutral-dark {
  background-color: var(--neutral-dark);
}

.swatch.white {
  background-color: #fff;
  border: 1px solid #e8c2c2;
}

.swatch.neutral-medium-dark {
  background-color: var(--neutral-medium-dark);
}

.swatch.primary-light {
  background-color: var(--primary-light);
}

.swatch.primary-dark {
  background-color: var(--primary-dark);
}

.swatch.beige {
  background-color: var(--beige);
}

.form-block {
  width: 100%;
  margin-bottom: 0;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.utility-page-content {
  text-align: left;
  flex-direction: column;
  width: 480px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  text-align: left;
  font-weight: 500;
}

.button-text {
  font-size: .812rem;
}

.nav-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

.button-content {
  grid-column-gap: .5rem;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: .5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-hover-arrow {
  position: absolute;
  left: -1rem;
}

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlapping-hero-container {
  background-color: var(--neutral-dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 46%;
  padding: 6rem 5rem;
  display: flex;
  position: relative;
}

.hero-bottom-container {
  justify-content: space-between;
  width: 100%;
  padding-right: 5.5dvw;
  display: flex;
  position: relative;
}

.hero-bottom-background {
  background-color: #fff0;
  width: 100%;
  height: 36%;
  position: absolute;
  inset: auto 0% 0%;
}

.hero-content-wrapper {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 82vh;
  padding-bottom: 5rem;
  display: flex;
}

.scroll-down {
  border: 1px solid #fff6;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .25rem;
  display: flex;
}

.label {
  letter-spacing: .025rem;
  text-transform: uppercase;
  align-self: flex-end;
  font-size: .8125rem;
  font-weight: 500;
  line-height: 110%;
}

.label.services-section-label {
  align-self: flex-start;
  margin-top: 5.4rem;
  position: static;
}

.label.primary-label {
  color: var(--primary-light);
}

.label.intro-label {
  margin-right: 9%;
}

.hero-image-overlay {
  background-color: #0003;
  background-image: linear-gradient(#242d3133, #242d3100 30%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.home-heading {
  letter-spacing: -.25vw;
  max-width: 20ch;
  margin-top: -.5rem;
  font-family: Erode, sans-serif;
  font-size: 5vw;
  font-weight: 300;
  line-height: .95;
}

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

.quick-link-container {
  grid-row-gap: 1rem;
  color: #fff;
  cursor: pointer;
  border-bottom: 0 solid #0000;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 0;
  font-size: 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.quick-link-divider {
  background-color: #ffffff1a;
  width: 100%;
  height: 1px;
}

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

.quick-link-hover-divider {
  background-color: var(--primary-light);
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
}

.quick-link-arrow {
  width: 1rem;
  height: 1rem;
  display: block;
}

.quick-link-arrow-wrapper {
  text-align: right;
  position: relative;
  overflow: hidden;
}

.quick-link-hover-arrow {
  width: 1rem;
  height: 1rem;
  color: var(--primary-dark);
  text-align: right;
  margin-top: 5px;
  padding-top: 0;
  display: block;
  position: relative;
  right: 0;
}

.quick-links-heading {
  color: #fff;
  letter-spacing: -.05rem;
  margin-bottom: 2.5rem;
  font-size: 2rem;
  font-weight: 400;
  display: block;
}

.quick-link-text.services {
  font-size: 1.3rem;
}

.text-neutral-light {
  color: var(--neutral-light);
  margin-right: 0;
  line-height: 150%;
}

.cta-section {
  width: 100%;
}

.cta-content-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  background-color: var(--primary-light);
  width: 59.5%;
  color: var(--neutral-dark);
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  padding: 5rem;
  display: grid;
  position: relative;
}

.cta-bottom-background {
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.cta-image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.cta-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-heading {
  max-width: 7ch;
  color: var(--neutral-dark);
  letter-spacing: -.3rem;
  margin-top: -.5rem;
  font-family: Erode, sans-serif;
  font-size: 7vw;
  font-weight: 300;
  line-height: .9;
}

.cta-text {
  color: #1a2022b3;
  max-width: 21.3672ch;
  font-size: 1rem;
  line-height: 140%;
}

.scroll-to-top {
  border: 1px solid #ffffff1a;
  border-radius: 50vw;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-bottom: .25rem;
  display: flex;
}

.arrow-top {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: block;
  position: static;
}

.image-reveal {
  background-color: var(--neutral-medium-dark);
  width: 102%;
  display: block;
  position: absolute;
  inset: 0%;
}

.slider-wrapper {
  overflow: hidden;
}

.testimonial-slider-text {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  flex-direction: column;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-end;
  margin-top: 0;
  padding-top: 10rem;
  display: flex;
}

.slider-text {
  z-index: 1;
  color: #ffffffb3;
  text-align: left;
  max-width: 21.3672ch;
  margin-right: 5rem;
  font-size: 1rem;
  line-height: 140%;
  position: absolute;
  top: 6rem;
  right: 6rem;
}

.testimonials-bottom-background {
  background-color: #fff;
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.featured-news-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
  position: relative;
  top: 0;
}

.news-date {
  color: var(--neutral-light);
  font-size: .8125rem;
  line-height: 150%;
}

.news-post-heading {
  color: var(--neutral-dark);
  font-size: 1.25rem;
}

.footer-primary-links-container {
  grid-row-gap: 1rem;
  flex-direction: column;
  font-weight: 400;
  display: flex;
}

.fullwidth-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.overlapping-services-container {
  grid-column-gap: 3rem;
  grid-row-gap: .3rem;
  background-color: var(--neutral-dark);
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  width: 45%;
  margin-left: auto;
  padding: 2rem 5rem 5rem;
  display: flex;
  position: relative;
}

.services-bottom-container {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: -4rem;
  padding-left: 5.5dvw;
  display: flex;
  position: relative;
}

.services-bottom-background {
  width: 100%;
  height: 50%;
  padding-left: 5.5dvw;
  position: absolute;
  inset: auto 0% 0%;
}

.home-services-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.home-service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  text-align: left;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: grid;
}

.service-item-title {
  color: #fff;
  font-size: 1.3rem;
}

.logo-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  width: 100%;
  margin-top: -1rem;
}

.client-logo {
  max-width: 80%;
}

.section-heading-container {
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 5rem;
  display: flex;
}

.card-text {
  letter-spacing: -.025rem;
  margin-bottom: 12rem;
  font-size: 1.5rem;
  line-height: 150%;
}

.intro-heading {
  letter-spacing: -.5vw;
  max-width: 9ch;
  margin-bottom: 4rem;
  font-size: 7.5vw;
  font-weight: 300;
  line-height: 1;
}

.huge-paragraph {
  max-width: 30ch;
  color: var(--neutral-medium-light);
  font-size: 1.625rem;
  line-height: 175%;
}

.label-and-image-container {
  grid-row-gap: 12.5rem;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.intro-left-image-wrapper-copy {
  width: 100%;
  max-width: 91%;
  margin-top: 0;
  padding-top: 120%;
  position: relative;
  overflow: hidden;
}

.card-divider {
  background-color: #2227291a;
  width: 100%;
  height: 1px;
  margin-bottom: 2rem;
}

.footer-copyright-text {
  color: var(--neutral-light);
  font-size: .875rem;
}

.full-width-image-overlay {
  background-color: #fff3;
  width: 100%;
  height: 100%;
  margin-left: 0;
  display: block;
  position: absolute;
  inset: 0%;
}

.subpage-heading {
  text-align: right;
  letter-spacing: -.5vw;
  max-width: 20ch;
  margin-top: -.5rem;
  font-family: Erode, sans-serif;
  font-size: 12vw;
  font-weight: 300;
  line-height: .8;
}

.subpage-hero-image-bottom-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 30dvh;
  position: absolute;
  inset: 0 0% 0%;
}

.subpage-hero-content-wrapper {
  color: #fff;
  background-image: linear-gradient(#00000080, #00000080), url('../images/group-people-working-out-business-plan-office-1-min_1group-people-working-out-business-plan-office (1)-min.webp');
  background-position: 0 0, 0 35%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  align-items: flex-end;
  width: 100%;
  height: 70dvh;
  padding-bottom: 5rem;
  display: flex;
}

.subpage-hero-image-wrapper {
  flex: 1;
  position: relative;
  overflow: hidden;
}

.subpage-content-container {
  grid-column-gap: 2.5rem;
  grid-row-gap: 12.5rem;
  background-color: var(--neutral-medium-dark);
  width: 40.5%;
  color: var(--neutral-light);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 6rem 5rem 5rem;
  font-size: 1.25rem;
  display: flex;
  position: relative;
}

.page-year {
  color: #fff;
  font-size: 1.25rem;
}

.page-title {
  color: var(--primary-light);
  margin-bottom: 4rem;
  font-size: 1.25rem;
}

.page-number {
  color: #fff;
  font-size: 1rem;
}

.two-columns-intro-text {
  color: var(--neutral-medium-light);
  column-count: 2;
  column-gap: 3rem;
  font-size: 1.25rem;
  line-height: 150%;
}

.overlapping-image-container {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-intro-overlapping-image-top-background {
  background-color: var(--beige);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0% 0% auto;
}

.split-section-paragraph-text {
  color: var(--neutral-medium-light);
  flex: 0 auto;
  font-size: 1.5rem;
  line-height: 150%;
}

.split-section-image-wrapper {
  width: 100%;
  max-width: 80%;
  padding-top: 100%;
  position: relative;
  overflow: hidden;
}

.image-slider-bottom-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.image-slider-image-wrapper {
  justify-content: center;
  width: 100%;
  height: 100%;
  padding-top: 56.25%;
  display: block;
  position: relative;
  overflow: hidden;
}

.image-slider-text {
  max-width: 21.3672ch;
  color: var(--neutral-medium-light);
  text-align: left;
  position: absolute;
  top: 0;
  left: 5rem;
}

.left-arrow-image-slider {
  border: 1px solid #ffffff26;
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-left: 2.5rem;
  transition: all .2s;
  display: block;
  inset: 0% auto 0% 0%;
}

.left-arrow-image-slider:hover {
  border-color: #ffffff80;
}

.right-arrow-image-slider {
  border: 1px solid #ffffff26;
  border-radius: 50vw;
  width: 56px;
  height: 56px;
  margin-right: 2.5rem;
  transition: all .2s;
  display: block;
  inset: 0% 0% 0% auto;
}

.right-arrow-image-slider:hover {
  border-color: #ffffff80;
}

.text-white {
  color: #fff;
}

.team-grid {
  grid-column-gap: 2.5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.team-member-email {
  grid-column-gap: .5rem;
  color: var(--primary-light);
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.paragraph-2 {
  color: var(--neutral-light);
  margin-top: .5rem;
}

.values-slider {
  cursor: grab;
  background-color: #0000;
  flex-direction: row;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-right: 5.5dvw;
  display: flex;
  position: relative;
  overflow: visible;
}

.values-bottom-background {
  background-color: var(--beige);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto 0% 0%;
}

.values-slider-mask {
  background-color: var(--neutral-medium);
  align-self: stretch;
}

.values-slider-text {
  grid-column-gap: 16px;
  grid-row-gap: 4rem;
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 0;
  padding-top: 10rem;
  display: flex;
}

.values-slider-image-wrapper {
  justify-content: center;
  width: 100%;
  height: 70vh;
  padding-top: 120%;
  display: block;
  position: relative;
  overflow: hidden;
}

.accordionn-title-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 65.5%;
  display: flex;
}

.accordion-heading {
  letter-spacing: -.075rem;
  font-family: Erode, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.accordion-text {
  color: var(--neutral-medium-light);
  margin-top: 1rem;
}

.accordion-number {
  color: var(--neutral-medium-dark);
  letter-spacing: -.075rem;
  font-family: Erode, sans-serif;
  font-size: 2.25rem;
  font-weight: 400;
}

.section-heading-text {
  max-width: 21.3672ch;
  color: var(--neutral-medium-light);
  margin-top: .5rem;
}

.subpage-intro-text {
  max-width: 21.3672ch;
}

.subpage-hero-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.featured-blogpost-wrapper {
  justify-content: space-between;
  width: 100%;
  display: block;
}

.featured-blogpost {
  background-color: var(--neutral-medium-dark);
  cursor: pointer;
  justify-content: space-between;
  width: 100%;
  margin-left: auto;
  text-decoration: none;
  display: flex;
  position: relative;
}

.featured-blogpost-date {
  color: var(--neutral-light);
  font-size: 1rem;
}

.featured-blogpost-title {
  color: #fff;
  max-width: 23ch;
  font-size: 1.5rem;
  line-height: 130%;
}

.featured-news-collection-list-wrapper {
  width: 100%;
}

.job-details-container {
  grid-column-gap: 2rem;
  color: var(--neutral-light);
  margin-top: .5rem;
  display: flex;
}

.job-list-item {
  border-bottom: 1px solid #1a20221a;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 1.5rem;
  display: flex;
}

.contact-hero-bottom-background {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 85%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  padding-left: 5rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.contact-hero-bottom-container {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  padding-left: 5.5dvw;
  padding-right: 0;
  display: flex;
  position: relative;
}

.contact-overlapping-hero-container {
  background-color: var(--neutral-dark);
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 67.5%;
  padding: 6rem 5rem 5rem;
  display: flex;
  position: relative;
}

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

.contact-hero-content-wrapper {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 60dvh;
  padding-bottom: 5rem;
  display: flex;
}

.contact-form-text {
  max-width: 27ch;
  color: var(--neutral-medium-light);
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  top: auto;
  left: auto;
}

.contact-team-member-name {
  z-index: 0;
  text-align: left;
  white-space: nowrap;
  font-size: 2rem;
  font-weight: 400;
  line-height: .8;
  display: block;
  position: static;
  inset: auto auto 0% 0%;
}

.contacts-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  height: 84vh;
  display: flex;
  position: sticky;
  top: 5.5dvw;
}

.contact-overlapping-hero-content {
  width: 100%;
}

.services-title {
  color: #fff;
  letter-spacing: -.24rem;
  font-size: 4rem;
  font-weight: 300;
}

.service-list-item {
  border-bottom: 1px solid #ffffff1a;
  padding-top: 0;
  padding-bottom: 4rem;
}

.service-number {
  color: var(--primary-light);
  font-size: 1rem;
}

.services-list {
  border-top: 1px solid #ffffff1a;
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-deliverable-list-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #fff;
  border-bottom: 1px solid #ffffff1a;
  grid-template-rows: auto;
  grid-template-columns: .25fr 2fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  text-decoration: none;
  display: block;
}

.service-deliverables-list {
  flex-direction: column;
  width: 100%;
  display: flex;
}

.service-description {
  max-width: none;
  color: var(--neutral-light);
  line-height: 150%;
}

.services-testimonials-top-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: 0 0% auto;
}

.blogpost-heading {
  letter-spacing: -.125rem;
  font-size: 3.5rem;
  line-height: 110%;
}

.blogpost-hero-content-wrapper {
  color: #fff;
  align-items: flex-end;
  width: 100%;
  height: 80dvh;
  padding-bottom: 5rem;
  display: flex;
}

.blogpost-hero-image-overlay {
  background-color: #0003;
  background-image: linear-gradient(#242d3133, #242d3100 30%);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.related-news-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
  position: static;
  top: 0;
}

.career-heading {
  letter-spacing: -.125rem;
  font-size: 3.5rem;
  line-height: 110%;
}

.preloader-wrapper {
  z-index: 9999;
  color: #fff;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100dvw;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
}

.preloader-light-background {
  background-color: #fff;
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader-dark-background {
  background-color: var(--neutral-dark);
  width: 100%;
  height: 100%;
  position: absolute;
}

.preloader-text {
  letter-spacing: -.05rem;
  font-size: 2rem;
  position: relative;
}

.team-member-template-image {
  width: 100%;
  height: 100%;
  margin-bottom: -1px;
  position: relative;
}

.jobs-title-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 330px;
  display: flex;
  position: relative;
  top: 0;
}

.contacts-team-member-email {
  grid-column-gap: .5rem;
  color: var(--neutral-dark);
  align-items: center;
  margin-top: 2rem;
  text-decoration: none;
  display: flex;
}

.hero-image-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
}

.text-neutral-dark {
  color: var(--neutral-dark);
}

.success-message {
  background-color: var(--primary-light);
  color: var(--neutral-dark);
}

.error-message {
  background-color: #ff4646;
}

.preloader-company-name {
  font-family: Erode, sans-serif;
  font-size: 2.25rem;
}

.div-block {
  flex: 1;
}

.image-2 {
  box-sizing: border-box;
  aspect-ratio: auto;
  object-fit: none;
  position: static;
  inset: 0% auto 0 0%;
  overflow: clip;
}

.dropdown {
  width: 100%;
}

.text-block, .icon {
  color: #fff;
}

.dropdown-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.accordian-item {
  border-bottom: 1px solid #ffffff1a;
  flex: 0 auto;
  order: 1;
  align-self: flex-start;
  width: 70%;
  margin-left: 0;
  overflow: hidden;
}

.accordian-toggle {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.dropdown-list {
  background-color: var(--neutral-dark);
  padding: 10px 30px;
  display: block;
  position: static;
}

.accordian-icon {
  color: #fff;
}

.accordian-item-link {
  border: 1px solid var(--primary-dark);
  color: var(--primary-dark);
  border-radius: 20px;
  padding: 4px 25px;
  font-size: .8rem;
  font-style: italic;
  font-weight: 400;
}

.accordian-item-link:hover {
  background-color: var(--primary-dark);
  color: var(--neutral-dark);
  text-align: left;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  display: flex;
}

.text-block-2 {
  padding-bottom: 15px;
  font-size: 1.1rem;
}

.subhead-block {
  text-align: right;
  width: auto;
}

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

.pagination-block {
  padding-top: 3rem;
}

.pagination-pages {
  color: var(--neutral-dark);
  text-align: left;
  letter-spacing: .4rem;
  padding-left: 10px;
  font-size: .9rem;
  font-weight: 500;
}

.link {
  font-weight: 700;
  text-decoration: none;
}

.rss-feed-link {
  color: var(--neutral-dark);
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  text-decoration: none;
}

.rss-link-block {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: space-between;
  align-items: center;
  margin-top: 40px;
  padding-left: 0;
  display: flex;
}

.right-arrow {
  display: inline-flex;
}

.checkbox-label {
  width: auto;
  color: var(--neutral-light);
  margin-bottom: 0;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 40px;
  font-size: .8rem;
  line-height: 140%;
}

.checkbox-field {
  flex: 1;
  width: auto;
  margin-top: 2rem;
  margin-bottom: 2rem;
  padding-top: 0;
}

.checkbox {
  border: 1px solid var(--neutral-light);
  -webkit-text-stroke-color: var(--neutral-medium-light);
  margin-top: 13px;
  padding-top: 0;
}

.form-bottom {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.text-subhead-hero {
  color: var(--neutral-dark);
  font-family: Erode, sans-serif;
  font-size: 1.5rem;
  line-height: 120%;
}

.text-subtext-cta {
  font-family: Publicsans, sans-serif;
  font-size: 1.3rem;
  line-height: 140%;
}

.text-bg {
  z-index: 0;
  background-color: #92b14933;
  min-width: 32rem;
  max-width: 32rem;
  min-height: 45rem;
  margin-left: -1rem;
  position: absolute;
  top: 4rem;
}

.text-subhead-sml {
  margin-bottom: 10px;
  font-size: 1.1rem;
  font-weight: 700;
}

.listing-categories {
  margin-top: 3rem;
  margin-bottom: 4rem;
}

.text-subscribe-form {
  max-width: 25rem;
  color: var(--neutral-medium-dark);
  text-align: left;
  font-size: 1.1rem;
  font-weight: 400;
  position: relative;
  top: auto;
  left: auto;
}

.paragraph-3 {
  font-size: 1.2rem;
}

.text-medium {
  color: var(--neutral-medium-light);
  margin-top: 3rem;
  font-size: 1.2rem;
}

.page-link {
  color: var(--neutral-medium-light);
  text-align: center;
  letter-spacing: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 1rem;
  font-weight: 400;
  text-decoration: none;
}

.page-link:hover {
  color: var(--neutral-dark);
  font-weight: 500;
  text-decoration: underline;
}

.page-link:active {
  color: var(--neutral-dark);
  font-size: 1rem;
  font-weight: 700;
}

.sources-wrap {
  border-top: 1px dashed var(--neutral-light);
  padding-top: 20px;
}

.list {
  padding-left: 0;
  list-style-type: none;
}

.list-item {
  font-size: .85rem;
}

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

@media screen and (min-width: 1920px) {
  .button {
    font-size: 1.2rem;
  }

  .section.home-services-section {
    background-position: 50% 100%;
  }

  .text-2xl {
    text-align: left;
    align-self: auto;
    width: auto;
    margin-top: 20px;
  }

  .text-3xl.white {
    color: var(--beige);
  }

  .large-number {
    font-size: 9rem;
  }

  .text-xs.hero-subtitle {
    max-width: 30ch;
  }

  .button-text {
    font-size: 1.2rem;
  }

  .home-heading {
    font-size: 6.4rem;
  }

  .cta-heading {
    font-size: 8rem;
  }

  .overlapping-services-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: wrap;
    justify-content: flex-end;
    align-items: flex-start;
    width: 50%;
    padding-bottom: 2rem;
    display: flex;
  }

  .services-bottom-container {
    flex-flow: column;
  }

  .intro-heading {
    letter-spacing: -.5vw;
    font-size: 8rem;
  }

  .huge-paragraph {
    max-width: 28ch;
  }

  .subpage-heading {
    letter-spacing: -.5rem;
    font-size: 12rem;
  }

  .subpage-hero-content-wrapper {
    background-color: #0000;
    background-image: linear-gradient(#0006, #0006), url('../images/group-people-working-out-business-plan-office-1-min_1group-people-working-out-business-plan-office (1)-min.webp');
    background-position: 0 0, 0 35%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
  }

  .contact-overlapping-hero-container {
    flex: 0 auto;
  }

  .contact-form-text {
    font-size: 1.3rem;
    line-height: 140%;
  }

  .services-title {
    letter-spacing: -.2rem;
    font-size: 3.5rem;
  }

  .service-description {
    max-width: none;
    color: var(--beige);
    font-size: 1.1rem;
  }

  .accordian-item {
    order: 0;
    align-self: flex-start;
    width: 50%;
  }

  .subhead-block {
    order: -9999;
    width: auto;
    margin-top: 20px;
  }

  .text-subhead-sml {
    margin-bottom: 1rem;
    font-size: 1.1rem;
    font-weight: 600;
  }

  .listing-categories {
    flex: 1;
    margin-top: 3rem;
  }

  .list-item-category {
    margin-bottom: .25rem;
    font-size: 1.1rem;
    font-weight: 300;
  }

  .text-subscribe-form {
    max-width: 35rem;
    margin-bottom: 0;
    font-size: 1.3rem;
    line-height: 140%;
  }
}

@media screen and (max-width: 991px) {
  .navbar {
    border: 1px solid #0000;
    border-bottom-width: 0;
  }

  .container {
    margin-top: 0;
  }

  .navbar-inner-container {
    border-bottom: 0 solid #0000;
  }

  .nav-link {
    color: #fff;
    text-align: center;
    align-self: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding: 1rem 0;
    display: block;
  }

  .button {
    flex-wrap: nowrap;
    order: 1;
    justify-content: center;
    align-self: flex-start;
    display: block;
  }

  .button.navbar-button {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: .5rem;
    margin-left: 0;
    display: inline-block;
  }

  .button.dark-button {
    flex: none;
    align-self: flex-start;
  }

  .button.dark-button.insights-button {
    margin-top: 1rem;
  }

  .menu-button {
    background-color: #f000;
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    padding: 0;
    display: flex;
  }

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

  .menu-button-line {
    background-color: #fff;
    width: 2.2rem;
    height: 1.5px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger-icon-container {
    grid-row-gap: .375rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav-menu {
    background-color: var(--neutral-dark);
    border-top: 0 solid #0000;
    border-bottom: 1px solid #0000;
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding: 1rem 3rem;
    display: flex;
  }

  ._12-column-grid {
    grid-column-gap: 2.5rem;
    grid-template-columns: minmax(32px, 1fr) minmax(32px, 1fr);
  }

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

  .newsletter-form {
    max-width: 480px;
  }

  .footer-info-container {
    max-width: 410px;
  }

  .text-large.white-bg {
    color: #fff;
    background-color: #fff0;
  }

  .text-4xl {
    letter-spacing: -.15rem;
    font-size: 3rem;
  }

  .text-4xl.text-white {
    color: #fff;
    font-size: 3rem;
  }

  .section.cta-section {
    flex-direction: column;
    padding-right: 0;
  }

  .section.featured-news-section {
    padding-bottom: 4rem;
  }

  .section.home-services-section {
    background-position: 50% 0;
    background-size: auto;
  }

  .section.subpage-hero-image-section {
    flex-direction: column;
  }

  .section.team-member-template-hero-section {
    padding-top: 12.5rem;
  }

  .text-2xl {
    font-size: 2.25rem;
  }

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

  .text-3xl.beige {
    font-size: 2.2rem;
  }

  .testimonial-slider {
    padding-right: 0;
  }

  .card {
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .card.sticky-card {
    position: static;
  }

  .large-number {
    width: auto;
    font-size: 20vw;
  }

  .news-image-wrapper {
    margin-bottom: 1rem;
  }

  .text-xs.hero-subtitle {
    display: none;
  }

  .image-slider {
    width: 100%;
    margin-top: 8rem;
  }

  .image-slider-mask {
    max-width: 100%;
  }

  .flex-container {
    grid-row-gap: 0rem;
    flex-direction: column;
  }

  .flex-column, .flex-column.image-column {
    width: 100%;
  }

  .flex-column.content-column {
    padding-top: 10dvw;
    padding-bottom: 22dvw;
  }

  .testimonials-slider-image-wrapper {
    padding-top: 110%;
  }

  .right-arrow-approach-slider, .left-arrow-approach-slider {
    inset: auto auto 5dvw 5.5dvw;
  }

  ._2-column-grid {
    grid-template-columns: 1fr;
  }

  ._2-column-grid.column-gap-7-5 {
    grid-row-gap: 4rem;
  }

  .team-image-wrapper {
    margin-bottom: 1rem;
  }

  .team-member-image {
    width: 100%;
    height: 100%;
  }

  .team-member-name {
    font-size: 2rem;
  }

  .intro-right-image-wrapper {
    margin-left: auto;
  }

  .split-section-text-container {
    text-align: left;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

  .jobs-list {
    grid-template-columns: 1fr;
  }

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

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

  .hero-image {
    object-position: 40% 50%;
  }

  .overlapping-hero-container {
    width: 72%;
    padding: 7dvw 6dvw;
  }

  .hero-content-wrapper {
    height: 90dvh;
  }

  .label.services-section-label {
    margin-top: 0;
    display: none;
  }

  .label.intro-label {
    align-self: flex-start;
    display: none;
  }

  .hero-image-overlay {
    background-color: #0000004d;
  }

  .home-heading {
    max-width: none;
    font-size: 10vw;
  }

  .nav-items {
    text-align: center;
    flex-direction: column;
    align-self: center;
    align-items: center;
  }

  .quick-link-hover-divider {
    display: none;
  }

  .cta-content-container {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    width: 100%;
  }

  .cta-bottom-background {
    height: 30%;
  }

  .cta-image-wrapper {
    flex: 1;
  }

  .cta-heading {
    max-width: none;
    font-size: 10dvw;
  }

  .slider-wrapper {
    padding-left: 0;
  }

  .testimonial-slider-text {
    margin-top: 4rem;
    padding-top: 0;
  }

  .slider-text {
    top: auto;
    bottom: 5.5dvw;
  }

  .testimonials-bottom-background {
    height: 25%;
  }

  .featured-news-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
  }

  .overlapping-services-container {
    grid-column-gap: 3rem;
    width: 100%;
  }

  .services-bottom-container {
    grid-row-gap: 2rem;
    flex-direction: column;
    margin-top: 15rem;
    padding-left: 0;
  }

  .intro-heading {
    letter-spacing: -.15rem;
    max-width: none;
    font-size: 5rem;
  }

  .intro-left-image-wrapper-copy {
    width: 60%;
    padding-top: 80%;
  }

  .full-width-image-overlay {
    background-color: #0006;
  }

  .subpage-heading {
    max-width: none;
    font-size: 8rem;
  }

  .subpage-hero-image-bottom-background {
    height: 30%;
  }

  .subpage-hero-content-wrapper {
    background-image: linear-gradient(#0006, #0006), url('../images/group-people-working-out-business-plan-office-1-min_1group-people-working-out-business-plan-office (1)-min.webp');
    background-position: 0 0, 30% 45%;
    height: 30dvh;
  }

  .subpage-hero-image-wrapper {
    flex: 1;
  }

  .subpage-content-container {
    grid-row-gap: 12rem;
    width: 100%;
  }

  .split-section-image-wrapper {
    margin-left: auto;
    margin-right: auto;
  }

  .image-slider-bottom-background {
    height: 38%;
  }

  .image-slider-text {
    display: none;
    position: relative;
  }

  .left-arrow-image-slider {
    inset: 0% auto 0% 0%;
  }

  .right-arrow-image-slider {
    inset: 0% 0% 0% auto;
  }

  .team-grid {
    grid-template-columns: minmax(200px, 1fr) minmax(200px, 1fr);
  }

  .values-slider {
    padding-right: 0;
  }

  .values-bottom-background {
    height: 25%;
  }

  .values-slider-image-wrapper {
    padding-top: 110%;
  }

  .featured-blogpost {
    flex-direction: column;
  }

  .contact-hero-bottom-background {
    padding-left: 2rem;
  }

  .contact-overlapping-hero-container {
    width: 65%;
    padding-bottom: 2dvw;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-form-text {
    max-width: 22ch;
    font-weight: 600;
    line-height: 140%;
    display: block;
    position: relative;
  }

  .contact-team-member-name {
    font-size: 2.5rem;
  }

  .contacts-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
    height: auto;
    position: relative;
  }

  .service-list-item {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .services-testimonials-top-background {
    height: 25%;
  }

  .related-news-title-container, .jobs-title-container {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    max-width: none;
  }

  .accordian-item {
    width: 75%;
  }

  .pagination-block {
    padding-top: 4rem;
  }

  .text-subhead-hero {
    color: #fff;
  }

  .text-subscribe-form {
    max-width: 16rem;
    font-size: 1rem;
    font-weight: 600;
    line-height: 140%;
    display: block;
    position: relative;
  }
}

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

  .button {
    align-self: flex-start;
  }

  .nav-menu {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .brand {
    padding-left: 0;
  }

  ._12-column-grid.about-hero-grid {
    grid-row-gap: 2rem;
  }

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

  .text-neutral-medium-light.text-2xl.margin-bottom-2 {
    font-size: 1.5rem;
  }

  .text-neutral-medium-light.text-large.margin-bottom-2 {
    font-size: 1.125rem;
  }

  .newsletter-form, .footer-info-container {
    max-width: none;
  }

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

  .text-4xl.text-white {
    color: #fff;
    font-size: 4rem;
  }

  .inner-container-medium.margin-bottom-4 {
    text-align: left;
    align-items: flex-start;
  }

  .margin-bottom-2 {
    font-size: 3rem;
  }

  .section.subpage-hero-image-section {
    padding-left: 0;
  }

  .section.about-intro-overlapping-image-section, .section.services-intro-overlapping-image-section {
    padding-right: 0;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-2xl {
    width: 75%;
    line-height: 110%;
  }

  .text-2xl.margin-bottom-2 {
    font-size: 2rem;
  }

  .accordion-content-container {
    width: 100%;
    margin-left: 0%;
  }

  .testimonial-slider {
    margin-top: 0;
  }

  .text-xs.hero-subtitle {
    display: none;
  }

  .image-slider {
    margin-top: 8rem;
  }

  .image-slider-mask {
    width: 100%;
    max-width: 100%;
  }

  .flex-container {
    grid-row-gap: 0rem;
  }

  .approach-slider-mask {
    width: 100%;
  }

  .flex-column.content-column {
    padding-bottom: 28dvw;
  }

  ._2-column-grid.column-gap-7-5 {
    grid-column-gap: 7.5rem;
    padding-bottom: 0;
  }

  .team-member-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

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

  .hero-image {
    object-fit: cover;
    object-position: 40% 0%;
  }

  .label.services-section-label {
    margin-top: 0;
  }

  .label.primary-label {
    margin-bottom: 0;
  }

  .testimonial-slider-text {
    margin-top: 3rem;
  }

  .featured-news-title-container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .overlapping-services-container {
    grid-row-gap: .5rem;
    grid-template-rows: auto auto auto;
  }

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

  .section-heading-container {
    grid-row-gap: 3rem;
    flex-direction: column;
    margin-bottom: 2rem;
  }

  .intro-heading {
    font-size: 4.5rem;
  }

  .full-width-image-overlay {
    background-color: #0009;
  }

  .subpage-heading {
    text-align: left;
    letter-spacing: -.5dvw;
    margin-top: 0;
  }

  .subpage-hero-content-wrapper {
    background-image: linear-gradient(to bottom, null, null), url('../images/group-people-working-out-business-plan-office-1-min_1group-people-working-out-business-plan-office (1)-min.webp');
    background-position: 0 0, 35% 45%;
    justify-content: flex-start;
    align-items: flex-end;
  }

  .page-title {
    margin-bottom: 2rem;
  }

  .page-number {
    margin-bottom: 1rem;
    padding-left: 5.5dvw;
    display: none;
    position: relative;
    top: auto;
  }

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

  .values-slider {
    margin-top: 0;
    padding-right: 0;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .contact-hero-bottom-background {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    background-color: #ffffffbf;
    flex-flow: wrap;
    height: 75%;
    padding-left: 4rem;
    position: relative;
  }

  .contact-hero-bottom-container {
    flex-direction: column;
    padding-left: 0;
  }

  .contact-overlapping-hero-container {
    border-bottom: 1px solid var(--neutral-medium-light);
    width: 100%;
    padding-bottom: 3rem;
  }

  .contact-form-text {
    color: var(--neutral-dark);
    margin-right: 5ch;
  }

  .contact-team-member-name {
    margin-bottom: 1rem;
    font-size: 2rem;
  }

  .contacts-title-container, .related-news-title-container, .jobs-title-container {
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .text-subtext-cta {
    font-size: 1.1rem;
  }

  .text-subscribe-form {
    max-width: 80%;
    color: var(--neutral-dark);
    margin-right: 5ch;
  }
}

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

  h2 {
    letter-spacing: -.1rem;
    font-size: 2.25rem;
  }

  p {
    font-size: 1rem;
  }

  .container {
    flex: 0 auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container.split-section-container {
    grid-row-gap: 6rem;
  }

  .button {
    width: 100%;
  }

  .button.navbar-button {
    display: block;
  }

  .button.dark-button.cta-button {
    width: 100%;
    margin-left: 0;
  }

  .button.dark-button.insights-button {
    width: 100%;
    margin-top: 2rem;
  }

  .nav-menu {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  ._12-column-grid {
    grid-row-gap: 4rem;
    grid-template-columns: minmax(32px, 1fr) minmax(32px, .25fr);
  }

  .footer-logo {
    max-width: 75%;
  }

  .text-neutral-medium-light.text-2xl.margin-bottom-2 {
    font-size: 1.5rem;
  }

  .footer-columns-container {
    flex-direction: column;
  }

  .text-4xl {
    letter-spacing: -.05rem;
    font-size: 3rem;
    font-weight: 400;
  }

  .inner-container-medium.margin-bottom-4 {
    align-items: flex-start;
  }

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

  .section.cta-section {
    padding-right: 0;
  }

  .section.featured-news-section {
    padding-top: 0;
    padding-bottom: 4rem;
  }

  .section.home-services-section {
    padding-top: 2rem;
  }

  .section.approach-section, .section.intro-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .section.subpage-hero-image-section {
    padding-left: 1.5rem;
    padding-right: 0;
  }

  .section.about-intro-overlapping-image-section {
    padding-right: 1.5rem;
  }

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

  .section.services-intro-overlapping-image-section {
    padding-right: 1.5rem;
  }

  .section.services-section, .section.section-resources {
    padding-top: 2rem;
  }

  .accordion-heading-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .text-2xl {
    text-align: left;
    width: auto;
    font-size: 3rem;
  }

  .accordion-content-container {
    width: 100%;
  }

  .accordion-plus {
    margin-left: 1rem;
  }

  .text-3xl {
    font-size: 1.875rem;
  }

  .testimonial-slider {
    margin-top: 0;
    padding-right: 0;
  }

  .slider-nav-icon {
    margin-left: auto;
    margin-right: auto;
  }

  .slider-nav-icon.right {
    margin-left: auto;
  }

  .card {
    padding: 1.5rem;
  }

  .large-number {
    font-size: 30vw;
  }

  .news-image-wrapper {
    margin-bottom: 1rem;
  }

  .image-slider {
    margin-top: 0;
    margin-left: 0;
    padding-left: 0;
  }

  .image-slider-mask {
    width: 100%;
    max-width: 100%;
  }

  .flex-container {
    grid-row-gap: 0rem;
  }

  .flex-column.content-column {
    padding: 1.5rem 1.5rem 15rem;
  }

  .right-arrow-approach-slider, .left-arrow-approach-slider {
    bottom: 1.5rem;
  }

  .team-image-wrapper {
    margin-bottom: 1rem;
  }

  .team-member-name {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .split-section-text-container {
    justify-content: flex-start;
    align-items: flex-start;
    max-width: 90%;
  }

  .utility-page-wrap {
    padding-left: 1rem;
  }

  .button-text {
    font-size: 1.1rem;
  }

  .hero-image {
    object-position: 40% 0%;
    height: 75%;
    inset: 0%;
  }

  .overlapping-hero-container {
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .hero-bottom-container {
    padding-right: 0;
  }

  .hero-content-wrapper {
    height: auto;
    padding-top: 10rem;
  }

  .scroll-down {
    display: none;
  }

  .home-heading {
    margin-top: 15rem;
  }

  .cta-content-container {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem 1.5rem;
  }

  .cta-heading {
    letter-spacing: -.1rem;
    margin-top: 1rem;
    margin-bottom: 2rem;
    font-size: 3.5rem;
  }

  .slider-wrapper {
    padding-left: 1.5rem;
  }

  .testimonial-slider-text {
    margin-top: 2rem;
  }

  .slider-text {
    margin-left: 1.5rem;
    margin-right: 0;
    bottom: 8rem;
    right: auto;
  }

  .overlapping-services-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding: 1.5rem;
  }

  .services-bottom-container {
    margin-top: 8rem;
    padding-left: 0;
  }

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

  .intro-heading {
    font-size: 3.1rem;
  }

  .huge-paragraph {
    font-size: 1.25rem;
  }

  .subpage-heading {
    text-align: left;
    letter-spacing: -.25dvw;
    margin-top: 0;
    font-size: 4rem;
  }

  .subpage-hero-content-wrapper {
    background-image: linear-gradient(#0006, #0006), url('../images/group-people-working-out-business-plan-office-1-min_1group-people-working-out-business-plan-office (1)-min.webp');
    background-position: 0 0, 40% 45%;
    background-repeat: repeat, no-repeat;
    background-size: auto, auto;
    height: auto;
    padding-top: 10rem;
  }

  .subpage-content-container {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    padding: 2rem 1.5rem 1.5rem;
  }

  .page-number {
    margin-bottom: 1rem;
    margin-left: 1.5rem;
  }

  .two-columns-intro-text {
    column-count: auto;
  }

  .split-section-paragraph-text {
    font-size: 1.25rem;
  }

  .left-arrow-image-slider {
    width: 32px;
    height: 32px;
    inset: 0% auto 0% 0%;
  }

  .right-arrow-image-slider {
    width: 32px;
    height: 32px;
    margin-right: 1.5rem;
    inset: 0% 0% 0% auto;
  }

  .values-slider {
    margin-top: 0;
    padding-right: 0;
  }

  .values-slider-text {
    padding-top: 0;
  }

  .accordionn-title-wrapper {
    width: 100%;
    margin-top: 1rem;
  }

  .accordion-heading {
    letter-spacing: 0;
    font-size: 1.5rem;
  }

  .job-details-container {
    margin-top: 0;
  }

  .job-list-item {
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .contact-hero-bottom-background {
    background-color: #fff9;
    padding-top: 2rem;
    padding-left: 2rem;
  }

  .contact-hero-bottom-container {
    flex-direction: column;
    margin-top: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .contact-overlapping-hero-container {
    border-bottom: 1px solid var(--neutral-medium);
    width: 100%;
    padding: 2rem 1.5rem;
  }

  .contact-hero-content-wrapper {
    flex-flow: column;
    justify-content: flex-end;
    height: auto;
    padding-top: 12rem;
    padding-bottom: 0;
  }

  .contact-form-text {
    max-width: 27ch;
    margin-right: 0;
  }

  .contact-team-member-name {
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .contacts-title-container {
    height: auto;
    position: relative;
  }

  .services-title {
    font-size: 2rem;
  }

  .blogpost-heading {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .blogpost-hero-content-wrapper {
    height: auto;
    padding-top: 12rem;
    padding-bottom: 2rem;
  }

  .career-heading {
    letter-spacing: 0;
    font-size: 2rem;
  }

  .accordian-item {
    width: auto;
  }

  .pagination-pages {
    letter-spacing: .2rem;
  }

  .text-subscribe-form {
    max-width: 27ch;
    margin-right: 0;
  }

  .heading {
    font-size: 3rem;
  }
}

#w-node-c7e26577-b502-c930-c78f-1a5de429736a-a2aebf07 {
  grid-area: 2 / 9 / 3 / 13;
  place-self: start;
}

#w-node-c7e26577-b502-c930-c78f-1a5de429736c-a2aebf07, #w-node-bc624506-2d6f-1119-9516-e5c01e981994-a2aebf07 {
  grid-area: 1 / 9 / 2 / 13;
}

#w-node-_6966822a-a5e6-8ab2-b08f-f7157ceb8579-a2aebf07 {
  grid-area: 1 / 1 / 2 / 5;
  justify-self: stretch;
}

#w-node-_450db704-e7c0-d5fe-2cda-25f78fa5a8a7-a2aebf07 {
  grid-area: 1 / 10 / 2 / 13;
  place-self: start end;
}

#w-node-_402c3275-092c-8312-0967-29b016b407d3-a2aebf07 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-b6e42239-85af-5569-dcf4-34d4ec422c5b-a2aebf07 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-bc78b1f3-8ba4-4d0d-1ef9-d4840ecb09ae-a2aebf07 {
  grid-area: 3 / 1 / 4 / 2;
}

#w-node-_3a2376bc-300c-f800-cd34-0f2cb2b270d7-a2aebf07, #w-node-_2db8bbb3-7a2c-1f68-6af2-7f6b5c30262c-a2aebf07, #w-node-b70ae3d7-0928-16bf-530f-b68b32a411f4-a2aebf07 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-_534bc0f2-ab3f-7e47-5a26-c2aa24a1c68b-a2aebf07 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_042e39c4-44df-f0b3-0aa9-30ed4c656b7f-a2aebf07 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff22017d-ff22017a {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff220198-ff22017a {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff2201bb-ff22017a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_5c603f3f-d00a-4b16-1114-b7e1a81bb7ca-69d6cd0f {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_2f7e0513-e0f3-5641-4fd9-18dfcecaf606-69d6cd0f {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_85149159-d6ac-5d6b-6f2f-8add4cef6739-69d6cd0f {
  grid-area: 3 / 5 / 4 / 9;
  place-self: end;
}

#w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afb-c5a68af6 {
  grid-area: span 1 / span 3 / span 1 / span 3;
  place-self: center start;
}

#w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afd-c5a68af6 {
  grid-area: 1 / 8 / 2 / 13;
  justify-self: stretch;
}

#w-node-ff646eda-1c4e-d1c7-42d8-3b27b35887a2-a2aebf0a {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-abac1c73-df39-e9ce-1e0a-bfdf83cd2e00-a2aebf0a {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-dc818982-e5f8-b094-b382-de6687ca0f42-a2aebf0a {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_1901fa7b-03bb-cf1a-1dd3-9f893061490e-a2aebf0a {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start;
}

#w-node-_132c8e1d-4675-b56c-d9f0-5c7ad5879b82-a2aebf0a {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-cc030725-7b3e-72c9-365a-0de218df1286-a2aebf0a, #w-node-_1cdbde6c-2c97-ed5c-4cfa-5ecb8e876a4e-a2aebf0a, #w-node-bb35960e-8316-3de1-93ec-3f13971fc858-a2aebf0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_207566b0-3ab7-83aa-268e-763f69c35798-a2aebf0a, #w-node-_207566b0-3ab7-83aa-268e-763f69c35796-a2aebf0a, #w-node-_4fa61c33-835d-4cad-9375-4c88744d3564-a2aebf0a, #w-node-_4fa61c33-835d-4cad-9375-4c88744d355a-a2aebf0a, #w-node-ef3ecd97-9283-e2ae-eaaf-ed7e11792f55-a2aebf0a, #w-node-ef3ecd97-9283-e2ae-eaaf-ed7e11792f5f-a2aebf0a, #w-node-_9eab71b0-496e-4d21-e601-050532878259-a2aebf0a, #w-node-_9eab71b0-496e-4d21-e601-05053287825b-a2aebf0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_5d56cf93-f413-150a-79ea-5e00f499fba6-a2aebf0a {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_8d5a343b-5f11-061c-bdee-3e07d2457676-a2aebf0a {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-f682de09-b743-c4ef-e180-057c4998ec40-a2aebf0a, #w-node-_859ab816-6a7b-5c45-6fc3-5e808e87ec08-a2aebf0a, #w-node-_62c6af47-e0b2-ad96-708c-3dda0a62186a-a2aebf0a {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-b5e844e8-7294-d226-efd7-a039e2f70fd3-a2aebf0a {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-b5e844e8-7294-d226-efd7-a039e2f70fdc-a2aebf0a {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-b5e844e8-7294-d226-efd7-a039e2f70fdd-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fde-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fdf-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe0-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe1-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe2-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe3-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe4-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe5-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe6-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe7-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fe8-a2aebf0a {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_1f91202d-e812-e884-1dd0-d9fc471464ca-a2aebf0a {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_9e5a5485-bf9d-6bce-c088-9ba2ce488444-a2aebf0a {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-_1218fec7-aa41-6d20-fa73-682574662996-74662993 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_1218fec7-aa41-6d20-fa73-6825746629a2-74662993 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_1218fec7-aa41-6d20-fa73-6825746629b2-74662993 {
  grid-area: 2 / 7 / 3 / 13;
}

#w-node-dbea543f-a5b3-80f9-79fc-16b6d6138967-74662993 {
  grid-area: 2 / 1 / 3 / 3;
  place-self: start;
}

#w-node-b58729df-9af5-2088-9bca-feb0585e3f68-a2aebf0c {
  grid-area: 1 / 2 / 2 / 13;
  align-self: end;
}

#w-node-_1e6a7372-9394-fafe-152c-065e3a4f4429-a2aebf0c {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_1e6a7372-9394-fafe-152c-065e3a4f4432-a2aebf0c {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_3bd6101e-b531-08c0-9a25-d6d60da43ef0-a2aebf0d {
  grid-area: 1 / 2 / 2 / 13;
}

#w-node-df2b8c99-8bcf-29c9-e6b0-cf7ef18e3f5c-a2aebf0d {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-_15c16e39-cd58-fe5b-2627-a4581fd06ca6-a2aebf0d {
  grid-area: 1 / 2 / 2 / 7;
  align-self: start;
}

#w-node-f1d030f0-7d15-e692-5634-680c4e7665c1-a2aebf0e {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-dcb6f030-4040-783b-f8fd-221172f8135f-a2aebf0e, #w-node-acc99ed2-31fa-7c2e-53b8-3cbb12ce7e54-a2aebf0e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_47f6f18e-5466-5734-e2ad-af0484f8a7e7-a2aebf0e {
  grid-area: 2 / 5 / 3 / 11;
  align-self: auto;
}

#w-node-_326c2881-61b4-0a5a-a633-92bddaeb7f21-a2aebf0e {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_326c2881-61b4-0a5a-a633-92bddaeb7f2a-a2aebf0e {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-da70eda4-19bf-7187-173d-68829329d20f-a2aebf0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_2884636c-5f5d-818e-36b8-651dc4133b2f-a2aebf13 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-_2884636c-5f5d-818e-36b8-651dc4133b34-a2aebf13 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_35587a26-56cc-d4a8-d354-700039f6c643-a2aebf13 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-aeaa84cf-9c12-b95e-3229-22c7708abda5-a2aebf13 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-aeaa84cf-9c12-b95e-3229-22c7708abda7-a2aebf13 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start;
}

#w-node-_1a70b2dd-f432-417f-8038-549660d5f110-a2aebf13, #w-node-_1a70b2dd-f432-417f-8038-549660d5f115-a2aebf13, #w-node-_1a70b2dd-f432-417f-8038-549660d5f11a-a2aebf13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12bf1970-78c3-2f5a-232d-364d9f372e03-a2aebf13 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_8e9a5017-aa26-3184-923b-78a080c7d30f-a2aebf13 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-f5be9835-79d7-9eeb-c553-d9ec8ccb99e0-a2aebf13, #w-node-_8e9a5017-aa26-3184-923b-78a080c7d317-a2aebf13 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_850a8601-0962-9c98-2de7-95ad485c2e98-a2aebf14 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-e186a6f8-57cf-3978-bff5-7be7eaf2866e-a2aebf14 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-c994f3f9-efb8-0d3e-addc-f48b7ccc813c-a2aebf14 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-c994f3f9-efb8-0d3e-addc-f48b7ccc8145-a2aebf14 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_43ea6cc2-9b86-9387-4307-362cc1394108-a2aebf14 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-c72db695-f345-06f9-32d9-20b3ddea77fc-a2aebf15 {
  grid-area: 1 / 3 / 2 / 13;
  align-self: end;
}

#w-node-f37576d2-5fb5-7d0b-0415-4a361ba9d843-a2aebf15 {
  grid-area: 1 / 1 / 2 / 7;
  place-self: start;
}

#w-node-_86a8cf84-e79f-a129-830e-c9514274be4b-a2aebf15 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_86a8cf84-e79f-a129-830e-c9514274be4d-a2aebf15 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: start;
}

#w-node-_86a8cf84-e79f-a129-830e-c9514274be4f-a2aebf15 {
  grid-area: 2 / 5 / 3 / 12;
}

#w-node-_19f18f0c-9008-26a7-a937-503cc6033937-a2aebf15 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_5f0bf510-fa9e-8397-9cca-b51bac89118d-a2aebf15 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-e9818c2c-f1ce-6879-428f-fa09c9a78917-a2aebf15 {
  grid-area: 2 / 3 / 3 / 7;
  place-self: end start;
}

#w-node-bf5790e7-2a74-cec6-5cd1-982c2b463473-a2aebf15 {
  grid-area: 2 / 8 / 3 / 13;
  place-self: end stretch;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e4-a2aebf15 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e6-a2aebf15 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e8-a2aebf15 {
  grid-area: 2 / 3 / 3 / 7;
  place-self: end start;
}

#w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637ea-a2aebf15 {
  grid-area: 2 / 8 / 3 / 13;
  place-self: end stretch;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c96-a2aebf15 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c98-a2aebf15 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9a-a2aebf15 {
  grid-area: 2 / 3 / 3 / 7;
  place-self: end start;
}

#w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9c-a2aebf15 {
  grid-area: 2 / 8 / 3 / 13;
  place-self: end stretch;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766d-a2aebf15 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766f-a2aebf15 {
  grid-area: 1 / 1 / 2 / 3;
  place-self: end start;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf804617671-a2aebf15 {
  grid-area: 2 / 3 / 3 / 7;
  place-self: end start;
}

#w-node-_0f87eca2-8dfc-7139-93f1-0bf804617673-a2aebf15 {
  grid-area: 2 / 8 / 3 / 13;
  place-self: end stretch;
}

#w-node-be74f070-8775-f233-fcc5-2d0acf712288-a2aebf15, #w-node-be74f070-8775-f233-fcc5-2d0acf712296-a2aebf15, #w-node-be74f070-8775-f233-fcc5-2d0acf7122a4-a2aebf15 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fbb3f0eb-6e43-d832-8b6d-8851ccdc3dbe-a2aebf15 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-fbb3f0eb-6e43-d832-8b6d-8851ccdc3dc3-a2aebf15 {
  grid-area: 2 / 1 / 3 / 13;
  align-self: auto;
}

#w-node-dc9f8f12-7af8-956a-45f2-d8fc8163cc3c-a2aebf16, #w-node-f3a8b9ac-614f-cf6b-4c50-3112173baa8c-a2aebf16, #w-node-_935217ef-4bb9-6716-d7b4-08ff1e8904b1-a2aebf16, #w-node-_044704a3-1af4-b7da-dbbe-7b794a1d7021-a2aebf16, #w-node-abd81e3a-ad6a-c6a4-ffcd-45ac29bbb18f-a2aebf16, #w-node-c8c94650-f534-b037-d44e-ab93e9214cbf-a2aebf16, #w-node-_3fa90e42-dd08-3c23-0072-40610a2c77fd-a2aebf16, #w-node-bb0ae485-756c-0278-aa7f-57b1a94fe079-a2aebf16, #w-node-_25bbe936-e384-a5e1-bc79-5b6b62371072-a2aebf16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b58729df-9af5-2088-9bca-feb0585e3f68-a5a75d27 {
  grid-area: 1 / 2 / 2 / 13;
  align-self: end;
}

#w-node-_1e6a7372-9394-fafe-152c-065e3a4f4429-a5a75d27 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-_1e6a7372-9394-fafe-152c-065e3a4f4432-a5a75d27 {
  grid-area: 1 / 5 / 2 / 13;
}

@media screen and (min-width: 1920px) {
  #w-node-c7e26577-b502-c930-c78f-1a5de429736c-a2aebf07 {
    grid-area: 1 / 9 / 2 / 13;
  }

  #w-node-_402c3275-092c-8312-0967-29b016b407d3-a2aebf07 {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-b6e42239-85af-5569-dcf4-34d4ec422c5b-a2aebf07 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-bc78b1f3-8ba4-4d0d-1ef9-d4840ecb09ae-a2aebf07 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_534bc0f2-ab3f-7e47-5a26-c2aa24a1c68b-a2aebf07 {
    grid-area: 1 / 1 / 2 / 5;
    align-self: stretch;
  }

  #w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff220198-ff22017a {
    grid-column-end: 12;
  }

  #w-node-_1218fec7-aa41-6d20-fa73-6825746629b2-74662993 {
    grid-column-end: 10;
  }
}

@media screen and (max-width: 991px) {
  #w-node-c7e26577-b502-c930-c78f-1a5de429736a-a2aebf07 {
    grid-column: span 1 / span 1;
  }

  #w-node-c7e26577-b502-c930-c78f-1a5de429736c-a2aebf07, #w-node-bc624506-2d6f-1119-9516-e5c01e981994-a2aebf07, #w-node-_6966822a-a5e6-8ab2-b08f-f7157ceb8579-a2aebf07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_450db704-e7c0-d5fe-2cda-25f78fa5a8a7-a2aebf07 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: end;
  }

  #w-node-_402c3275-092c-8312-0967-29b016b407d3-a2aebf07, #w-node-_534bc0f2-ab3f-7e47-5a26-c2aa24a1c68b-a2aebf07, #w-node-_042e39c4-44df-f0b3-0aa9-30ed4c656b7f-a2aebf07, #w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff22017d-ff22017a, #w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff220198-ff22017a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afb-c5a68af6 {
    grid-column: span 1 / span 1;
  }

  #w-node-_35c010e8-be26-ff29-f675-46fcbdcd625f-c5a68af6 {
    place-self: center end;
  }

  #w-node-bdaffead-1c41-4b3f-0ab1-4e83c5a68afd-c5a68af6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-ff646eda-1c4e-d1c7-42d8-3b27b35887a2-a2aebf0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-abac1c73-df39-e9ce-1e0a-bfdf83cd2e00-a2aebf0a {
    grid-column: span 1 / span 1;
  }

  #w-node-dc818982-e5f8-b094-b382-de6687ca0f42-a2aebf0a, #w-node-_132c8e1d-4675-b56c-d9f0-5c7ad5879b82-a2aebf0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-cc030725-7b3e-72c9-365a-0de218df1286-a2aebf0a {
    place-self: auto center;
  }

  #w-node-_1cdbde6c-2c97-ed5c-4cfa-5ecb8e876a4e-a2aebf0a, #w-node-bb35960e-8316-3de1-93ec-3f13971fc858-a2aebf0a {
    justify-self: center;
  }

  #w-node-_207566b0-3ab7-83aa-268e-763f69c35798-a2aebf0a, #w-node-_4fa61c33-835d-4cad-9375-4c88744d355a-a2aebf0a, #w-node-ef3ecd97-9283-e2ae-eaaf-ed7e11792f55-a2aebf0a, #w-node-_9eab71b0-496e-4d21-e601-05053287825b-a2aebf0a {
    justify-self: start;
  }

  #w-node-_5d56cf93-f413-150a-79ea-5e00f499fba6-a2aebf0a, #w-node-_8d5a343b-5f11-061c-bdee-3e07d2457676-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fd3-a2aebf0a, #w-node-b5e844e8-7294-d226-efd7-a039e2f70fdc-a2aebf0a {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1f91202d-e812-e884-1dd0-d9fc471464ca-a2aebf0a {
    grid-column: span 2 / span 2;
  }

  #w-node-_9e5a5485-bf9d-6bce-c088-9ba2ce488444-a2aebf0a, #w-node-_1218fec7-aa41-6d20-fa73-682574662996-74662993, #w-node-_1218fec7-aa41-6d20-fa73-6825746629a2-74662993, #w-node-_1218fec7-aa41-6d20-fa73-6825746629b2-74662993, #w-node-b58729df-9af5-2088-9bca-feb0585e3f68-a2aebf0c, #w-node-_1e6a7372-9394-fafe-152c-065e3a4f4429-a2aebf0c, #w-node-_1e6a7372-9394-fafe-152c-065e3a4f4432-a2aebf0c, #w-node-_3bd6101e-b531-08c0-9a25-d6d60da43ef0-a2aebf0d, #w-node-df2b8c99-8bcf-29c9-e6b0-cf7ef18e3f5c-a2aebf0d {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_15c16e39-cd58-fe5b-2627-a4581fd06ca6-a2aebf0d {
    grid-column: span 2 / span 2;
  }

  #w-node-f1d030f0-7d15-e692-5634-680c4e7665c1-a2aebf0e, #w-node-dcb6f030-4040-783b-f8fd-221172f8135f-a2aebf0e, #w-node-acc99ed2-31fa-7c2e-53b8-3cbb12ce7e54-a2aebf0e, #w-node-_326c2881-61b4-0a5a-a633-92bddaeb7f21-a2aebf0e, #w-node-_326c2881-61b4-0a5a-a633-92bddaeb7f2a-a2aebf0e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-da70eda4-19bf-7187-173d-68829329d20f-a2aebf0f {
    justify-self: start;
  }

  #w-node-_2884636c-5f5d-818e-36b8-651dc4133b2f-a2aebf13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_35587a26-56cc-d4a8-d354-700039f6c643-a2aebf13 {
    grid-column: span 1 / span 1;
  }

  #w-node-aeaa84cf-9c12-b95e-3229-22c7708abda5-a2aebf13 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_1a70b2dd-f432-417f-8038-549660d5f110-a2aebf13 {
    place-self: auto center;
  }

  #w-node-_1a70b2dd-f432-417f-8038-549660d5f115-a2aebf13, #w-node-_1a70b2dd-f432-417f-8038-549660d5f11a-a2aebf13 {
    justify-self: center;
  }

  #w-node-_12bf1970-78c3-2f5a-232d-364d9f372e03-a2aebf13, #w-node-_8e9a5017-aa26-3184-923b-78a080c7d30f-a2aebf13, #w-node-_850a8601-0962-9c98-2de7-95ad485c2e98-a2aebf14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-e186a6f8-57cf-3978-bff5-7be7eaf2866e-a2aebf14 {
    grid-column: span 1 / span 1;
  }

  #w-node-c994f3f9-efb8-0d3e-addc-f48b7ccc813c-a2aebf14, #w-node-c994f3f9-efb8-0d3e-addc-f48b7ccc8145-a2aebf14 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_43ea6cc2-9b86-9387-4307-362cc1394108-a2aebf14 {
    grid-column: 1 / 4;
    grid-row-start: 1;
    justify-self: center;
  }

  #w-node-c72db695-f345-06f9-32d9-20b3ddea77fc-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-f37576d2-5fb5-7d0b-0415-4a361ba9d843-a2aebf15 {
    grid-column: span 1 / span 1;
  }

  #w-node-_86a8cf84-e79f-a129-830e-c9514274be4b-a2aebf15, #w-node-_86a8cf84-e79f-a129-830e-c9514274be4f-a2aebf15, #w-node-_19f18f0c-9008-26a7-a937-503cc6033937-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_5f0bf510-fa9e-8397-9cca-b51bac89118d-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e9818c2c-f1ce-6879-428f-fa09c9a78917-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-bf5790e7-2a74-cec6-5cd1-982c2b463473-a2aebf15, #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e4-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e6-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e8-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637ea-a2aebf15, #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c96-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c98-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9a-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9c-a2aebf15, #w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766d-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766f-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0f87eca2-8dfc-7139-93f1-0bf804617671-a2aebf15 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: end start;
  }

  #w-node-_0f87eca2-8dfc-7139-93f1-0bf804617673-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-fbb3f0eb-6e43-d832-8b6d-8851ccdc3dbe-a2aebf15 {
    grid-column: span 2 / span 2;
  }

  #w-node-fbb3f0eb-6e43-d832-8b6d-8851ccdc3dc3-a2aebf15, #w-node-b58729df-9af5-2088-9bca-feb0585e3f68-a5a75d27, #w-node-_1e6a7372-9394-fafe-152c-065e3a4f4429-a5a75d27, #w-node-_1e6a7372-9394-fafe-152c-065e3a4f4432-a5a75d27 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_402c3275-092c-8312-0967-29b016b407d3-a2aebf07 {
    grid-column: span 3 / span 3;
  }

  #w-node-da03c64d-cc4c-a839-8d38-e00431b63eea-a2aebf07 {
    grid-area: 1 / 1 / 2 / 3;
  }

  #w-node-a107aeb9-3320-b510-f0bf-8abbda8ebf3a-a2aebf07 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-bc78b1f3-8ba4-4d0d-1ef9-d4840ecb09ae-a2aebf07 {
    grid-column-end: 3;
  }

  #w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff22017a-ff22017a {
    grid-row-start: 3;
  }

  #w-node-_31c5e45b-e7d1-832d-1cb0-c3a1ff2201bb-ff22017a {
    grid-row: 3 / 4;
  }

  #w-node-_2f7e0513-e0f3-5641-4fd9-18dfcecaf606-69d6cd0f {
    grid-column-end: 8;
  }

  #w-node-_15c16e39-cd58-fe5b-2627-a4581fd06ca6-a2aebf0d {
    grid-row: span 1 / span 1;
  }

  #w-node-bf5790e7-2a74-cec6-5cd1-982c2b463473-a2aebf15, #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637ea-a2aebf15, #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9c-a2aebf15, #w-node-_0f87eca2-8dfc-7139-93f1-0bf804617673-a2aebf15 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-c7e26577-b502-c930-c78f-1a5de429736a-a2aebf07 {
    grid-column: span 2 / span 2;
  }

  #w-node-_450db704-e7c0-d5fe-2cda-25f78fa5a8a7-a2aebf07 {
    grid-column: span 4 / span 4;
  }

  #contact.w-node-b07c726d-2aa4-058b-425e-575669d6cd0f-69d6cd0f {
    grid-column: 4 / 8;
  }

  #w-node-_5c603f3f-d00a-4b16-1114-b7e1a81bb7ca-69d6cd0f {
    grid-area: 1 / 1 / 2 / 9;
  }

  #w-node-_2f7e0513-e0f3-5641-4fd9-18dfcecaf606-69d6cd0f {
    grid-column-end: 8;
  }

  #w-node-_85149159-d6ac-5d6b-6f2f-8add4cef6739-69d6cd0f {
    grid-area: 3 / 1 / 4 / 9;
    justify-self: start;
  }

  #w-node-abac1c73-df39-e9ce-1e0a-bfdf83cd2e00-a2aebf0a, #w-node-_35587a26-56cc-d4a8-d354-700039f6c643-a2aebf13, #w-node-e186a6f8-57cf-3978-bff5-7be7eaf2866e-a2aebf14, #w-node-f37576d2-5fb5-7d0b-0415-4a361ba9d843-a2aebf15, #w-node-_5f0bf510-fa9e-8397-9cca-b51bac89118d-a2aebf15, #w-node-e9818c2c-f1ce-6879-428f-fa09c9a78917-a2aebf15, #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e6-a2aebf15, #w-node-_9deefffd-bcf3-644f-a5d2-1c736fe637e8-a2aebf15, #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c98-a2aebf15, #w-node-_435dae7a-5b49-5dd2-71be-1ca6aa857c9a-a2aebf15, #w-node-_0f87eca2-8dfc-7139-93f1-0bf80461766f-a2aebf15, #w-node-_0f87eca2-8dfc-7139-93f1-0bf804617671-a2aebf15 {
    grid-column: span 2 / span 2;
  }
}


@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Erode';
  src: url('../fonts/Erode-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Black.woff') format('woff');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-BlackItalic.woff') format('woff');
  font-weight: 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-BoldItalic.woff') format('woff');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraBold.woff') format('woff');
  font-weight: 800;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Bold.woff') format('woff');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Medium.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-MediumItalic.woff') format('woff');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraLightItalic.woff') format('woff');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Light.woff') format('woff');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-LightItalic.woff') format('woff');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Regular.woff') format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraBoldItalic.woff') format('woff');
  font-weight: 800;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Thin.woff') format('woff');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-SemiBold.woff') format('woff');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-SemiBoldItalic.woff') format('woff');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ExtraLight.woff') format('woff');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-Italic.woff') format('woff');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Publicsans';
  src: url('../fonts/PublicSans-ThinItalic.woff') format('woff');
  font-weight: 100;
  font-style: italic;
  font-display: swap;
}