:root {
  --cream: #f5f2ed;
  --body-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --graphite: #22252b;
  --reg: 16px;
  --heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --h1: 64px;
  --dark-bg: #1a1715;
  --dark: #1a1715;
  --off-white: #f4f5f7;
  --white: white;
  --maroon: #6b3a3a;
  --small: 14px;
  --transparent: #0000;
  --large: 18px;
  --background-color: #004c83;
  --extra-small: 12px;
  --h5: 22px;
  --lime-signal: #9cd84c;
  --signal-red: #e8483f;
  --h2: 40px;
  --cool-grey: #4b5563;
  --light-grey: #888;
  --extra-large: 20px;
  --charcoal: #1f2933;
  --h4: 28px;
  --deep-navy-blue: #0b1020;
  --dark-olive: #687373;
  --xxlarge: 22px;
  --black: #000;
  --sage: #c8d4c4;
  --h6: 18px;
  --h3: 32px;
  --aerospace-blue: #1e6fd9;
  --electric-cyan: #21c5d5;
}

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

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

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

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

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

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

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

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

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

.w-pagination-wrapper {
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.w-pagination-previous, .w-pagination-next {
  color: #333;
  background-color: #fafafa;
  border: 1px solid #ccc;
  border-radius: 2px;
  margin-left: 10px;
  margin-right: 10px;
  padding: 9px 20px;
  font-size: 14px;
  display: block;
}

body {
  background-color: var(--cream);
  font-family: var(--body-text);
  color: var(--graphite);
  font-size: var(--reg);
  --cream: #f5f2ed;
  --body-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --graphite: #22252b;
  --reg: 16px;
  --heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --h1: 64px;
  --dark-bg: #1a1715;
  --dark: #1a1715;
  --off-white: #f4f5f7;
  --white: white;
  --maroon: #6b3a3a;
  --small: 14px;
  --transparent: #0000;
  --large: 18px;
  --background-color: #004c83;
  --extra-small: 12px;
  --h5: 22px;
  --lime-signal: #9cd84c;
  --signal-red: #e8483f;
  --h2: 40px;
  --cool-grey: #4b5563;
  --light-grey: #888;
  --extra-large: 20px;
  --charcoal: #1f2933;
  --h4: 28px;
  --deep-navy-blue: #0b1020;
  --dark-olive: #687373;
  --xxlarge: 22px;
  --black: #000;
  --sage: #c8d4c4;
  --h6: 18px;
  --h3: 32px;
  --aerospace-blue: #1e6fd9;
  --electric-cyan: #21c5d5;
  line-height: 1.4;
}

h1 {
  font-family: var(--heading);
  color: var(--cream);
  font-size: var(--h1);
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 700;
  line-height: 1.1;
}

h2 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: 700;
  line-height: 36px;
}

h3 {
  font-family: var(--heading);
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 700;
  line-height: 30px;
}

h4 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 24px;
}

h5 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

h6 {
  font-family: var(--heading);
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 700;
  line-height: 18px;
}

p {
  margin-bottom: 10px;
}

a {
  text-decoration: underline;
}

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

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

.section {
  width: 100%;
  max-width: 100%;
  overflow: hidden;
}

.section.hero {
  background-color: var(--dark-bg);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.section.bg-dark {
  background-color: var(--dark);
  color: var(--off-white);
}

.section.bg-dark.relative {
  position: relative;
}

.section.bg-black {
  background-color: var(--dark);
  color: var(--off-white);
}

.section.bg-black.relative {
  position: relative;
}

.section.bg-sage {
  background-color: var(--graphite);
  color: var(--off-white);
}

.section.hero-section {
  background-color: var(--dark);
}

.section.timeline {
  width: 100%;
  position: relative;
}

.section.bg-white {
  background-color: var(--white);
}

.section.relative {
  width: 100%;
  height: auto;
  position: relative;
}

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

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

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

.padding-section-large {
  width: 100%;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-section-large.footer {
  padding-bottom: 2rem;
}

.padding-section-large.paddin-hero {
  padding-top: 12rem;
}

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

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

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

.container.home-hero-container {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.container.nav {
  background-color: var(--dark-bg);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border-radius: 0 0 10px 10px;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.container.relative {
  position: relative;
}

.button {
  border: 2px solid var(--maroon);
  background-color: var(--maroon);
  color: var(--cream);
  font-size: var(--small);
  border-radius: 5px;
  padding: 12px 25px;
  font-weight: 700;
}

.button:hover {
  border-color: var(--maroon);
  background-color: var(--maroon);
  color: var(--white);
}

.button.is-secondary {
  border: 2px solid var(--cream);
  background-color: var(--transparent);
  color: var(--cream);
}

.button.is-secondary:hover {
  border-color: var(--cream);
  background-color: var(--cream);
  color: var(--maroon);
}

.button.is-maroon {
  border-color: var(--maroon);
  background-color: var(--maroon);
  color: var(--off-white);
  font-size: var(--large);
}

.button.is-maroon:hover {
  border-color: var(--maroon);
  background-color: var(--maroon);
  color: var(--cream);
}

.button.is-small {
  padding: 12px 15px 12px 16px;
  line-height: 1;
}

.button.is-small.press {
  border-color: var(--background-color);
  background-color: var(--background-color);
}

.navlink {
  color: var(--white);
  font-size: var(--small);
  padding: 10px;
}

.navlink.w--current {
  opacity: .8;
  color: var(--cream);
}

.brand-logo {
  color: var(--white);
  font-size: var(--extra-small);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navbar {
  background-color: var(--transparent);
  margin-top: 0 !important;
  padding-top: 0 !important;
  padding-bottom: 0;
  position: fixed;
  inset: 0% 0% auto;
  top: 0 !important;
}

.hero-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  color: var(--white);
  text-align: left;
  border-radius: 10px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-top: 60px;
  display: grid;
}

.hero-sub-title {
  opacity: .8;
  color: var(--white);
  font-family: Open Sans, sans-serif;
  font-size: 20px;
  line-height: 1.4;
}

.hero-sub-title.sub-page {
  font-size: var(--h5);
  margin-top: 20px;
  margin-bottom: 0;
}

.button-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-group.white-paper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
}

.home-hero-title {
  color: var(--cream);
  font-family: Playfair Display, sans-serif;
  font-size: var(--h1);
  background-image: none;
  margin-bottom: 20px;
  font-weight: 400;
  line-height: 1.1;
}

.background-img {
  background-image: url('../images/Flowers-Grid.svg');
  background-position: 50%;
  background-size: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.nav-menu {
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.slider {
  z-index: 3;
  background-color: var(--transparent);
  width: 100%;
  height: 100%;
  min-height: 450px;
}

.hero-slide {
  width: 100%;
  height: 100%;
}

.hero-mask {
  border-radius: 4px;
  width: 100%;
  height: 100%;
  min-height: 100%;
}

.home-hero-bgoverlay {
  z-index: 1;
  opacity: 1;
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  background-color: #1a1715;
  position: absolute;
  inset: 0%;
}

.fc-lime {
  color: var(--maroon);
}

.logo-section {
  z-index: 2;
  background-color: var(--cream);
  background-image: none;
  background-size: auto;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.logo-wrap {
  border: 0px solid var(--cream);
  border-radius: 4px;
  justify-content: center;
  align-items: flex-end;
  max-width: none;
  padding: 10px 0;
  display: flex;
}

.logo-wrap.small {
  max-width: 100px;
}

.logos-marquee {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.logos-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 100%;
  display: grid;
}

.adr-logo {
  align-self: center;
  height: 50px;
  min-height: auto;
}

.adr-logo.sm {
  height: 40px;
  min-height: 40px;
}

.adr-logo.ait {
  align-self: flex-end;
  height: auto;
}

.logo-wrapper {
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.left-shadow {
  background-image: linear-gradient(90deg, var(--cream) 3%, var(--transparent));
  width: 150px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.right-shadow {
  background-image: linear-gradient(270deg, var(--cream) 3%, var(--transparent));
  box-shadow: none;
  width: 150px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.section-title {
  color: var(--dark);
  font-size: var(--h2);
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 10px;
  font-weight: 500;
  line-height: 1.2;
}

.section-title.fc-red {
  color: var(--cream);
}

.section-title.fc-white {
  color: var(--off-white);
}

.section-title.fc-lime {
  color: var(--lime-signal);
  font-size: var(--h2);
}

.section-title.platform {
  color: var(--cool-grey);
  font-size: var(--h5);
  text-align: center;
  font-weight: 600;
}

.section-title.fc-cream {
  color: var(--cream);
}

.section-title.team-title {
  font-size: var(--h5);
  text-transform: none;
  margin-bottom: 10px;
  font-weight: 700;
}

.section-title.small {
  color: var(--light-grey);
  font-size: var(--h5);
}

.section-subtitle {
  color: var(--light-grey);
  font-size: var(--extra-large);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 400;
}

.section-subtitle.fc-white {
  color: var(--off-white);
}

.section-subtitle.fc-light-grey {
  color: var(--light-grey);
}

.max-w-725 {
  width: 100%;
  max-width: 725px;
}

.max-w-725.right-alined {
  text-align: right;
  margin-left: auto;
  margin-right: 0;
}

.max-w-725.alingn-center {
  text-align: center;
  margin-left: auto;
  margin-right: auto;
}

.stat-container {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.stat-card-wrap {
  background-image: linear-gradient(225deg, var(--cream) 65%, var(--background-color));
  border-radius: 10px;
  padding-bottom: 5px;
  padding-left: 5px;
  padding-right: 0;
  box-shadow: 0 0 3px #0003;
}

.card {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  aspect-ratio: auto;
  background-color: var(--cream);
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 20px;
  display: flex;
}

.card._2nd.sm-gap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  aspect-ratio: auto;
  justify-content: center;
  align-items: flex-start;
}

.fs-numbercount_number {
  color: var(--charcoal);
  font-size: 3rem;
  line-height: 1;
}

.stat-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  font-size: var(--h4);
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 20px;
  font-weight: 600;
  display: flex;
}

.card-icon-wrap {
  width: 100%;
  max-width: 140px;
}

.card-icon {
  width: 100%;
  height: auto;
}

.card-title {
  color: var(--deep-navy-blue);
  font-family: Playfair Display, sans-serif;
  font-size: var(--h5);
  margin-top: 0;
  line-height: 1.3;
}

.card-title.fc-white {
  color: var(--cream);
}

.stat-side-text {
  color: var(--maroon);
}

.card-text {
  color: var(--charcoal);
  margin-top: 10px;
}

.card-text.ml {
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
}

.padding-section-extra-large {
  width: 100%;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.padding-section-extra-large.pt-0 {
  padding-top: 0;
}

.padding-section-extra-large.pb-0 {
  padding-bottom: 0;
}

.platform-container {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 20px;
  display: grid;
}

.background-video {
  z-index: 6;
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.platform-logos {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.platform-logo-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 7px 0;
  display: flex;
}

.platform-logo-wrap.creaform {
  z-index: 6;
  border-style: solid solid none;
  border-width: 2px;
  border-color: var(--maroon);
  background-color: #fff;
  border-top-left-radius: 8px;
  border-top-right-radius: 8px;
  height: auto;
  position: absolute;
  inset: 0% auto auto 0%;
}

.platform-logo {
  max-height: 50px;
}

.platform-logo._80 {
  align-self: flex-end;
  max-height: 80px;
}

.process-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template: "Step-1 Line-1 ."
                 ". Line-2 Step-2"
                 "Step-3 Line-3 ."
                 ". Line-4 Step-4"
                 / 1.25fr .25fr 1.25fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 100%;
  margin-top: 5rem;
  display: grid;
}

.process-container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  min-height: 25vh;
  display: flex;
}

.step-number {
  color: var(--deep-navy-blue);
  font-size: var(--h2);
  font-weight: 600;
  line-height: 1;
}

.stap-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  display: flex;
  position: relative;
}

.stap-container.align-left {
  text-align: left;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 320px;
}

.process-line-container {
  flex-direction: column;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  height: 105%;
  display: flex;
  position: relative;
  top: -2.5rem;
}

.line-vertical {
  z-index: 0;
  background-color: #1f2421;
  border-radius: 1rem;
  width: .5rem;
  height: 100%;
  position: absolute;
}

.process-circle {
  z-index: 10;
  border: .4rem solid var(--off-white);
  background-color: var(--maroon);
  border-radius: 505rem;
  width: 2.5rem;
  height: 2.5rem;
  position: sticky;
  top: 50vh;
  box-shadow: 0 0 10px #99999940;
}

.step-title, .fc-maroon {
  color: var(--maroon);
}

.formula-img {
  object-fit: cover;
  width: 100%;
}

.cfd-model-img {
  z-index: 5;
  object-fit: cover;
  border-bottom-right-radius: 5px;
  border-bottom-left-radius: 5px;
  width: 100%;
  height: 100%;
}

.logo {
  max-width: 120px;
  max-height: 40px;
}

.photo-caption-title {
  color: var(--dark);
  margin-top: 0;
}

.caption-summary {
  color: var(--dark);
}

.photo-caption-wrap {
  z-index: 6;
  -webkit-backdrop-filter: blur(7px);
  backdrop-filter: blur(7px);
  background-color: #ffffff7d;
  width: 450px;
  max-width: 75%;
  padding: 20px;
  position: absolute;
  inset: auto 0% 20px;
}

.photo-container-rel {
  border: 2px solid var(--maroon);
  border-bottom-right-radius: 8px;
  border-bottom-left-radius: 8px;
  height: 100%;
  position: relative;
}

.photo-container-rel.no-border {
  border: 1px #000;
}

.copyright {
  color: #687373;
  font-size: var(--small);
}

.fn-footer-first {
  color: #ecf0ef;
  background-color: #0f1213;
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  font-family: Open Sans, sans-serif;
  display: flex;
}

.fn-contain-logo {
  color: #df0;
  object-fit: contain;
  object-position: 0% 50%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.fn-footer-line {
  background-color: #3e4545;
  width: 100%;
  height: 1px;
  margin-top: 36px;
  margin-bottom: 10px;
}

.fn-container-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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%;
  display: grid;
}

.legal_link {
  color: #939b9b;
  font-size: var(--small);
  text-decoration: none;
  transition: color .25s;
}

.legal_link:hover {
  color: var(--cream);
}

.fn-social-link-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.social-link-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.footer-quick-link {
  color: #9c9c9c;
  font-size: var(--small);
  line-height: 1.4em;
  text-decoration: none;
  transition: color .25s;
  display: block;
}

.footer-quick-link:hover {
  color: var(--maroon);
}

.footer-quick-link.w--current {
  color: var(--cream);
}

.legal-copyright-link {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  color: var(--dark-olive);
  text-align: right;
  flex-wrap: wrap;
  justify-content: flex-end;
  display: flex;
}

.legal-copyright-link.left-aligned {
  justify-content: flex-start;
}

.quick-link-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-direction: column;
  display: flex;
}

.footer-brand {
  object-position: 0% 50%;
  margin-right: 20px;
}

.social-link {
  color: #687373;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .25s;
  display: flex;
}

.social-link:hover {
  color: var(--cream);
}

.copyright-link {
  color: var(--dark-olive);
  text-decoration: none;
}

.copyright-link:hover {
  color: var(--maroon);
}

.small-copyright {
  font-size: var(--extra-small);
}

.footer-tagline {
  color: var(--cream);
  font-size: var(--xxlarge);
  font-weight: 400;
  line-height: 1.2;
}

.footer-logo-wrap {
  flex-flow: column;
  display: flex;
}

.fn-checkbox-wrapper {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.select-field {
  color: var(--dark-olive);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 1em;
}

.fn-radio-button {
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-radio-button.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-color: #0000;
}

.fn-radio-button.w--redirected-focus {
  box-shadow: none;
}

.fn-heading-2 {
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Open Sans, sans-serif;
  font-size: 52px;
  line-height: 1.2em;
}

.fn-radio-wrapper {
  align-items: center;
  display: flex;
}

.contanct-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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%;
  max-width: 1310px;
  display: grid;
}

.label {
  background-color: var(--background-color);
  color: var(--cream);
  font-size: var(--small);
  text-transform: uppercase;
  border-radius: 4px;
  margin-bottom: 24px;
  padding: 8px 12px;
  font-weight: 600;
  line-height: 1em;
}

.fn-form-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.success-message {
  background-color: var(--transparent);
  color: var(--white);
  border-radius: 8px;
  width: 100%;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.3em;
}

.contact-form {
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  max-width: 680px;
  display: flex;
}

.form-label {
  color: #939b9b;
  margin-bottom: 18px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3em;
}

.form-label.no-margin {
  margin-bottom: 0;
}

.input-field {
  color: #ecf0ef;
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 42px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
  transition: border-color .25s;
}

.input-field:hover {
  border-color: #cdd3d2;
}

.input-field:active, .input-field:focus {
  border-color: var(--maroon);
}

.input-field::placeholder {
  color: var(--dark-olive);
}

.error-message {
  background-color: var(--signal-red);
  text-align: center;
  border-radius: 8px;
  margin-top: 24px;
}

.fn-checkbox {
  border: 1px solid #687373;
  width: 16px;
  height: 16px;
  margin-top: 0;
  margin-right: 8px;
}

.fn-checkbox.w--redirected-checked {
  background-color: #df0;
  background-image: url('../images/Vector-1-Stroke.svg');
  background-size: 8px 8px;
}

.fn-checkbox.w--redirected-focus {
  box-shadow: none;
}

.succes-message {
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 200px;
  display: flex;
}

.form-submit {
  border: 1px solid var(--maroon);
  background-color: var(--maroon);
  color: #fff;
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 12px 42px;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  transition: background-color .25s;
  display: flex;
}

.form-submit:hover {
  border-color: var(--maroon);
  background-color: var(--maroon);
}

.fn-paragraph {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

.fn-paragraph.hide-on-mobile {
  color: var(--black);
}

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

.fn-radio-buttons-wrapper {
  grid-column-gap: 90px;
  grid-row-gap: 16px;
  flex-wrap: wrap;
  margin-bottom: 16px;
  display: flex;
}

.fn-paragraph-no-margin {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.textarea-field {
  color: var(--dark-olive);
  background-color: #0000;
  border: 1px solid #3e4545;
  border-radius: 8px;
  width: 100%;
  max-width: 100%;
  min-height: 160px;
  max-height: 160px;
  margin-bottom: 24px;
  padding-top: 14px;
  padding-bottom: 14px;
  font-size: 16px;
  line-height: 1em;
}

.textarea-field:hover {
  border-color: #cdd3d2;
}

.textarea-field:active, .textarea-field:focus {
  border-color: var(--maroon);
}

.textarea-field::placeholder {
  color: var(--dark-olive);
}

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

.tabs {
  flex-flow: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.tabs-menu {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border-right: 2px none var(--maroon);
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.sub-text {
  color: var(--cool-grey);
}

.sub-text.fc-grey {
  color: var(--sage);
}

.tab-link {
  border-top: 2px solid var(--white);
  border-right: 2px solid var(--white);
  border-left: 2px solid var(--white);
  background-color: var(--cream);
  filter: grayscale();
  cursor: pointer;
  width: 100%;
  height: 100%;
  padding: 0 30px;
}

.tab-link:hover {
  background-color: var(--cream);
}

.tab-link.w--current {
  border-top: 2px solid var(--maroon);
  border-right: 2px solid var(--maroon);
  border-left: 2px solid var(--maroon);
  background-color: var(--white);
  background-image: linear-gradient(180deg, #004c8366, var(--cream));
  filter: none;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}

.tab-link.last {
  border-top-color: var(--cream);
  border-right-style: solid;
  border-right-color: var(--cream);
  border-left-color: var(--cream);
  border-top-right-radius: 8px;
}

.tab-link.first {
  border-left-color: var(--white);
  border-top-left-radius: 15px;
  overflow: hidden;
}

.tab-link.first.w--current {
  padding-left: 0;
  padding-right: 0;
}

.blog-thumb {
  object-fit: cover;
  width: 100%;
  height: 225px;
}

.link-with-arrow {
  color: var(--maroon);
  font-family: Open Sans, sans-serif;
  font-size: var(--large);
  align-items: center;
  margin-top: auto;
  padding-bottom: 30px;
  padding-left: 24px;
  font-weight: 400;
  line-height: 1.4em;
  display: flex;
}

.category-tag {
  background-color: var(--maroon);
  color: #ecf0ef;
  font-size: var(--extra-small);
  border-radius: 4px;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 7px 10px;
  font-weight: 500;
  line-height: 1em;
  display: flex;
  position: absolute;
  inset: 16px auto auto 16px;
}

.blog-title {
  color: var(--dark-bg);
  font-family: Open Sans, sans-serif;
  font-size: var(--h6);
  margin-top: 0;
  margin-bottom: 20px;
  font-weight: 600;
  line-height: 1.3;
}

.blog-info-wrap {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 16px;
  display: flex;
}

.arrow {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 24px;
  display: flex;
}

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

.fn-features-card-with-image {
  color: #ecf0ef;
  background-color: #0f1213;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.fn-features-card-with-image:hover {
  color: #ecf0ef;
}

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

.blog-card {
  background-color: var(--cream);
  color: var(--cream);
  border-radius: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.blog-card:hover {
  border-top: 2px solid var(--maroon);
  background-image: linear-gradient(180deg, var(--cream) 36%, #ffffffc7);
}

.blog-title-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(250px, 250px);
  grid-auto-columns: 1fr;
  margin-bottom: 80px;
  display: grid;
}

.fs-radio_button {
  border-color: #0000;
  border-radius: 5px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.fs-radio_button:hover {
  color: #fff;
  border-radius: 5px;
}

.fs-radio_button.w--redirected-checked {
  border-color: #0000;
}

.fs-radio_button.w--redirected-focus {
  box-shadow: none;
}

.filters-checkbox {
  position: relative;
}

.fs-radio_field {
  color: #f1420b;
  cursor: pointer;
  border: 2px solid #f1420b;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.fs-radio_field:hover {
  color: #fff;
  background-color: #f1420b;
  border-color: #f1420b;
}

.fs-radio_field.is-active {
  border-color: var(--maroon);
  background-color: var(--maroon);
  color: var(--cream);
  font-size: var(--small);
}

.insights-card {
  border-radius: 8px;
  height: 100%;
  position: relative;
}

.collection-list-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.categories-list {
  grid-column-gap: 10px;
  grid-row-gap: 15px;
  flex-wrap: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.fs-checkbox_field {
  border: 2px solid var(--maroon);
  background-color: var(--cream);
  color: var(--maroon);
  font-size: var(--small);
  cursor: pointer;
  border-radius: 5px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 0;
  padding: .5rem 1rem;
  transition: color .2s, background-color .2s;
  display: flex;
  position: relative;
}

.fs-checkbox_field:hover {
  border-color: var(--maroon);
  background-color: var(--maroon);
  opacity: .82;
  color: #fff;
}

.fs-checkbox_field:focus {
  border-color: var(--dark);
  background-color: var(--dark);
  color: #fff;
}

.fs-checkbox_field.is-active {
  background-color: var(--maroon);
  color: var(--cream);
  transition: background-color .5s, color .5s;
}

.fs-checkbox_field.is-active.hide {
  display: none;
}

.filter-column {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--cream);
  align-items: flex-start;
  margin-bottom: 2rem;
  padding-bottom: 20px;
  display: flex;
  position: sticky;
  top: 100px;
}

.fs-radio_label {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
}

.fs-radio_label:hover {
  color: #fff;
}

.fs-checkbox_button {
  z-index: 0;
  border-style: none;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0;
}

.fs-checkbox_button.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #031d46;
}

.fs-checkbox_button.w--redirected-focus, .fs-checkbox_button.w--redirected-focus-visible {
  box-shadow: none;
}

.fs-checkbox_label {
  white-space: nowrap;
  margin-bottom: 0;
  font-weight: 500;
}

.pagination {
  margin-top: 40px;
}

.date {
  color: #6e6e6e;
  font-size: var(--small);
  margin-bottom: 10px;
}

.blog-summary {
  color: var(--black);
  font-size: var(--small);
}

.page-title {
  font-size: var(--h2);
  margin-bottom: 10px;
}

.blog-rte h1 {
  color: var(--maroon);
  font-size: var(--h3);
  margin-bottom: 20px;
  line-height: 1.2;
}

.blog-rte h2, .blog-rte h3 {
  font-size: var(--h5);
  line-height: 1.3;
}

.blog-rte h4 {
  font-size: var(--h6);
  line-height: 1.3;
}

.blog-rte h5 {
  font-size: var(--reg);
  line-height: 1.3;
}

.blog-rte h6 {
  font-size: var(--reg);
  font-weight: 500;
  line-height: 1.2;
}

.blog-rte p {
  font-size: var(--reg);
  margin-top: 10px;
}

.blog-rte a {
  color: var(--dark);
}

.blog-rte ol, .blog-rte ul {
  margin-top: 20px;
}

.blog-rte blockquote {
  margin-top: 20px;
  margin-bottom: 20px;
}

.blog-rte.mt-20 {
  margin-top: 40px;
}

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

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

.fn-404-image-third {
  object-fit: contain;
  width: 120px;
  height: 120px;
  position: absolute;
  inset: auto auto -55% 20%;
}

.fn-paragraph-3 {
  color: #cdd3d2;
  margin-bottom: 32px;
  font-size: 16px;
  line-height: 1.6em;
}

._404 {
  background-color: var(--dark);
  color: #ecf0ef;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: Open Sans, sans-serif;
  display: flex;
  overflow: hidden;
}

.fn-heading-jambo {
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 88px;
  font-weight: 400;
  line-height: 1.1em;
}

.fn-404-image-second {
  object-fit: contain;
  width: 250px;
  height: 250px;
  position: absolute;
  inset: -56% auto auto -5%;
}

._404-error-message {
  color: var(--cream);
  font-size: var(--h5);
  align-items: center;
  margin-top: 0;
  font-weight: 400;
  line-height: 1.4em;
  text-decoration: none;
  display: flex;
}

.arrow-next {
  object-fit: contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 18px;
  margin-left: 10px;
  display: flex;
}

.fn-404-image-first {
  object-fit: contain;
  width: 411px;
  height: 405px;
  position: absolute;
  inset: -80% -10% auto auto;
}

._404-error-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  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%;
  max-width: 1310px;
  padding-left: 15px;
  padding-right: 15px;
  display: grid;
}

._404-error-wrap.relative {
  position: relative;
}

.content-center {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.swiper-bullet-2 {
  text-align: center;
  background-color: #000;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.25em;
  min-height: 1.25em;
  transition: all .2s;
  display: flex;
}

.swiper-bullet-2.is-active {
  background-color: #c8dd5e;
}

.swiper-wrapper.is-slider-main {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.swiper-wrapper.is-slider-main.is-centered {
  flex-flow: row;
}

.swiper-slide.is-slider-main {
  flex: none;
  width: 33.3333%;
  max-width: 550px;
  height: 100%;
  overflow: hidden;
}

.swiper.is-slider-main {
  z-index: 1;
  position: relative;
  overflow: visible;
}

.swiper-bullet-wrapper.is-slider-main {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  flex-wrap: wrap;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.slider-main_inner-wrapper {
  margin-top: 40px;
  position: relative;
}

.timeline_img-wrap {
  z-index: 1;
  aspect-ratio: 16 / 9;
  border-radius: .5em;
  width: 100%;
  max-width: 400px;
  height: auto;
  display: none;
  position: absolute;
  inset: auto 0% 105%;
}

.timeline_stat-icon-wrap {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.timeline_card {
  z-index: 1;
  width: 100%;
  max-width: 550px;
  transition: transform .5s, opacity .5s;
  position: relative;
  overflow: hidden;
}

.timeline_img {
  z-index: 1;
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.timeline_stat-wrap {
  z-index: 2;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #f5f2ede0;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 20px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.heading-h4 {
  letter-spacing: -.04em;
  font-size: 21px;
  font-weight: 700;
  line-height: 1.28;
}

.timeline_date-wrap {
  z-index: 1;
  background-color: var(--cream);
  border-bottom-right-radius: .5em;
  padding: 8px;
  font-weight: 700;
  position: absolute;
  inset: 0% auto auto 0%;
}

.timeline_stat {
  color: var(--graphite);
  font-size: var(--extra-small);
  margin-bottom: 0;
  font-weight: 700;
}

.timeline_stat-icon {
  justify-content: center;
  align-items: center;
  width: 15px;
  height: auto;
  display: flex;
}

.tineline_line {
  z-index: 0;
  background-color: #c0bfd0;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 45%;
}

.timeline-heading {
  color: var(--dark);
  font-size: var(--extra-large);
  margin-top: 0;
  margin-bottom: 10px;
}

.timeline-heading.fc-black {
  color: var(--dark);
}

.stat-summary {
  color: var(--black);
  font-size: var(--small);
  margin-bottom: 0;
}

.max-w-820-center {
  text-align: center;
  width: 100%;
  max-width: 820px;
  margin-left: auto;
  margin-right: auto;
}

.windtunnel-grid {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: .65fr .35fr;
  grid-auto-columns: 1fr;
  margin-top: 100px;
  display: grid;
}

.windtunnel-grid.rev {
  grid-template-columns: .35fr .65fr;
  margin-top: 100px;
}

._w-900 {
  max-width: 846px;
}

.slide-windtunnel {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.slider-img-windtunnel {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.caption-wrap {
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  text-align: center;
  background-color: #f7f7f7cf;
  width: 100%;
  padding: 10px 20px;
  position: absolute;
  inset: auto 0% 0%;
}

.windt-slider-container {
  aspect-ratio: 16 / 9;
  width: 100%;
}

.windtunnel-slider {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
}

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

.slide-nav {
  bottom: -50px;
}

.team-card {
  background-color: var(--white);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--dark);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 20px 20px 40px;
  display: flex;
  box-shadow: 0 2px 5px #0003;
}

.team-card.physics {
  background-color: var(--cream);
  height: auto;
  padding-bottom: 20px;
}

.headshot-wrap {
  border: 5px solid var(--white);
  background-color: var(--cream);
  border-radius: 100%;
  width: 150px;
  height: 150px;
  margin-top: -75px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

.headshot-wrap.yoshi {
  border-color: var(--cream);
}

.headshot-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.team-name {
  font-size: var(--h5);
  margin-top: 10px;
}

.team-name.team {
  font-size: var(--reg);
  margin-top: 0;
  margin-bottom: 0;
}

.team-role {
  font-size: var(--small);
  margin-bottom: 20px;
  font-weight: 600;
}

.team-role.team {
  color: var(--dark-olive);
  font-size: var(--small);
  margin-bottom: 0;
}

.team-bio {
  color: var(--light-grey);
  font-size: var(--reg);
  text-align: center;
  line-height: 1.3;
}

.team-bio.fc-white {
  color: var(--white);
}

.team-bio.hide {
  display: none;
}

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

.text-center.mt-80 {
  margin-top: 140px;
}

.btn-group {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  display: flex;
}

.btn-group.nav {
  margin-left: 20px;
}

.fluids-fields {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr minmax(2px, 2px) 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.tag-wrap {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  margin-bottom: 20px;
  display: flex;
}

.tag {
  background-color: var(--dark);
  color: var(--cream);
  font-size: var(--extra-small);
  border-radius: 3px;
  padding: 6px 10px;
  line-height: 1;
}

.fluid-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

.ml-card {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--maroon);
  color: var(--cream);
  text-align: center;
  border-radius: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 740px;
  margin-top: 80px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  display: flex;
}

.fl-title {
  font-size: var(--h4);
  margin-top: 0;
}

.fl-card-highlight {
  background-color: var(--cream);
  border-radius: 8px;
  margin-bottom: 10px;
  padding: 10px 16px;
  box-shadow: 0 2px 5px #0003;
}

.div-block-5 {
  background-color: var(--dark);
  width: 2px;
  height: 100%;
}

.date-delivery-card {
  border-radius: 10px;
  margin-bottom: 0;
  box-shadow: 0 2px 5px #0003;
}

.data-delivery-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  margin-bottom: 60px;
  display: grid;
}

.data-delivery-card {
  font-size: var(--reg);
  text-align: left;
  background-color: #ffffff1f;
  border-radius: 5px;
  max-width: 650px;
  margin-top: 40px;
  padding-right: 0;
  line-height: 1.4;
}

.data-delivery-title {
  font-size: var(--h6);
  margin-top: 0;
  margin-bottom: 8px;
  line-height: 1.2;
}

.dd-lightbox-wrap {
  box-sizing: content-box;
  aspect-ratio: 16 / 9;
  color: var(--cool-grey);
  font-size: var(--extra-small);
  text-align: center;
  width: 100%;
  max-width: 650px;
  height: auto;
}

.dd-sidepanel {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.lightbox-link {
  width: 100%;
  height: auto;
}

.dd-thumb {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.data-delivery-visual {
  border-radius: 8px;
  width: 100%;
  height: auto;
  overflow: hidden;
  box-shadow: 0 2px 5px #0003;
}

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

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

.team-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 40px;
  display: grid;
}

.team-email {
  color: var(--cool-grey);
  font-size: var(--small);
  text-decoration: none;
}

.team {
  margin-bottom: 0;
}

.link {
  width: 100%;
  height: 0;
}

.fn-faq-item-toggle {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  cursor: pointer;
  flex-direction: column;
  padding: 0;
  display: flex;
}

.toggle-title-wrap {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fn-heading-5-no-margin {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3em;
}

.arrow-down {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.spacer-s {
  width: 24px;
  height: 24px;
}

.fn-paragraph-no-margin-2 {
  color: #cdd3d2;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 16px;
  line-height: 1.6em;
  overflow: hidden;
}

.dd-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  font-size: var(--extra-large);
  flex-flow: column;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
}

.toggle-item {
  flex-flow: column;
  padding: 30px;
  display: flex;
}

.toggle-heading {
  font-size: var(--h3);
  font-weight: 600;
}

.data-delivery-heading-wrap {
  margin-bottom: 80px;
}

.dd-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 20px;
  display: grid;
}

.margin-top-60 {
  margin-top: 60px;
}

.contact-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 60px;
  display: grid;
}

.slider-caption {
  color: var(--white);
}

.caption-wrapper {
  margin-bottom: 16px;
}

.left-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: var(--large);
  background-color: #0b1020a6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  left: 10px;
}

.right-arrow {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  font-size: var(--large);
  background-color: #0b1020a6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
  right: 10px;
}

.logos-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-content: space-between;
  display: grid;
}

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

.result-wrap {
  position: relative;
}

.result-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: minmax(44px, 44px) 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.year {
  color: var(--dark-olive);
}

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

.results-grid {
  margin-top: 40px;
}

.arrow-result {
  z-index: 0;
  background-color: var(--dark);
  width: 30px;
  height: 30px;
  position: absolute;
  inset: auto auto -4px 30px;
  transform: rotate(47deg);
}

.data-delivery-items {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.link-text {
  color: var(--maroon);
  margin-top: 20px;
}

.sr-only {
  width: 1px;
  height: 1px;
  position: absolute;
  left: -9999px;
}

.map-container {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.image {
  width: 100%;
  height: auto;
  display: block;
}

.map-pin {
  border-top-style: solid;
  border-top-width: 3px;
  border-top-color: var(--cream);
  border-right-style: solid;
  border-right-width: 3px;
  border-right-color: var(--cream);
  border-bottom-style: solid;
  border-bottom-width: 3px;
  border-bottom-color: var(--cream);
  border-left-style: solid;
  border-left-width: 3px;
  border-left-color: var(--cream);
  background-color: var(--maroon);
  color: var(--cream);
  font-size: var(--small);
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  font-weight: 600;
  transition-property: opacity;
  transition-duration: .2s;
  transition-timing-function: ease;
  display: flex;
  position: absolute;
  transform: translate(-50%, -50%);
  box-shadow: 0 4px 12px #0006;
}

.map-pin:hover {
  background-color: var(--cream);
  color: var(--dark-bg);
  transform: translate(-50%, -50%)scale(1.2);
  box-shadow: 0 6px 20px #00000080;
}

.map-pin._1 {
  top: 42%;
  left: 18%;
}

.map-pin._2 {
  top: 28%;
  left: 46%;
}

.map-pin._3 {
  top: 32%;
  left: 51%;
}

.map-pin._4 {
  top: 36%;
  left: 83%;
}

.map-pin._5 {
  top: 78%;
  left: 85%;
}

.map-pin._6 {
  top: 75%;
  left: 54%;
}

.region-details-container {
  min-height: 200px;
  margin-top: 24px;
}

.region-panel {
  margin-top: 20px;
  animation: .3s fadeIn;
  display: none;
}

.region-panel.active {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.region-card {
  border-top-style: solid;
  border-top-width: 1px;
  border-top-color: var(--maroon);
  border-right-style: solid;
  border-right-width: 1px;
  border-right-color: var(--maroon);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-bottom-color: var(--maroon);
  border-left-style: solid;
  border-left-width: 1px;
  border-left-color: var(--maroon);
  text-align: center;
  cursor: pointer;
  border-image: ;
  border-radius: 6px;
  padding: 12px;
  transition-property: all;
  transition-duration: .3s;
  transition-timing-function: ease;
}

.rank {
  background-color: var(--maroon);
  color: var(--cream);
  font-size: var(--extra-small);
  border-radius: 50%;
  width: 22px;
  height: 22px;
  margin-bottom: 6px;
  line-height: 22px;
  display: inline-block;
}

.country {
  font-size: var(--small);
  margin-top: 0;
  margin-bottom: 4px;
}

.summary {
  opacity: .6;
  font-size: 10px;
}

.interact-map-c {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 16px;
  display: flex;
}

.div-block-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.grid2x._3 {
  grid-template-columns: 1fr 1fr 1fr;
}

.card-map {
  aspect-ratio: auto;
  background-color: #ffffff05;
  border: 1px solid #ffffff0f;
  border-radius: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
  overflow: hidden;
}

.map-img-caption {
  z-index: 9;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--black);
  font-size: var(--extra-small);
  text-align: left;
  background-color: #f7f7f7cf;
  width: 100%;
  padding: 10px 20px;
  position: static;
  inset: auto 0% 0%;
}

.caption-title {
  margin-top: 0;
}

.map-img-car {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: auto;
}

.laurel {
  min-width: 44px;
  max-width: 44px;
}

.banner-image-wrap {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: auto;
  margin-bottom: 20px;
  position: relative;
}

.banner-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.max-w-1020 {
  width: 100%;
  max-width: 920px;
}

.form-2 {
  position: relative;
}

@media screen and (max-width: 991px) {
  body {
    --cream: #f5f2ed;
    --body-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --graphite: #22252b;
    --reg: 15px;
    --heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --h1: 60px;
    --dark: #1a1715;
    --off-white: #f4f5f7;
    --white: white;
    --maroon: #6b3a3a;
    --small: 13px;
    --transparent: #0000;
    --large: 17px;
    --extra-small: 12px;
    --h5: 20px;
    --lime-signal: #9cd84c;
    --signal-red: #e8483f;
    --h2: 35px;
    --cool-grey: #4b5563;
    --extra-large: 19px;
    --charcoal: #1f2933;
    --h4: 22px;
    --deep-navy-blue: #0b1020;
    --xxlarge: 20px;
    --black: #000;
    --h6: 16px;
    --h3: 28px;
    --aerospace-blue: #1e6fd9;
    --electric-cyan: #21c5d5;
  }

  .padding-global.navigation {
    padding-left: 0;
    padding-right: 0;
  }

  .container.nav {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navlink {
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .brand-logo {
    margin-left: 0;
    margin-right: auto;
  }

  .navbar {
    background-color: var(--dark-bg);
  }

  .hero-grid {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    display: flex;
  }

  .nav-menu {
    background-color: var(--dark-bg);
    width: 100%;
    margin-left: 0;
    padding: 30px 2.5rem 60px;
    display: block;
  }

  .logo-wrap {
    max-width: 130px;
  }

  .stat-container {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .card._2nd {
    aspect-ratio: auto;
  }

  .step-number {
    font-size: var(--h1);
  }

  .fn-footer-first {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-container-grid {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
    margin-top: 0;
  }

  .legal_link {
    transition: none;
  }

  .legal_link:hover {
    color: #939b9b;
  }

  .social-link-container {
    flex-flow: row;
  }

  .footer-quick-link {
    transition: none;
  }

  .footer-quick-link:hover {
    color: #ecf0ef;
  }

  .footer-brand {
    z-index: 2;
    margin-bottom: 11px;
  }

  .fn-heading-2 {
    margin-bottom: 12px;
    font-size: 40px;
  }

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

  .tab-link {
    padding-left: 0;
    padding-right: 0;
  }

  .fn-features-card-with-image.slider-cards {
    flex: none;
    width: 411px;
  }

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

  .blog-card:hover {
    border-top: 2px solid var(--maroon);
    background-image: linear-gradient(180deg, var(--cream) 52%, #f4f5f7b0);
  }

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

  ._404 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .fn-heading-jambo {
    font-size: 76px;
  }

  .fn-404-image-first {
    width: 350px;
    height: 350px;
  }

  ._404-error-wrap {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .swiper-slide.is-slider-main {
    width: 50%;
  }

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

  .tineline_line {
    bottom: 48%;
  }

  .windtunnel-grid {
    flex-flow: column;
    display: flex;
  }

  .team-card {
    margin-top: 80px;
  }

  .btn-group.nav {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-top: 30px;
  }

  .data-delivery-grid {
    grid-column-gap: 16px;
    grid-template-columns: 1fr 1fr;
    grid-template-areas: ".";
  }

  .team-list {
    grid-row-gap: 40px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .contact-grid, .logos-grid {
    flex-flow: column;
    display: flex;
  }

  .menu-btn {
    border: 1px solid var(--light-grey);
    color: var(--light-grey);
  }

  .menu-btn.w--open {
    border-color: var(--maroon);
    background-color: var(--maroon);
  }

  .map-img-caption {
    padding-bottom: 14px;
    padding-left: 14px;
    padding-right: 14px;
  }
}

@media screen and (max-width: 767px) {
  body {
    --cream: #f5f2ed;
    --body-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --graphite: #22252b;
    --reg: 15px;
    --heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --h1: 45px;
    --dark: #1a1715;
    --off-white: #f4f5f7;
    --white: white;
    --maroon: #6b3a3a;
    --small: 12px;
    --transparent: #0000;
    --large: 16px;
    --extra-small: 12px;
    --h5: 18px;
    --lime-signal: #9cd84c;
    --signal-red: #e8483f;
    --h2: 30px;
    --cool-grey: #4b5563;
    --extra-large: 18px;
    --charcoal: #1f2933;
    --h4: 22px;
    --deep-navy-blue: #0b1020;
    --xxlarge: 20px;
    --black: #000;
    --h6: 16px;
    --h3: 25px;
    --aerospace-blue: #1e6fd9;
    --electric-cyan: #21c5d5;
  }

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

  .brand-logo, .brand-logo.w--current {
    padding-left: 0;
  }

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

  .logo-wrap {
    max-width: 120px;
  }

  .logos-container {
    grid-template-columns: 1fr 1fr 1fr;
  }

  .platform-container {
    flex-flow: column;
    display: flex;
  }

  .process-wrapper {
    grid-column-gap: 0px;
    grid-template-columns: .25fr 1.25fr;
    grid-template-areas: "Line-1 Step-1"
                         "Line-2 Step-2"
                         "Line-3 Step-3"
                         "Line-4 Step-4";
  }

  .process-container {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-height: auto;
    margin-bottom: 3rem;
  }

  .step-number {
    font-size: 6rem;
  }

  .process-line-container {
    align-items: flex-start;
  }

  .process-circle {
    border-width: .3rem;
    width: 2rem;
    height: 2rem;
    margin-left: -.8rem;
  }

  .cfd-model-img {
    border-radius: 0;
  }

  .photo-caption-wrap {
    background-color: var(--white);
    width: 100%;
    max-width: 100%;
    position: relative;
    bottom: 0;
  }

  .fn-footer-first {
    text-align: center;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .fn-footer-line {
    margin-top: 12px;
  }

  .fn-container-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .social-link-container {
    flex-direction: row;
    margin-top: 12px;
  }

  .legal-copyright-link {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-brand {
    margin-right: 0;
    padding-left: 0;
  }

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

  .fn-heading-2 {
    font-size: 34px;
  }

  .contanct-grid {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .label {
    margin-bottom: 12px;
  }

  .fn-paragraph {
    margin-bottom: 24px;
  }

  .fn-paragraph.hide-on-mobile {
    display: none;
  }

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

  .blog-thumb {
    height: 170px;
  }

  .blog-title {
    font-size: 18px;
  }

  .blog-info-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
  }

  .fn-features-card-with-image.slider-cards {
    width: 260px;
  }

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

  .blog-title-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    display: flex;
  }

  .filters-checkbox {
    left: -49px;
    overflow: visible;
  }

  .fs-radio_field {
    z-index: 1;
  }

  .tag-col-item:first-child {
    margin-left: 60px;
  }

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

  .categories-list {
    justify-content: flex-start;
    width: 105%;
  }

  .collection-list-wrapper {
    width: 105%;
    overflow: visible;
  }

  .fn-404-image-third {
    width: 80px;
    height: 80px;
  }

  .fn-paragraph-3 {
    margin-bottom: 24px;
  }

  ._404 {
    padding-top: 32px;
    padding-bottom: 32px;
    overflow: visible;
  }

  .fn-heading-jambo {
    margin-bottom: 12px;
    font-size: 54px;
  }

  .fn-404-image-second {
    width: 150px;
    height: 150px;
    top: -82%;
    left: 9%;
  }

  .fn-404-image-first {
    width: 150px;
    height: 150px;
    top: -101%;
    right: 6%;
  }

  ._404-error-wrap {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    grid-template-columns: 1fr 1fr 1fr 1fr;
  }

  .swiper-slide.is-slider-main {
    width: 100%;
  }

  .timeline_card {
    max-width: 100%;
  }

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

  .heading-h4 {
    font-size: 22px;
  }

  .fluids-fields {
    flex-flow: column;
    display: flex;
  }

  .div-block-5 {
    width: 100%;
    height: 2px;
  }

  .data-delivery-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template: "Area"
                   "Area-2"
                   "Area-3"
                   "Area-4"
                   "Area-5"
                   "Area-6"
                   / 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .dd-sidepanel {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .fn-heading-5-no-margin {
    font-size: 18px;
  }

  .dd-grid, .result-grid {
    flex-flow: column;
    display: flex;
  }

  .map-pin {
    width: 25px;
    height: 25px;
  }

  .region-panel.active {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  body {
    --cream: #f5f2ed;
    --body-text: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --graphite: #22252b;
    --reg: 15px;
    --heading: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
    --h1: 35px;
    --dark: #1a1715;
    --off-white: #f4f5f7;
    --white: white;
    --maroon: #6b3a3a;
    --small: 12px;
    --transparent: #0000;
    --large: 16px;
    --extra-small: 11px;
    --h5: 18px;
    --lime-signal: #9cd84c;
    --signal-red: #e8483f;
    --h2: 28px;
    --cool-grey: #4b5563;
    --extra-large: 18px;
    --charcoal: #1f2933;
    --h4: 20px;
    --deep-navy-blue: #0b1020;
    --xxlarge: 19px;
    --black: #000;
    --h6: 16px;
    --h3: 22px;
    --aerospace-blue: #1e6fd9;
    --electric-cyan: #21c5d5;
  }

  .hero-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .button-group {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-wrap {
    max-width: 120px;
  }

  .logos-container {
    grid-template-columns: 1fr 1fr;
  }

  .left-shadow, .right-shadow {
    display: none;
  }

  .stat-container {
    flex-flow: column;
    display: flex;
  }

  .card {
    aspect-ratio: auto;
  }

  .background-video {
    aspect-ratio: 16 / 9;
  }

  .platform-logo {
    max-height: 60px;
  }

  .process-container {
    flex-flow: column;
  }

  .step-number {
    margin-top: 0;
    font-size: 4rem;
  }

  .step-title {
    margin-top: 0;
  }

  .photo-caption-wrap, .photo-container-rel {
    position: relative;
  }

  .copyright {
    text-align: left;
  }

  .legal-copyright-link {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    margin-top: 12px;
    margin-bottom: 12px;
  }

  .legal-copyright-link.left-aligned {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .quick-link-wrapper {
    margin-bottom: 12px;
  }

  .tabs-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr 1fr;
  }

  .tab-link {
    border-radius: 4px;
  }

  .tab-link.last {
    border-top-right-radius: 4px;
  }

  .tab-link.first.w--current {
    border-top-left-radius: 4px;
    border-top-right-radius: 4px;
  }

  .link-with-arrow {
    padding-bottom: 20px;
    padding-left: 16px;
  }

  .card-content {
    padding: 16px 16px 26px;
  }

  .categories-list {
    z-index: 1;
    width: 113%;
  }

  .fs-checkbox_field {
    padding-left: .8rem;
    padding-right: .8rem;
  }

  .fs-radio_label, .fs-checkbox_label {
    font-size: 13px;
  }

  .fn-404-image-second {
    width: 120px;
    height: 120px;
    top: -76%;
  }

  .fn-404-image-first {
    width: 120px;
    height: 120px;
  }

  .timeline_card {
    max-width: 10px;
  }

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

  .slide-windtunnel {
    aspect-ratio: auto;
    height: auto;
  }

  .caption-wrap {
    position: relative;
  }

  .windtunnel-slider {
    aspect-ratio: auto;
  }

  .btn-group.nav {
    justify-content: center;
    align-items: stretch;
  }

  .ml-card {
    padding: 20px;
  }

  .team-list {
    grid-row-gap: 20px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .result-item {
    align-content: end;
  }

  .map-pin {
    width: 20px;
    height: 20px;
  }

  .region-panel.active {
    grid-template-columns: 1fr 1fr;
  }

  .grid2x {
    flex-flow: column;
    display: flex;
  }

  .map-img-caption {
    padding-left: 10px;
    padding-right: 10px;
    position: relative;
  }

  .laurel {
    margin-top: auto;
    margin-bottom: 0;
  }
}

#w-node-_228f428e-4682-0c3c-f181-e65489c23822-43d47d4c, #w-node-_33629366-c1da-62c4-45c2-bbbd758ec2e1-43d47d4c, #w-node-_6c59ef1d-ebf8-43a2-2709-763c55e0521b-43d47d4c {
  align-self: center;
}

#w-node-_02cb139a-4640-1b5a-ed40-b92defef40c6-43d47d4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  place-self: center;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a66-43d47d4c {
  grid-area: Step-1;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a6e-43d47d4c {
  grid-area: Step-2;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a76-43d47d4c {
  grid-area: Step-3;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a7e-43d47d4c {
  grid-area: Step-4;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a86-43d47d4c {
  grid-area: Line-1;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a89-43d47d4c {
  grid-area: Line-2;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a8c-43d47d4c {
  grid-area: Line-3;
}

#w-node-_1d7ca202-05ac-9a80-9fcd-fa0fcb7c2a8f-43d47d4c {
  grid-area: Line-4;
}

#w-node-_026fc59a-9393-4786-261e-a86415005bbf-43d47d4c {
  align-self: end;
}

#w-node-_282ca1e7-3523-2e9a-4533-88a9faba8c6f-43d47d4c, #w-node-_0df11f7e-8d94-f0d9-4d7c-2f0f1bee1269-43d47d4c, #w-node-a68f538c-c558-ed19-de45-7896cab46878-43d47d4c, #w-node-_90e7bb89-21fe-bdb6-d890-27e28abf5270-43d47d4c, #w-node-_49531b3d-07d0-17c2-443f-9187e71e13c8-43d47d4c, #w-node-c5458384-e531-75be-8425-fb3e1e28332a-43d47d4c, #w-node-_4c28f058-202a-7ddc-067e-b18e787ca7c8-43d47d4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_547617db-08e6-eadf-9892-5311c2908a95-43d47d4c {
  align-self: end;
}

#w-node-b35d09ea-0523-2adb-05a8-56a6223a5251-43d47d4c {
  place-self: start end;
}

#w-node-d9b7cbfc-e652-2847-4fc7-ec152b2080f3-43d47d4c {
  grid-area: span 1 / span 4 / span 1 / span 4;
}

#w-node-_234a6d0c-7da7-1ae1-7146-1a36a6a6876a-43d47d4c {
  grid-area: 1 / 7 / 2 / 13;
}

#Email.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208102-43d47d4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#Organization.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208103-43d47d4c, #Project-type.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208104-43d47d4c, #Project-Description.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208128-43d47d4c, #w-node-d9b7cbfc-e652-2847-4fc7-ec152b208129-43d47d4c {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_2f6d7d8d-707a-d0cc-0adb-23f55cb72473-43d47d4c {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedac6-33cedac1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedacd-33cedac1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedad6-33cedac1 {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedadf-33cedac1, #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedae6-33cedac1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaef-33cedac1 {
  grid-area: span 1 / span 12 / span 1 / span 12;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaf0-33cedac1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
}

#w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaf7-33cedac1 {
  grid-area: span 1 / span 6 / span 1 / span 6;
  justify-self: end;
}

#w-node-_65f47f11-62f8-de75-9b8a-00ee2a76fcf9-2e95013a {
  grid-area: 1 / 4 / 2 / 10;
}

@media screen and (max-width: 991px) {
  #w-node-e18920ea-3f31-b4c2-1dd5-8127905e1465-43d47d4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_02cb139a-4640-1b5a-ed40-b92defef40c6-43d47d4c {
    grid-column: span 2 / span 2;
  }

  #w-node-e18920ea-3f31-b4c2-1dd5-8127905e148f-43d47d4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-d9b7cbfc-e652-2847-4fc7-ec152b2080f3-43d47d4c {
    grid-column: span 3 / span 3;
  }

  #w-node-_234a6d0c-7da7-1ae1-7146-1a36a6a6876a-43d47d4c {
    grid-area: span 1 / span 5 / span 1 / span 5;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedac6-33cedac1 {
    grid-column: span 8 / span 8;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedae6-33cedac1 {
    grid-column: span 2 / span 2;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaef-33cedac1 {
    grid-column: span 8 / span 8;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaf0-33cedac1, #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaf7-33cedac1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_65f47f11-62f8-de75-9b8a-00ee2a76fcf9-2e95013a {
    grid-area: 1 / 2 / 2 / 8;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d9b7cbfc-e652-2847-4fc7-ec152b2080f3-43d47d4c, #w-node-_234a6d0c-7da7-1ae1-7146-1a36a6a6876a-43d47d4c {
    grid-column: span 4 / span 4;
  }

  #Name.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208100-43d47d4c {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #Email.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208102-43d47d4c, #Project-type.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208104-43d47d4c, #Project-Description.w-node-d9b7cbfc-e652-2847-4fc7-ec152b208128-43d47d4c {
    grid-column: span 2 / span 2;
  }

  #w-node-d9b7cbfc-e652-2847-4fc7-ec152b208129-43d47d4c {
    grid-column: span 1 / span 1;
  }

  #w-node-_2f6d7d8d-707a-d0cc-0adb-23f55cb7246b-43d47d4c {
    grid-column: span 4 / span 4;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedac6-33cedac1 {
    grid-column: span 4 / span 4;
    justify-self: start;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedacd-33cedac1, #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedad6-33cedac1, #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedadf-33cedac1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedae6-33cedac1 {
    grid-column: span 4 / span 4;
    justify-self: center;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaef-33cedac1 {
    grid-column: span 4 / span 4;
  }

  #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaf0-33cedac1, #w-node-_25fcc9b6-995f-e198-dafb-de5e33cedaf7-33cedac1 {
    justify-self: start;
  }

  #w-node-_65f47f11-62f8-de75-9b8a-00ee2a76fcf9-2e95013a {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_2f6d7d8d-707a-d0cc-0adb-23f55cb7246b-43d47d4c {
    grid-column: span 4 / span 4;
  }
}


