@font-face {
  font-family: Itcavantgardestd Bk;
  src: url('../fonts/ITCAvantGardeStd-Bk.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

:root {
  --link-color--link-primary: var(--base-color-brand--blue);
  --background-color--background-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --background-color--background-success: var(--base-color-system--success-green);
  --text-color--text-success: var(--base-color-system--success-green-dark);
  --border-color--border-primary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--white);
  --background-color--background-secondary: var(--base-color-brand--blue);
  --text-color--text-secondary: var(--base-color-neutral--neutral-darker);
  --background-color--background-tertiary: var(--base-color-brand--pink);
  --background-color--background-error: var(--base-color-system--error-red);
  --text-color--text-error: var(--base-color-system--error-red-dark);
  --border-color--border-alternate: var(--base-color-neutral--neutral-darker);
  --text-color--text-primary: var(--base-color-neutral--black);
  --background-color--background-warning: var(--base-color-system--warning-yellow);
  --text-color--text-warning: var(--base-color-system--warning-yellow-dark);
  --base-color-brand--blue-light: #d9e5ff;
  --base-color-brand--blue: #2d62ff;
  --base-color-brand--blue-dark: #080331;
  --base-color-brand--pink-light: #ffaefe;
  --base-color-brand--pink: #dd23bb;
  --base-color-brand--pink-dark: #3c043b;
  --base-color-neutral--black: #000;
  --base-color-neutral--white: #fff;
  --base-color-neutral--neutral-lightest: #eee;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green: #cef5ca;
  --base-color-system--success-green-dark: #114e0b;
  --base-color-system--warning-yellow: #fcf8d8;
  --base-color-system--warning-yellow-dark: #5e5515;
  --base-color-system--error-red: #f8e4e4;
  --base-color-system--error-red-dark: #3b0b0b;
  --base-color-system--focus-state: #2d62ff;
  --border-color--border-secondary: var(--base-color-brand--blue);
  --link-color--link-secondary: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
}

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

body {
  color: #224039;
  font-family: Itcavantgardestd Bk, Tahoma, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1;
}

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

a {
  color: var(--link-color--link-primary);
}

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

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

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

.utility-page_wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 20rem;
  display: flex;
}

.utility-page_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.utility-page_image {
  margin-left: auto;
  margin-right: auto;
}

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

.margin-custom2 {
  margin: 2.5rem;
}

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xsmall {
  margin: .5rem;
}

.padding-xhuge {
  padding: 8rem;
}

.margin-custom1 {
  margin: 1.5rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.padding-custom3 {
  padding: 3.5rem;
}

.padding-large {
  padding: 3rem;
}

.margin-tiny {
  margin: .125rem;
}

.padding-small {
  padding: 1rem;
}

.padding-custom2 {
  padding: 2.5rem;
}

.margin-custom3 {
  margin: 3.5rem;
}

.padding-custom1 {
  padding: 1.5rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-xsmall {
  padding: .5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.margin-xhuge {
  margin: 8rem;
}

.padding-tiny {
  padding: .125rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

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

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

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

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

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

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

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

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

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

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

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

.form_checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form_checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form_checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.fs-styleguide_background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide_spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.icon-1x1-small {
  flex: none;
  width: 1rem;
  height: 1rem;
}

.overflow-auto {
  overflow: auto;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.icon-1x1-large {
  width: 2.5rem;
  height: 2.5rem;
}

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

.fs-styleguide_background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.text-style-strikethrough {
  text-decoration: line-through;
}

.fs-styleguide_item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide_item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide_item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
}

.z-index-1 {
  z-index: 1;
  position: relative;
}

.text-color-lightgreen {
  color: #c8d4b6;
}

.text-color-brown {
  color: #5d1d0d;
}

.fs-styleguide_2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide_2-col.is-align-start {
  align-items: start;
}

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  padding: 1.25rem;
}

.fs-styleguide_row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  padding-top: .25rem;
  font-family: Itcavantgardestd Bk, Tahoma, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1;
}

.text-rich-text h1, .text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5, .text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: 1rem;
}

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

.text-rich-text ul, .text-rich-text ol {
  margin-bottom: 1.5rem;
}

.text-rich-text blockquote {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.pointer-events-auto {
  pointer-events: auto;
}

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

.icon-height-small {
  height: 1rem;
}

.icon-1x1-medium {
  width: 2rem;
  height: 2rem;
}

.heading-style-h1 {
  text-transform: uppercase;
  margin-top: -.5rem;
  padding-top: .5rem;
  font-size: 3.75rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.text-weight-normal {
  font-weight: 400;
}

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

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

.text-color-alternate {
  color: var(--text-color--text-alternate);
}

.text-style-italic {
  font-style: italic;
}

.pointer-events-none {
  pointer-events: none;
}

.text-weight-medium {
  font-weight: 500;
}

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide_section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--border-color--border-primary);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

.text-size-tiny {
  font-size: .75rem;
}

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.fs-styleguide_1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide_empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.text-weight-light {
  font-weight: 300;
}

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

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.fs-styleguide_4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: 1.125rem;
  line-height: 1.2;
}

.text-weight-xbold {
  font-weight: 800;
}

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

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

.max-width-medium {
  width: 100%;
  max-width: 32rem;
}

.fs-styleguide_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.fs-styleguide_header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.background-color-alternate {
  background-color: var(--background-color--background-alternate);
}

.text-style-muted {
  opacity: .6;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1;
}

.heading-style-h4.about-principles_heading {
  color: #5d1d0d;
  text-transform: uppercase;
  padding-top: .5rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.form_radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form_radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

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

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

.form_input {
  border-style: none none solid;
  border-width: 1px;
  border-color: var(--border-color--border-primary) var(--border-color--border-primary) #c8d4b680;
  color: #c8d4b680;
  letter-spacing: -.004em;
  background-color: #0000;
  min-height: 3rem;
  margin-bottom: 1.75rem;
  padding: .9rem 1rem .9rem .9rem;
  font-size: 1.125rem;
  line-height: 1.2;
}

.form_input::placeholder {
  color: #c8d4b680;
}

.form_input.is-select-input {
  color: var(--text-color--text-secondary);
}

.form_input.is-text-area {
  min-height: 9.125rem;
  margin-bottom: 3rem;
  padding-top: .75rem;
  font-size: 1rem;
}

.heading-style-h6 {
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide_3-col.is-align-start {
  align-items: start;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

.text-size-large {
  padding-top: .25rem;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.1;
}

.fs-styleguide_header {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  background-image: radial-gradient(circle at 100% 100%, #dd23bb40, #0000 40%), radial-gradient(circle at 0 100%, #2d62ff4d, #0000 60%);
}

.heading-style-h2 {
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.07;
}

.fs-styleguide_label {
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-alternate);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide_label.is-tag {
  background-color: var(--background-color--background-tertiary);
}

.heading-style-h5 {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.icon-height-medium {
  height: 2rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

.overflow-scroll {
  overflow: scroll;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  margin-top: .75rem;
  padding: .75rem;
}

.icon-height-large {
  height: 3rem;
}

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

.form_component {
  margin-bottom: 0;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  inset: 0%;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.button {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-alternate);
  text-align: center;
  border-radius: .25rem;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

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

.button.is-small {
  padding: .5rem 1.25rem;
}

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

.button.is-secondary {
  border: 1px solid var(--border-color--border-alternate);
  color: var(--text-color--text-primary);
  background-color: #0000;
}

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

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

.text-size-medium {
  padding-top: .25rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.fs-styleguide_section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide_section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

.form_radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.fs-styleguide_spacing-all {
  display: none;
}

.spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.fs-styleguide_spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

.spacer-xsmall {
  width: 100%;
  padding-top: .5rem;
}

.spacer-small {
  width: 100%;
  padding-top: 1rem;
}

.spacer-xhuge {
  width: 100%;
  padding-top: 8rem;
}

.spacer-tiny {
  width: 100%;
  padding-top: .125rem;
}

.spacer-xxsmall {
  width: 100%;
  padding-top: .25rem;
}

.spacer-xxhuge {
  width: 100%;
  padding-top: 12rem;
}

.spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

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

.spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.fs-styleguide_message {
  background-color: var(--background-color--background-warning);
  color: var(--text-color--text-warning);
  border-radius: .25rem;
  padding: .25rem .5rem;
  font-size: .875rem;
}

.nav_component {
  background-color: #000;
  width: 100%;
  padding-top: 1rem;
  padding-bottom: 1rem;
  position: relative;
  inset: 0% 0% auto;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav_logo {
  width: 10rem;
}

.nav_menu_link {
  color: #fff;
  padding: 1rem;
}

.nav_button {
  padding: 1rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

.aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
  object-fit: cover;
}

.aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
  object-fit: cover;
}

.aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
  object-fit: cover;
}

.background-color-tertiary {
  background-color: var(--background-color--background-tertiary);
}

.fs-styleguide_hero-label {
  color: var(--text-color--text-primary);
  text-transform: uppercase;
  background-color: #eee;
  border-radius: .25rem;
  padding: .25rem .375rem;
  font-size: .75rem;
  font-weight: 500;
  text-decoration: none;
}

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

.section_lp-hero {
  background-color: #c8d4b6;
  flex-flow: column;
  justify-content: flex-end;
  height: 100vh;
  padding-bottom: 2rem;
  display: flex;
  overflow: clip;
}

.lp-hero_component {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.lp-hero_circle01 {
  border: 1.5px solid #224039;
  border-radius: 9.5rem;
  width: 7.1875rem;
  height: 7.1875rem;
  overflow: hidden;
}

.lp-hero_circle01.lp-hero_circle02 {
  background-color: #224039;
}

.lp-hero_circles-wrap {
  display: flex;
}

.lp-hero_circles-wrap.hide-home-hero_cirlce-desktop {
  display: none;
}

.section_lp-about {
  background-color: #c8d4b6;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
}

.lp-about_component {
  flex-flow: column;
  display: flex;
}

.lp-about_circles-wrap {
  margin-top: 9.75rem;
  display: flex;
}

.lp-about_heading-wrap {
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 85.1875rem;
  display: flex;
}

.lp-about_heading {
  color: #5d1d0d;
  letter-spacing: -.005em;
  text-transform: uppercase;
  padding-top: 1rem;
  font-size: 7.7rem;
  font-weight: 400;
  line-height: .9;
}

.section_lp-footer {
  padding-bottom: 2.625rem;
  position: relative;
}

.lp-footer_image-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.lp-footer_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.lp-footer_component {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  transition: all .3s cubic-bezier(.778, .001, .25, 1);
  display: flex;
  position: relative;
}

.lp-footer_heading-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 63rem;
  margin-top: 19.25rem;
  display: flex;
}

.lp-footer_heading {
  color: #c8d4b7;
  text-align: center;
  text-transform: uppercase;
  font-size: 4.875rem;
  font-weight: 400;
  line-height: 1.2;
}

.lp-footer_text {
  color: #c8d4b7;
  text-align: center;
  font-size: 1.5625rem;
  line-height: 1.2;
}

.lp-footer_text-wrap {
  width: 100%;
  max-width: 61.25rem;
  font-weight: 400;
}

.lp-footer_form-block {
  width: 100%;
  max-width: 45rem;
  margin-top: 4rem;
  margin-bottom: 0;
  display: none;
}

.lp-footer_form {
  grid-column-gap: 5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.lp-footer_label {
  color: #f7f7f5;
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1rem;
}

.lp-footer_field {
  color: #f7f7f5;
  letter-spacing: -.01em;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #f7f7f5;
  height: 2rem;
  margin-bottom: 0;
  padding-top: .25rem;
  padding-bottom: .25rem;
  padding-left: 0;
  font-size: 1.125rem;
}

.lp-footer_field:focus-visible, .lp-footer_field[data-wf-focus-visible] {
  border-top-style: none;
  border-bottom-color: #f7f7f5;
  border-left-style: none;
  border-right-style: none;
}

.lp-footer_field::placeholder {
  color: #f7f7f580;
}

.lp-footer_button-wrap {
  margin-top: 2rem;
}

.lp-footer_submit {
  color: #224039;
  background-color: #c8d4b7;
  border-radius: 5rem;
  padding: 1.5rem 6.5rem;
  font-size: 1.125rem;
  line-height: .825;
  transition: all .3s cubic-bezier(.696, .001, .25, 1);
}

.lp-footer_submit:hover {
  color: #c8d4b6;
  background-color: #224039;
}

.lp-footer_bottom {
  width: 100%;
}

.lp-footer_bottom.lp-footer_bottom-wrap-alt {
  margin-top: 0;
}

.lp-footer_social-wrap {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.lp-footer_social-block {
  grid-column-gap: 1.6875rem;
  grid-row-gap: 1.6875rem;
  display: flex;
}

.lp-footer_social-link {
  color: #c8d4b7;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.lp-footer_social-icon {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-footer_social-text-wrap {
  overflow: hidden;
}

.lp-footer_social-text {
  color: #c8d4b7;
  letter-spacing: -.04em;
  text-transform: uppercase;
  font-size: 1.25rem;
  line-height: 1.2;
}

.lp-footer_logo-link, .lp-footer_logo {
  width: 100%;
}

.lp-footer_form-success {
  background-color: #c8d4b6;
  padding: 1.5rem 1.25rem 1.25rem;
}

.lp-footer_form-success-text {
  font-size: 1.125rem;
  font-weight: 400;
}

.lp-hero_header-contents {
  grid-row-gap: .9375rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.lp-hero_header-first-wrap {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.lp-hero_header-second-wrap {
  grid-column-gap: 2.375rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.lp-hero_heading {
  letter-spacing: -.04em;
  justify-content: center;
  align-items: center;
  font-size: 14.3094rem;
  font-weight: 400;
  line-height: .8;
}

.lp-hero_heading-wrap {
  grid-column-gap: 2.6875rem;
  flex: none;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.lp-hero_text {
  font-size: 1rem;
  line-height: 1.2;
}

.lp-hero_text-wrap {
  max-width: 24.6875rem;
  margin-bottom: 2.5rem;
}

.lp-hero_text-wrap.hide-home-hero_text-tablet {
  width: 100%;
}

.lp-hero_text-wrap.hide-home-hero_text-wrap-desktop {
  display: none;
}

.preloader_wrap {
  z-index: 1000;
  background-color: #234138;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100svh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: clip;
}

.preloader_lottie-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.preloader_lottie {
  width: 100%;
  max-width: 35.125rem;
}

.preloader_lottie-logo {
  width: 100%;
  max-width: 35rem;
  margin-top: -4.5px;
  margin-left: -.5rem;
  display: none;
}

.navbar {
  z-index: 1000;
  padding: 1.6rem 2.55rem 1.375rem;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar_component {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar_brand-logo {
  z-index: 5;
  color: #c8d4b6;
  width: 100%;
  max-width: 16.875rem;
  position: relative;
}

.navbar_brand-logo.w--current {
  color: #1f4039;
}

.navbar_brand-logo-image {
  width: 100%;
  max-width: 35rem;
  display: none;
}

.navbar_cta {
  color: #c8d4b6;
  background-color: #224039;
  border: 1px solid #0000;
  border-radius: 5rem;
  padding: 1rem 2rem .7rem;
  text-decoration: none;
  transition: all .3s cubic-bezier(.696, .007, .25, 1);
  display: none;
}

.navbar_cta:hover {
  color: #224039;
  background-color: #c8d4b6;
  border: 1px solid #224039;
}

.navbar_cta-text {
  font-size: 1.125rem;
}

.section_lp-hero-mbl {
  background-color: #c8d4b6;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  height: 100svh;
  display: none;
  overflow: clip;
}

.container1 {
  width: 100%;
  max-width: 35rem;
  position: absolute;
  inset: auto;
}

.container2 {
  height: 3.2rem;
}

.section_thank-hero {
  background-color: #224039;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  height: 100svh;
  display: flex;
}

.thank-hero_component {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.thank-hero_heading {
  color: #c8d4b7;
  text-align: center;
  letter-spacing: -.005em;
  font-size: 4.5rem;
  font-weight: 400;
  line-height: .96;
}

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

.thank-hero_text {
  color: #c8d4b7;
  text-align: center;
  font-size: 1.125rem;
  line-height: 1.05;
}

.thank-hero_link {
  color: #224039;
  background-color: #c8d4b7;
  border-radius: 2rem;
  padding: .9rem 1.5rem .75rem;
  text-decoration: none;
}

.lp-footer_design-link {
  color: #c8d4b7;
  margin-top: 2.5rem;
  margin-right: auto;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.05;
  text-decoration: none;
  display: none;
}

.lp-full_image-wrapper {
  width: 100%;
  max-width: 100%;
  height: 100vh;
  overflow: hidden;
}

.lp-full_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  overflow: visible;
}

.lp-about_circle-3 {
  background-color: #5d1d0d;
  border-radius: 8rem;
  width: 6.25rem;
  height: 6.25rem;
  overflow: clip;
}

.lp-about_circle-3.lp-about_circle01 {
  background-color: #c8d4b700;
  border: 1px solid #5d1d0d;
}

.lp-about_text-wrap {
  justify-content: flex-end;
  align-items: stretch;
  padding-right: 10rem;
  display: flex;
}

.lp-about_text {
  width: 100%;
  max-width: 50.8125rem;
}

.llp-about-text-display {
  color: #5d1d0d;
  padding-top: .5rem;
  font-size: 1.5rem;
}

.section_lp-projects {
  background-color: #224039;
  padding-top: 7rem;
  padding-bottom: 2.8125rem;
}

.lp-projects_component {
  flex-flow: column;
  display: flex;
}

.lp-projects_content-top {
  width: 100%;
  max-width: 100%;
  margin-bottom: 18.125rem;
  margin-left: auto;
  overflow: hidden;
}

.lp-project-heading {
  color: #c8d4b6;
  flex-flow: column;
  font-size: 2.625rem;
  font-weight: 400;
}

.lp-projects_image-wrapper {
  z-index: 5;
  height: 40.875rem;
  position: relative;
  overflow: hidden;
}

.lp-projects_image {
  object-fit: cover;
  width: 100%;
  height: 40.875rem;
}

.lp-projects_description {
  grid-column-gap: 25.3125rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
  overflow: hidden;
}

.llp-project-text-display {
  color: #c8d4b6;
  font-size: 1.5rem;
  line-height: 1.2;
}

.lp-projects_description-text {
  width: 100%;
  max-width: 38.25rem;
}

.lp-project_infro-wrapper {
  justify-content: space-between;
  display: flex;
  overflow: hidden;
}

.lp-project_infro-stats {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.lp-project_stats-text {
  color: #c8d4b6;
  padding-top: .25rem;
  line-height: 1.2;
}

.lp-project-spacer {
  height: 11.125rem;
}

.lp-project_infro-location {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.lp-project_infro-alt {
  grid-column-gap: 10.25rem;
  flex-flow: row;
  display: flex;
}

.lp-project-button {
  color: #c8d4b6;
  font-size: 1rem;
  text-decoration: none;
  display: none;
  overflow: hidden;
}

.lp-project_text {
  color: #c8d4b6;
  padding-top: .25rem;
  font-size: 1.25rem;
  line-height: 1.2;
}

.lp-project-button-line {
  background-color: #c8d4b6;
  width: 100%;
  height: 1px;
}

.lp-project_infro-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.section_lp-beyond {
  background-color: #5d1d0d;
  padding-top: 3.6rem;
  padding-bottom: 4rem;
}

.lp-beyond_component {
  grid-row-gap: 13.375rem;
  flex-flow: column;
  display: flex;
}

.lp-beyond-text {
  color: #c8d4b6;
  letter-spacing: -.002em;
  padding-top: .25rem;
  font-size: 1.125rem;
  line-height: 1.2;
}

.lp-beyond_content-wrapper {
  grid-row-gap: 4.1875rem;
  flex-flow: column;
  display: flex;
}

.lp-beyond_circle-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 25rem;
  margin-left: auto;
  display: flex;
}

.lp-circle {
  border: 1px solid #c8d4b6;
  border-radius: 100%;
  width: 5.85rem;
  height: 5.85rem;
}

.lp-circle.lp-circle-alt {
  background-color: #c8d4b6;
}

.lp-beyond-circle-wrap {
  display: flex;
}

.lp-beyond_circle-heading {
  width: 100%;
  max-width: 84.75rem;
  overflow: hidden;
}

.lp-beyond-heading {
  color: #c8d4b6;
  font-family: Itcavantgardestd Bk, Tahoma, sans-serif;
  font-size: 2.625rem;
  font-weight: 400;
}

.footer-contact_link {
  color: #224039;
  background-color: #c8d4b7;
  border-radius: 3.75rem;
  justify-content: center;
  align-items: center;
  padding: 1rem 3.5rem .75rem;
  font-size: 1.375rem;
  font-weight: 400;
  line-height: 1.8;
  text-decoration: none;
  display: flex;
}

.lp-footer-button-group {
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.5rem;
  text-decoration: none;
  display: flex;
}

.footer-contact_circle-link {
  background-color: #c8d5b7;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 4.5rem;
  height: 4.5rem;
  display: flex;
}

.footer-contact_circle-arrow {
  color: #224039;
}

.text-block-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-footer-right-wrapper {
  grid-row-gap: 1.6875rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  overflow: hidden;
}

.lp-footer-left-link-list {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  display: flex;
  overflow: hidden;
}

.footer-link {
  color: #c8d4b7;
  font-size: 1.25rem;
  line-height: 1.1;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.footer-link.footer-link_secondary {
  color: #c8d4b780;
  font-size: 1rem;
}

.footer-text {
  text-transform: uppercase;
}

.nav-link {
  color: #c8d4b6;
  height: 1.4rem;
  font-size: 1.4375rem;
  line-height: 1.2;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.div-block {
  overflow: hidden;
}

.nav-link-wrap {
  grid-column-gap: .1rem;
  flex-flow: row;
  display: flex;
}

.footer-text-02 {
  text-transform: uppercase;
  position: absolute;
  inset: 0%;
}

.section_about-hero {
  background-color: #c8d5b7;
  padding-top: 8.2rem;
  padding-bottom: 8.5rem;
}

.about-hero_component {
  grid-column-gap: 3rem;
  flex-flow: row;
  display: flex;
}

.about-hero_image-wrapper {
  height: 100%;
}

.about-hero_image {
  object-fit: cover;
  width: 100%;
  max-width: 30.5625rem;
  height: 100%;
}

.about-hero_right-wrapper {
  grid-row-gap: 10.375rem;
  flex-flow: column;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.about-hero_right-content-wrapper {
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.about-hero_right-content {
  grid-row-gap: 2.3125rem;
  flex-flow: column;
  width: 100%;
  max-width: 37.875rem;
  display: flex;
}

.text-color-green {
  color: #1f4039;
}

.section_about-principles {
  background-color: #c8d5b7;
  padding-bottom: 7.25rem;
}

.about-principles-component {
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.about-principles_heading {
  width: 100%;
  max-width: 21.4375rem;
}

.about-principles_item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 4.125rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 10rem;
  display: grid;
}

.about-principles_item {
  grid-row-gap: 1rem;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  max-width: 20.6875rem;
  display: flex;
}

.about-principles_icon-wrapper {
  width: 4rem;
  display: flex;
}

.about-principles_icon {
  height: 4rem;
}

.about-principles_content-wrapper {
  grid-row-gap: 1.125rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.about-full-image_wrapper {
  min-height: 100vh;
  overflow: hidden;
}

.about-full-image {
  object-fit: cover;
  width: 100%;
  min-height: 100vh;
}

.section_contact-hero {
  background-color: #5d1d0d;
  padding-top: 13.2rem;
  padding-bottom: 2.875rem;
  overflow: hidden;
}

.contact-hero_component {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.contact-hero_header-contents {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  flex-flow: column;
  display: flex;
}

.contact-hero_header-first-wrap {
  grid-column-gap: 1.5625rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.contact-hero_header-second-wrap {
  grid-column-gap: 1.5625rem;
  flex-flow: row;
  padding-left: 1.4375rem;
  display: flex;
}

.contact-hero_header-third-wrap {
  grid-column-gap: 1.25rem;
  flex-flow: row;
  display: flex;
}

.contact-hero_heading-wrap {
  flex: none;
}

.contact-hero_heading {
  color: #c8d4b6;
  text-transform: uppercase;
  padding-top: .5rem;
  font-size: 7.9rem;
  font-weight: 400;
  line-height: 1;
}

.contact-hero_text-wrap {
  margin-bottom: 2.5rem;
  display: flex;
}

.contact-hero_circle01 {
  border: 1.5px solid #c8d4b7;
  border-radius: 9.5rem;
  width: 5.8125rem;
  height: 5.8125rem;
  overflow: hidden;
}

.contact-hero_circle01.contact-hero_circle-alt {
  background-color: #c8d4b7;
}

.contact-hero_second-text {
  width: 100%;
  max-width: 18.0625rem;
  display: flex;
}

.contact-hero_circles-wrap {
  display: flex;
}

.contact-hero_text {
  color: #c8d4b6;
}

.section_contact-location {
  background-color: #5d1d0c;
  padding-bottom: 7.625rem;
}

.contact-location_image {
  width: 100%;
}

.contact-location_info {
  grid-column-gap: 14rem;
  border-bottom: 1px #c8d4b74d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 1.75rem;
  display: flex;
  position: relative;
}

.contact-location-heading {
  color: #c8d4b666;
  text-transform: uppercase;
  font-size: 1.875rem;
  font-weight: 400;
}

.contact-location-text {
  color: #c8d4b6;
  font-size: 1.3125rem;
  font-weight: 400;
  line-height: 1.2;
}

.contact-location_text-wrapper {
  width: 100%;
  max-width: 57.125rem;
}

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

.contact-location_info-alt {
  grid-column-gap: 5rem;
  border-bottom: 1px #c8d4b74d;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 4.75rem;
  padding-bottom: 1.75rem;
  display: flex;
  position: relative;
}

.section_contact-cta {
  background-color: #5d1d0c;
  padding-bottom: 16.625rem;
}

.contact-cta_component {
  grid-row-gap: 2.5rem;
  flex-flow: column;
  display: flex;
}

.contact-cta_heading-wrapper {
  grid-row-gap: 1.875rem;
  color: #c8d4b6;
  text-transform: uppercase;
  flex-flow: column;
  width: 100%;
  max-width: 45.7rem;
  display: flex;
}

.contact-cta-heading {
  font-weight: 400;
}

.conect-cta-text {
  color: #c8d4b666;
  letter-spacing: -.004em;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.2;
}

.contact-cta_form-block {
  max-width: 43.4375rem;
}

.contact-cta_form {
  flex-flow: column;
  display: flex;
}

.form-submit-button {
  color: #234138;
  letter-spacing: -.004em;
  background-color: #c8d4b6;
  border-radius: 50px;
  padding-top: 1.25rem;
  padding-bottom: .97875rem;
  line-height: 1.2;
}

.form-submit-button:hover {
  color: #c8d4b6;
  background-color: #224039;
}

.section_contact-footer {
  background-color: #5d1d0c;
  padding-top: 2rem;
  padding-bottom: 2rem;
}

.contact-footer_bottom-wrap {
  width: 100%;
  padding-bottom: 2rem;
}

.navbar_brand-code-logo {
  color: #224039;
  display: none;
}

.section-about-timeline {
  background-color: #5d1d0d;
  padding-top: 5.6rem;
  padding-bottom: 8rem;
  overflow: clip;
}

.about-timeline_item-content {
  padding-right: 4.75rem;
}

.about-timeline_image-wrapper {
  border-radius: 0;
  width: 100%;
  max-width: 20.875rem;
  overflow: hidden;
}

.about-timeline_circle-line {
  background-color: #c8d4b6;
  width: 100%;
  height: 1px;
}

.about-timeline_item {
  grid-column-gap: 4.25rem;
  grid-row-gap: 4.25rem;
  flex-direction: column;
  grid-template-rows: 1fr max-content 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  width: 26.25rem;
  max-width: 26.25rem;
  display: grid;
  position: relative;
}

.about-timeline_circle {
  z-index: 2;
  box-shadow: none;
  border: 1px solid #c8d4b6;
  border-radius: 100%;
  flex: none;
  width: 1.875rem;
  height: 1.875rem;
}

.about-timeline_progress-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.about-timeline_list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  align-items: center;
  padding-left: 9.8125rem;
  display: grid;
  position: relative;
  transform: none;
}

.about-timeline_fade-overlay-right {
  z-index: 0;
  background-image: linear-gradient(90deg, #fff0, #fff);
  width: 4rem;
  height: 4px;
  display: none;
  position: absolute;
  right: 0%;
}

.about-timeline-content {
  justify-content: flex-start;
  align-items: center;
  margin-top: 13.75rem;
  display: flex;
  position: relative;
}

.about-timeline_image {
  width: 100%;
  max-width: 20.875rem;
}

.about-timeline-heading {
  color: #c8d4b6;
  font-size: 3.375rem;
  font-weight: 400;
  line-height: 1.07;
}

.aboout-timeline-text {
  color: #c8d4b6;
  font-family: Itcavantgardestd Bk, Tahoma, sans-serif;
  font-size: 1.4375rem;
  line-height: 1.2;
}

.about-timelime_top {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-timelime_circle-wrapper {
  display: flex;
}

.about-timeline-circle {
  border: 1px solid #c8d4b6;
  border-radius: 100%;
  width: 6.25rem;
  height: 6.25rem;
}

.about-timeline-circle.about-timeline-circle-alt {
  background-color: #c8d4b6;
}

.about-timeline-heading-display {
  color: #c8d4b6;
  font-size: 2rem;
  font-weight: 400;
}

.success-message {
  background-color: #c8d4b6;
}

.preloader_lottie-logo-alt {
  width: 100%;
  max-width: 35rem;
  margin-top: -4.5px;
  display: none;
}

.preloader-alt {
  z-index: 1000;
  background-color: #25433c;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.contact-location_info-divider {
  perspective-origin: 50%;
  transform-origin: 50%;
  background-color: #c8d4b74d;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 1px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.nav-menu_wrapper {
  display: none;
}

.lp-hero_background-wrapper {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section_contactv2-hero {
  background-color: #5d1d0d;
  padding-top: 10rem;
  padding-bottom: 8rem;
}

.contactv2-hero_heading {
  color: #c8d4b6;
  font-size: 2.8rem;
}

.contactv2-hero_subtext {
  color: #c8d4b680;
  font-size: 1.125rem;
  line-height: 1.22;
}

.contactv2-hero_input {
  color: #c8d4b6;
  text-align: center;
  background-color: #fff0;
  border: 1px #000;
  border-bottom: 1px solid #c8d4b6;
  margin-bottom: 1rem;
  padding-bottom: .85rem;
  font-size: 1.125rem;
}

.contactv2-hero_input::placeholder {
  color: #c8d4b680;
  text-align: center;
}

.contactv2-hero_input.contactv2-hero_input-text-area {
  min-height: 9rem;
  margin-bottom: 3rem;
}

.contactv2-hero_submit {
  color: #234138;
  background-color: #c8d4b6;
  border-radius: 100rem;
  width: 100%;
  padding: 1.1rem 1rem 1rem;
  font-size: 1.125rem;
}

.section_contactv2-map {
  background-color: #5d1d0d;
  padding-bottom: 4rem;
}

.section_contactv2-info {
  background-color: #5d1d0d;
  padding-bottom: 6rem;
}

.about-principles_item-text {
  text-wrap: pretty;
  line-height: 1.2;
}

.section_about-team {
  background-color: #224039;
  padding-bottom: 4rem;
  display: none;
}

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

.to-delete {
  height: 100vh;
}

.about-team_left {
  padding-top: 10rem;
}

.about-team_heading {
  color: #c8d4b6;
  font-size: 3rem;
}

.about-team_left-heading-wrapper {
  max-width: 25.875rem;
  margin-bottom: 1rem;
}

.about-team_left-subtext-wrapper {
  width: 100%;
  max-width: 23.125rem;
}

.about-team_left-subtext {
  color: #c8d4b6;
  line-height: 1.2;
}

.about-team_right-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 12rem;
  display: grid;
}

.about-team_right_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
}

.about-team_right_content {
  margin-top: 2rem;
}

.about-team_right_title {
  color: #c8d4b6;
  margin-bottom: .5rem;
  font-size: 1.5rem;
}

.about-team_right_subtext {
  color: #c8d4b6;
}

.timeline1_circle {
  z-index: 2;
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  box-shadow: 0 0 0 8px var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 2rem;
}

.about-timeline_subtext-wrapper {
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  max-width: 16rem;
  display: flex;
}

.about-timeline_text {
  color: #fff;
  font-size: .875rem;
  font-weight: 300;
  line-height: 1.2;
}

.about-timeline_list-2 {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 52rem;
  display: grid;
}

.section_about-timeline {
  background-color: #5d1c0c;
  padding-top: 8rem;
  padding-bottom: 8rem;
  position: relative;
}

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

.about-timeline_item-2 {
  z-index: 2;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 12rem 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5rem;
  display: flex;
}

.about-timeline_header {
  color: #c8d4b6;
  margin-bottom: 2rem;
  font-size: 2.5rem;
  font-weight: 100;
}

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

.about-timeline_fade-overlay-bottom {
  z-index: 1;
  background-image: linear-gradient(#fff0, #fff);
  width: 4px;
  height: 4rem;
  display: none;
  position: absolute;
  bottom: 0%;
}

.about-timeline_progress-line {
  z-index: 0;
  background-color: #fff;
  width: 2px;
  height: 50vh;
  margin-top: -50vh;
  position: sticky;
  top: 0;
}

.about-timeline_heading-wrapper {
  width: 100%;
  max-width: 13.375rem;
  margin-bottom: 0;
}

.about-timeline_circle-wrapper {
  z-index: 1;
  justify-content: center;
  width: 2rem;
  height: 100%;
  padding-top: 47px;
  display: flex;
  position: relative;
}

.about-timeline_circle-wrapper.about-timeline_circle-wrapper-04 {
  padding-top: 41px;
}

.about-timeline_circle-wrapper.about-timeline_circle-wrapper-02 {
  padding-top: 42px;
}

.about-timeline_circle-wrapper.about-timeline_circle-wrapper-03 {
  padding-top: 36px;
}

.about-timeline_circle-2 {
  z-index: 2;
  box-shadow: none;
  background-color: #c8d4b6;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: .9375rem;
  height: .9375rem;
  margin-top: 0;
}

.about-timeline_line-exctra-wrap {
  background-color: #5d1c0c;
  position: absolute;
  inset: 37% 0% 0%;
}

.about-timeline_progress-line-cover {
  z-index: 2;
  background-color: #272727;
  width: 100%;
  height: 50vh;
  position: absolute;
  top: -47.3vh;
}

.about-timeline_line {
  background-color: #ffffff40;
  width: 2px;
  height: 100%;
}

.about-timeline_row {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.about-timeline_fade-overlay-top {
  z-index: 1;
  background-image: linear-gradient(#fff, #0000);
  width: 4px;
  height: 4rem;
  display: none;
  position: absolute;
}

.about-timeline_subtext {
  color: #c8d4b6;
  margin-bottom: 1rem;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

.about-timeline_heading {
  color: #c8d4b6;
  letter-spacing: -.04em;
  font-size: 6rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.1;
}

.about-timeline-patch {
  background-color: #5d1c0c;
  width: 100%;
  height: 3rem;
  position: absolute;
  inset: 0% 0% auto;
}

.about-timeline_progress {
  z-index: 0;
  flex-direction: column;
  align-items: center;
  width: 2rem;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.about-timeline_content {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 50rem;
  margin-left: auto;
  position: relative;
  overflow: clip;
}

.about-timeline_stop {
  background-color: #408769;
  border-radius: 100rem;
  width: 100%;
  height: 8px;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.section_lp-herov2 {
  background-color: #224039;
  min-height: 100vh;
  padding-bottom: 3rem;
  position: relative;
  overflow: clip;
}

.lp-herov2_component {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 100vh;
  padding-bottom: 6vh;
  display: flex;
  position: relative;
}

.lp-herov2_row01 {
  width: 100%;
}

.lp-herov2_row02 {
  width: 100%;
  margin-top: -1rem;
  display: flex;
}

.lp-herov2_row02_col01 {
  display: flex;
}

.lp-herov2_row-text {
  color: #c8d4b6;
  letter-spacing: -.04em;
  font-size: 8rem;
}

.lp-herov2_row02_col04 {
  justify-content: flex-start;
  align-items: center;
  max-width: 21rem;
  padding-left: 1rem;
  font-size: .875rem;
  line-height: 1.2;
  display: flex;
  position: absolute;
  inset: -81% auto auto 49.7rem;
}

.lp-herov2_row02_col04-text {
  color: #c8d4b6;
}

.lp-herov2_row03 {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: -1rem;
  padding-left: 6rem;
  display: flex;
  position: relative;
}

.lp-herov2_link-wrapper {
  z-index: 5;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 40vh 0% auto auto;
}

.lp-herov2_link-circle {
  background-color: #c8d4b6;
  border: 1px solid #c8d4b6;
  border-radius: 100rem;
  width: 4.5rem;
  height: 4.5rem;
}

.lp-herov2_link-circle.lp-herov2_link-circle-outline {
  background-color: #c8d4b600;
  border: 1px solid #c8d4b6;
  justify-content: center;
  align-items: center;
  display: flex;
}

.lp-herov2_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
}

.lp-projects_eyebrow-wrapper {
  margin-bottom: 6rem;
}

.lp-projects_eyebrow {
  color: #c8d4b6;
  text-transform: none;
  font-size: 1.125rem;
  line-height: 1.2;
}

.lp-projects_circles-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 25rem;
  margin-bottom: 8rem;
  margin-left: auto;
  display: flex;
}

.lp-projects_circles_row01 {
  display: flex;
}

.lp-project_infro-location-year {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  display: flex;
}

.lp-beyond_button {
  color: #224039;
  text-transform: none;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: inline-flex;
}

.lp-beyond_button-bg {
  background-color: #c8d4b6;
  border-radius: 100rem;
  padding: 1.4rem 4rem;
  font-size: 1.375rem;
}

.lp-beyond_button-circle {
  background-color: #c8d4b6;
  border-radius: 100rem;
  justify-content: center;
  align-items: center;
  width: 4rem;
  height: 4rem;
  display: flex;
}

.lp-footer-left {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.site-credits {
  color: #c8d4b799;
  margin-top: 2rem;
  font-size: .85rem;
  text-decoration: none;
  display: inline-flex;
}

.section_legal-header {
  background-color: #5d1d0d;
  padding-top: 12rem;
  padding-bottom: 8rem;
}

.legal-header_title {
  color: #c8d5b7;
  font-size: 5rem;
  font-weight: 400;
}

.section_legal-content {
  background-color: #c8d5b7;
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.section_legal-content.section_legal-content-disclaimer {
  justify-content: center;
  align-items: center;
  min-height: 70vh;
  display: flex;
}

.navbar_menu-icon-wrapper-from-tablet {
  display: none;
}

.cadence-logo-light {
  width: 100%;
  max-width: 35rem;
  margin-top: -4.5px;
  margin-left: -.5rem;
}

.cadence-logo-dark {
  margin-top: -4.5px;
  margin-left: -.5rem;
  display: none;
}

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

.lp-beyond_button-circle_arrow {
  color: #224039;
}

.lp-footer_bottom-wrap {
  margin-top: 30rem;
}

.contactv2-hero_success {
  background-color: #c6d4b6;
}

.contactv2-hero_top-content {
  text-align: center;
  width: 100%;
  max-width: 33rem;
  margin-left: auto;
  margin-right: auto;
}

.about-principles_content-heading-wrapepr {
  max-width: 16rem;
}

.lp-herov2_video-container {
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.lp-herov2_responsive-video {
  object-fit: cover;
  min-width: 100%;
  min-height: 100%;
  position: absolute;
  inset: 50% auto auto 50%;
  transform: translate(-50%, -50%);
}

@media screen and (max-width: 991px) {
  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

  .hide-tablet {
    display: none;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .nav_button {
    color: #fff;
  }

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

  .section_lp-hero {
    padding-bottom: 2rem;
  }

  .section_lp-about {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .lp-about_circles-wrap {
    margin-top: 8rem;
  }

  .lp-about_heading-wrap {
    max-width: 100%;
  }

  .lp-about_heading {
    font-size: 3.8rem;
    line-height: 1;
  }

  .lp-footer_heading-wrap {
    margin-top: 20rem;
  }

  .lp-footer_heading {
    font-size: 4.4rem;
  }

  .lp-footer_text {
    font-size: 1.3rem;
  }

  .lp-hero_heading {
    font-size: 8.5rem;
  }

  .lp-hero_heading-wrap {
    grid-column-gap: 2rem;
  }

  .navbar_cta {
    padding: 1.125rem 2rem .85rem;
  }

  .lp-hero-mbl_component {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: flex;
  }

  .lp-hero-mbl_heading {
    text-align: center;
    letter-spacing: -.02em;
    font-size: 5rem;
    font-weight: 400;
  }

  .lp-hero-mbl_text {
    text-align: center;
    font-size: 1.1125rem;
  }

  .lp-hero-mbl_header-content {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 3rem;
    display: flex;
  }

  .lp-hero-mbl_circle {
    border: 1px solid #1f4039;
    border-radius: 10rem;
    width: 7rem;
    height: 7rem;
    overflow: hidden;
  }

  .lp-hero-mbl_circle.dark {
    background-color: #1f4039;
  }

  .lp-hero-mbl_circles-wrap {
    display: flex;
  }

  .container2 {
    margin-top: 4.5px;
  }

  .thank-hero_heading {
    font-size: 4rem;
  }

  .lp-about_circle-3 {
    width: 3.5rem;
    height: 3.5rem;
  }

  .lp-about_text-wrap {
    padding-right: 0;
  }

  .lp-about_text {
    max-width: 100%;
  }

  .lp-projects_content-top {
    margin-bottom: 8rem;
  }

  .lp-project-heading {
    font-size: 2rem;
  }

  .lp-projects_image-wrapper, .lp-projects_image {
    height: 30rem;
  }

  .lp-projects_description {
    grid-column-gap: 4rem;
  }

  .llp-project-text-display {
    font-size: 1.25rem;
  }

  .lp-project_infro-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .lp-project-spacer {
    height: 8rem;
  }

  .lp-project_infro-alt, .lp-project_infro-wrap {
    grid-column-gap: 0rem;
    justify-content: space-between;
  }

  .lp-beyond_component {
    grid-row-gap: 10rem;
  }

  .lp-beyond_content-wrapper {
    grid-row-gap: 3.5rem;
  }

  .lp-circle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .lp-beyond-heading {
    font-size: 2rem;
  }

  .lp-footer-left-link-list {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .nav-link-wrap {
    z-index: 4;
    grid-row-gap: 2rem;
    background-color: #224039;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100vh;
    display: none;
    position: absolute;
    inset: 0% auto auto 0%;
  }

  .section_about-hero {
    padding-top: 16rem;
    padding-bottom: 8rem;
  }

  .about-hero_component {
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .about-hero_image-wrapper {
    height: 30rem;
  }

  .about-hero_image {
    max-width: 100%;
    height: 100%;
  }

  .about-hero_right-wrapper {
    grid-row-gap: 5rem;
    flex-flow: column-reverse;
    padding-top: 0;
  }

  .section_about-principles {
    padding-bottom: 6rem;
  }

  .about-principles_item-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    padding-left: 0;
  }

  .about-principles_icon-wrapper {
    justify-content: flex-start;
    align-items: center;
  }

  .about-principles_icon {
    margin-right: auto;
  }

  .about-principles-empty {
    display: none;
  }

  .section_contact-hero {
    padding-top: 19rem;
  }

  .contact-hero_header-contents {
    grid-column-gap: .7rem;
    grid-row-gap: .7rem;
  }

  .contact-hero_header-first-wrap {
    grid-column-gap: 1rem;
    justify-content: space-between;
    align-items: center;
  }

  .contact-hero_header-second-wrap {
    grid-column-gap: 1rem;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
  }

  .contact-hero_header-third-wrap {
    grid-column-gap: 1rem;
  }

  .contact-hero_heading {
    padding-top: 0;
    font-size: 5rem;
    line-height: 1;
  }

  .contact-hero_text-wrap {
    margin-bottom: 0;
  }

  .contact-hero_circle01 {
    width: 5rem;
    height: 5rem;
  }

  .contact-hero_circle01.hide-circle-tablet {
    display: none;
  }

  .contact-hero_text {
    font-size: .8rem;
  }

  .section_contact-location {
    padding-bottom: 6rem;
  }

  .contact-location_info {
    grid-column-gap: 8rem;
    padding-top: 3rem;
  }

  .contact-location-heading {
    font-size: 1.3rem;
  }

  .contact-location-text {
    font-size: 1rem;
  }

  .contact-location_info-item {
    grid-column-gap: 2rem;
  }

  .contact-location_info-alt {
    padding-top: 3rem;
  }

  .section_contact-cta {
    padding-bottom: 10rem;
  }

  .contact-footer_bottom-wrap {
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-bottom: 3.3rem;
    display: flex;
  }

  .about-timeline_list {
    padding-left: 2rem;
  }

  .section_contactv2-hero {
    padding-top: 11rem;
  }

  .contactv2-hero_input, .contactv2-hero_input::placeholder {
    text-align: left;
  }

  .about-timeline_subtext-wrapper {
    max-width: 20rem;
  }

  .about-timeline_text {
    font-size: 1.25rem;
  }

  .about-timeline_list-2 {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .section_about-timeline {
    padding-bottom: 8rem;
  }

  .about-timeline_item-2 {
    grid-template-columns: 1fr 10rem 1fr;
    justify-content: flex-start;
    align-items: flex-end;
    padding-left: 0;
  }

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

  .about-timeline_subtext {
    margin-bottom: .5rem;
    font-size: 1.25rem;
  }

  .about-timeline_heading {
    font-size: 3rem;
  }

  .lp-herov2_component {
    padding-bottom: 8vh;
  }

  .lp-herov2_row02 {
    margin-top: 0;
  }

  .lp-herov2_row-text {
    font-size: 5rem;
  }

  .lp-herov2_row02_col04 {
    max-width: 20rem;
    padding-left: 0;
    position: relative;
    top: 0%;
    left: 0;
  }

  .lp-herov2_row03 {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-top: 0;
    padding-left: 0;
  }

  .lp-herov2_link-wrapper {
    bottom: 4vh;
  }

  .lp-herov2_link-circle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .lp-herov2_image {
    display: block;
  }

  .lp-beyond_button-bg {
    padding-left: 2rem;
    padding-right: 2rem;
    font-size: 1rem;
  }

  .lp-footer-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .legal-header_title {
    font-size: 3rem;
  }

  .navbar_menu-icon-wrapper-from-tablet {
    z-index: 5;
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #0c0c0c;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3.5rem;
    height: 3.5rem;
    padding: .7rem;
    display: flex;
    position: relative;
  }

  .navbar_menu-icon_line {
    background-color: #c8d4b6;
    width: 100%;
    height: 1px;
  }

  .lp-footer_bottom-wrap {
    margin-top: 12rem;
  }

  .contactv2-hero_top-content {
    text-align: left;
    max-width: 100%;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .about-hero_right-content-heading {
    margin-bottom: 3rem;
  }

  .lp-herov2_video-container {
    display: none;
  }
}

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

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4 {
    font-size: 1.25rem;
  }

  h5 {
    font-size: 1rem;
  }

  h6 {
    font-size: .875rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4.about-principles_heading {
    font-size: 1.4rem;
    line-height: 1.2;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_lp-hero {
    padding-bottom: 0;
  }

  .lp-hero_circles-wrap.hide-home-hero-cirlce-tablet {
    display: none;
  }

  .lp-hero_circles-wrap.hide-home-hero_cirlce-desktop {
    display: flex;
  }

  .lp-about_heading {
    font-size: 3.2rem;
  }

  .lp-footer_heading {
    font-size: 3.5rem;
  }

  .lp-footer_text {
    font-size: 1.125rem;
  }

  .lp-footer_text-wrap {
    max-width: 32rem;
  }

  .lp-footer_form {
    grid-column-gap: 4rem;
  }

  .lp-footer_submit {
    padding: 1.3rem 4rem 1.125rem;
  }

  .lp-footer_bottom {
    grid-row-gap: 2rem;
    flex-flow: column;
    display: flex;
  }

  .lp-footer_social-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .lp-hero_header-contents {
    grid-row-gap: 0rem;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-hero_header-first-wrap {
    margin-top: 1.5rem;
  }

  .lp-hero_heading {
    font-size: 9rem;
  }

  .lp-hero_heading-wrap {
    flex-flow: column;
  }

  .lp-hero_text-wrap {
    margin-top: .625rem;
  }

  .lp-hero_text-wrap.hide-home-hero_text-tablet {
    display: none;
  }

  .lp-hero_text-wrap.hide-home-hero_text-wrap-desktop {
    display: block;
  }

  .navbar {
    padding-top: 1rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .lp-hero-mbl_heading {
    font-size: 4rem;
  }

  .lp-hero-mbl_circle {
    width: 5.5rem;
    height: 5.5rem;
  }

  .thank-hero_heading {
    font-size: 3.75rem;
  }

  .lp-about_circle-3 {
    width: 5.5rem;
    height: 5.5rem;
  }

  .lp-about_text-wrap {
    justify-content: flex-end;
    align-items: stretch;
    padding-right: 0;
  }

  .llp-about-text-display {
    font-size: 1.25rem;
  }

  .lp-project-heading {
    font-size: 1.8rem;
    line-height: 1.2;
  }

  .lp-projects_image-wrapper {
    margin-top: 2rem;
  }

  .lp-projects_description {
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .llp-project-text-display {
    font-size: 1.25rem;
  }

  .lp-project-spacer {
    height: 5rem;
  }

  .lp-project_infro-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-beyond_content-wrapper {
    grid-row-gap: 3rem;
  }

  .lp-circle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .lp-beyond-heading {
    font-size: 1.8rem;
  }

  .footer-contact_link {
    padding: .8rem 2.5rem .55rem;
    font-size: 1.2rem;
  }

  .footer-contact_circle-link {
    width: 4rem;
    height: 4rem;
  }

  .lp-footer-right-wrapper {
    grid-row-gap: 2rem;
    justify-content: space-between;
    align-items: center;
  }

  .lp-footer-left-link-list {
    grid-row-gap: 2rem;
    justify-content: flex-start;
    align-items: center;
  }

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

  .nav-link-wrap {
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .about-hero_right-wrapper {
    grid-row-gap: 3rem;
    padding-bottom: 2rem;
  }

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

  .about-principles_item {
    max-width: 100%;
  }

  .contact-location_info {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-location_info-item {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .contact-location_info-alt {
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
  }

  .contact-footer_bottom-wrap {
    margin-top: 0;
    padding-bottom: 2.5rem;
  }

  .lp-footer_content {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .about-timeline_item-content {
    grid-row-gap: 1.5rem;
    text-align: left;
    flex-flow: column;
    padding-right: 0;
    display: flex;
  }

  .about-timeline_image-wrapper {
    max-width: 100%;
    margin-bottom: 0;
    margin-right: 0;
  }

  .about-timeline_circle-line {
    width: 1px;
    height: 100%;
  }

  .about-timeline_item {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: row;
    grid-template-rows: auto;
    grid-template-columns: .5fr max-content .75fr;
    align-items: start;
    width: 100%;
    max-width: 100%;
    height: 18rem;
  }

  .about-timeline_circle {
    width: 1.5rem;
    height: 1.5rem;
  }

  .about-timeline_progress-wrapper {
    flex-direction: column;
    height: 100%;
  }

  .about-timeline_list {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    justify-items: center;
    display: grid;
  }

  .about-timeline_fade-overlay-right {
    background-image: linear-gradient(#fff0, #fff);
    width: 60vw;
    height: 4rem;
    bottom: 0%;
    right: 0%;
  }

  .about-timeline-content {
    width: 100%;
    max-width: 80rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 1.23rem;
    padding-right: 1.23rem;
  }

  .about-timeline_image {
    max-width: 100%;
  }

  .about-timeline-heading {
    font-size: 2.5rem;
  }

  .aboout-timeline-text {
    font-size: 1.2rem;
  }

  .about-timeline-circle {
    width: 5rem;
    height: 5rem;
  }

  .nav-menu_wrapper {
    justify-content: center;
    align-items: center;
    width: 4rem;
    height: 3rem;
    display: none;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .nav-menu_line {
    background-color: #224039;
    border-radius: 80px;
    width: 3.3rem;
    height: .1625rem;
  }

  .nav-menu_line-wrap {
    grid-column-gap: .3125rem;
    grid-row-gap: .3125rem;
    flex-flow: column;
    display: flex;
  }

  .section_contactv2-hero {
    padding-top: 12rem;
  }

  .contactv2-hero_heading {
    font-size: 2.5rem;
  }

  .contactv2-hero_subtext {
    font-size: 1rem;
  }

  .timeline1_circle {
    margin-top: .75rem;
  }

  .about-timeline_subtext-wrapper {
    max-width: 24rem;
  }

  .about-timeline_list-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section_about-timeline {
    padding-bottom: 6rem;
  }

  .about-timeline_item-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 4rem 1fr;
    width: 100%;
    max-width: 100%;
  }

  .about-timeline_header {
    font-size: 3rem;
  }

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

  .about-timeline_heading-wrapper {
    margin-top: 1.5rem;
    margin-bottom: .5rem;
  }

  .about-timeline_circle-wrapper {
    padding-top: 32px;
    left: 0;
  }

  .about-timeline_circle-wrapper.about-timeline_circle-wrapper-04 {
    padding-top: 32px;
  }

  .about-timeline_circle-wrapper.about-timeline_circle-wrapper-02, .about-timeline_circle-wrapper.about-timeline_circle-wrapper-03 {
    padding-top: 30px;
  }

  .about-timeline_row {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: max-content 1fr;
  }

  .about-timeline_content {
    place-items: stretch start;
  }

  .lp-herov2_row-text {
    font-size: 4.1rem;
  }
}

@media screen and (max-width: 479px) {
  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

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

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

  .heading-style-h4.about-principles_heading {
    max-width: none;
    font-size: 1.2rem;
  }

  .form_input {
    margin-bottom: 1.5rem;
    padding-left: .4rem;
    font-size: 1.1rem;
  }

  .form_input.is-text-area {
    margin-bottom: 2rem;
  }

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

  .lp-hero_circle01 {
    width: 3.8rem;
    height: 3.8rem;
  }

  .lp-about_circles-wrap {
    margin-top: 4rem;
  }

  .lp-about_heading {
    font-size: 2.45rem;
  }

  .lp-footer_heading-wrap {
    margin-top: 15rem;
  }

  .lp-footer_heading {
    font-size: 1.7rem;
  }

  .lp-footer_text {
    font-size: .9rem;
  }

  .lp-footer_form {
    grid-template-columns: 1fr;
  }

  .lp-footer_button-wrap {
    margin-top: 1.5rem;
  }

  .lp-footer_social-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

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

  .lp-footer_social-text {
    font-size: 1.1rem;
  }

  .lp-footer_logo-link {
    margin-top: 0;
  }

  .lp-hero_heading {
    font-size: 5.0275rem;
    line-height: .9;
  }

  .lp-hero_text {
    font-size: .9rem;
    line-height: 1.2;
  }

  .lp-hero_text-wrap {
    max-width: 18rem;
  }

  .preloader_lottie {
    max-width: 23.125rem;
  }

  .preloader_lottie-logo {
    max-width: 23rem;
  }

  .navbar {
    padding-top: 1.5rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar_component {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .navbar_brand-logo {
    max-width: 12rem;
  }

  .navbar_cta {
    padding: 1rem 1.75rem .75rem;
    display: none;
  }

  .lp-hero-mbl_heading {
    font-size: 2.75rem;
  }

  .lp-hero-mbl_text-wrap {
    max-width: 80%;
  }

  .lp-hero-mbl_circle {
    width: 3.7rem;
    height: 3.7rem;
  }

  .container1 {
    max-width: 23rem;
  }

  .thank-hero_heading {
    font-size: 3rem;
  }

  .lp-full_image-wrapper {
    height: 60vh;
  }

  .lp-about_circle-3 {
    width: 4rem;
    height: 4rem;
  }

  .llp-about-text-display {
    font-size: 1.1rem;
  }

  .lp-project-heading {
    font-size: 1.2rem;
  }

  .lp-project_infro-alt {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-project_text {
    font-size: 1.3rem;
  }

  .lp-project_infro-wrap {
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .lp-beyond_component {
    grid-row-gap: 8rem;
  }

  .lp-beyond-text {
    font-size: 1.25rem;
  }

  .lp-beyond_content-wrapper {
    grid-row-gap: 5rem;
  }

  .lp-beyond_circle-wrapper {
    margin-left: 0;
  }

  .lp-circle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .lp-beyond-heading {
    font-size: 1.2rem;
  }

  .lp-footer-right-wrapper, .lp-footer-left-link-list {
    grid-row-gap: 1.5rem;
  }

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

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

  .section_about-hero {
    padding-bottom: 4rem;
  }

  .about-hero_image-wrapper {
    height: auto;
  }

  .about-hero_right-wrapper {
    grid-row-gap: 2rem;
  }

  .section_about-principles {
    padding-bottom: 5rem;
  }

  .about-principles-component {
    grid-row-gap: 1rem;
  }

  .section_contact-location {
    padding-bottom: 4rem;
  }

  .contact-location_info {
    grid-row-gap: 1.5rem;
    padding-top: 2rem;
    padding-bottom: 1rem;
  }

  .contact-location-text {
    font-size: .9rem;
  }

  .contact-location_info-alt {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .section_contact-cta {
    padding-bottom: 7rem;
  }

  .contact-cta_component, .contact-cta_heading-wrapper {
    grid-row-gap: 1.5rem;
  }

  .contact-cta-heading {
    font-size: 1.5rem;
  }

  .contact-footer_bottom-wrap {
    margin-top: 0;
    padding-bottom: 2rem;
  }

  .about-timeline_item-content {
    grid-row-gap: 1rem;
    margin-bottom: 1rem;
  }

  .about-timeline_item {
    grid-column-gap: 1rem;
    width: 100%;
    height: 10rem;
  }

  .about-timeline_fade-overlay-right {
    width: 1rem;
    left: 0%;
  }

  .about-timeline-content {
    margin-top: 8rem;
  }

  .about-timeline-heading {
    font-size: 1.5rem;
  }

  .aboout-timeline-text {
    font-size: .9rem;
  }

  .about-timelime_top {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .about-timeline-circle {
    width: 3.5rem;
    height: 3.5rem;
  }

  .about-timeline-heading-display {
    font-size: 1.5rem;
  }

  .preloader_lottie-logo-alt {
    max-width: 23rem;
  }

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

  .about-timeline_text {
    font-size: 1rem;
  }

  .about-timeline_item-2 {
    flex-flow: column;
    grid-template-columns: 3rem 1fr;
    justify-content: center;
    align-items: flex-start;
  }

  .about-timeline_heading-wrapper {
    max-width: 8rem;
  }

  .about-timeline_row {
    grid-column-gap: 1rem;
  }

  .about-timeline_subtext {
    font-size: 1.1rem;
  }

  .about-timeline_heading {
    font-size: 2.8rem;
    line-height: 1.05;
  }

  .lp-herov2_component {
    padding-bottom: 16vh;
  }

  .lp-herov2_row02_col01 {
    display: none;
  }

  .lp-herov2_row-text {
    font-size: 3.2rem;
  }

  .lp-herov2_row02_col03 {
    display: none;
  }

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

  .lp-herov2_link-wrapper {
    display: none;
    inset: 25vh 0% auto auto;
  }

  .lp-projects_circles-wrapper {
    margin-bottom: 4rem;
  }

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

  .contactv2-hero_top-content {
    max-width: 20rem;
    margin-bottom: 2rem;
  }

  .about-hero_right-content-heading {
    margin-bottom: 1rem;
  }
}

#w-node-_5a5ae73c-0acd-30fa-2320-4e74e17f8033-e17f800c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: center;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-508f242d {
  justify-self: start;
}

#w-node-_5d224905-8a1e-1460-7532-d38cb7ec37c1-508f242d, #w-node-_40538c8c-870b-b365-34c4-2a06f0f8567d-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-508f242d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-508f242d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-508f242d, #w-node-_00b1661f-d292-63d9-dd20-3d15642f23a5-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-508f242d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc90-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc95-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc9a-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-508f242d {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd0e-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd13-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd18-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-508f242d, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-508f242d {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-508f242d {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-508f242d, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd98-508f242d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-508f242d {
  justify-self: start;
}

#w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82a5-66768487 {
  align-self: start;
}

#w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82ac-66768487 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82b5-66768487, #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82bd-66768487, #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82cd-66768487, #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82d5-66768487 {
  align-self: start;
}

#w-node-_720f0aa8-7c3c-1d05-f8ad-88130c3debca-315374c7, #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03daec-315374c7, #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03db55-315374c7 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 767px) {
  #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82ac-66768487 {
    order: 9999;
  }

  #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82b5-66768487 {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82c4-66768487 {
    order: 9999;
  }

  #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82cd-66768487 {
    order: -9999;
  }

  #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03dae4-315374c7 {
    justify-self: start;
  }

  #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03daec-315374c7 {
    order: -9999;
  }

  #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03dafc-315374c7 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03db09-315374c7, #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03db16-315374c7, #w-node-cbc8b0eb-78de-d161-38a7-fb3b9c03db56-315374c7 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_5a5ae73c-0acd-30fa-2320-4e74e17f8033-e17f800c {
    grid-column: span 1 / span 1;
  }

  #w-node-_1367f0dd-4d6f-db66-9116-b12ddd1e82a5-66768487 {
    order: 9999;
  }
}


@font-face {
  font-family: 'Itcavantgardestd Bk';
  src: url('../fonts/ITCAvantGardeStd-Bk.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}