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

:root {
  --colors--neutral-100: #f2f2f2;
  --secondary: Geist, sans-serif;
  --primary: Geist, sans-serif;
  --colors--neutral-600: #1e1e1f;
  --colors--neutral-200: #e0e0e0;
  --colors--white: white;
  --colors--black: black;
  --colors--neutral-300: #bfbfbf;
  --colors--neutral-400: #9e9e9e;
  --colors--neutral-500: #29292b;
  --colors--teal: #00c9a7;
  --colors--coal: #040404;
  --font-size--5xl: 3.5rem;
  --font-size--4xl: 3rem;
  --font-size--3xl: 2.5rem;
  --font-size--2xl: 2rem;
  --colors--blue\<deleted\|variable-120582a0-6329-9449-e2d0-2992172583a4\>: #9ed8f3;
  --font-size--xl: 1.75rem;
  --fluid-font-size--xl: 1.867vw;
  --font-size--large: 1.5rem;
  --fluid-font-size--large: 1.6vw;
  --font-size--base: 1.125rem;
  --corners--small: .1rem;
  --font-size--small: 1rem;
  --fluid-font-size--small: 1.067vw;
  --site-padding--desktop: 1.5rem;
  --site-padding--tablet: 1rem;
  --site-padding--mobile: 1rem;
  --site-padding--none: 0rem;
  --mono: "Fragment Mono", sans-serif;
  --font-size--xs: .9rem;
  --fluid-font-size--xs: .9vw;
  --fluid-font-size--4xl: 3.2vw;
  --font-size--8xl: 8.75rem;
  --fluid-font-size--8xl: 9.333vw;
  --font-size--7xl: 5rem;
  --font-size--6xl: 4rem;
  --fluid-font-size--7xl: 5.333vw;
  --fluid-font-size--5xl: 3.733vw;
  --corners--medium: .5rem;
  --alpino: Alpino, Arial, sans-serif;
  --corners--large: .75rem;
  --fluid-font-size--base: 1.2vw;
  --fluid-font-size--2xl: 2.133vw;
  --fluid-font-size--3xl: 2.667vw;
  --fluid-font-size--6xl: 4.267vw;
}

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

body {
  background-color: var(--colors--neutral-100);
  font-family: var(--secondary);
  letter-spacing: -.05em;
  font-weight: 400;
  line-height: 1.3;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  overscroll-behavior: none;
}

h1 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: .9;
}

h2 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--primary);
  letter-spacing: -.05em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

h5 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-family: var(--primary);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
}

a {
  color: var(--colors--neutral-600);
  text-decoration: none;
}

ul {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  margin-top: 1em;
  padding-left: 2em;
  display: flex;
}

ol {
  margin-top: 0;
  margin-bottom: 3rem;
  padding-left: 40px;
}

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

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

figure {
  margin-bottom: 10px;
}

figcaption {
  text-align: left;
  margin-top: 5px;
  margin-bottom: 3rem;
}

.info-page-content {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  display: flex;
}

.info-page-content.max-width {
  max-width: 70ch;
}

.color-spacer {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

.style-guide-item-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-bottom: 1px solid #ffffff2b;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: flex;
}

.style-guide-heading-wrap {
  margin-bottom: 5rem;
}

.form-message-error {
  background-color: #fef3f2;
  margin-top: 2rem;
  padding: .75rem 1rem;
}

.style-guide-background {
  border: 1px solid #fff3;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.swatch {
  border: 1px solid var(--colors--neutral-200);
}

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

.swatch.black {
  border-color: var(--colors--neutral-200);
  background-color: var(--colors--black);
}

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

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

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

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

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

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

.swatch.yellow {
  background-color: var(--colors--teal);
}

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

.rich-text h1 {
  line-height: 1;
  font-size: clamp(var(--font-size--6xl), var(--fluid-font-size--6xl), var(--fluid-font-size--6xl));
  margin-bottom: 1rem;
}

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

.rich-text h2 {
  line-height: 1;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--fluid-font-size--5xl));
  margin-bottom: 1rem;
}

.rich-text figcaption {
  margin-bottom: 0;
}

.rich-text h3 {
  line-height: 1;
  font-size: clamp(var(--font-size--4xl), var(--fluid-font-size--4xl), var(--fluid-font-size--4xl));
  margin-bottom: 1rem;
}

.rich-text blockquote {
  border-left-width: 3px;
  border-left-color: var(--colors--blue\<deleted\|variable-120582a0-6329-9449-e2d0-2992172583a4\>);
}

.rich-text h4 {
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
  margin-bottom: .5em;
}

.rich-text h5 {
  font-family: var(--primary);
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
  margin-bottom: 1rem;
}

.rich-text ul {
  margin-bottom: 3rem;
}

.rich-text h6 {
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  margin-bottom: 1rem;
}

.rich-text figure {
  margin-bottom: 3rem;
}

.style-guide-item {
  grid-column-gap: 0rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  border-top-left-radius: var(--corners--small);
  border-top-right-radius: var(--corners--small);
  border-bottom-left-radius: var(--corners--small);
  border-bottom-right-radius: var(--corners--small);
  background-color: var(--colors--black);
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
  padding: .75em 1.25em;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.form-submit-button:hover {
  background-color: var(--colors--neutral-500);
  color: var(--colors--white);
}

.container {
  width: 100%;
  padding-right: var(--site-padding--desktop);
  padding-left: var(--site-padding--desktop);
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container.no-padding {
  padding-right: var(--site-padding--none);
  padding-left: var(--site-padding--none);
}

.typography-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.style-guide-label {
  border-top-left-radius: var(--corners--small);
  border-top-right-radius: var(--corners--small);
  border-bottom-left-radius: var(--corners--small);
  border-bottom-right-radius: var(--corners--small);
  background-color: var(--colors--neutral-200);
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  display: flex;
}

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

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

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

.utility-page-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  max-width: 32rem;
  color: var(--colors--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.utility-page-form.light {
  color: var(--colors--neutral-600);
}

.main-wrap {
  display: block;
  position: relative;
}

.list {
  margin-bottom: 0;
}

.list-item {
  margin-bottom: .25rem;
}

.form-input {
  border-top-style: none;
  border-top-width: 1px;
  border-bottom-style: dashed;
  border-bottom-width: 1.5px;
  border-right-style: none;
  border-right-width: 1px;
  border-bottom-color: var(--colors--neutral-300);
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
  background-color: #fff0;
  border-left-style: none;
  border-left-width: 1px;
  margin-bottom: 2rem;
  padding: 1em 0 1.5rem;
}

.form-input:focus {
  color: var(--colors--neutral-600);
}

.form-input:focus-visible, .form-input[data-wf-focus-visible] {
  border-bottom-color: var(--colors--neutral-500);
  color: var(--colors--neutral-600);
}

.form-input::placeholder {
  color: var(--colors--neutral-500);
  -webkit-text-stroke-color: var(--colors--black);
}

.page-wrap {
  overflow: clip;
}

.section {
  background-color: var(--colors--neutral-100);
  padding-top: 10em;
  padding-bottom: 10em;
  position: relative;
}

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

.section.yellow {
  background-color: var(--colors--neutral-200);
}

.section.relative {
  position: relative;
}

.section.header {
  padding-top: 14em;
  padding-bottom: 2em;
  position: relative;
}

.section.our-reach {
  background-color: var(--colors--black);
  padding-bottom: 0;
}

.section.hero {
  background-color: #f2f2f200;
  height: 100dvh;
  padding-bottom: 0;
  position: relative;
}

.section.client {
  padding-top: 5em;
  padding-bottom: 0;
}

.section.leadership {
  background-image: linear-gradient(180deg, var(--colors--neutral-100), #cfcfcf);
  padding-bottom: 0;
}

.section.image-header {
  height: 65dvh;
  color: var(--colors--white);
  background-color: #f2f2f200;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  padding-bottom: 4em;
  display: flex;
  position: relative;
}

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

.section.blog-header {
  padding-top: 12em;
}

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

.utility-page-heading {
  font-size: var(--fluid-font-size--4xl);
  letter-spacing: -.035em;
}

.display-xs {
  letter-spacing: -.04em;
  font-weight: 400;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

._50-ch-max {
  max-width: 50ch;
  overflow: clip;
}

.block-quote {
  border-left-width: 2px;
}

.display-8xl {
  line-height: .9;
  font-size: clamp(var(--font-size--8xl), var(--fluid-font-size--8xl), var(--fluid-font-size--8xl));
}

.display-xl {
  line-height: 1.1;
  font-size: clamp(var(--font-size--xl), var(--fluid-font-size--xl), var(--fluid-font-size--xl));
}

.form-block {
  width: 100%;
}

.form-content-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

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

.form-message-success {
  background-color: #ddd0;
  padding: .75rem 1rem;
}

.font-link {
  text-decoration: underline;
}

.hero-content-wrap {
  z-index: 1;
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

._12-column-grid {
  grid-column-gap: 1em;
  grid-row-gap: 5em;
  flex: none;
  grid-template-rows: auto auto auto;
  grid-template-columns: minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr) minmax(16px, 1fr);
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  align-content: start;
  place-items: start stretch;
  width: 100%;
  display: grid;
  position: static;
}

._12-column-grid.hero {
  grid-column-gap: 1.5em;
  grid-row-gap: 2em;
}

._12-column-grid.nav-menu {
  grid-row-gap: 3em;
}

._12-column-grid.middle {
  place-items: center stretch;
}

._12-column-grid.home {
  grid-template-rows: auto;
}

.hero-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-image-overlay {
  background-color: #0000008c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.button-wrap {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.hero-top {
  width: 100%;
}

.hero-content {
  color: #fff;
  border-radius: .375rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding-bottom: 2em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.hero-bottom {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.hero-headline-text {
  max-width: 70ch;
}

.display-7xl {
  letter-spacing: -.05em;
  line-height: 1.05;
  font-size: clamp(var(--font-size--7xl), var(--fluid-font-size--7xl), var(--fluid-font-size--7xl));
}

.intro-text-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  max-width: 50ch;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
  display: flex;
}

.hero-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 30ch;
  display: flex;
}

.divider {
  border-top: 1px solid #00000026;
  border-radius: 10em;
  width: 100%;
  height: 1rem;
}

.divider.light {
  border-top-color: #bfbfbf85;
}

.button---secondary {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  border-radius: var(--corners--small);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  text-align: center;
  letter-spacing: -.03rem;
  background-color: #ffffff26;
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-text-wrap {
  z-index: 5;
  position: relative;
}

.button-background {
  background-color: var(--colors--neutral-100);
  border-radius: 100%;
  width: 120%;
  min-width: 5rem;
  height: 175%;
  display: block;
  position: absolute;
  inset: auto;
}

.button-background.gray {
  background-color: var(--colors--neutral-300);
}

.button-background.black {
  background-color: #dbb835;
}

.top-line {
  background-color: #000;
  width: 1.5em;
  height: 2px;
  position: relative;
  left: 0%;
  right: 0%;
}

.menu-overlay {
  z-index: 5;
  opacity: 0;
  pointer-events: none;
  background-color: #00000096;
  position: fixed;
  inset: 0%;
}

.nav-link-list {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  text-align: center;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  width: 100%;
  display: grid;
}

.nav-logo {
  width: 6em;
}

.logo-link {
  z-index: 999;
  text-decoration: none;
  position: relative;
}

.logo-link.w--current {
  z-index: 998;
}

.nav-social-icons {
  grid-column-gap: .25em;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: flex;
}

.nav-link {
  text-align: left;
  font-weight: 400;
  line-height: 1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.nav-link:hover {
  color: var(--colors--neutral-400);
}

.nav-link-item {
  overflow: hidden;
}

.menu-icon {
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2em;
  display: flex;
  position: relative;
}

.mono-text {
  font-family: var(--mono);
  letter-spacing: 0;
  text-transform: uppercase;
  font-weight: 400;
  font-size: clamp(var(--font-size--xs), var(--fluid-font-size--xs), var(--fluid-font-size--xs));
}

.mono-text.neutral-400 {
  color: var(--colors--neutral-400);
}

.bottom-line {
  background-color: #000;
  width: 1.5em;
  height: 2px;
  position: relative;
  inset: auto 0% 0%;
}

.container-nav {
  justify-content: space-between;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.nav-content {
  z-index: 888;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  background-color: #e0e0e0;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  height: 100dvh;
  padding: 3em 5em;
  display: none;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.button-menu {
  z-index: 999;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  display: none;
  position: relative;
  overflow: visible;
}

.nav-bar {
  z-index: 998;
  border-bottom: 1px solid var(--colors--neutral-200);
  background-color: #f4f4f4;
  width: 100%;
  position: fixed;
  inset: 0% 0% auto;
}

.icon-embed {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  height: 1.5em;
  display: flex;
}

.social-icon-link-black {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon-link-black:hover {
  opacity: .7;
}

.underline-link {
  z-index: 999;
  grid-column-gap: .5rem;
  color: #fff;
  line-height: 1;
  font-size: clamp(var(--font-size--base), var(--fluid-font-size--base), var(--fluid-font-size--base));
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0 0 .25em;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-hover-line {
  background-color: var(--colors--neutral-600);
  width: 100%;
  height: 1px;
  color: var(--colors--neutral-600);
  position: absolute;
  bottom: 0;
  right: 1px;
}

.request-a-quote-text {
  font-family: var(--mono);
  color: var(--colors--neutral-600);
  letter-spacing: 0;
  text-transform: uppercase;
  font-size: clamp(var(--font-size--xs), var(--font-size--xs), var(--font-size--xs));
}

.nav-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.social-icon-wrap {
  border: 1px solid var(--colors--neutral-300);
  justify-content: center;
  align-items: center;
  padding: .7em;
  display: flex;
}

.social-icon-wrap.dark {
  filter: invert();
}

.nav-menu-image {
  width: 7em;
}

.contact-button-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.button-secondary {
  border-radius: var(--corners--small);
  background-color: var(--colors--neutral-600);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-secondary.teal {
  background-color: var(--colors--teal);
}

.button-alt {
  border-radius: var(--corners--small);
  background-color: var(--colors--teal);
  color: var(--colors--neutral-600);
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-wrap {
  overflow: hidden;
}

.animation-up-0-1 {
  z-index: 1;
  position: relative;
}

.display-3xl {
  line-height: 1.1;
  font-size: clamp(var(--font-size--3xl), var(--fluid-font-size--3xl), var(--fluid-font-size--3xl));
}

.label-wrap {
  grid-column-gap: .4em;
  grid-row-gap: .4em;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  font-weight: 500;
  display: flex;
}

.plus-icon {
  width: .75em;
}

.plus-icon.dark {
  filter: invert();
}

.intro-cards {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.horizontal-divider {
  border-right: 1px solid var(--colors--neutral-300);
  border-radius: 10em;
  width: 1em;
}

.intro-card-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.intro-card-content {
  z-index: 2;
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30ch;
  display: flex;
}

.intro-card-icon {
  border-radius: var(--corners--small);
  background-color: var(--colors--teal);
  justify-content: center;
  align-items: center;
  padding: .65em .6em .6em;
  display: flex;
}

.display-l {
  font-family: var(--primary);
  letter-spacing: -.03em;
  font-weight: 400;
  line-height: 1.1;
  font-size: clamp(var(--font-size--large), var(--fluid-font-size--large), var(--fluid-font-size--large));
}

.sticky-cards-wrap {
  width: 100%;
  display: flex;
  position: relative;
}

.sticky-image-card {
  aspect-ratio: 3 / 4;
  width: 100%;
  color: var(--colors--white);
  padding: 3em;
  display: flex;
  position: relative;
}

.sticky-card-image {
  z-index: 1;
  filter: brightness(45%);
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.sticky-card-content {
  z-index: 2;
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 30ch;
  height: 50%;
  display: flex;
  position: sticky;
  top: 11em;
}

.sticky-card-content._1 {
  top: 15em;
}

.sticky-card-content._2 {
  top: 10em;
}

.sticky-card-content._3 {
  top: 5em;
}

.number-circle {
  aspect-ratio: 1;
  border: 1px dashed var(--colors--neutral-400);
  border-radius: 80rem;
  padding: .6em .5em .5em .6em;
}

.display-5xl {
  letter-spacing: -.05em;
  font-size: clamp(var(--font-size--5xl), var(--fluid-font-size--5xl), var(--font-size--5xl));
}

.inline-image-row {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.inline-image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: 80rem;
  justify-content: center;
  align-items: center;
  width: 5em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.inline-content {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.align-middle {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.background-image-wrap {
  z-index: 0;
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.background-image._50 {
  filter: brightness(50%);
}

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

.grid-image._40 {
  opacity: .3;
}

.content-wrap {
  z-index: 2;
  grid-column-gap: 8em;
  grid-row-gap: 8em;
  color: var(--colors--neutral-100);
  flex-flow: column;
  display: flex;
  position: relative;
}

._55-ch-max {
  max-width: 55ch;
}

.process-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.process-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.process-arrow {
  width: 1.5em;
}

.heading-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.slider-slide {
  width: 32%;
  margin-right: .5em;
}

.slider-slide.full {
  width: 100%;
  margin-right: 0;
  overflow: clip;
}

.slider-slide.team {
  width: 33%;
}

._50ch-headline-wrap {
  flex-flow: column;
  max-width: 50ch;
  display: flex;
}

.slider-mask {
  padding-bottom: 5em;
  overflow: clip;
}

.slider-mask.team, .slider-mask.testimonial {
  padding-bottom: 0;
}

.display-4xl {
  letter-spacing: -.05em;
  font-size: max(3rem, 3.2vw);
  font-weight: 400;
  line-height: 1.2;
}

.slider-arrow-right {
  border-radius: var(--corners--small);
  background-color: var(--colors--neutral-200);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
  inset: auto 0% 0% auto;
}

.slider-arrow-right.testimonial {
  background-color: #e0e0e04d;
  inset: auto auto 10% 6rem;
}

.slider-arrow-right.team {
  background-color: var(--colors--white);
  bottom: 10%;
  right: 3rem;
}

.slider-component {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 1.5rem;
}

.slider-component.team {
  padding-bottom: 0;
}

.slider-icon-wrap {
  position: absolute;
  overflow: hidden;
}

.slider-icon-wrap._2 {
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0% -1rem 0% auto;
}

.slider-arrow-left {
  border-radius: var(--corners--small);
  background-color: var(--colors--neutral-200);
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  margin-right: 2rem;
  display: flex;
  inset: auto 1rem 0% auto;
}

.slider-arrow-left.testimonial {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #e0e0e04d;
  inset: auto auto 10% 3rem;
}

.slider-arrow-left.team {
  background-color: var(--colors--white);
  margin-right: 3rem;
  bottom: 10%;
  right: 3rem;
}

.clip {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.clip.invert {
  filter: invert();
}

.item-block {
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.pagination {
  font-size: .4rem;
  inset: auto 0% 0%;
}

.pagination.team {
  width: 100%;
  bottom: 10%;
}

.pagination.testimonial {
  inset: auto 3rem 10% auto;
}

.slider-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  display: flex;
}

.newsroom-wrap {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.arrow-right-container {
  position: relative;
  overflow: hidden;
}

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

.newsroom-title {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.newsroom-card {
  cursor: pointer;
  width: 100%;
  text-decoration: none;
}

.newsroom-image-wrap {
  aspect-ratio: 4 / 5;
  border-radius: var(--corners--medium);
  object-fit: cover;
  height: 100%;
  overflow: clip;
}

.arrow-right-hover {
  font-weight: 400;
  position: absolute;
  top: 0;
  left: 0;
}

.newsroom-underline {
  background-color: var(--colors--neutral-500);
  width: 100%;
  height: 2px;
  position: relative;
  bottom: 0;
  right: 1px;
}

._70-ch-max {
  max-width: 70ch;
}

.cta-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.image-overlay {
  z-index: 1;
  background-color: #00000075;
  position: absolute;
  inset: 0%;
}

.fixed-image-wrap {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #fff;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: relative;
}

.footer-cta-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  font-family: var(--mono);
  color: var(--colors--neutral-400);
  text-transform: uppercase;
  font-size: clamp(var(--font-size--xs), var(--font-size--xs), var(--font-size--xs));
  text-decoration: none;
}

.footer-link:hover {
  color: #bfbfbf;
}

.footer-bottom {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  margin-top: 2rem;
  display: flex;
}

.footer-divider {
  background-color: var(--colors--neutral-300);
  width: 1px;
  height: 1.25em;
  position: relative;
}

.block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 100%;
  color: var(--colors--neutral-100);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-button {
  grid-column-gap: .5rem;
  font-family: var(--mono);
  color: #fff;
  letter-spacing: 0;
  text-transform: uppercase;
  line-height: 1;
  font-size: clamp(var(--font-size--xs), var(--font-size--xs), var(--font-size--xs));
  align-items: center;
  padding: 0 0 .25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-button:hover {
  opacity: 1;
}

.footer-logo {
  width: 100%;
}

.footer-content-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  color: #fff;
  flex-flow: column;
  display: flex;
}

.footer-underline-button {
  background-color: #fff;
  width: 100%;
  height: 1px;
  position: absolute;
  bottom: 0;
  right: 1px;
}

.footer-legal-wrap {
  grid-column-gap: .75em;
  grid-row-gap: 1em;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer {
  background-color: var(--colors--coal);
  padding-top: 3em;
  padding-bottom: 1rem;
}

.footer-list-wrap {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.fixed-section {
  z-index: -1;
  position: fixed;
  inset: 0%;
}

.section-fill {
  height: 80dvh;
  position: relative;
}

.image-revealer {
  z-index: 2;
  background-color: #f2f2f2;
  width: 110%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.about-intro-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.arrow-down-svg {
  width: 3em;
}

.section-text-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  flex-flow: row;
  display: flex;
}

.logo-image-wrapper {
  border-radius: var(--corners--medium);
  background-color: var(--colors--white);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
}

.ticker {
  width: 100%;
  max-width: 1500px;
}

.ticker.no-max-w {
  max-width: none;
}

.ticker.careers {
  max-width: none;
  transform: rotate(7deg);
}

.ticker-list {
  grid-column-gap: 5em;
  grid-row-gap: 1em;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-top: 0;
  margin-right: 2rem;
  display: grid;
}

.ticker-list._5em {
  grid-column-gap: .5em;
  grid-row-gap: 1em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  margin-right: 0;
  display: grid;
}

.ticker-list.careers {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: flex-start start;
  width: 100%;
  margin-right: 0;
  display: flex;
  position: relative;
}

.ticker-wrap {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: visible;
}

.ticker-movement {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.ticker-movement._5em {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
}

.gradient-block {
  background-image: linear-gradient(90deg, #000, #fff0 50%);
  width: 10%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.gradient-block.right {
  background-image: linear-gradient(270deg, var(--colors--black), #fff0 55%);
  inset: 0% 0% 0% auto;
}

.gradient-block.right.white {
  background-image: linear-gradient(90deg, #fff0 50%, var(--colors--neutral-100));
}

.gradient-block.white {
  background-image: linear-gradient(90deg, var(--colors--neutral-100), #fff0 50%);
}

.ticker-overflow {
  overflow: hidden;
}

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

.location-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  text-align: center;
  flex-flow: column;
  display: flex;
}

.all-caps {
  font-family: var(--alpino);
  letter-spacing: .07em;
  text-transform: uppercase;
  font-size: clamp(var(--font-size--small), var(--fluid-font-size--small), var(--fluid-font-size--small));
}

.background-video {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 21% 0% 0%;
  transform: scale(1.7);
}

.globe {
  z-index: 1;
  aspect-ratio: 2.39;
  width: 100%;
  position: relative;
  overflow: clip;
}

.globe-overlay {
  z-index: 2;
  background-image: linear-gradient(#04040400, #000 82%);
  width: 100%;
  height: 100%;
  position: relative;
}

.globe-pin {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 25px;
  height: 200px;
  display: flex;
  position: relative;
  overflow: visible;
}

.inner-pin {
  z-index: 1;
  background-color: var(--colors--black);
  border-radius: 20px;
  position: absolute;
  inset: 0%;
}

.our-reach-content {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  color: var(--colors--neutral-100);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.outer-pin {
  background-image: radial-gradient(circle, #fff, #000 81%);
  width: 25px;
  height: 25px;
  padding: 10px;
  position: absolute;
  inset: 0%;
}

.pin-line {
  background-image: linear-gradient(#fff, #000);
  width: 1px;
  height: 100%;
}

.pin-head {
  display: flex;
}

.inner-wrap {
  width: 8px;
  height: 8px;
  position: relative;
  top: 8px;
}

.globe-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.stats-card {
  aspect-ratio: 4 / 5;
  border-radius: var(--corners--medium);
  background-color: var(--colors--neutral-200);
  flex-flow: column;
  justify-content: space-between;
  padding: 1em;
  display: flex;
}

.stats-card._1 {
  background-color: var(--colors--black);
  width: 100%;
  color: var(--colors--white);
}

.stats-card._2 {
  background-color: var(--colors--neutral-300);
}

.stats-card._3 {
  background-color: var(--colors--teal);
}

.stats-card._4 {
  background-color: var(--colors--neutral-500);
  color: var(--colors--white);
}

.stats-bottom {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  display: flex;
}

.stats-wrap {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.stats-column {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

._4-5-image {
  aspect-ratio: 4 / 5;
  width: 100%;
  position: relative;
  overflow: clip;
}

.stats-block {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.testimonial-slide {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  width: 100%;
  height: 75vh;
  min-height: 700px;
  color: var(--colors--neutral-100);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  position: relative;
}

.testimonial-image-wrap {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-link-wrap {
  overflow: hidden;
}

.team-card {
  aspect-ratio: 4 / 5;
  color: var(--colors--black);
  padding-top: 0;
  padding-left: 0;
  position: relative;
  overflow: hidden;
}

.testimonial-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 2em 0% 0%;
}

.team-info {
  z-index: 1;
  grid-column-gap: .25em;
  grid-row-gap: .25em;
  flex-flow: column;
  display: flex;
  position: relative;
}

.team-info-wrap {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.margin-left {
  padding-left: var(--site-padding--desktop);
}

.header-content {
  color: #fff;
  justify-content: space-between;
  align-items: flex-end;
  height: 100%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.header-image-wrapper {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._30-ch-max {
  width: 100%;
  max-width: 30ch;
}

.services-content-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px solid var(--colors--neutral-300);
  background-color: var(--colors--neutral-100);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-top: 1.5em;
  display: grid;
  position: sticky;
  top: 5em;
}

.service-image-wrap {
  aspect-ratio: 3 / 2;
  border-radius: var(--corners--small);
  width: 100%;
  position: relative;
  overflow: clip;
}

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

.service-cards-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.tabs-content {
  width: 100%;
  height: 100%;
}

.tabs-content-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  width: 100%;
  height: 80vh;
  display: grid;
}

.tabs-menu {
  grid-column-gap: 0em;
  grid-row-gap: 0em;
  flex-flow: column;
  display: flex;
}

.tabs-image-wrap {
  border-radius: var(--corners--medium);
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.tabs-link-wrap {
  color: #bfbfbf;
  cursor: pointer;
  background-color: #0000;
  border-radius: 4px;
  padding: 0;
  display: block;
}

.tabs-link-wrap.w--current {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  color: #000;
  background-color: #fff0;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

.tabs-image {
  object-fit: cover;
  border-radius: 4px;
  width: 100%;
  height: 100%;
}

.ipad-image-wrap {
  width: 100%;
}

.ipad-mockup {
  width: 100%;
  height: 100%;
}

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

.product-image-wrap {
  aspect-ratio: 1;
  border-radius: var(--corners--medium);
  width: 100%;
  position: relative;
  overflow: clip;
}

._50-50-content-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 3em;
  display: flex;
}

.product-feature {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

._50-50-content {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  max-width: 40ch;
  display: flex;
}

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

.highlights-grid {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.highlight-item {
  border-right: 1px dashed var(--colors--neutral-300);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: 20em;
  padding: 1.5em;
  display: flex;
}

.highlight-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.highlight-svg {
  width: 6em;
}

.button-dark-bg {
  background-color: var(--colors--neutral-400);
  padding: 2rem;
  display: flex;
}

.contact-section {
  position: relative;
}

.contact-image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.contact-content {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 100dvh;
  padding-bottom: 1.5em;
  display: flex;
  position: relative;
}

.contact-left {
  width: 100%;
  color: var(--colors--white);
}

.contact-right {
  width: 100%;
  height: 90%;
}

.contact-link {
  font-family: var(--primary);
  color: var(--colors--white);
  font-weight: 400;
}

.contact-link:hover {
  color: var(--colors--neutral-300);
}

.form-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  border-radius: var(--corners--large);
  background-color: var(--colors--neutral-200);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 1em;
  display: flex;
}

.collection-list {
  grid-column-gap: 1em;
  grid-row-gap: 5em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.go-back-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.articles-right {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: flex;
}

.blog-details-wrap {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  width: auto;
  display: flex;
}

.sticky-wrap {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: sticky;
  top: 8em;
}

.rich-text-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 60ch;
  display: flex;
}

.blog-image-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  aspect-ratio: 3 / 2;
  border-radius: var(--corners--medium);
  flex-flow: column;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.back-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1em;
  display: flex;
}

.blog-info-wrap {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  justify-content: flex-start;
  width: 100%;
  display: flex;
}

.careers-image-wrap {
  min-width: 10em;
  min-height: 10em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.careers-image-wrap._4-5 {
  aspect-ratio: 4 / 5;
  min-width: 20em;
}

.careers-image-wrap._2-3 {
  aspect-ratio: 2 / 3;
  width: 100%;
}

.careers-image-wrap._4-3 {
  aspect-ratio: 4 / 3;
  min-width: 20em;
}

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

.benefit-card {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  display: flex;
}

.benefit-top {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  display: flex;
}

.benefit-wrap, .careers-benefit {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  display: flex;
}

.benefit-card-wrap {
  grid-column-gap: 3em;
  grid-row-gap: 3em;
  display: flex;
}

.position-row {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border-top: 1px dashed var(--colors--neutral-300);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  display: grid;
}

.careers-link-block {
  width: 100%;
}

.button-icon-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.position-title {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
  flex-flow: column;
  display: flex;
}

.arrow-icon {
  width: 1.2rem;
  height: 1.2rem;
}

.arrow-icon.hover {
  position: absolute;
  top: 0;
  left: -100%;
}

._60-svh {
  justify-content: center;
  align-items: center;
  min-height: 60svh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.link, .link-2, .link-3, .link-4 {
  text-decoration: underline;
}

.instructions-image {
  width: 100%;
}

.careers-ticker-section {
  padding-top: 4em;
  padding-bottom: 4em;
}

.position-info {
  grid-column-gap: 5em;
  grid-row-gap: 5em;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 50ch;
  display: flex;
}

.position-details {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  display: flex;
}

.careers-heading {
  grid-column-gap: 1.5em;
  grid-row-gap: 1.5em;
  flex-flow: column;
  display: flex;
}

.nav-item-wrap {
  padding-left: 15px;
  padding-right: 15px;
  line-height: 1.3;
  transition: color .2s cubic-bezier(.645, .045, .355, 1);
}

.nav-item-wrap:hover {
  color: var(--colors--teal);
}

.nav-text {
  letter-spacing: 0;
  font-size: 1.2rem;
}

@media screen and (max-width: 991px) {
  h4 {
    font-size: 1.5rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--5xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--xl);
  }

  .rich-text h6 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--tablet);
    padding-left: var(--site-padding--tablet);
  }

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

  .section.leadership {
    padding-bottom: 0;
  }

  .section.blog-header {
    padding-top: 12rem;
  }

  .utility-page-heading {
    font-size: var(--font-size--xl);
  }

  .display-xs {
    font-size: var(--font-size--xs);
    margin-bottom: 0;
  }

  .display-8xl {
    font-size: var(--font-size--7xl);
  }

  .display-xl {
    font-size: var(--font-size--xl);
  }

  .form-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: flex-end;
    align-items: stretch;
  }

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

  .hero-image-wrap {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .hero-content {
    padding-bottom: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    margin-top: 5rem;
  }

  .hero-headline-text {
    font-size: 3.5rem;
  }

  .display-7xl {
    font-size: var(--font-size--6xl);
  }

  .intro-text-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    max-width: none;
  }

  .nav-link {
    font-size: 2rem;
  }

  .container-nav {
    padding-left: 1em;
    padding-right: 1em;
  }

  .nav-content {
    width: 100%;
    padding: 3rem 1.5rem;
    display: none;
  }

  .underline-link {
    padding-bottom: .5rem;
  }

  .nav-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .display-3xl {
    font-size: 2rem;
  }

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

  .intro-card-wrap {
    width: 100%;
  }

  .display-l {
    font-size: var(--font-size--large);
  }

  .sticky-image-card {
    aspect-ratio: 3 / 6;
    padding: 1.5em;
  }

  .display-5xl {
    font-size: var(--font-size--3xl);
  }

  .inline-image-wrap {
    width: 4em;
  }

  .content-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .process-arrow {
    width: 2rem;
  }

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

  .slider-slide {
    width: 45%;
  }

  .slider-slide.team {
    width: 50%;
  }

  .slider-mask.team {
    padding-bottom: 0;
  }

  .display-4xl {
    max-width: none;
    font-size: 2.5rem;
  }

  .slider-arrow-right.testimonial {
    bottom: 10%;
    left: 4.5rem;
  }

  .slider-arrow-right.team {
    right: 3rem;
  }

  .slider-arrow-left.testimonial {
    bottom: 10%;
    left: 1.5rem;
  }

  .pagination.testimonial {
    inset: auto 1.5rem 10% auto;
  }

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

  .fixed-image-wrap {
    height: 80vh;
  }

  .footer-button {
    padding-bottom: .5rem;
  }

  .ticker {
    padding-bottom: 0;
  }

  .ticker-list {
    grid-column-gap: 1.5rem;
  }

  .ticker-list._5em {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
  }

  .background-video {
    top: 25%;
    transform: scale(1.8);
  }

  .globe-pin {
    height: 150px;
  }

  .pin-head {
    justify-content: center;
    align-items: center;
  }

  .stats-block {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .testimonial-slide {
    padding-left: 1.5rem;
  }

  .margin-left {
    padding-left: var(--site-padding--tablet);
  }

  .header-image-wrapper {
    background-position: 50%;
    background-repeat: no-repeat;
  }

  .service-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    top: 5rem;
  }

  .tabs-content {
    width: 100%;
    height: 100%;
  }

  .tabs-content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    height: 70vh;
  }

  .tabs-menu {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
  }

  .tabs-image {
    aspect-ratio: 1;
    height: 100%;
  }

  ._50-50-content-wrap {
    padding: 1.5rem;
  }

  ._50-50-content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

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

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

  .contact-content {
    padding-bottom: 1.5rem;
  }

  .form-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 1rem;
  }

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

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

  .blog-details-wrap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .sticky-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    top: 6rem;
  }

  .blog-image-wrap {
    border-radius: .25rem;
  }

  .back-arrow-icon {
    width: 1rem;
  }

  .blog-info-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
  }

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

  .careers-benefit {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .benefit-card-wrap {
    flex-flow: wrap;
  }

  .position-info {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .75rem;
    line-height: 1;
  }

  .style-guide-heading-wrap {
    margin-bottom: 4rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h2 {
    font-size: var(--font-size--3xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .rich-text h6 {
    font-size: var(--font-size--base);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .utility-page-content {
    width: 90%;
  }

  .form-input {
    margin-bottom: 1.5rem;
  }

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

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

  .section.blog-header {
    padding-top: 10rem;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
  }

  .form-content-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .hero-content-wrap {
    align-items: stretch;
    padding-bottom: 0;
  }

  ._12-column-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

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

  ._12-column-grid.nav-menu {
    grid-row-gap: 3rem;
  }

  .hero-image-wrap {
    background-position: 50%;
  }

  .hero-content {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-bottom {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    margin-top: 3rem;
  }

  .display-7xl {
    font-size: var(--font-size--4xl);
  }

  .intro-text-wrap {
    flex-flow: column;
    max-width: 20ch;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-link {
    font-size: var(--font-size--large);
    text-decoration: none;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .container-nav {
    padding: 1rem;
  }

  .nav-content {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .button-menu {
    z-index: 999;
    color: #0f0f0f;
    cursor: pointer;
    display: block;
    position: relative;
    overflow: hidden;
  }

  .hero-paragraph {
    font-size: var(--font-size--base);
  }

  .intro-cards {
    flex-flow: column;
  }

  .display-l {
    font-size: var(--font-size--large);
  }

  .sticky-cards-wrap {
    flex-flow: column;
  }

  .sticky-image-card {
    aspect-ratio: 1;
  }

  .sticky-card-content._1, .sticky-card-content._2, .sticky-card-content._3 {
    top: 5em;
  }

  .display-5xl {
    font-size: var(--font-size--2xl);
  }

  .inline-image-wrap {
    width: 3em;
  }

  .align-middle {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
  }

  .process-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
    flex-flow: column;
  }

  .process-arrow {
    transform: rotate(90deg);
  }

  .slider-slide {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-slide.team {
    width: 50%;
  }

  ._50ch-headline-wrap {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    max-width: 30ch;
  }

  .display-4xl {
    font-size: 2rem;
  }

  .slider-arrow-right.testimonial {
    bottom: 10%;
    left: 4.5rem;
  }

  .slider-component {
    padding-top: 0;
    padding-bottom: 0;
  }

  .slider-arrow-left.testimonial {
    bottom: 10%;
    left: 1.5rem;
  }

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

  .pagination.team {
    width: 100%;
  }

  .pagination.testimonial {
    inset: auto 1.5rem 10% auto;
  }

  .cta-image-wrap {
    z-index: -1;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
    overflow: hidden;
  }

  .fixed-image-wrap {
    min-height: 32rem;
    padding: 2rem;
  }

  .footer-cta-wrap {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .footer-legal-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .section-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .logo-image-wrapper {
    height: 100%;
  }

  .ticker-list {
    grid-column-gap: 3rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    margin-top: 0;
    padding-top: 1rem;
  }

  .our-reach-content {
    grid-column-gap: 4em;
    grid-row-gap: 4em;
  }

  ._4-5-image {
    aspect-ratio: 3 / 2;
  }

  .stats-block {
    flex-flow: column;
  }

  .testimonial-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .margin-left {
    padding-left: var(--site-padding--mobile);
  }

  .header-content {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .header-image-wrapper {
    background-position: 50%;
  }

  .service-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    display: flex;
  }

  .service-image-wrap {
    overflow: clip;
  }

  .tabs-content-wrap {
    grid-auto-flow: row;
    height: auto;
  }

  .tabs-image {
    aspect-ratio: 3 / 2;
  }

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

  .product-image-wrap {
    height: 100%;
  }

  .product-feature {
    grid-column-gap: 1.5em;
    grid-row-gap: 1.5em;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .highlight-item {
    border-bottom: 1px dashed var(--colors--neutral-400);
    border-right-style: none;
  }

  .contact-content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    flex-flow: column;
    height: auto;
    margin-top: 10rem;
  }

  .form-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

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

  .articles-right {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
    padding-right: 0;
  }

  .blog-details-wrap {
    width: auto;
  }

  .sticky-wrap {
    margin-left: 0;
    position: relative;
    top: 0;
  }

  .blog-image-wrap {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .blog-info-wrap {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
    justify-content: flex-start;
    width: auto;
  }

  .careers-benefit {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .position-row {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    place-items: start stretch;
  }

  .position-info {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .fleet-careers-overview {
    display: none;
  }
}

@media screen and (max-width: 479px) {
  h5 {
    font-weight: 400;
  }

  p {
    margin-bottom: 0;
  }

  .style-guide-item-wrap {
    padding-bottom: 2rem;
  }

  .style-guide-heading-wrap {
    margin-bottom: 3rem;
  }

  .rich-text h1 {
    font-size: var(--font-size--4xl);
  }

  .rich-text h3 {
    font-size: var(--font-size--2xl);
  }

  .rich-text h4 {
    font-size: var(--font-size--xl);
  }

  .rich-text h5 {
    font-size: var(--font-size--large);
  }

  .container {
    padding-right: var(--site-padding--mobile);
    padding-left: var(--site-padding--mobile);
  }

  .form-input {
    margin-bottom: 1.5rem;
  }

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

  .section.relative {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section.leadership {
    padding-bottom: 0;
  }

  .section.blog-header {
    padding-top: 10rem;
  }

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

  .display-8xl {
    font-size: var(--font-size--6xl);
  }

  .display-xl {
    font-size: var(--font-size--large);
  }

  .form-content-wrap {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    display: flex;
  }

  .hero-content-wrap {
    align-items: stretch;
  }

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

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

  ._12-column-grid.nav-menu {
    grid-row-gap: 3rem;
    place-items: end stretch;
  }

  .hero-image-wrap {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  .hero-content {
    padding-bottom: 3em;
    padding-left: .75rem;
    padding-right: .75rem;
  }

  .hero-bottom {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    margin-top: 3rem;
  }

  .hero-headline-text {
    max-width: 25ch;
  }

  .display-7xl {
    line-height: 1;
  }

  .intro-text-wrap {
    flex-flow: column;
    max-width: 20ch;
  }

  .divider.light {
    display: none;
  }

  .nav-link-list {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
    display: flex;
  }

  .logo-link {
    z-index: 999;
    position: relative;
  }

  .nav-link-item {
    overflow: hidden;
  }

  .mono-text {
    font-family: var(--mono);
  }

  .nav-content {
    justify-content: flex-end;
    align-items: flex-start;
    width: 100vw;
    display: none;
  }

  .button-menu {
    overflow: visible;
  }

  .nav-bar {
    z-index: 999;
  }

  .underline-link {
    padding-bottom: .25rem;
  }

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

  .nav-block.address, .nav-block.logo {
    display: none;
  }

  .display-3xl {
    font-size: var(--font-size--xl);
  }

  .display-l {
    font-size: var(--font-size--large);
  }

  .inline-image-row {
    grid-column-gap: 0em;
    grid-row-gap: 0em;
    flex-flow: column;
  }

  .inline-image-wrap {
    display: none;
  }

  .inline-content {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .align-middle {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .content-wrap {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .heading-wrap {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
  }

  .slider-slide {
    width: 100%;
  }

  .slider-slide.team {
    width: 100%;
    height: 100%;
  }

  .slider-mask {
    width: 100%;
    padding-bottom: 2rem;
  }

  .display-4xl {
    font-size: 1.75rem;
  }

  .slider-arrow-right.testimonial {
    left: 4.5rem;
  }

  .slider-arrow-right.team {
    bottom: 5rem;
    right: 1.5rem;
  }

  .slider-component {
    width: 100%;
  }

  .slider-component.team {
    margin-bottom: -41px;
  }

  .slider-arrow-left {
    position: relative;
  }

  .slider-arrow-left.testimonial {
    position: absolute;
    left: 1.5rem;
  }

  .slider-arrow-left.team {
    bottom: 5rem;
    right: 1.5rem;
  }

  .pagination.team {
    width: auto;
    inset: auto auto 10% 1rem;
  }

  .pagination.testimonial {
    inset: auto 1.5rem 10% auto;
  }

  .arrow-right-hover {
    width: 1.5rem;
    height: 1.5rem;
  }

  .footer-cta-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-bottom {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 3rem;
    display: flex;
  }

  .footer-divider {
    display: none;
  }

  .footer-button {
    padding-bottom: .25rem;
  }

  .footer-content-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-legal-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    width: 100%;
  }

  .section-text-wrap {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
  }

  .logo-image-wrapper {
    justify-content: center;
    align-items: flex-start;
  }

  .ticker-list {
    justify-content: center;
  }

  .globe-pin {
    height: 150px;
  }

  .our-reach-content {
    grid-column-gap: 3em;
    grid-row-gap: 3em;
  }

  .stats-wrap {
    flex-flow: column;
  }

  .testimonial-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .team-card {
    width: 100%;
    height: 100%;
  }

  .header-image-wrapper {
    background-position: 68%;
    justify-content: flex-start;
    display: flex;
  }

  ._50-50-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .contact-content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    height: auto;
  }

  .form-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .articles-right {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-right: 0;
  }

  .blog-details-wrap {
    width: auto;
  }

  .sticky-wrap {
    margin-left: 0;
    top: 0;
  }

  .blog-info-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: wrap;
    justify-content: flex-start;
  }

  .position-row {
    place-items: end stretch;
  }

  .position-title {
    grid-column-gap: .5em;
    grid-row-gap: .5em;
  }
}

#w-node-d68b3911-e370-16db-7669-43bee82c7566-47be93ca {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-ca2c3f4e-0a00-058e-26e7-f04241db5fff-47be93ca {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_555bc08f-3f3f-3ab7-4711-3c74226edfcb-47be93ca {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-d963d6d7-8c5f-1c72-e83c-4567cfc1364d-47be93ca {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-e962a7fb-f858-4ec3-8cb3-a6196598e4f8-47be93ca {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6af-47be93ca {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6b5-47be93ca {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_41c8363e-6d59-f341-dfc4-439baec6d5e3-47be93ca {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-e084aa09-7168-a799-e321-5c68e63f4d78-47be93ca {
  grid-area: 4 / 5 / 5 / 7;
}

#w-node-_1925e27b-aae4-b356-ba3c-12fcb4a817fd-47be93ca {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_1925e27b-aae4-b356-ba3c-12fcb4a81806-47be93ca {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-bbf0502e-f841-8a4a-5a54-29d9a0d6bfff-47be93ca {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-bbf0502e-f841-8a4a-5a54-29d9a0d6c000-47be93ca {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_0bfad291-8f13-f46d-2495-4e91720349d5-47be93ca {
  grid-area: 1 / 1 / 2 / 11;
}

#w-node-_436c7798-141a-506c-76e5-e71759233bae-47be93ca {
  grid-area: 1 / 11 / 2 / 13;
  place-self: end;
}

#w-node-_862ccf8c-3155-478f-2140-64c2de9718bc-47be93ca {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_862ccf8c-3155-478f-2140-64c2de9718c3-47be93ca {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_862ccf8c-3155-478f-2140-64c2de9718c5-47be93ca {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7a82-b0ff7a7c {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7a8e-b0ff7a7c {
  grid-area: 1 / 8 / 2 / 10;
}

#w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7aab-b0ff7a7c {
  grid-area: 1 / 11 / 2 / 13;
  justify-self: center;
}

#w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7ac0-b0ff7a7c {
  grid-area: 2 / 1 / 3 / 3;
}

#w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7ac3-b0ff7a7c {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-d0aad2c8-d4f5-6900-9d2f-36a986201ec7-86201ebf, #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedcf-bd6cedc3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedd0-bd6cedc3 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedd3-bd6cedc3 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedfc-bd6cedc3 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cee06-bd6cedc3 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedec-bd6cedc3 {
  grid-area: 3 / 1 / 4 / 4;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedef-bd6cedc3 {
  grid-area: 3 / 1 / 4 / 5;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedfd-bd6cedc3 {
  grid-area: 3 / 5 / 4 / 7;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cee04-bd6cedc3 {
  grid-area: 3 / 11 / 4 / 13;
}

#w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cee05-bd6cedc3 {
  grid-area: 3 / 12 / 4 / 13;
  justify-self: end;
}

#w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbcc-47be94a3 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbdb-47be94a3 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbdf-47be94a3 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbe2-47be94a3 {
  grid-area: 2 / 2 / 3 / 8;
}

#w-node-da7ea889-357b-97e0-6f7e-4628a61ec8f8-47be94a4, #w-node-d93a4343-2031-3780-4257-565bcf4a10f2-47be94a4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-d93a4343-2031-3780-4257-565bcf4a10f4-47be94a4 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_78b41ae3-4fbb-ca93-6ee6-0aa932270806-47be94a4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_78b41ae3-4fbb-ca93-6ee6-0aa932270807-47be94a4 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-_78b41ae3-4fbb-ca93-6ee6-0aa93227080b-47be94a4 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-_78b41ae3-4fbb-ca93-6ee6-0aa93227080d-47be94a4 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_53009751-3501-4c47-7b78-d57f9c6f9077-47be94a4 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_26c8c76c-f28c-86fe-bc61-3e5a1057ddb5-47be94a4 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_69355b06-78d3-bf14-bc8d-961e739da143-47be94a4 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1054216a-0ec0-fd60-bfbc-45138ace15e9-47be94a4 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_1054216a-0ec0-fd60-bfbc-45138ace15f2-47be94a4 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-ef906a3b-3eee-e9a3-c25e-a048847e5d74-47be94a4 {
  grid-area: 1 / 7 / 3 / 13;
}

#w-node-b46a3b38-8436-7027-13aa-2c9038ad5c7b-47be94a4 {
  grid-area: 2 / 1 / 3 / 6;
}

#w-node-_91d2b64e-d76b-2432-47ea-30a7c77d9102-47be94a4 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_800685a7-c3c7-a066-a49b-e51d3a403e72-47be94a4 {
  grid-area: 1 / 1 / 2 / 3;
  justify-self: center;
}

#w-node-_4b750233-c334-d3da-ee8e-25dd33330910-47be94a4 {
  grid-area: 1 / 3 / 2 / 13;
}

#w-node-_4b750233-c334-d3da-ee8e-25dd33330915-47be94a4, #w-node-_4b750233-c334-d3da-ee8e-25dd33330917-47be94a4, #w-node-_4b750233-c334-d3da-ee8e-25dd33330919-47be94a4, #w-node-_4b750233-c334-d3da-ee8e-25dd3333091b-47be94a4, #w-node-_4b750233-c334-d3da-ee8e-25dd3333091d-47be94a4, #w-node-_4b750233-c334-d3da-ee8e-25dd3333091f-47be94a4, #w-node-b4a2dde2-d831-c5c2-a5cf-4e76b9304f89-47be94a4, #w-node-b4a2dde2-d831-c5c2-a5cf-4e76b9304f8b-47be94a4, #w-node-b4a2dde2-d831-c5c2-a5cf-4e76b9304f8d-47be94a4, #w-node-b4a2dde2-d831-c5c2-a5cf-4e76b9304f8f-47be94a4, #w-node-b4a2dde2-d831-c5c2-a5cf-4e76b9304f91-47be94a4, #w-node-b4a2dde2-d831-c5c2-a5cf-4e76b9304f93-47be94a4 {
  justify-self: center;
}

#w-node-_79db865a-f239-2dc8-731d-d8700929b1ad-47be94a4 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-d5cd2018-23f5-78fd-8af9-9c9e55841b74-47be94a4, #w-node-c302a414-c721-240d-d182-9f4748b8e5d8-47be94a4 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c302a414-c721-240d-d182-9f4748b8e5e1-47be94a4 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c302a414-c721-240d-d182-9f4748b8e5e3-47be94a4 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_045d1556-9de8-11a6-e724-8e3e83d166db-47be94a4 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_55a334e5-9648-ce3e-1000-ad7d417a1fb0-417a1fae {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4ad-47be94a5 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4b1-47be94a5 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_77997763-46dc-1546-eebc-9fe7e2aff723-47be94a5 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-47be94a5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c0759cf4-6747-2c03-9e5f-1af735aa9763-47be94a5 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-c0759cf4-6747-2c03-9e5f-1af735aa9764-47be94a5 {
  grid-area: 2 / 1 / 3 / 5;
}

#w-node-c0759cf4-6747-2c03-9e5f-1af735aa9768-47be94a5 {
  grid-area: 2 / 5 / 3 / 13;
}

#w-node-c0759cf4-6747-2c03-9e5f-1af735aa9769-47be94a5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-c0759cf4-6747-2c03-9e5f-1af735aa976b-47be94a5 {
  grid-area: 3 / 5 / 4 / 13;
}

#w-node-_18a15777-491f-47a9-d138-a8c84276f262-47be94a5 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3e2b5a85-bf86-2e07-75b3-53b814bfb306-47be94a5 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-fae950c0-7a62-3059-1d13-3cd937de63f1-47be94a5 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_2d010232-3827-7329-d8e6-bde6479b9032-47be94a5 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_31c44df7-ab79-7979-ff85-76b61db9b0e2-47be94a5 {
  grid-area: 2 / 1 / 3 / 8;
}

#w-node-_31c44df7-ab79-7979-ff85-76b61db9b0e3-47be94a5 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_3121da68-eb23-cf19-f368-b73308dde2df-47be94a5 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_3121da68-eb23-cf19-f368-b73308dde2e8-47be94a5 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e0-5a67c3df {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e2-5a67c3df {
  grid-area: 1 / 3 / 2 / 6;
}

#w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e4-5a67c3df {
  grid-area: 1 / 6 / 2 / 9;
}

#w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e6-5a67c3df {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4ad-47be94a6 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4b1-47be94a6 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_77997763-46dc-1546-eebc-9fe7e2aff723-47be94a6 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-47be94a6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b88-47be94a6 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b8e-47be94a6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_21e75966-59ea-6e53-2781-a5f8017462e3-47be94a6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_7310444e-08c0-cd24-dba1-90b5d6c8068f-47be94a6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_2a946e36-abde-4f15-1cdb-b72b060679ba-47be94a6 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2a946e36-abde-4f15-1cdb-b72b060679c3-47be94a6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_99e6c73b-8a6b-2850-b79e-d4309f45ade1-47be94a6 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_99e6c73b-8a6b-2850-b79e-d4309f45adea-47be94a6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1f443646-b030-93e5-0452-00064c46be8f-47be94a6 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_1f443646-b030-93e5-0452-00064c46be96-47be94a6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_20582fc3-e618-f50f-cc7b-dad22d97219b-47be94a7 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_20582fc3-e618-f50f-cc7b-dad22d97219c-47be94a7 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_20582fc3-e618-f50f-cc7b-dad22d97219e-47be94a7 {
  grid-area: 2 / 4 / 3 / 11;
}

#w-node-_20582fc3-e618-f50f-cc7b-dad22d9721a5-47be94a7 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_9934b4b6-9097-202e-695a-9dcd43636993-47be94a7 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-ba45db55-777e-5d41-49d8-362b49efb911-47be94a7 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_989ac537-729d-d9fc-84aa-309301471092-47be94a7 {
  grid-area: 1 / 5 / 2 / 12;
}

#w-node-_7d045f2e-2251-14d5-3b5d-7f354e16e92f-47be94a7 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-a70486ce-6baf-e8bc-7e8f-48ba41cce226-47be94a7 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-a70486ce-6baf-e8bc-7e8f-48ba41cce227-47be94a7 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-d99e7641-c900-4435-b811-71fc00fdbb7a-47be94a7 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-a971acae-4b38-610e-94f7-43c58e4230af-47be94a7 {
  grid-area: 1 / 2 / 2 / 5;
}

#w-node-a971acae-4b38-610e-94f7-43c58e4230b4-47be94a7 {
  grid-area: 1 / 6 / 2 / 9;
  justify-self: end;
}

#w-node-_58566edc-59f6-8e2e-dfc4-0946dbc2694e-47be94c6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_58566edc-59f6-8e2e-dfc4-0946dbc2694f-47be94c6 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_0878266a-30a4-c2b6-5dc8-52468a6021fd-47be94c6 {
  grid-area: 2 / 4 / 3 / 11;
}

#w-node-e8a103c2-5e8f-5f26-a4d2-0931d1fccf61-47be94c6 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_0d5bbb53-3615-0188-b04a-21ae47c91875-47be94c6 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_2b07f988-0866-0d6d-57d7-d813c80a507a-47be94c6 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_54e1285b-7cb8-db9b-4ca4-2f9cd4e4bca3-47be94c6 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-c1dbcc49-6ffb-5028-f718-efd238e0c403-47be94ea, #w-node-_01554b88-7b2d-90f2-f821-391a133f0b7d-47be94ea {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_865b04be-dac2-9d8f-290c-7609805db6ef-47be94eb {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-b0826925-1c97-c615-d414-351f627de1fa-47be94eb {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_92bd543c-59b2-8f3a-216b-e08bd2e6c683-47be94ec {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_65863a45-8d88-36ca-0f20-601467018bd7-47be94ec, #w-node-c64fe4ef-f927-8016-1b5d-9b3511108109-47be94ec {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0e0-b500a0dd {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0e8-b500a0dd {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0ea-b500a0dd {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-db89f298-ae76-8a04-e859-39b3524706e2-524706d7 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4ad-974b3689 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4b1-974b3689 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_77997763-46dc-1546-eebc-9fe7e2aff723-974b3689 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b88-974b3689 {
  grid-area: 1 / 2 / 2 / 12;
}

#w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b8e-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_21e75966-59ea-6e53-2781-a5f8017462e3-974b3689 {
  grid-area: 1 / 1 / 2 / 13;
}

#w-node-_7310444e-08c0-cd24-dba1-90b5d6c8068f-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_2a946e36-abde-4f15-1cdb-b72b060679ba-974b3689 {
  grid-area: 2 / 1 / 3 / 13;
}

#w-node-_2a946e36-abde-4f15-1cdb-b72b060679c3-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_99e6c73b-8a6b-2850-b79e-d4309f45ade1-974b3689 {
  grid-area: 3 / 1 / 4 / 13;
}

#w-node-_99e6c73b-8a6b-2850-b79e-d4309f45adea-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_1f443646-b030-93e5-0452-00064c46be8f-974b3689 {
  grid-area: 4 / 1 / 5 / 13;
}

#w-node-_1f443646-b030-93e5-0452-00064c46be96-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

#w-node-_8e664940-959f-e6a2-a76d-5bd7e01491c2-974b3689 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_8e664940-959f-e6a2-a76d-5bd7e01491cb-974b3689 {
  grid-area: 1 / 1 / 2 / 9;
}

@media screen and (max-width: 991px) {
  #w-node-_555bc08f-3f3f-3ab7-4711-3c74226edfcb-47be93ca {
    grid-column: 3 / 5;
  }

  #w-node-d963d6d7-8c5f-1c72-e83c-4567cfc1364d-47be93ca {
    grid-column-end: 9;
  }

  #w-node-e962a7fb-f858-4ec3-8cb3-a6196598e4f8-47be93ca {
    grid-column-end: 4;
  }

  #w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6af-47be93ca {
    grid-column: 3 / 9;
    grid-row-start: 2;
  }

  #w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6b5-47be93ca {
    grid-column-end: 7;
  }

  #w-node-_41c8363e-6d59-f341-dfc4-439baec6d5e3-47be93ca {
    grid-column: 3 / 9;
  }

  #w-node-e084aa09-7168-a799-e321-5c68e63f4d78-47be93ca {
    grid-column: 3 / 5;
  }

  #w-node-_1925e27b-aae4-b356-ba3c-12fcb4a81806-47be93ca {
    grid-column-end: 7;
  }

  #w-node-bbf0502e-f841-8a4a-5a54-29d9a0d6bfff-47be93ca {
    grid-column: 3 / 9;
    grid-row-start: 2;
  }

  #w-node-_0bfad291-8f13-f46d-2495-4e91720349d5-47be93ca {
    grid-column-end: 9;
  }

  #w-node-_862ccf8c-3155-478f-2140-64c2de9718c3-47be93ca, #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7a82-b0ff7a7c {
    grid-column-end: 7;
  }

  #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7a8e-b0ff7a7c {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: end;
  }

  #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7aab-b0ff7a7c {
    grid-area: 2 / 1 / 3 / 4;
    justify-self: end;
  }

  #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7ac0-b0ff7a7c {
    grid-area: 3 / 1 / 4 / 5;
    justify-self: end;
  }

  #w-node-d0aad2c8-d4f5-6900-9d2f-36a986201ec7-86201ebf {
    grid-column-end: 7;
  }

  #w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbcc-47be94a3 {
    grid-column-end: 4;
  }

  #w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbdb-47be94a3 {
    grid-column: 4 / 9;
  }

  #w-node-d93a4343-2031-3780-4257-565bcf4a10f4-47be94a4 {
    grid-column-end: 7;
  }

  #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa932270806-47be94a4 {
    grid-column-end: 9;
  }

  #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa932270807-47be94a4 {
    grid-column-end: 4;
  }

  #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa93227080b-47be94a4 {
    grid-column: 3 / 9;
    grid-row-start: 2;
  }

  #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa93227080d-47be94a4 {
    grid-column-end: 7;
  }

  #w-node-_53009751-3501-4c47-7b78-d57f9c6f9077-47be94a4 {
    grid-column: 3 / 9;
  }

  #w-node-_26c8c76c-f28c-86fe-bc61-3e5a1057ddb5-47be94a4 {
    grid-column: 1 / 9;
  }

  #w-node-_69355b06-78d3-bf14-bc8d-961e739da143-47be94a4 {
    grid-column-end: 7;
  }

  #w-node-_1054216a-0ec0-fd60-bfbc-45138ace15e9-47be94a4 {
    grid-column-end: 5;
  }

  #w-node-_1054216a-0ec0-fd60-bfbc-45138ace15f2-47be94a4 {
    grid-column-end: 7;
  }

  #w-node-ef906a3b-3eee-e9a3-c25e-a048847e5d74-47be94a4 {
    grid-column-start: 6;
  }

  #w-node-b46a3b38-8436-7027-13aa-2c9038ad5c7b-47be94a4 {
    grid-column-end: 5;
  }

  #w-node-_4b750233-c334-d3da-ee8e-25dd33330910-47be94a4 {
    grid-column-start: 3;
  }

  #w-node-_79db865a-f239-2dc8-731d-d8700929b1ad-47be94a4 {
    grid-column-end: 9;
  }

  #w-node-c302a414-c721-240d-d182-9f4748b8e5e1-47be94a4 {
    grid-column-end: 7;
  }

  #w-node-_045d1556-9de8-11a6-e724-8e3e83d166db-47be94a4 {
    grid-column: 1 / 9;
  }

  #w-node-_55a334e5-9648-ce3e-1000-ad7d417a1fb0-417a1fae, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-47be94a5 {
    grid-column-end: 7;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9763-47be94a5 {
    grid-column-end: 9;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9764-47be94a5 {
    grid-column-end: 4;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9768-47be94a5 {
    grid-column: 3 / 9;
    grid-row-start: 2;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9769-47be94a5 {
    grid-column-end: 7;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa976b-47be94a5 {
    grid-column: 3 / 9;
  }

  #w-node-_18a15777-491f-47a9-d138-a8c84276f262-47be94a5 {
    grid-column-end: 3;
  }

  #w-node-_3e2b5a85-bf86-2e07-75b3-53b814bfb306-47be94a5 {
    grid-column: 3 / 6;
  }

  #w-node-fae950c0-7a62-3059-1d13-3cd937de63f1-47be94a5 {
    grid-column: 5 / 7;
  }

  #w-node-_2d010232-3827-7329-d8e6-bde6479b9032-47be94a5 {
    grid-column: 7 / 9;
    grid-row-start: 1;
  }

  #w-node-_31c44df7-ab79-7979-ff85-76b61db9b0e2-47be94a5 {
    grid-column: 3 / 9;
    grid-row-start: 2;
  }

  #w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-47be94a6 {
    grid-column-end: 7;
  }

  #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b88-47be94a6 {
    grid-column: 1 / 9;
  }

  #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b8e-47be94a6, #w-node-_7310444e-08c0-cd24-dba1-90b5d6c8068f-47be94a6, #w-node-_2a946e36-abde-4f15-1cdb-b72b060679c3-47be94a6, #w-node-_99e6c73b-8a6b-2850-b79e-d4309f45adea-47be94a6, #w-node-_1f443646-b030-93e5-0452-00064c46be96-47be94a6, #w-node-_20582fc3-e618-f50f-cc7b-dad22d97219b-47be94a7, #w-node-_20582fc3-e618-f50f-cc7b-dad22d97219c-47be94a7 {
    grid-column-end: 7;
  }

  #w-node-_20582fc3-e618-f50f-cc7b-dad22d97219e-47be94a7 {
    grid-column: 3 / 8;
  }

  #w-node-_20582fc3-e618-f50f-cc7b-dad22d9721a5-47be94a7 {
    grid-column-end: 9;
  }

  #w-node-_9934b4b6-9097-202e-695a-9dcd43636993-47be94a7 {
    grid-column: 1 / 5;
  }

  #w-node-ba45db55-777e-5d41-49d8-362b49efb911-47be94a7 {
    grid-column-end: 5;
  }

  #w-node-_989ac537-729d-d9fc-84aa-309301471092-47be94a7 {
    grid-column-start: 5;
  }

  #w-node-_7d045f2e-2251-14d5-3b5d-7f354e16e92f-47be94a7 {
    grid-column-end: 7;
  }

  #w-node-a70486ce-6baf-e8bc-7e8f-48ba41cce226-47be94a7 {
    grid-column-end: 4;
  }

  #w-node-a70486ce-6baf-e8bc-7e8f-48ba41cce227-47be94a7 {
    grid-column-end: 7;
  }

  #w-node-d99e7641-c900-4435-b811-71fc00fdbb7a-47be94a7 {
    grid-column: 4 / 9;
  }

  #w-node-_58566edc-59f6-8e2e-dfc4-0946dbc2694e-47be94c6, #w-node-_58566edc-59f6-8e2e-dfc4-0946dbc2694f-47be94c6 {
    grid-column-end: 7;
  }

  #w-node-_0878266a-30a4-c2b6-5dc8-52468a6021fd-47be94c6 {
    grid-column: 3 / 8;
  }

  #w-node-e8a103c2-5e8f-5f26-a4d2-0931d1fccf61-47be94c6, #w-node-_2b07f988-0866-0d6d-57d7-d813c80a507a-47be94c6, #w-node-_54e1285b-7cb8-db9b-4ca4-2f9cd4e4bca3-47be94c6 {
    grid-column-end: 9;
  }

  #w-node-c1dbcc49-6ffb-5028-f718-efd238e0c403-47be94ea, #w-node-_01554b88-7b2d-90f2-f821-391a133f0b7d-47be94ea {
    grid-column-end: 7;
  }

  #w-node-_865b04be-dac2-9d8f-290c-7609805db6ef-47be94eb, #w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0e0-b500a0dd {
    grid-column-end: 5;
  }

  #w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0e8-b500a0dd, #w-node-db89f298-ae76-8a04-e859-39b3524706e2-524706d7, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-974b3689 {
    grid-column-end: 7;
  }

  #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b88-974b3689 {
    grid-column: 1 / 9;
  }

  #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b8e-974b3689, #w-node-_7310444e-08c0-cd24-dba1-90b5d6c8068f-974b3689, #w-node-_2a946e36-abde-4f15-1cdb-b72b060679c3-974b3689, #w-node-_99e6c73b-8a6b-2850-b79e-d4309f45adea-974b3689, #w-node-_1f443646-b030-93e5-0452-00064c46be96-974b3689, #w-node-_8e664940-959f-e6a2-a76d-5bd7e01491cb-974b3689 {
    grid-column-end: 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_555bc08f-3f3f-3ab7-4711-3c74226edfcb-47be93ca {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-d963d6d7-8c5f-1c72-e83c-4567cfc1364d-47be93ca, #w-node-e962a7fb-f858-4ec3-8cb3-a6196598e4f8-47be93ca {
    grid-column-end: 5;
  }

  #w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6af-47be93ca {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6b5-47be93ca {
    grid-column-end: 5;
  }

  #w-node-_41c8363e-6d59-f341-dfc4-439baec6d5e3-47be93ca {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-e084aa09-7168-a799-e321-5c68e63f4d78-47be93ca {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-_1925e27b-aae4-b356-ba3c-12fcb4a81806-47be93ca {
    grid-column-end: 5;
  }

  #w-node-bbf0502e-f841-8a4a-5a54-29d9a0d6bfff-47be93ca {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_436c7798-141a-506c-76e5-e71759233bae-47be93ca {
    grid-column: 3 / 5;
  }

  #w-node-_862ccf8c-3155-478f-2140-64c2de9718bc-47be93ca {
    grid-column-end: 4;
  }

  #w-node-_862ccf8c-3155-478f-2140-64c2de9718c3-47be93ca, #w-node-_862ccf8c-3155-478f-2140-64c2de9718c5-47be93ca, #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7a82-b0ff7a7c {
    grid-column-end: 5;
  }

  #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7a8e-b0ff7a7c {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: start;
  }

  #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7aab-b0ff7a7c {
    grid-area: 3 / 1 / 4 / 5;
    justify-self: start;
  }

  #w-node-_139fcdf7-3348-5118-ae1e-6b34b0ff7ac0-b0ff7a7c {
    grid-area: 4 / 1 / 5 / 5;
    justify-self: start;
  }

  #w-node-d0aad2c8-d4f5-6900-9d2f-36a986201ec7-86201ebf {
    grid-column-end: 5;
  }

  #Nav.w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedc3-bd6cedc3 {
    grid-row-end: 5;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedcf-bd6cedc3, #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedfc-bd6cedc3 {
    grid-column-end: 5;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cee06-bd6cedc3 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedec-bd6cedc3 {
    grid-column-end: 5;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedfd-bd6cedc3 {
    grid-area: 4 / 3 / 5 / 5;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cee04-bd6cedc3 {
    grid-area: 5 / 1 / 6 / 5;
  }

  #w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbcc-47be94a3 {
    grid-column-end: 5;
  }

  #w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbdb-47be94a3 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbdf-47be94a3 {
    grid-column-end: 5;
  }

  #w-node-cc6f9be8-48b9-4cca-8ab0-e0d84d7dbbe2-47be94a3 {
    grid-column: 1 / 5;
  }

  #w-node-d93a4343-2031-3780-4257-565bcf4a10f2-47be94a4, #w-node-d93a4343-2031-3780-4257-565bcf4a10f4-47be94a4, #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa932270806-47be94a4, #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa932270807-47be94a4 {
    grid-column-end: 5;
  }

  #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa93227080b-47be94a4 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_78b41ae3-4fbb-ca93-6ee6-0aa93227080d-47be94a4 {
    grid-column-end: 5;
  }

  #w-node-_53009751-3501-4c47-7b78-d57f9c6f9077-47be94a4 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_26c8c76c-f28c-86fe-bc61-3e5a1057ddb5-47be94a4, #w-node-_69355b06-78d3-bf14-bc8d-961e739da143-47be94a4, #w-node-_1054216a-0ec0-fd60-bfbc-45138ace15f2-47be94a4 {
    grid-column-end: 5;
  }

  #w-node-ef906a3b-3eee-e9a3-c25e-a048847e5d74-47be94a4 {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-b46a3b38-8436-7027-13aa-2c9038ad5c7b-47be94a4 {
    grid-row: 2 / 3;
  }

  #w-node-_800685a7-c3c7-a066-a49b-e51d3a403e72-47be94a4 {
    justify-self: start;
  }

  #w-node-_4b750233-c334-d3da-ee8e-25dd33330910-47be94a4 {
    grid-column: 2 / 5;
  }

  #w-node-_79db865a-f239-2dc8-731d-d8700929b1ad-47be94a4, #w-node-c302a414-c721-240d-d182-9f4748b8e5e1-47be94a4, #w-node-_045d1556-9de8-11a6-e724-8e3e83d166db-47be94a4, #w-node-_55a334e5-9648-ce3e-1000-ad7d417a1fb0-417a1fae, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-47be94a5, #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9763-47be94a5, #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9764-47be94a5 {
    grid-column-end: 5;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9768-47be94a5 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa9769-47be94a5 {
    grid-column-end: 5;
  }

  #w-node-c0759cf4-6747-2c03-9e5f-1af735aa976b-47be94a5 {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_18a15777-491f-47a9-d138-a8c84276f262-47be94a5 {
    grid-column-end: 5;
    justify-self: center;
  }

  #w-node-_3e2b5a85-bf86-2e07-75b3-53b814bfb306-47be94a5 {
    grid-area: 2 / 1 / 3 / 5;
    justify-self: center;
  }

  #w-node-fae950c0-7a62-3059-1d13-3cd937de63f1-47be94a5 {
    grid-area: 3 / 1 / 4 / 5;
    justify-self: center;
  }

  #w-node-_2d010232-3827-7329-d8e6-bde6479b9032-47be94a5 {
    grid-area: 4 / 1 / 5 / 5;
    justify-self: center;
  }

  #w-node-_31c44df7-ab79-7979-ff85-76b61db9b0e2-47be94a5 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-_3121da68-eb23-cf19-f368-b73308dde2df-47be94a5 {
    grid-column: 1 / 5;
  }

  #w-node-_3121da68-eb23-cf19-f368-b73308dde2e8-47be94a5 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e0-5a67c3df {
    grid-column-end: 5;
  }

  #w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e2-5a67c3df {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e4-5a67c3df {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-dadc5394-c57f-4cd4-047a-f6d75a67c3e6-5a67c3df {
    grid-area: 4 / 1 / 5 / 5;
  }

  #w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-47be94a6, #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b88-47be94a6, #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b8e-47be94a6, #w-node-_7310444e-08c0-cd24-dba1-90b5d6c8068f-47be94a6 {
    grid-column-end: 5;
  }

  #w-node-_2a946e36-abde-4f15-1cdb-b72b060679bd-47be94a6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a946e36-abde-4f15-1cdb-b72b060679c3-47be94a6 {
    grid-column-end: 5;
  }

  #w-node-_2a946e36-abde-4f15-1cdb-b72b060679bb-47be94a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_99e6c73b-8a6b-2850-b79e-d4309f45adea-47be94a6 {
    grid-column-end: 5;
  }

  #w-node-_1f443646-b030-93e5-0452-00064c46be90-47be94a6 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f443646-b030-93e5-0452-00064c46be96-47be94a6 {
    grid-column-end: 5;
  }

  #w-node-_1f443646-b030-93e5-0452-00064c46be9d-47be94a6 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_20582fc3-e618-f50f-cc7b-dad22d97219b-47be94a7, #w-node-_20582fc3-e618-f50f-cc7b-dad22d97219c-47be94a7 {
    grid-column-end: 5;
  }

  #w-node-_20582fc3-e618-f50f-cc7b-dad22d97219e-47be94a7 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_20582fc3-e618-f50f-cc7b-dad22d9721a5-47be94a7 {
    grid-column-end: 5;
  }

  #w-node-_9934b4b6-9097-202e-695a-9dcd43636993-47be94a7 {
    grid-column: 1 / 5;
  }

  #w-node-ba45db55-777e-5d41-49d8-362b49efb911-47be94a7 {
    grid-row: 2 / 3;
  }

  #w-node-_989ac537-729d-d9fc-84aa-309301471092-47be94a7 {
    grid-area: 1 / 1 / 2 / 5;
  }

  #w-node-_7d045f2e-2251-14d5-3b5d-7f354e16e92f-47be94a7, #w-node-a70486ce-6baf-e8bc-7e8f-48ba41cce226-47be94a7, #w-node-a70486ce-6baf-e8bc-7e8f-48ba41cce227-47be94a7 {
    grid-column-end: 5;
  }

  #w-node-d99e7641-c900-4435-b811-71fc00fdbb7a-47be94a7 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-a971acae-4b38-610e-94f7-43c58e4230b4-47be94a7 {
    grid-column: 4 / 5;
  }

  #w-node-_58566edc-59f6-8e2e-dfc4-0946dbc2694e-47be94c6, #w-node-_58566edc-59f6-8e2e-dfc4-0946dbc2694f-47be94c6 {
    grid-column-end: 5;
  }

  #w-node-_0878266a-30a4-c2b6-5dc8-52468a6021fd-47be94c6 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-e8a103c2-5e8f-5f26-a4d2-0931d1fccf61-47be94c6, #w-node-_54e1285b-7cb8-db9b-4ca4-2f9cd4e4bca3-47be94c6, #w-node-c1dbcc49-6ffb-5028-f718-efd238e0c403-47be94ea, #w-node-_01554b88-7b2d-90f2-f821-391a133f0b7d-47be94ea {
    grid-column-end: 5;
  }

  #w-node-_865b04be-dac2-9d8f-290c-7609805db6ef-47be94eb {
    grid-row: 1 / 2;
    grid-column-end: 5;
  }

  #w-node-b0826925-1c97-c615-d414-351f627de1fa-47be94eb {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_92bd543c-59b2-8f3a-216b-e08bd2e6c683-47be94ec {
    grid-column-end: 5;
  }

  #w-node-_65863a45-8d88-36ca-0f20-601467018bd7-47be94ec {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0e8-b500a0dd {
    grid-column-end: 5;
  }

  #w-node-_5b5c2741-ce2d-0aef-1b4b-fe2fb500a0ea-b500a0dd {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-db89f298-ae76-8a04-e859-39b3524706e2-524706d7, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff725-974b3689, #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b88-974b3689, #w-node-_1ed9370e-d882-5db2-32cf-e0587eca5b8e-974b3689, #w-node-_7310444e-08c0-cd24-dba1-90b5d6c8068f-974b3689 {
    grid-column-end: 5;
  }

  #w-node-_2a946e36-abde-4f15-1cdb-b72b060679bd-974b3689 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_2a946e36-abde-4f15-1cdb-b72b060679c3-974b3689 {
    grid-column-end: 5;
  }

  #w-node-_2a946e36-abde-4f15-1cdb-b72b060679bb-974b3689 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_99e6c73b-8a6b-2850-b79e-d4309f45adea-974b3689 {
    grid-column-end: 5;
  }

  #w-node-_1f443646-b030-93e5-0452-00064c46be90-974b3689 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_1f443646-b030-93e5-0452-00064c46be96-974b3689 {
    grid-column-end: 5;
  }

  #w-node-_1f443646-b030-93e5-0452-00064c46be9d-974b3689 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8e664940-959f-e6a2-a76d-5bd7e01491cb-974b3689 {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_39af4c50-9106-9e25-dd41-b572c5d8e6af-47be93ca {
    grid-column-end: 5;
  }

  #Nav.w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedc3-bd6cedc3 {
    grid-row-start: 4;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedcf-bd6cedc3 {
    grid-row: 2 / 3;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cee06-bd6cedc3 {
    grid-row: 3 / 4;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedec-bd6cedc3 {
    grid-row: 4 / 5;
    grid-column-end: 3;
    align-self: end;
  }

  #w-node-ed1ebccc-ea96-61d1-6ede-ee84bd6cedfd-bd6cedc3 {
    grid-row-start: 4;
    grid-column-start: 1;
  }

  #w-node-_800685a7-c3c7-a066-a49b-e51d3a403e72-47be94a4 {
    grid-column-end: 2;
  }

  #w-node-_4b750233-c334-d3da-ee8e-25dd33330910-47be94a4 {
    grid-column: 2 / 5;
  }

  #w-node-d5cd2018-23f5-78fd-8af9-9c9e55841b74-47be94a4 {
    grid-column-end: 5;
  }

  #w-node-c302a414-c721-240d-d182-9f4748b8e5e3-47be94a4 {
    grid-area: 2 / 1 / 2 / 5;
  }

  #w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4b1-47be94a5, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff723-47be94a5, #w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4b1-47be94a6, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff723-47be94a6 {
    grid-column-end: 5;
  }

  #w-node-_9934b4b6-9097-202e-695a-9dcd43636993-47be94a7 {
    grid-column: 1 / 5;
  }

  #w-node-a971acae-4b38-610e-94f7-43c58e4230ad-47be94a7 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-a971acae-4b38-610e-94f7-43c58e4230af-47be94a7 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-a971acae-4b38-610e-94f7-43c58e4230b4-47be94a7 {
    grid-area: 1 / 4 / 3 / 5;
    place-self: center start;
  }

  #w-node-e113d0f5-79c7-ba4d-a893-4b2c6453f4b1-974b3689, #w-node-_77997763-46dc-1546-eebc-9fe7e2aff723-974b3689 {
    grid-column-end: 5;
  }
}


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