:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Fira Sans", "Droid Sans", "Helvetica Neue", sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: Merriweather, serif;
  --_primitives---colors--white: white;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: var(--_primitives---colors--neutral-darkest);
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral: #666;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --_ui-styles---stroke--divider-width: 1px;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--color-scheme-1--background);
  font-family: var(--_typography---font-styles--body);
  color: var(--color-scheme-1--text);
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  font-family: var(--_typography---font-styles--heading);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--color-scheme-1--text);
  text-decoration: underline;
}

ul {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.25rem;
}

ol {
  margin-top: 1rem;
  margin-bottom: 1rem;
  padding-left: 1.5rem;
}

li {
  margin-top: .25rem;
  margin-bottom: .25rem;
  padding-left: .5rem;
}

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

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

blockquote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  overflow: visible;
}

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

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

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

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

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

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

.utility_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_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

.margin-top, .margin-top.margin-custom1, .margin-top.margin-huge, .margin-top.margin-small, .margin-top.margin-tiny, .margin-top.margin-custom3, .margin-top.margin-medium, .margin-top.margin-xxsmall, .margin-top.margin-xxhuge, .margin-top.margin-custom2, .margin-top.margin-xsmall, .margin-top.margin-large, .margin-top.margin-xxlarge, .margin-top.margin-xlarge, .margin-top.margin-0, .margin-top.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom, .margin-bottom.margin-xxlarge, .margin-bottom.margin-medium, .margin-bottom.margin-custom3, .margin-bottom.margin-custom1, .margin-bottom.margin-tiny, .margin-bottom.margin-small, .margin-bottom.margin-large, .margin-bottom.margin-0, .margin-bottom.margin-xlarge, .margin-bottom.margin-xhuge, .margin-bottom.margin-xxhuge, .margin-bottom.margin-huge, .margin-bottom.margin-xxsmall, .margin-bottom.margin-custom2, .margin-bottom.margin-xsmall {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left, .margin-left.margin-tiny, .margin-left.margin-xxlarge, .margin-left.margin-0, .margin-left.margin-small, .margin-left.margin-xsmall, .margin-left.margin-large, .margin-left.margin-huge, .margin-left.margin-xlarge, .margin-left.margin-custom3, .margin-left.margin-xxsmall, .margin-left.margin-custom1, .margin-left.margin-custom2, .margin-left.margin-xhuge, .margin-left.margin-xxhuge, .margin-left.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.margin-right, .margin-right.margin-huge, .margin-right.margin-xsmall, .margin-right.margin-xxhuge, .margin-right.margin-small, .margin-right.margin-medium, .margin-right.margin-xlarge, .margin-right.margin-custom3, .margin-right.margin-custom2, .margin-right.margin-xxsmall, .margin-right.margin-xhuge, .margin-right.margin-custom1, .margin-right.margin-large, .margin-right.margin-0, .margin-right.margin-xxlarge, .margin-right.margin-tiny {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-vertical, .margin-vertical.margin-medium, .margin-vertical.margin-xlarge, .margin-vertical.margin-xxsmall, .margin-vertical.margin-xxlarge, .margin-vertical.margin-huge, .margin-vertical.margin-0, .margin-vertical.margin-xxhuge, .margin-vertical.margin-tiny, .margin-vertical.margin-xsmall, .margin-vertical.margin-custom1, .margin-vertical.margin-small, .margin-vertical.margin-large, .margin-vertical.margin-xhuge, .margin-vertical.margin-custom2, .margin-vertical.margin-custom3 {
  margin-left: 0;
  margin-right: 0;
}

.margin-horizontal, .margin-horizontal.margin-medium, .margin-horizontal.margin-tiny, .margin-horizontal.margin-custom3, .margin-horizontal.margin-0, .margin-horizontal.margin-xxlarge, .margin-horizontal.margin-xhuge, .margin-horizontal.margin-huge, .margin-horizontal.margin-xlarge, .margin-horizontal.margin-custom1, .margin-horizontal.margin-xxsmall, .margin-horizontal.margin-xsmall, .margin-horizontal.margin-large, .margin-horizontal.margin-custom2, .margin-horizontal.margin-small, .margin-horizontal.margin-xxhuge {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top, .padding-top.padding-xhuge, .padding-top.padding-xxhuge, .padding-top.padding-0, .padding-top.padding-large, .padding-top.padding-custom2, .padding-top.padding-xlarge, .padding-top.padding-huge, .padding-top.padding-xxsmall, .padding-top.padding-custom3, .padding-top.padding-tiny, .padding-top.padding-medium, .padding-top.padding-xxlarge, .padding-top.padding-small, .padding-top.padding-xsmall, .padding-top.padding-custom1 {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-bottom, .padding-bottom.padding-xlarge, .padding-bottom.padding-small, .padding-bottom.padding-xxhuge, .padding-bottom.padding-large, .padding-bottom.padding-xhuge, .padding-bottom.padding-custom2, .padding-bottom.padding-xxsmall, .padding-bottom.padding-xxlarge, .padding-bottom.padding-custom3, .padding-bottom.padding-custom1, .padding-bottom.padding-xsmall, .padding-bottom.padding-huge, .padding-bottom.padding-tiny, .padding-bottom.padding-medium, .padding-bottom.padding-0 {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.padding-left, .padding-left.padding-xhuge, .padding-left.padding-xlarge, .padding-left.padding-0, .padding-left.padding-small, .padding-left.padding-xsmall, .padding-left.padding-medium, .padding-left.padding-xxhuge, .padding-left.padding-huge, .padding-left.padding-custom1, .padding-left.padding-tiny, .padding-left.padding-xxsmall, .padding-left.padding-custom3, .padding-left.padding-custom2, .padding-left.padding-xxlarge, .padding-left.padding-large {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-right, .padding-right.padding-xxhuge, .padding-right.padding-custom2, .padding-right.padding-large, .padding-right.padding-xlarge, .padding-right.padding-tiny, .padding-right.padding-custom3, .padding-right.padding-custom1, .padding-right.padding-xsmall, .padding-right.padding-xxlarge, .padding-right.padding-xxsmall, .padding-right.padding-medium, .padding-right.padding-xhuge, .padding-right.padding-huge, .padding-right.padding-0, .padding-right.padding-small {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-vertical, .padding-vertical.padding-0, .padding-vertical.padding-xxhuge, .padding-vertical.padding-large, .padding-vertical.padding-custom3, .padding-vertical.padding-medium, .padding-vertical.padding-tiny, .padding-vertical.padding-xxlarge, .padding-vertical.padding-custom1, .padding-vertical.padding-xsmall, .padding-vertical.padding-xhuge, .padding-vertical.padding-xlarge, .padding-vertical.padding-custom2, .padding-vertical.padding-xxsmall, .padding-vertical.padding-huge, .padding-vertical.padding-small {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal, .padding-horizontal.padding-xxsmall, .padding-horizontal.padding-0, .padding-horizontal.padding-custom3, .padding-horizontal.padding-huge, .padding-horizontal.padding-xsmall, .padding-horizontal.padding-medium, .padding-horizontal.padding-xxlarge, .padding-horizontal.padding-large, .padding-horizontal.padding-xhuge, .padding-horizontal.padding-custom1, .padding-horizontal.padding-tiny, .padding-horizontal.padding-custom2, .padding-horizontal.padding-xxhuge, .padding-horizontal.padding-small, .padding-horizontal.padding-xlarge {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.margin-top-auto {
  margin-top: auto;
}

.text-style-quote {
  border-left: .1875rem solid var(--color-scheme-1--text);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

.heading-style-h2 {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.rl-styleguide_item-row {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 15rem 1fr;
  align-items: center;
}

.rl-styleguide_item-row.is-button-row {
  grid-template-columns: 19rem 1fr;
}

.icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

.rl-styleguide_empty-space {
  z-index: -1;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 2rem;
  display: flex;
  position: relative;
}

.shadow-xxlarge {
  box-shadow: 0 32px 64px -12px #00000024;
}

.rl-styleguide_icons-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

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

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

.form_radio.is-alternate {
  color: var(--_primitives---colors--white);
}

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

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

.heading-style-h1 {
  font-size: 3.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

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

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

.form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate\<deleted\|relume-variable-text-color-3\>);
}

.button {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--neutral-darkest);
  color: var(--_primitives---colors--white);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button.is-link {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-icon {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button.is-secondary {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--neutral-darkest);
}

.button.is-secondary.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

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

.button.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

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

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

.rl-styleguide_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 1rem;
  display: grid;
}

.rl-styleguide_item.is-stretch {
  grid-row-gap: 1rem;
  justify-items: stretch;
}

.icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

.shadow-xlarge {
  box-shadow: 0 24px 48px -12px #0000002e;
}

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

.rl-styleguide_label {
  color: #1e51f7;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #e8edff;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_label.is-html-tag {
  color: #bb4198;
  background-color: #f9eff6;
}

.text-size-regular {
  color: #242424;
  font-size: 1rem;
}

.text-size-regular.text-weight-normal {
  aspect-ratio: auto;
  color: #f4f3eab3;
  overflow-wrap: normal;
  align-items: stretch;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  line-height: 20px;
  display: flex;
}

.text-size-regular.text-weight-normal.text-color-black {
  color: #000000b3;
}

.text-size-regular.text-color-black {
  flex-flow: column;
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
}

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60);
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60);
}

.rl-styleguide_button-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1.5rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: max-content;
  grid-auto-flow: row;
  place-items: center start;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: grid;
}

.rl-styleguide_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  padding-bottom: 4rem;
}

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

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

.text-color-white {
  color: var(--_primitives---colors--white);
  font-weight: 400;
}

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

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

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

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

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

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

.shadow-xxsmall {
  box-shadow: 0 1px 2px #0000000d;
}

.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

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

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

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

.background-color-black {
  background-color: var(--_primitives---colors--neutral-darkest);
}

.shadow-xsmall {
  box-shadow: 0 1px 3px #0000001a, 0 1px 2px #0000000f;
}

.icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

.rl-styleguide_header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

.rl-styleguide_subheading.is-text-small {
  font-family: var(--_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

.form_radio-icon {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  background-color: #fff;
  background-image: none;
  border-width: 6px;
  border-color: #000;
}

.form_radio-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
  margin-top: 0;
}

.form_radio-icon.is-alternate {
  border-color: var(--_primitives---colors--white);
}

.rl-styleguide_shadows-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
}

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

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

.icon-height-custom1 {
  height: 1.25rem;
}

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

.shadow-large {
  box-shadow: 0 20px 24px -4px #00000014, 0 8px 8px -4px #00000008;
}

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

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

.class-label-row {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.text-rich-text blockquote {
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
  font-style: italic;
}

.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 figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--_primitives---colors--white);
}

.shadow-small {
  box-shadow: 0 4px 8px -2px #0000001a, 0 2px 4px -2px #0000000f;
}

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

.shadow-medium {
  box-shadow: 0 12px 16px -4px #00000014, 0 4px 6px -2px #00000008;
}

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

.icon-height-xsmall {
  height: 1.5rem;
}

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
}

.padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  border-radius: var(--_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  background-color: var(--color-scheme-1--background);
}

.rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

.rl-styleguide_background-color-list {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.rl-styleguide_color-spacer {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.aspect-ratio-square {
  aspect-ratio: 1;
}

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary\<deleted\|relume-variable-background-color-2\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

.form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #027a48;
  background-color: #ecfdf3;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #000;
  background-color: #f1f0ee;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

.rl-styleguide_image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 100%;
  max-width: 50rem;
  height: 100vh;
  max-height: 60rem;
}

.rl-styleguide_content {
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
}

.delete-this {
  display: flex;
}

.rl-styleguide_image-wrapper {
  background-image: url('../images/Webflow-Background.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 1080px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---colors--neutral-lightest);
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent);
  color: var(--_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--_primitives---colors--white);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.rl-styleguide_scheme-card {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--_primitives---opacity--transparent);
  background-color: var(--_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  width: 3rem;
  height: 3rem;
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

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

.hidden-ui-elements {
  display: none;
}

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

.rl-styleguide_logo {
  width: 10rem;
}

.osmo-logo__svg {
  display: block;
}

.crisp-header__slider-nav-btn {
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: .25em;
  width: 3.5em;
  height: 3.5em;
  position: relative;
}

.crisp-header__slider-nav-btn.is--current {
  border-color: #f4f4f4;
}

.crisp-header__bottom {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.crisp-header__p {
  text-align: center;
  font-size: 1.125em;
}

.crisp-header__slider-slide {
  opacity: 0;
  pointer-events: none;
  will-change: transform, opacity;
  grid-area: 1 / 1 / -1 / -1;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.crisp-header__slider-slide.is--current {
  opacity: 1;
  pointer-events: auto;
}

.crisp-loader__groups {
  position: relative;
  overflow: hidden;
}

.crisp-header__center {
  width: 100%;
  padding: 1.5em;
  position: absolute;
  left: 0;
}

.crisp-header__slider {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: .5em;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.crisp-header__hamburger-bar {
  background-color: currentColor;
  width: 1.875em;
  height: .125em;
}

.crisp-header__slider-list {
  grid-template-rows: 100%;
  grid-template-columns: 100%;
  place-items: center;
  width: 100%;
  height: 100%;
  display: grid;
  overflow: hidden;
}

.crisp-loader__media {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  width: 10em;
  height: 10em;
  display: flex;
  position: relative;
}

.crisp-loader__media.is--scaling {
  will-change: transform;
  border-radius: 0;
  transition-property: border-radius;
  transition-duration: .5s;
  transition-timing-function: cubic-bezier(1, 0, 0, 1);
  display: flex;
}

.crisp-loader__media.is--scaling.is--radius {
  border-radius: .5em;
}

.crisp-header__hamburger {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 2em;
  height: 2em;
  display: flex;
}

.osmo-logo {
  width: 8em;
  color: unset;
  text-decoration: none;
  display: flex;
}

.crisp-loader__wrap {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-header__content {
  color: #f4f4f4;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100dvh;
  padding: 2.5em;
  display: flex;
  position: relative;
}

.crisp-header__slider-slide-inner {
  object-fit: cover;
  will-change: transform;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img {
  object-fit: cover;
  border-radius: inherit;
  width: 100%;
  height: 100%;
  position: absolute;
}

.crisp-loader__cover-img.is--scale-down {
  will-change: transform;
}

.crisp-header__top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.crisp-header__slider-nav {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  padding: 1em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.crisp-loader__fade {
  pointer-events: none;
  background-image: linear-gradient(90deg, #eaeaea 20%, #0000);
  width: 5em;
  height: calc(100% + 2px);
  position: absolute;
  top: -1px;
  left: -1px;
}

.crisp-loader__fade.is--duplicate {
  left: auto;
  right: -1px;
  transform: scaleX(-1);
}

.crisp-loader__group {
  border-radius: .5em;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.crisp-loader__group.is--relative {
  position: relative;
  left: 100%;
}

.crisp-loader__group.is--duplicate {
  position: absolute;
}

.crisp-header__h1 {
  text-align: center;
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: .125em;
  font-size: calc(5vw + 5dvh);
  font-weight: 400;
  line-height: .95;
}

.crisp-loader__single {
  padding-left: 1em;
  padding-right: 1em;
  position: relative;
}

.crisp-loader {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-size: 1vw;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.crisp-header {
  background-color: #eaeaea;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-logo-marquee {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex: none;
  align-items: center;
  display: flex;
}

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

.circle-cta-book {
  z-index: 1;
  background-color: #b6e400;
  border: 2px solid #f4f3ea;
  border-radius: 100vw;
  width: 12px;
  height: 12px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.circle-cta-book.light {
  background-color: #bdab87;
}

.label-small {
  color: var(--_primitives---colors--neutral-lightest);
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.label-small.light-12 {
  color: #cfcfcf;
}

.label-small.text-color-black {
  color: var(--_primitives---colors--neutral-darkest);
}

.home-c-overlay-image-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: 16px;
  position: absolute;
  inset: auto auto -5% 2%;
}

.icon-button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.icon-button.prev.secondary-dark {
  color: #f4f3ea;
}

.eyebrow-circle {
  background-color: #bda985;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.eyebrow-circle.light-11 {
  background-color: #bdab87;
}

.section {
  z-index: 2;
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: visible;
}

.section.hero-home-c-section {
  color: #f4f3ea;
  background-color: #0b192a;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

.section.about-stats-section {
  color: #f4f3ea;
  background-color: #1a1a17;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.home-a-system-section {
  color: #f4f3ea;
  background-color: #f0f0f0;
  padding-top: 0;
  padding-bottom: 80px;
}

.section.home-a-system-section.about1 {
  background-color: #0b192a;
}

.section.home-a-system-section.leadership {
  color: #e0e0e0;
}

.section.features-home-b-section {
  background-color: #f8f8f8;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

.section.services-home-c-section {
  color: #f4f3ea;
  background-color: #0b192a;
  padding-bottom: 80px;
}

.section.about {
  background-color: #0b192a;
  padding-top: 24px;
  padding-bottom: 24px;
}

.image-cover {
  z-index: 1;
  vertical-align: baseline;
  object-fit: cover;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.image-cover.parallax {
  flex: none;
  width: 120%;
  max-width: none;
  height: 120%;
  display: block;
  overflow: clip;
  transform: translate(0, -10%);
}

.image-wrap-home-c {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 912px;
  height: 480px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.eyebrow {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #3f403c;
  justify-content: flex-start;
  align-items: center;
  display: inline-flex;
}

.eyebrow.light {
  margin-bottom: 20px;
}

.eyebrow.light.light-13 {
  color: #f4f3ea;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.eyebrow.light.light-64-10 {
  color: #f4f3eaa3;
}

.eyebrow.light.light-13-copy {
  color: #f4f3ea;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.eyebrow.light {
  justify-content: flex-start;
  align-items: center;
}

.eyebrow.light.light-10, .eyebrow.light.light-13 {
  color: #f4f3ea;
}

.eyebrow.light-copy {
  margin-bottom: 20px;
}

.eyebrow.light-copy.light-13 {
  color: #f4f3ea;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.eyebrow.light-copy.light-64-10 {
  color: #f4f3eaa3;
}

.eyebrow.light-copy.light-13-copy {
  color: #f4f3ea;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
}

.book-button-text {
  z-index: 1;
  text-shadow: 0 1.5em #1a1a17;
  position: relative;
}

.book-button-text.light {
  text-shadow: 0 1.5em #f4f3ea;
}

.wrap-home-c-hero-image {
  max-width: 912px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.marquee-logo {
  height: 28px;
}

.marquee-logo.large {
  height: 36px;
}

.marquee-logo.small {
  height: 24px;
}

.cta-book {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a17;
  letter-spacing: 0;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 16px 8px 12px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.cta-book.light {
  color: #f4f3ea;
  border: 0 #f4f3ea52;
  text-decoration: none;
}

.master-marquees {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.master-marquees.logo-marquee {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.dots {
  z-index: 0;
  pointer-events: none;
  width: 1440px;
  max-width: none;
  height: 1080px;
  margin-left: 50%;
  margin-right: 50%;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  transform: translate(-50%);
}

.button-bg {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bdab87;
  border: 1px #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg.dark {
  background-color: #1f324b;
}

.button-bg.dark:hover {
  background-color: #1a1a17e0;
}

.button-bg.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.button-text-mask {
  pointer-events: none;
  color: #dadada;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.home-c-overlay-image-1 {
  z-index: 1;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  max-width: 274px;
  transform-style: preserve-3d;
  border-radius: 8px;
  position: absolute;
  inset: -19% auto auto -11%;
  transform: translate3d(0, 0, 0);
}

.left-cta-book {
  z-index: 1;
  pointer-events: none;
  position: relative;
}

.headline-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.image-wrap-cta-book {
  border: 1px solid #1a1a1714;
  border-radius: 32px;
  flex: none;
  width: 44px;
  height: 28px;
  position: relative;
  overflow: hidden;
}

.logo-shadow {
  z-index: 1;
  background-image: linear-gradient(90deg, #f4f3ea, #0000);
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-shadow.dark {
  background-image: linear-gradient(90deg, #1a1a17, #0000);
}

.logo-shadow.dark.right {
  background-image: linear-gradient(90deg, #0000, #1a1a17);
}

.button-icon-wrap {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.book-button-bg {
  background-color: #f4f3ea;
  border: 1px solid #1a1a1752;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  transition: background-color 1s;
  position: absolute;
  inset: 0%;
}

.book-button-bg.dark {
  -webkit-backdrop-filter: blur(64px);
  backdrop-filter: blur(64px);
  background-color: #1a1a17a3;
}

.book-button-bg.light-9 {
  background-color: #1a1a17;
  border-color: #f4f3ea52;
}

.home-c-overlay-image-4 {
  z-index: 1;
  max-width: 282px;
  position: absolute;
  inset: auto -11% -13% auto;
}

.text-h1 {
  z-index: 1;
  letter-spacing: -2.5px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.button-wrap-home-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  padding-top: 24px;
  display: flex;
}

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

.headline-home-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-main {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main.dark {
  color: #f4f3ea;
  transition-duration: 1s;
}

.home-c-overlay-image-2 {
  z-index: 1;
  max-width: 114px;
  position: absolute;
  inset: -10% 2% auto auto;
}

.main-container {
  z-index: 2;
  text-overflow: clip;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.main-container.about {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.nav-pages-left {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.mobile-links-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.mobile-nav-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.nav-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.wrap-mobile-menu {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: none;
}

.card-cs-bottom-tile {
  z-index: 1;
  grid-column-gap: 24px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.card-link-bg {
  transform-origin: 0%;
  background-color: #1a1a17e0;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  position: absolute;
  transform: scale(0);
  box-shadow: inset 0 0 0 1px #f4f3ea14;
}

.customer-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  width: 100%;
}

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

.text-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.text-small.text-dark-64 {
  margin-bottom: 8px;
}

.link-cs-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  letter-spacing: 0;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.nav-bg-wrap {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-bg-wrap.mobile {
  display: none;
}

.nav-link {
  color: #1a1a17;
  letter-spacing: 0;
  cursor: pointer;
  border: 1px solid #0000;
  border-radius: 32px;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .3s, border-color .3s;
}

.nav-link:hover {
  background-color: #f4f3eae0;
  border-color: #1a1a1714;
}

.wrap-nav-links {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.logo-cs-card {
  z-index: 1;
  max-width: 100px;
  height: 32px;
  display: block;
  position: relative;
}

.logo-cs-card.large {
  max-width: 110px;
}

.nav-customer-stories {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-large {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.nav-column-item {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #1a1a17;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.nav-column-inner {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-dark-64 {
  color: #1a1a17a3;
}

.nav-bg {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #ebedeecc;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-cs-link {
  color: #3f403c;
  flex: none;
  text-decoration: underline;
}

.overlay-bottom-cs {
  background-image: linear-gradient(#0000, #1a1a17a3);
  width: 100%;
  height: 55%;
  position: absolute;
  inset: auto 0% 0%;
}

.card-customer-story {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #f4f3ea;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 512px;
  padding: 24px;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-customer-story.nav-card {
  height: 265px;
}

.nav-thirds {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.icon-inner-card {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.master-navigation {
  z-index: 999;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mobile-nav-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-dark-32 {
  color: #1a1a1752;
}

.image-wrap-cs {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-dropdown-list {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.nav-dropdown-list.left {
  padding-top: 30px;
}

.overlay-top-cs {
  background-image: linear-gradient(#1a1a17a3, #0000);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: 0% 0% auto;
}

.nav-menu {
  background-color: #0000;
}

.divider-dark-16 {
  background-color: #1a1a1729;
  width: 100%;
  height: 1px;
}

.dropdown-list.w--open {
  background-color: #0000;
  width: 100%;
  padding-top: 32px;
  position: fixed;
  left: 0;
  right: 0;
}

.icon-wrap-card-link {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1a1a17;
  background-color: #b6e400;
  border-radius: 100vw;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 1px #1a1a170a, inset 0 -1px #1a1a1714;
}

.dropdown-toggle {
  padding: 0;
  display: block;
}

.icon-link-arrow {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.brand-navbar {
  width: 100%;
  max-width: 200px;
}

.brand-navbar.w--current {
  max-width: 200px;
}

.nav-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 8px 8px 16px;
  display: flex;
}

.navbar {
  z-index: 3;
  background-color: #0000;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.nav-cs-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.logo-nav {
  width: auto;
  height: 100%;
  display: block;
}

.nav-title {
  border-top: 1px solid #1a1a1729;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.nav-mobile-ss {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.text-block, .text-block-2, .text-block-3 {
  color: #1f324b;
}

.left-about-stats {
  max-width: 564px;
}

.stats-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
}

.text-h2 {
  letter-spacing: -2px;
  color: #bfa884;
  width: 900px;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 48px;
}

.text-h2.no-margins {
  color: #bda985;
  width: auto;
  position: relative;
}

.text-h2.no-margins.text-color-white {
  width: 400px;
}

.text-h2.no-margins {
  color: #0b192a;
}

.stats-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  padding-top: 0;
  position: relative;
  top: 0;
  bottom: auto;
}

.stats-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #1e344b;
  border-left: 1px solid #bdaa86;
  flex-flow: column;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.stats-tile.about {
  color: #fff;
}

.image-wrap-column {
  border-radius: 0;
  justify-content: flex-end;
  align-items: center;
  width: 90%;
  height: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.image-wrap-column.home {
  height: 720px;
  overflow: clip;
}

.card-tag {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #f4f3ea;
  background-color: #1a1a1752;
  border-radius: 8px;
  padding: 8px 12px;
  box-shadow: inset 0 -1px #1a1a170a, inset 0 1px #1a1a1714;
}

.content-column {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.content-column.home {
  height: 100%;
  display: flex;
}

.button-wrap-figma-x-webflow {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: left;
  border: 1px #0000;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  padding-top: 0;
  display: flex;
}

.column-halves {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: .8fr 1fr;
}

.column-halves.reverse {
  grid-template-columns: 1fr .8fr;
  place-items: center;
}

.button-bg-2 {
  box-shadow: none;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #ddd;
  background-color: #1f334b;
  border: 0 #0000;
  border-radius: 100vw;
  transition: background-color 1s;
  position: absolute;
  inset: 0%;
}

.button-bg-2:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.overlay-tag-card {
  z-index: 1;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.overlay-tag-card.align-bottom {
  justify-content: flex-start;
  align-items: flex-end;
}

.headline-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.divider-light-16 {
  color: #1b1b1b;
  background-color: #f4f3ea29;
  border: 1px solid #1f1f1f2e;
  border-left-color: #1f1f1f0a;
  width: 100%;
  height: 1px;
}

.headline-system-home-a {
  max-width: 556px;
  margin-bottom: 64px;
}

.text-block-4 {
  color: #0b182a;
  font-size: 16px;
}

.text-block-4.about {
  color: #fff;
}

.text-h6 {
  letter-spacing: -.5px;
  color: #1f334b;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.icon-team-slider {
  justify-content: center;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.icon-team-slider.prev {
  margin-right: 3px;
}

.feature-card-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-dark-88 {
  color: #1a1a17e0;
}

.icon-24 {
  width: 24px;
  height: 24px;
  color: var(--_primitives---colors--neutral-lighter);
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-slider-home {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 64px;
  display: flex;
}

.text-wrap-feature-card {
  max-width: 452px;
}

.heading-slider-home-a {
  max-width: 680px;
}

.mask-feature-slider {
  max-width: 530px;
  overflow: visible;
}

.slider-button-features {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1a1a17;
  background-color: #f4f3ea52;
  border: 1px solid #1a1a1752;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: background-color .3s, color .3s, transform .2s;
  display: flex;
  inset: -108px 0% auto auto;
}

.slider-button-features:hover {
  color: #f4f3ea;
  background-color: #1a1a17;
}

.slider-button-features:active {
  transform: scale(.9);
}

.slider-button-features.prev {
  color: #f4f3ea;
  background-color: #1a1a1752;
  border-color: #f4f3ea52;
  right: 64px;
}

.slider-button-features.prev:hover {
  color: #1a1a17;
  background-color: #f4f3ea;
}

.slider-button-features.next {
  color: #f4f3ea;
  background-color: #1a1a1752;
  border-color: #f4f3ea52;
}

.slider-button-features.next:hover {
  color: #1a1a17;
  background-color: #f4f3ea;
}

.slider-navigation-hidden {
  display: none;
}

.icon-wrap-40 {
  background-color: #1f334b;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.card-feature {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #f0f0f0;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 416px;
  padding: 24px;
  display: flex;
}

.slider {
  background-color: #0000;
  height: auto;
}

.slide-feature {
  margin-right: 16px;
}

.service-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: #f4f3ea;
  border-bottom: 1px solid #f4f3ea29;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.eyebrow-circle-2 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.eyebrow-circle-2.light-64-2 {
  background-color: #bea884;
}

.service-list {
  border-top: 1px solid #f4f3ea29;
  flex-flow: column;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.left-service-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-service-arrow {
  color: #bea884;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.text-h3 {
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 300;
  line-height: 44px;
}

.text-block-5 {
  color: #91794c;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #b37f1d;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.text-block-5.about, .text-block-5.text-color-white {
  color: #fff;
}

.label-small-2 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.eyebrow-circle-3 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.card-service-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: stretch;
  display: flex;
}

.card-service-top-tile.partnership {
  justify-content: space-between;
  height: 100%;
}

.icon-25 {
  width: 24px;
  height: 24px;
  color: var(--_primitives---colors--neutral-lighter);
  -webkit-text-stroke-color: var(--_primitives---colors--neutral-lightest);
  border: 1px #685151;
  justify-content: center;
  align-items: center;
  display: flex;
}

.service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-overflow: clip;
  overflow-wrap: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: .3fr;
  grid-auto-flow: row;
  justify-content: stretch;
  justify-items: stretch;
  width: 100%;
  display: grid;
  position: static;
}

.headline-service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.card-service {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #e4e4e4;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: auto;
  padding: 24px;
  display: flex;
}

.icon-wrap-41 {
  background-color: #1f334b;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.title-service-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  max-width: 700px;
  margin-bottom: 40px;
  display: flex;
}

.video-footer {
  z-index: 1;
  grid-column-gap: 180px;
  grid-row-gap: 180px;
  background-color: #1f334b;
  background-image: linear-gradient(#1f334b, #1f334b);
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-bottom: 16px;
  display: flex;
}

.eyebrow-circle-4 {
  background-color: #bfa783;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.eyebrow-circle-4.light-11 {
  background-color: #bfa884;
}

.line-expand-footer {
  background-color: #1a1a17;
  border-radius: 1px;
  width: 100%;
  height: 1px;
}

.line-expand-footer.vertical {
  width: 1px;
  height: 100%;
  position: absolute;
}

.footer-social-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-large {
  color: var(--_primitives---colors--neutral-darker);
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.content-footer {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.footer-left {
  flex-flow: column;
}

.heading-cta {
  max-width: 364px;
}

.master-footer {
  z-index: 2;
  background-color: #f4f3ea;
  width: 100%;
  position: relative;
}

.icon-social {
  justify-content: center;
  align-items: center;
  display: flex;
}

.social-link {
  color: #1a1a177a;
  border-radius: 100vw;
  width: 20px;
  height: 20px;
  transition: opacity .2s;
}

.social-link:hover {
  opacity: .5;
  object-fit: fill;
}

.cta-master {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-image: linear-gradient(#1a1a17a3, #0000);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 64px;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: relative;
}

.footer-last-block {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.column-expand-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-wrap-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #1a1a17;
  background-color: #e4e4e4;
  border-radius: 16px;
  padding-top: 48px;
  padding-bottom: 32px;
  box-shadow: 0 1px #000, inset 0 -1px #000;
}

.button-bg-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #b6e400;
  border: 1px solid #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #1a1a170a, inset 0 -1px #1a1a1714;
}

.button-bg-3:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg-3.secondary-light-7 {
  color: #1e344b;
  background-color: #bfa884;
  border-color: #f4f3ea52;
}

.button-bg-3.secondary-light-7:hover {
  background-color: #f4f3eaa3;
  border-color: #1a1a1714;
}

.button-bg-3.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg-3.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.wrap-footer {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
}

.limit-680 {
  max-width: 680px;
}

.label-small-3 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.cta-content-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #f4f3ea29;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  display: flex;
}

.heading-footer {
  max-width: 400px;
}

.button-text-mask-2 {
  pointer-events: none;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.footer-expand-icon {
  justify-content: center;
  align-items: center;
  width: 10px;
  height: 10px;
  display: none;
  position: relative;
}

.logo-footer {
  width: 100%;
}

.footer-link {
  color: #1a1a17;
  letter-spacing: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
}

.footer-legal-link {
  color: #1a1a17a3;
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

.footer-legal-link:hover {
  color: #1a1a17;
}

.wrap-column {
  overflow: clip;
}

.footer-column {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  flex: none;
  display: flex;
}

.footer-legal-column {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.brand-footer {
  width: 127px;
}

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

.footer-link-underline {
  color: #1a1a17a3;
  text-decoration: underline;
}

.footer-bottom-wrap {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.button-text-2 {
  z-index: 1;
  text-shadow: 0 1.5em #f4f3ea;
  position: relative;
}

.button-text-2.secondary-light-3 {
  color: #1e344a;
  text-shadow: 0 1.5em #1a1a17;
}

.cta-main-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a17;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main-2.secondary-light {
  color: #f4f3ea;
}

.cta-main-2.submit {
  color: #fff;
  background-color: #bdab87;
}

.footer-links-column {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.footer-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: relative;
}

.footer-legal-tile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  border-top: 1px solid #1a1a1729;
  border-bottom: 1px solid #1a1a1729;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  display: grid;
}

.div-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: flex-start;
  max-width: 1144px;
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block.eyebro {
  width: 100%;
}

.widget-overlay {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  max-height: 100%;
}

.hero-link-new {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a17;
  background-color: #e6e8dd;
  border-radius: 100vw;
  justify-content: flex-start;
  align-items: center;
  max-width: 280px;
  margin-bottom: 16px;
  padding: 4px 10px;
  text-decoration: none;
  display: flex;
}

.section-2 {
  z-index: 2;
  background-color: #e4e4e4;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-2.hero-home-b-section {
  background-color: #0b192a;
  padding-top: 140px;
  padding-bottom: 120px;
  overflow: visible;
}

.cs-number-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #b6e400;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 24px;
  display: flex;
}

.button-wrap-home-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.overlay-with-image {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.marquee-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

.wdiget-1-marque {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  border-radius: 8px;
}

.card-marquee-bottom-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.single-marquee-images {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: none;
  display: flex;
}

.text-wrap-home-b-hero {
  max-width: 620px;
}

.card-marquee {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #f4f3ea;
  text-align: left;
  background-color: #1a1a17;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 568px;
  padding: 24px;
  display: flex;
}

.card-marquee-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-label {
  border-radius: 100vw;
  width: 24px;
  height: 24px;
  display: block;
}

.link-arrow-icon {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-h4 {
  letter-spacing: -1px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.image-wrap-home-b-marquee {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 568px;
  height: 480px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap-home-b-marquee.large {
  width: 672px;
}

.shadow-marquee {
  background-image: linear-gradient(90deg, #0b192a, transparent #0000% % );
  pointer-events: none;
  width: 120px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.shadow-marquee.right {
  background-image: linear-gradient(90deg, #0b192a #0000% % % , #f4f3ea);
  inset: 0% 0% 0% auto;
}

.text-h1-2 {
  z-index: 1;
  width: 500px;
  max-width: none;
  color: var(--_primitives---colors--neutral-lightest);
  text-align: left;
  letter-spacing: -2.5px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  overflow: visible;
}

.text-h1-2.text-color-black {
  width: 800px;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  margin-bottom: 0;
  padding-bottom: 0;
}

.text-h1-2.text-color-black-copy {
  width: 800px;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  padding-bottom: 0;
}

.headline-home-b-bottom-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-6 {
  color: var(--_primitives---colors--neutral-lighter);
  font-weight: 400;
}

.bold-text, .bold-text-2 {
  font-weight: 400;
}

.bold-text-3, .bold-text-4 {
  font-weight: 500;
}

.text-wrap-article-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  display: flex;
}

.card-article {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1a1a17;
  border-bottom: 1px solid #d1d1d1;
  flex-flow: row;
  width: 100%;
  padding-bottom: 20px;
  text-decoration: none;
  display: flex;
}

.blog-a-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.headline-blog-home-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  object-fit: none;
  flex-flow: column;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.text-h5 {
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 400;
  line-height: 32px;
}

.blogs.hide-cms {
  display: none;
}

.blog-small-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.main-container-2 {
  z-index: 2;
  width: 100%;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.image-wrap-article-card {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  display: flex;
  overflow: hidden;
}

.image-wrap-article-card.small {
  height: 208px;
}

.bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  color: var(--_primitives---colors--neutral-darkest);
  font-weight: 500;
}

.text-block-7 {
  font-weight: 400;
}

.author-avatar {
  border: 2px solid #f4f3ea52;
  border-radius: 32px;
  flex: none;
  width: 64px;
  height: 48px;
  overflow: hidden;
}

.section-3 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-3.testimonial-video-section {
  padding-top: 0;
  padding-bottom: 0;
}

.text-wrap-author {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.contact-testimonial {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #f4f3ea;
  background-color: #3f403c;
  border-radius: 16px;
  flex-flow: column;
  max-width: 252px;
  padding: 16px;
  display: flex;
  box-shadow: inset 0 1px #1a1a170a, inset 0 -1px #1a1a1714;
}

.contact-testimonial.dark-48 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #1a1a177a;
}

.eyebrow-circle-5 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.eyebrow-circle-5.light-11 {
  background-color: #bfa783;
}

.testimonial-rating {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.master-content-video {
  z-index: 1;
  grid-column-gap: 316px;
  grid-row-gap: 316px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.video-testimonial {
  width: 100%;
  height: auto;
  padding-top: 80px;
  padding-bottom: 48px;
}

.testimonial-author {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.video-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr 1.75fr;
  place-items: start stretch;
}

.icon-star {
  color: #b6e400;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-h3-2 {
  letter-spacing: -1px;
  color: #0b192a;
  justify-content: flex-start;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.text-h3-2.no-margins {
  color: #fff;
  font-weight: 400;
}

.text-h3-2.text-color-cream {
  color: #f4f3ea;
}

.text-h3-2.text-color-black {
  color: #bfa884;
}

.text-h3-2.text-color-gold {
  color: #bdab87;
}

.gradient-dark-64 {
  background-image: linear-gradient(#0000, #1a1a17a3);
  position: absolute;
  inset: 0%;
}

.div-block-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 32px;
  display: flex;
}

.deskripsi-hover {
  color: #f4f3ea80;
  width: auto;
  max-width: 100%;
  line-height: 3px;
}

.overlay-hero-home-b {
  background-image: linear-gradient(0deg, #0a0a0b, #0000);
  width: 100%;
  height: 45%;
  position: absolute;
  inset: auto 0% 0%;
}

.case-small-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.icon-button-2 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.button-circle {
  z-index: 1;
  pointer-events: none;
  background-color: #e45a47;
  border-radius: 2px;
  flex: none;
  width: 8px;
  height: 8px;
  position: relative;
}

.heading-medium {
  color: #f6f3eca3;
}

.content-case-small {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.label-small-4 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.image-wrap-book-button {
  pointer-events: none;
  position: relative;
}

.master-label {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #f6f3ece0;
  justify-content: center;
  align-items: center;
  display: flex;
}

.case-small.hide-cms {
  display: none;
}

.headline-home-b-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 680px;
  display: flex;
}

.icon-case-small {
  color: #e45a47;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

.image-wrap-case-small {
  border-radius: 8px;
  flex: none;
  width: 96px;
  height: 96px;
  min-height: 100%;
  display: flex;
  overflow: hidden;
}

.text-h1-3 {
  z-index: 1;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
}

.button-text-mask-3 {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.circle-label {
  background-color: #e45a47;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.button-book-circle-outer {
  background-image: linear-gradient(#0a0a0b, #0000);
  border-radius: 2px;
  padding: 2px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.button-book-circle {
  background-color: #2ad87f;
  border-radius: 2px;
  width: 8px;
  height: 8px;
}

.book-button-avatar {
  border-radius: 32px;
  flex: none;
  width: 32px;
  height: 24px;
  position: relative;
  overflow: hidden;
  box-shadow: inset 0 0 0 1px #f6f3ec29;
}

.button-wrap-hero {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card-case-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #f6f3ece0;
  background-color: #f6f3ec14;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: stretch;
  max-width: 361px;
  padding: 12px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.video-home-b {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-top: 200px;
  padding-bottom: 64px;
  display: flex;
}

.main-container-3 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.section-4 {
  z-index: 2;
  color: #f6f3ece0;
  background-color: #0a0a0b;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-4.hero-home-b-section {
  padding-top: 0;
  padding-bottom: 0;
}

.button-text-3 {
  z-index: 1;
  text-shadow: 0 1.5em #0a0a0b;
  position: relative;
}

.content-home-b {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.button-book {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f6f3ec;
  letter-spacing: 0;
  background-color: #f6f3ec14;
  border: 1px solid #f6f3ec14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px 8px 8px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s, background-color .3s, border-color .3s;
  display: flex;
  box-shadow: 0 -1px #f6f3ec29, 0 1px #f6f3ec14;
}

.button-book:hover {
  color: #0a0a0b;
  background-color: #f6f3ece0;
  border-color: #0a0a0b14;
}

.button-bg-4 {
  background-color: #f6f3ec;
  border: 1px solid #0a0a0b14;
  border-radius: 8px;
  transition: background-color .65s;
  position: absolute;
  inset: 0%;
}

.button-bg-4:hover {
  background-color: #f6f3ece0;
  border-color: #0a0a0b14;
}

.cta-main-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #0a0a0b;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .15s;
  display: flex;
  position: relative;
}

.cta-main-3:hover {
  color: #0a0a0b;
}

.text-small-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.button-icon-wrap-2 {
  pointer-events: none;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.button-icon-wrap-2.left {
  margin-left: -4px;
}

.button-icon-wrap-2.right {
  margin-right: -4px;
}

.about-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 160px;
  display: flex;
}

.label {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.3%;
}

.about-card-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.label-master {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #fffdf652;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.label-master.dark {
  border-color: #1f191552;
}

.about-content-master {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container-4 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.icon-xs {
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.about-card-overlay {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 24px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.about-card {
  color: #fffdf6;
  border-radius: 16px;
  width: 100%;
  max-width: 456px;
  height: 560px;
  position: relative;
  overflow: hidden;
}

.about-card._2 {
  margin-top: 76px;
}

.icon-m {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.about-text-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 924px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.about-card-text-wrap {
  border-left: 1px solid #fffdf652;
  max-width: 210px;
  padding-left: 16px;
}

.about-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-h4-2 {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.section-5 {
  z-index: 2;
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  color: #1f1915;
  background-color: #f0f0f0;
  flex-flow: column;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  display: flex;
  position: relative;
}

.section-5.value-features-1-top {
  background-color: #f0f0f0;
  padding-top: 110px;
  padding-bottom: 40px;
}

.text-large-2 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.about-text-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 0px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.label-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: .857vw;
  font-weight: 500;
  line-height: 120%;
}

.about-c-value-halves {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1366px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.heading-about-c-value {
  grid-column-gap: .857vw;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 31.143vw;
  display: flex;
}

.section-6 {
  z-index: 1;
  background-color: #f4f4f4;
  padding-top: 5.714vw;
  padding-bottom: 5.714vw;
  position: relative;
}

.section-6.about-c-numbers-section {
  padding-top: 2.857vw;
  padding-bottom: 8.571vw;
}

.number-tile {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  flex-flow: column;
  display: flex;
}

.numbers-grid {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  flex-flow: wrap;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.about-c-value-right {
  grid-column-gap: 3.429vw;
  grid-row-gap: 3.429vw;
  flex-flow: column;
  display: flex;
}

.text-h2-2 {
  letter-spacing: -.06em;
  font-size: 5.143vw;
  font-weight: 600;
  line-height: 100%;
}

.mask-image {
  background-color: #f4f4f4;
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.hide-2 {
  margin-top: -.571vw;
  margin-bottom: -1.071vw;
  padding-top: .571vw;
  padding-bottom: 1.071vw;
  overflow: hidden;
}

.text-big {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.429vw;
  font-weight: 500;
  line-height: 140%;
}

.main-container-5 {
  z-index: 3;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.286vw;
  padding-right: 2.286vw;
  position: relative;
}

.text-h1-4 {
  z-index: 1;
  letter-spacing: -.06em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 6.857vw;
  font-weight: 600;
  line-height: 91.6%;
}

.headline-about-c-value {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  flex-flow: column;
  display: flex;
}

.about-c-value-image {
  width: 100%;
  height: 36.571vw;
  position: relative;
  overflow: hidden;
}

.section-divider {
  border-bottom: 1px solid #12121229;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider.about-c-value-divider, .section-divider.about-c-numbers-divider {
  margin-bottom: 2.857vw;
}

.home-b-about-image {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 560px;
  display: flex;
  overflow: hidden;
}

.home-b-about-image.small {
  height: 312px;
}

.section-7 {
  z-index: 2;
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.left-home-b-about {
  max-width: 452px;
}

.eyebrow-circle-6 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.home-b-about-images {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.headline-home-b-about {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 100px;
  display: flex;
}

.right-home-b-about {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 564px;
  display: flex;
}

.text-wrap-home-b-about {
  max-width: 500px;
}

.text-h5-2 {
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 500;
  line-height: 32px;
}

.section-8 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.services-bg {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-h1-5 {
  z-index: 1;
  letter-spacing: -2px;
  font-size: 88px;
  font-weight: 400;
  line-height: 76px;
}

.overlay-service-image {
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #1010127a;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-9 {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-9.home-services-section {
  color: #101012e0;
  background-color: #e5e3e3;
  padding-top: 160px;
  padding-bottom: 232px;
  overflow: clip;
}

.image-wrap-service {
  border-radius: 32px;
  width: 332px;
  height: 332px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  right: 30%;
  overflow: hidden;
}

.service-item-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-bottom: 1px solid #10101229;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center stretch;
  padding-top: 32px;
  padding-bottom: 32px;
  display: grid;
}

.service-item-2.animated {
  cursor: pointer;
  transition: color .2s;
}

.service-item-2.animated:hover {
  color: #f8f7f3;
}

.mask-service {
  z-index: 1;
  background-image: linear-gradient(#e5e3e3, #0000);
  width: 100%;
  height: 320px;
  position: absolute;
  inset: 0% 0% auto;
}

.mask-service.bottom {
  background-image: linear-gradient(#0000, #e5e3e3);
  inset: auto 0% 0%;
}

.right-service-item {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 332px;
  display: flex;
}

.services-list {
  z-index: 2;
  border-top: 1px solid #10101229;
  flex-flow: column;
  transition: color .2s;
  display: flex;
  position: relative;
}

.services-list:hover {
  color: #f8f7f352;
}

.left-service-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 100px 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.label-master-2 {
  -webkit-backdrop-filter: blur(24px);
  backdrop-filter: blur(24px);
  color: #f8f7f3;
  background-color: #f8f7f314;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
  box-shadow: inset 0 1px 1px #f8f7f352, inset 0 -1px 2px #10101229;
}

.label-master-2.bg-2 {
  color: #101012;
  background-color: #e5e3e3;
}

.main-container-6 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.service-bg-image {
  opacity: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.headline-home-services {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.tabs-services {
  grid-column-gap: 140px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: grid;
}

.wrap-tags {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tab-link-2 {
  grid-column-gap: 16px;
  color: #27262180;
  background-color: #ddd0;
  border-bottom: 1px solid #d3c8c2;
  align-items: center;
  padding: 32px 0;
  font-size: 28px;
  display: flex;
}

.tab-link-2.w--current {
  color: #000;
  background-color: #ddd0;
  border-bottom-color: #272621;
}

.section-10 {
  color: #272621;
  background-color: #f0f0f0;
  padding-top: 60px;
  padding-bottom: 60px;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
}

.wrap-services-tab-content {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.main-container-7 {
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-tab-link {
  font-family: var(--_typography---font-styles--heading);
  font-size: 32px;
  line-height: 120%;
}

.tab-circle {
  background-color: #bdab87;
  border-radius: 50%;
  width: 10px;
  height: 10px;
}

.tabs-menu-services {
  flex-direction: column;
  width: 100%;
  max-width: 520px;
  display: flex;
}

.tabs-content-services {
  flex: 1;
  width: 100%;
  max-width: 520px;
}

.tag-2 {
  border: 1px solid #272621;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  height: 38px;
  padding-left: 20px;
  padding-right: 20px;
  font-size: 16px;
  display: flex;
}

.master-tabs-services {
  margin-top: 64px;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 400;
  line-height: 115%;
}

.paragraph-big {
  font-size: 20px;
  line-height: 150%;
}

.text-h2-3 {
  letter-spacing: -2px;
  font-family: Merriweather, serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.section-11 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-11.about-stats-section {
  color: #f4f3ea;
  background-color: #20334a;
  padding-top: 80px;
  padding-bottom: 80px;
}

.stats-tile-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-top: 1px #bdaa86;
  border-left: 1px solid #bea884;
  flex-flow: column;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.main-container-8 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.cta-main-4 {
  color: #f9f5eb;
  text-align: center;
  cursor: pointer;
  background-color: #16231b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.main-container-9 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.careers-about-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  place-items: start;
}

.text-h4-3 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.section-divider-2 {
  border-bottom: 1px solid #16231b29;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-2.career-descrption {
  margin-bottom: 32px;
}

.button-animation-hide {
  height: 24px;
  overflow: hidden;
}

.text-h1-6 {
  z-index: 1;
  letter-spacing: -.02em;
  font-size: 88px;
  font-weight: 400;
  line-height: 90%;
}

.careers-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 770px;
  display: flex;
}

.wrap-hero-7 {
  padding-left: 0;
}

.careers-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.label-3 {
  letter-spacing: .02em;
  text-transform: uppercase;
  padding-top: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.section-12 {
  z-index: 1;
  color: #16231b;
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 60px;
  font-size: 16px;
  position: relative;
}

.section-12.hero-careers {
  padding-top: 128px;
  padding-bottom: 0;
}

.hide-3 {
  max-width: 500px;
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: visible;
}

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

.career-image {
  border-radius: 8px;
  width: 100%;
  height: 304px;
  overflow: hidden;
}

.heading-careers {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  display: flex;
}

.headline-careers {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label-master-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.block-callout {
  z-index: 2;
  grid-column-gap: 132px;
  grid-row-gap: 132px;
  color: #f7f7f2e0;
  background-color: #1f334b;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 48px;
  display: grid;
  position: relative;
}

.button-bg-5 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #191818;
  border: 1px solid #f7f7f214;
  border-radius: 16px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 -1px #f7f7f229, 0 1px #f7f7f214;
}

.button-bg-5:hover {
  background-color: #191818e0;
  border-color: #f7f7f214;
}

.button-bg-5.is-dark {
  background-color: #f7f7f2;
}

.button-bg-5.is-dark:hover {
  background-color: #f7f7f2e0;
}

.button-icon-wrap-3 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  overflow: hidden;
}

.button-icon-wrap-3.left {
  margin-left: -4px;
}

.button-icon-wrap-3.right {
  margin-right: -4px;
}

.content-callout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 635px;
  display: flex;
}

.text-h2-4 {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 400;
  line-height: 52px;
}

.main-container-10 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 80px 32px;
  position: relative;
}

.callout-bottom-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.icon-button-3 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
  position: relative;
}

.section-13 {
  z-index: 2;
  color: #191818e0;
  background-color: #f7f7f2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-13.callout-section {
  background-color: #f0f0f0;
  background-image: none;
  background-size: auto;
  padding-top: 0;
  padding-bottom: 0;
}

.label-small-5 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.image-cover-2 {
  z-index: 1;
  object-fit: cover;
  color: gray;
  width: 100%;
  height: 100%;
}

.headline-callout {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.image-wrap-callout {
  border-radius: 16px;
  width: 100%;
  height: 628px;
  overflow: hidden;
}

.label-master-4 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #191818e0;
  text-align: center;
  background-color: #efede7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.label-master-4.is-dark {
  color: #f7f7f2e0;
  background-color: #1e1c1b;
}

.button-text-4 {
  z-index: 1;
  text-shadow: 0 1.5em #f7f7f2;
  position: relative;
}

.button-text-4.is-dark {
  text-shadow: 0 1.5em #191818;
}

.overlay-callout {
  z-index: 1;
  -webkit-backdrop-filter: blur(30px);
  backdrop-filter: blur(30px);
  background-color: #1918180a;
  position: absolute;
  inset: 0%;
}

.button-text-mask-4 {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.cta-main-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f7f7f2;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta-main-5.is-dark {
  color: #191818;
}

.label-small-6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.about-b-image {
  border-radius: 8px;
  width: 100%;
  height: 512px;
  position: relative;
  overflow: hidden;
}

.label-master-5 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #ffffff52;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}

.label-master-5.dark {
  border-color: #181e2552;
}

.main-container-11 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.about-b-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.section-14 {
  z-index: 2;
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-14.paddings-big {
  padding-top: 160px;
  padding-bottom: 40px;
}

.image-cover-3 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-3.parallax {
  height: 120%;
  transform: translate(0, -10%);
}

.headline-about-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 851px;
  margin-bottom: 20px;
  display: block;
}

.about-b-left {
  justify-content: flex-start;
  align-items: flex-end;
  max-width: 421px;
  display: flex;
}

.text-dark-64-2 {
  color: #181e25a3;
}

.about-b-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
}

.text-h6-2 {
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-h2-5 {
  letter-spacing: -3px;
  font-size: 56px;
  font-weight: 400;
  line-height: 56px;
}

.author-wrap-about-story {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #fff;
  background-color: #1e1c1a52;
  border-radius: 8px;
  flex-flow: column;
  padding: 8px 16px;
  display: flex;
  position: absolute;
  inset: auto auto 24px 24px;
  box-shadow: 0 1px 2px #1e1c1a29, 0 -1px 1px #ffffff52;
}

.image-cover-4 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-cover-4.parallax {
  flex: none;
  width: 120%;
  max-width: none;
  height: 120%;
  max-height: none;
  display: block;
}

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

.main-container-12 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.headline-home-a-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 503px;
  margin-bottom: 64px;
  display: flex;
}

.image-wrap-about-home-a {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 533px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-home-a {
  padding: 0;
}

.section-15 {
  z-index: 2;
  background-color: #f7f4f1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-15.home-a-about-section {
  color: #fff;
  background-color: #0a192b;
  background-image: none;
  border-radius: 0;
  padding-top: 120px;
  padding-bottom: 120px;
}

.label-small-7 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.about-item-home-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e1c1a;
  background-color: #f4f3ea;
  border-radius: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding: 32px;
  display: grid;
}

.master-about-home-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.label-master-6 {
  text-align: center;
  background-color: #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.label-master-6.bg-2 {
  color: #1e1c1a;
  background-color: #e8e1da;
}

.label-4 {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.3%;
}

.cta-main-6 {
  color: #fffdf6;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #1f1915;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.cta-main-6:hover {
  background-color: #1f1915a3;
}

.cta-main-6.dark-outlined-7 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1f1915;
  background-color: #fffdf629;
  border: 1px solid #1f191552;
}

.cta-main-6.dark-outlined-7:hover {
  color: #1f1915a3;
  background-color: #fffdf629;
}

.image-abosolute-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf6;
  background-image: linear-gradient(0deg, #1f1915a3, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50%;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-plus {
  color: #d4fd80;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-16 {
  z-index: 2;
  color: #1f1915;
  background-color: #f0f0f0;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.section-16.features-8 {
  background-color: #1e2d3e;
  padding-top: 160px;
  padding-bottom: 160px;
}

.column-image-wrap {
  border-radius: 16px;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.main-container-13 {
  z-index: 2;
  background-color: #1e2d3e;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.column {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-text-tile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.column-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 456px;
  height: 100%;
  display: flex;
}

.image-cover-5 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-5.parallax {
  object-fit: contain;
  height: 120%;
  transform: translate(0, -10%);
}

.text-h3-3 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.column-left {
  justify-content: center;
  align-self: flex-start;
  align-items: center;
}

.column-master {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-master-7 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #fffdf652;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.label-master-7.dark {
  border-color: #1f191552;
}

.button-text-5 {
  z-index: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.column-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.image-item-home-b {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 530px;
  height: 512px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-cover-6 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 100%;
}

.image-cover-6.parallax {
  flex: none;
  width: 120%;
  max-width: none;
  height: 120%;
  max-height: none;
  display: block;
}

.marquee-text-wrap {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  align-items: center;
  display: flex;
}

.single-images-home-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: none;
  display: flex;
}

.master-about-home-c {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 866px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-container-14 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.bottom-tile-about-home-c {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 668px;
  display: flex;
}

.logo-shadow-2 {
  background-image: linear-gradient(90deg, #f7f4f1, #0000);
  width: 111px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-shadow-2.right {
  background-image: linear-gradient(90deg, #0000, #f7f4f1);
  inset: 0% 0% 0% auto;
}

.section-17 {
  z-index: 2;
  background-color: #f7f4f1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-17.marquee-home-c {
  background-color: #f7f4f1;
  overflow: clip;
}

.section-17.about-home-c-section {
  padding-top: 120px;
  overflow: clip;
}

.label-small-8 {
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 700;
  line-height: 12px;
}

.tag-image-item {
  z-index: 2;
  padding-top: 16px;
  padding-left: 16px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.single-text-marquee {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex: none;
  align-items: center;
  display: flex;
}

.text-h4-4 {
  letter-spacing: -1.5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.label-master-8 {
  text-align: center;
  background-color: #ffffff14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: flex;
}

.label-master-8.dark-text-light {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fff;
  background-color: #1e1c1a52;
}

.label-master-8.bg-2 {
  color: #1e1c1a;
  background-color: #e8e1da;
}

.marquee-images-home-b {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-wrap-about-home-c {
  max-width: 743px;
}

.marquee-logo-2 {
  height: 72px;
}

.text-h4-5 {
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.marquee-overlay-left {
  background-image: linear-gradient(to right, #fffdfa, #fffdfa00);
  width: 120px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.main-container-15 {
  width: 100%;
  max-width: 1312px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section-18 {
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.label-5 {
  color: #fe6b00;
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

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

.marquee-overlay-right {
  background-image: linear-gradient(to right, #fffdfa00, #fffdfa);
  width: 120px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.marquee-text-wrap-2 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  align-items: center;
  display: flex;
}

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

.logo-headline {
  justify-content: center;
  margin-bottom: 16px;
  display: flex;
}

.home-a-text-wrap {
  text-align: center;
  max-width: 750px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.single-text-marquee-2 {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex: none;
  align-items: center;
  display: flex;
}

.master-marquees-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  padding-top: 32px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.scroll-blogs-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  display: grid;
}

.sticky-image-cms-master {
  z-index: 0;
  position: absolute;
  inset: 0% auto auto 0%;
}

.sticky-image-cms-master._2 {
  z-index: 1;
}

.sticky-image-cms-master._3 {
  z-index: 2;
}

.cta-main-7 {
  color: #f9f5eb;
  text-align: center;
  cursor: pointer;
  background-color: #16231b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-7.blured {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff29;
}

.main-container-16 {
  z-index: 2;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  position: relative;
}

.main-container-16.static-container {
  position: static;
}

.text-h1-7 {
  z-index: 1;
  letter-spacing: -.02em;
  font-size: 88px;
  font-weight: 400;
  line-height: 90%;
}

.sticky-images-block {
  z-index: 1;
  width: 47%;
  height: 100svh;
  position: sticky;
  inset: 0% auto auto 0%;
}

.hide-4 {
  text-align: left;
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.scroll-blog-image {
  width: 100%;
  height: 100svh;
}

.scroll-blogs {
  margin-top: -100svh;
}

.scroll-blogs-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  display: grid;
}

.heading-column-2 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  width: 500px;
  margin-bottom: 8px;
  display: block;
}

.section-19 {
  z-index: 1;
  color: #16231b;
  background-color: #f9f5eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  position: relative;
}

.section-19.scroll-blogs-section {
  color: #f9f5eb;
  background-color: #0b192a;
  padding-top: 0;
  padding-bottom: 0;
}

.label-master-9 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.label-master-9.light {
  border-style: solid;
  border-color: #ffffff29;
  border-radius: 24px;
}

.scroll-blog-content-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 640px;
  padding-top: 264px;
  padding-bottom: 264px;
  display: flex;
}

.marquee-service-item {
  border-radius: 16px;
  flex: none;
  width: 400px;
  height: 400px;
  overflow: hidden;
}

.marquee-service-item.small-item {
  width: 274px;
}

.marquee-home-c {
  background-color: #fff;
  border-radius: 16px;
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: clip;
}

.single-marquee-service {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  flex: none;
  display: flex;
}

.section-20 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-20.about-c-marquee-section {
  padding-top: 60px;
  padding-bottom: 0;
  overflow: hidden;
}

.marquee-inner-home-c {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.text-h2-6 {
  letter-spacing: -.04em;
  font-size: 56px;
  font-weight: 500;
  line-height: 92%;
}

.about-c-description-left {
  max-width: 418px;
}

.text-big-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-big-2.serif {
  font-weight: 400;
}

.about-c-descrption-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.success-message {
  color: #1a1a17;
  background-color: #f4f3ea;
  border: 1px solid #1a1a1729;
  border-radius: 8px;
}

.link-dark-underline {
  color: #1a1a17;
  text-decoration: underline;
}

.contact-form-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.checkbox-text {
  color: var(--_primitives---colors--neutral-darker);
  margin-bottom: 0;
}

.icon-button-4 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.icon-button-4.prev.secondary-dark {
  color: #f4f3ea;
}

.input-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.text-small-3 {
  color: var(--_primitives---colors--neutral-dark);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.contact-form-bottom-left {
  flex-flow: column;
  display: flex;
}

.section-21 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 130px;
  padding-bottom: 80px;
  position: relative;
}

.input-wrap-contact {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-field {
  color: #1a1a17;
  background-color: #e6e8ddcc;
  border: 1px solid #0000;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  line-height: 24px;
}

.text-field:focus {
  color: #1a1a17;
  border-color: #b6e400;
}

.text-field::placeholder {
  color: #1a1a177a;
}

.text-field.light {
  background-color: #f4f3ea;
}

.text-field.light.select {
  color: #1a1a177a;
  appearance: none;
}

.text-field.light.textarea {
  min-height: 237px;
}

.contact-form-top-tile {
  max-width: 340px;
}

.contact-left {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 520px;
  display: flex;
}

.form-block {
  background-color: #e6e8dd;
  border-radius: 16px;
  margin-bottom: 0;
  padding: 48px;
}

.form-contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  display: flex;
}

.button-icon-wrap-4 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.contact-eyebrow {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-top: 1px solid #1a1a1729;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 24px;
  display: flex;
}

.checkbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.checkbox-contact {
  border: 1px solid #1a1a1729;
  border-radius: 8px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.main-container-17 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.contact-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
}

.contact-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-form-inner {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.error-message {
  color: #f4f3ea;
  text-align: center;
  background-color: #c9372d;
  border-radius: 8px;
}

.text-h3-4 {
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: center;
  font-family: Merriweather, serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.checkbox-text-2 {
  margin-bottom: 0;
  font-weight: 400;
}

.button-bg-6 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #191818;
  border: 1px solid #f7f7f214;
  border-radius: 16px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
  box-shadow: 0 -1px #f7f7f229, 0 1px #f7f7f214;
}

.button-bg-6:hover {
  background-color: #191818e0;
  border-color: #f7f7f214;
}

.button-bg-6.is-dark {
  background-color: #f7f7f2;
}

.button-bg-6.is-dark:hover {
  background-color: #f7f7f2e0;
}

.label-large-2 {
  letter-spacing: .75px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 400;
  line-height: 16px;
}

.success-message-2 {
  color: #191818;
  background-color: #2ad87f;
  border: 1px solid #2ad87f;
  border-radius: 12px;
}

.contact-form-inner-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.logo-shadow-3 {
  z-index: 1;
  background-image: linear-gradient(90deg, #f7f7f2, #0000);
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-shadow-3.right {
  background-image: linear-gradient(90deg, #0000, #f7f7f2);
  inset: 0% 0% 0% auto;
}

.master-contact {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  max-width: 912px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-h1-8 {
  z-index: 1;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 72px;
}

.checkbox-contact-2 {
  background-color: #19181814;
  border: 1px solid #19181814;
  border-radius: 16px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.checkbox-contact-2.w--redirected-checked {
  background-color: #1e1c1b;
  background-image: url('../images/CheckedCheckbox.svg');
  background-position: 50%;
  background-size: cover;
  border-color: #19181814;
}

.checkbox-contact-2.is-light {
  background-color: #f7f7f214;
  border-color: #f7f7f214;
}

.main-container-18 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.input-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.icon-select {
  color: #1e1c1b;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-button-5 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  display: flex;
  position: relative;
}

.contact-grid {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  position: relative;
}

.section-22 {
  z-index: 2;
  color: #191818e0;
  background-color: #f7f7f2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.input-halves-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.label-small-9 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.marquee-logo-3 {
  color: #191818a3;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.submit-absolute {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  position: absolute;
  inset: 0%;
}

.form-contact-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.text-wrap-contact-c-card {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.body-medium {
  color: #191818a3;
}

.select-field-overlay {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.label-master-10 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #191818e0;
  text-align: center;
  background-color: #efede7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.input-relative {
  width: 100%;
  position: relative;
}

.text-small-4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.text-small-4.body-medium-light {
  color: #f7f7f2e0;
}

.button-text-6 {
  z-index: 1;
  text-shadow: 0 1.5em #f7f7f2;
  position: relative;
}

.button-text-6.is-dark {
  text-shadow: 0 1.5em #191818;
}

.icon-large {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.master-marquee {
  width: 100%;
  position: relative;
  overflow: clip;
}

.master-marquee.logos {
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.checkbox-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #191818;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.checkbox-2.is-light {
  color: #f7f7f2;
}

.error-message-2 {
  color: #f7f7f2;
  text-align: center;
  background-color: #c94040;
  border-radius: 12px;
}

.contact-form-top-tile-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.form-block-2 {
  background-color: #efede7;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 32px;
}

.form-block-2.is-dark {
  color: #f7f7f2e0;
  background-color: #1e1c1b;
}

.text-field-2 {
  color: #1918187a;
  letter-spacing: 0;
  appearance: none;
  background-color: #19181814;
  border: 1px solid #19181814;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:focus {
  color: #191818;
  background-color: #19181814;
  border-color: #1918187a;
}

.text-field-2:focus-visible, .text-field-2[data-wf-focus-visible] {
  color: #191818;
  background-color: #19181829;
  border-color: #1918187a;
}

.text-field-2::placeholder {
  color: #191818a3;
}

.text-field-2.is-light {
  color: #f7f7f27a;
  background-color: #f7f7f214;
}

.text-field-2.is-light::placeholder {
  color: #f7f7f27a;
}

.text-field-2.textarea-contact-a {
  height: 149px;
}

.contact-form-bottom-tile-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.button-text-mask-5 {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.cta-main-8 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f7f7f2;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 16px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta-main-8.is-dark {
  color: #191818;
}

.submit-wrap {
  position: relative;
}

.text-large-3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.wrap-contact-a-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.card-contact-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #f7f7f2;
  background-color: #1f334b;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 32px;
  display: flex;
}

.text-underline-2 {
  color: #191818;
  text-decoration: underline;
}

.text-underline-2.is-light {
  color: #f7f7f2;
}

.headline-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.text-body-bold {
  font-weight: 500;
}

.story-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.label-6 {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.3%;
}

.blog-filter {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  text-align: center;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #fffdf629;
  border: 1px solid #1f191552;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
}

.blog-filter:hover {
  color: #1f1915a3;
}

.blog-filter.w--current {
  color: #fffdf6;
  background-color: #1f1915;
}

.blog-filter.w--current:hover {
  color: #fffdf6a3;
}

.blog-filter.active {
  color: #fffdf6;
  background-color: #20334a;
  border-radius: 99px;
  text-decoration: none;
}

.main-container-19 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 32px;
  padding-right: 32px;
}

.blog-item-tags {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: stretch;
  display: flex;
}

.story-thumbnail {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

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

.story-bottom-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.story-link-overlay {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.button-text-small {
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.label-master-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #fffdf652;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.label-master-11.dark {
  border-color: #1f191552;
}

.text-h7 {
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 116.6%;
}

.text-h1-9 {
  z-index: 1;
  letter-spacing: -6px;
  font-size: 120px;
  font-weight: 500;
  line-height: 93.3%;
}

.headline-stories {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.blog-filters-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  margin-top: 32px;
  display: flex;
}

.cta-main-9 {
  color: #fffdf6;
  letter-spacing: .5px;
  text-transform: uppercase;
  background-color: #1f1915;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: color .2s, background-color .2s, border-color .2s;
  display: flex;
}

.cta-main-9:hover {
  background-color: #1f1915a3;
}

.cta-main-9.cta-small {
  letter-spacing: .5px;
  border-radius: 8px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.cta-main-9.cta-small.accent {
  color: #1f1915;
  background-color: #d4fd80;
}

.cta-main-9.cta-small.accent:hover {
  background-color: #d4fd80a3;
}

.text-block-22 {
  font-family: var(--_typography---font-styles--body);
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.heading {
  color: #bda985;
  max-width: 1144px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 400;
  display: block;
}

.bold-text-9 {
  width: 600px;
  font-weight: 400;
  display: flex;
}

.bold-text-10 {
  display: inline;
}

.icon-links, .icon-link, .icon-linkedin, .icon-instagram, .icon-linkedinbox {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.cta-main-10 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main-10.dark {
  color: #f4f3ea;
  transition-duration: 1s;
}

.button-bg-7 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bdab87;
  border: 1px #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg-7:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg-7.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg-7.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.button-bg-7.dark {
  background-color: #1f324b;
}

.button-bg-7.dark:hover {
  background-color: #1a1a17e0;
}

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

.label-small-10 {
  color: #eee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.button-icon-wrap-5 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.eyebrow-circle-7 {
  background-color: #bda985;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.text-dark-64-3 {
  color: #1a1a17a3;
}

.text-large-4 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.icon-button-6 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
  position: relative;
}

.icon-button-6.prev.secondary-dark {
  color: #f4f3ea;
}

.button-text-7 {
  z-index: 1;
  position: relative;
}

.button-text-mask-6 {
  pointer-events: none;
  color: #dadada;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.text-block-23, .text-block-24, .text-block-25 {
  color: #1f324b;
}

.cta-main-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main-11.dark {
  color: #f4f3ea;
  transition-duration: 1s;
}

.button-bg-8 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bdab87;
  border: 1px #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg-8:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg-8.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg-8.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.button-bg-8.dark {
  background-color: #1f324b;
}

.button-bg-8.dark:hover {
  background-color: #1a1a17e0;
}

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

.label-small-11 {
  color: #eee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.button-icon-wrap-6 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.eyebrow-circle-8 {
  background-color: #bda985;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.text-dark-64-4 {
  color: #1a1a17a3;
}

.button-text-8 {
  z-index: 1;
  position: relative;
}

.button-text-mask-7 {
  pointer-events: none;
  color: #dadada;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.text-block-26, .text-block-27, .text-block-28 {
  color: #1f324b;
}

.cta-main-12 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main-12.dark {
  color: #f4f3ea;
  transition-duration: 1s;
}

.button-bg-9 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bdab87;
  border: 1px #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg-9:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg-9.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg-9.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.button-bg-9.dark {
  background-color: #1f324b;
}

.button-bg-9.dark:hover {
  background-color: #1a1a17e0;
}

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

.label-small-12 {
  color: #eee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.button-icon-wrap-7 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.eyebrow-circle-9 {
  background-color: #bda985;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.button-text-9 {
  z-index: 1;
  position: relative;
}

.button-text-mask-8 {
  pointer-events: none;
  color: #dadada;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.text-block-29 {
  color: #1f324b;
}

.cta-main-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main-13.dark {
  color: #f4f3ea;
  transition-duration: 1s;
}

.button-bg-10 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bdab87;
  border: 1px #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg-10:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg-10.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg-10.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.button-bg-10.dark {
  background-color: #1f324b;
}

.button-bg-10.dark:hover {
  background-color: #1a1a17e0;
}

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

.label-small-13 {
  color: #eee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.button-icon-wrap-8 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.eyebrow-circle-10 {
  background-color: #bda985;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.button-text-10 {
  z-index: 1;
  position: relative;
}

.cta-main-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b182a;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.cta-main-14.dark {
  color: #f4f3ea;
  transition-duration: 1s;
}

.button-bg-11 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #bdab87;
  border: 1px #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #000, inset 0 -1px #000;
}

.button-bg-11:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-bg-11.secondary-dark {
  background-color: #f4f3ea52;
  border-color: #1a1a1752;
}

.button-bg-11.secondary-dark:hover {
  background-color: #1a1a17e0;
}

.button-bg-11.dark {
  box-shadow: none;
  background-color: #1f324b;
}

.button-bg-11.dark:hover {
  background-color: #1a1a17e0;
}

.label-small-14 {
  color: #eee;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.button-icon-wrap-9 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.button-text-11 {
  z-index: 1;
  position: relative;
}

.div-block-3 {
  z-index: 1;
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-color: #1f334b;
  flex-flow: column;
  width: 100%;
  height: auto;
  padding-bottom: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.text-block-30 {
  color: var(--_primitives---colors--neutral-dark);
}

.card-team {
  border-radius: 12px 12px 0;
  width: 100%;
  height: 307px;
  position: relative;
  overflow: hidden;
}

.text-h3-5 {
  letter-spacing: -1px;
  justify-content: flex-start;
  align-items: center;
  font-size: 40px;
  font-weight: 400;
  line-height: 44px;
}

.main-container-20 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.section-23 {
  z-index: 2;
  color: #191818e0;
  background-color: #f7f7f2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-23.about-team-section {
  color: #f7f7f2e0;
  background-color: #0a192b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.label-small-15 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.image-cover-7 {
  z-index: 1;
  object-fit: cover;
  color: gray;
  width: 100%;
  height: 100%;
}

.text-wrap-team {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #191818;
  border-top-left-radius: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  padding-top: 12px;
  padding-left: 16px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.label-master-12 {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #191818e0;
  text-align: center;
  background-color: #efede7;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.label-master-12.is-dark {
  color: #f7f7f2e0;
  background-color: #1e1c1b;
}

.text-small-5 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

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

.icon-radius-bottom {
  z-index: 1;
  width: 24px;
  height: 24px;
  position: absolute;
  inset: auto auto -2px 2px;
  transform: translate(-100%);
}

.icon-radius-bottom.is-dark {
  color: #191818;
}

.icon-radius-bottom.up {
  inset: 2px -2px auto auto;
  transform: translate(0%, -100%);
}

.headline-team {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.label-7 {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.3%;
}

.section-24 {
  z-index: 2;
  color: #1f1915;
  background-color: #f0eee9;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.section-24.team-1 {
  color: #fffdf6;
  background-color: #0a192b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.main-container-21 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.text-h3-6 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.member-info-tile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.member-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.team-grid-2 {
  grid-column-gap: 12px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  display: grid;
}

.label-master-13 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #fffdf652;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-large-5 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.headline-team-about-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 64px;
  display: flex;
}

.member-image {
  background-color: #fcfaf5;
  border-radius: 16px;
  width: 100%;
  height: 380px;
  overflow: hidden;
}

.label-small-16 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 300;
  line-height: 12px;
}

.text-h2-7 {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 400;
  line-height: 48px;
}

.body-medium-2 {
  color: #f6f3eca3;
}

.card-number {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 80px 32px;
  display: flex;
}

.heading-numbers-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.headline-numbers-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

.text-h1-10 {
  z-index: 1;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 400;
  line-height: 60px;
}

.text-h1-10.text-accent {
  color: #bdaa86;
  font-size: 48px;
}

.numbers-grid-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0a192b;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.main-container-22 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.section-25 {
  z-index: 2;
  color: #f6f3ece0;
  background-color: #0a0a0b;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.text-wrap-numbers-contact {
  max-width: 448px;
}

.divider-numbers {
  background-color: #f6f3ec29;
  width: 1px;
}

.text-small-6 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
}

.section-26 {
  color: #141414;
  background-color: #e9e4e1;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 20px;
}

.section-26.dark {
  color: #e9e4e1;
  background-color: #141414;
}

.paragraph-expertise {
  font-size: 22px;
  line-height: 120%;
}

.grid-all-expertises {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.column-all-expertises {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
}

.flex-heading-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex-heading-left.mg-bottom-100 {
  margin-bottom: 100px;
}

.h3-expertise-heading {
  margin-top: 0;
  margin-bottom: 32px;
}

.main-container-23 {
  width: 100%;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.text-h2-8 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 92%;
}

.cta-main-15 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #15190d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-15.light {
  color: #15190d;
  background-color: #fff;
}

.case-card-image {
  border-radius: 16px;
  width: 100%;
  height: 376px;
  overflow: hidden;
}

.case-card-home-b {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #eff1f1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 40px;
  text-decoration: none;
  display: flex;
}

.case-card-home-b.accent {
  background-color: #bdaa86;
}

.case-card-home-b.long {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-color: #15190d;
}

.text-h4-6 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.limit-640 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 640px;
  display: flex;
}

.headline-cases-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-bottom: 60px;
  display: flex;
}

.case-home-b-bottom-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.case-halves-home-b {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: stretch;
}

.button-arrow {
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-divider-3 {
  border-bottom: 1px dashed #15190d99;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-27 {
  z-index: 1;
  color: #15190d;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.text-h2-9 {
  font-family: var(--_typography---font-styles--heading);
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 92%;
}

.cta-main-16 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #15190d;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-16.light {
  color: #15190d;
  background-color: #fff;
  justify-content: flex-start;
  align-items: center;
}

.section-28 {
  z-index: 1;
  color: #15190d;
  background-color: #fff;
  padding: 40px 24px 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.nl-wrap-image-hero-18 {
  border-radius: 24px;
  position: relative;
  overflow: clip;
}

.nl-image-hero-18 {
  transform-origin: 50% 0;
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: -40px;
  display: block;
}

.nl-pill-hero-18 {
  object-fit: cover;
  border-radius: 80px;
  width: 170px;
  height: 80px;
}

.nl-h1-big {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.6em;
  font-weight: 200;
  line-height: 132%;
}

.nl-main-container {
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: static;
}

.nl-brand-hero-18 {
  width: 52px;
  height: 52px;
  margin-top: 3px;
}

.nl-overlay-general {
  transform-origin: 50% 100%;
  background-color: #fafeff;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.nl-hide-global {
  overflow: clip;
}

.nl-title-wrap-hero-18 {
  grid-column-gap: 12px;
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 64px;
  display: flex;
}

.nl-single-hero-18 {
  grid-column-gap: 14px;
  grid-row-gap: 0px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nl-section {
  color: #171717;
  background-color: #fafeff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.cta-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.cta-main-17 {
  color: #0e0e0e;
  text-align: center;
  letter-spacing: -.01em;
  background-color: #1f334b;
  border-radius: 32px;
  justify-content: center;
  align-items: center;
  padding: 12px 20px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.cta-left {
  position: relative;
}

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

.section-29 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-29.home-c-cta-section {
  background-color: #f0f1f1;
  padding-top: 80px;
  padding-bottom: 80px;
}

.text-h1-11 {
  letter-spacing: -.04em;
  font-size: 80px;
  font-weight: 400;
  line-height: 100%;
}

.button-arrow-2 {
  justify-content: center;
  align-items: center;
  width: 0;
  display: flex;
}

.cta-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.body-1 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.cta-image-wrap {
  border-radius: 32px;
  max-width: 644px;
  height: 720px;
  overflow: hidden;
}

.main-container-24 {
  width: 100%;
  max-width: 1360px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.div-block-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px #000;
  display: flex;
}

.text-block-31 {
  border-right: 1px solid #d1d1d1;
  padding-right: 16px;
}

.wrap-article-body {
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.master-article {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.headline-article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.main-container-25 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.card-author-article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #efede7;
  border-radius: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 16px;
  display: flex;
}

.article-author-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.section-30 {
  z-index: 2;
  color: #191818e0;
  background-color: #f7f7f2;
  padding-top: 140px;
  padding-bottom: 80px;
  position: relative;
}

.image-cover-9 {
  z-index: 1;
  object-fit: cover;
  color: gray;
  width: 100%;
  height: 100%;
}

.wrap-author-article {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.image-wrap-article {
  border-radius: 12px;
  width: 100%;
  max-width: 1144px;
  height: 612px;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.body-medium-3 {
  color: #191818a3;
}

.article-info-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-wrap-author-article {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.image-wrap-author-article {
  border-radius: 100vw;
  flex: none;
  width: 48px;
  height: 48px;
  overflow: hidden;
}

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

.text-wrap_feature-tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.label-master-14 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #231f23;
  text-align: center;
  border: 1px solid #231f2314;
  border-radius: .5rem;
  justify-content: center;
  align-items: center;
  padding: .5rem .75rem;
  display: flex;
}

.label_circle {
  background-color: #ed7472;
  border-radius: .13rem;
  width: .63rem;
  height: .63rem;
}

.heading-style-h2-2 {
  letter-spacing: -.031rem;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3.5rem;
}

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

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

.section_home-b-docs {
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.label-large-3 {
  letter-spacing: .75px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.icon-wrap_feature {
  background-color: #ececec;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.heading_home-b-docs {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 42.5rem;
  margin-bottom: 7.5rem;
  display: flex;
}

.tone-medium {
  color: #231f23a3;
  text-decoration: none;
}

.icon_feature {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.feature-tile {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 28rem;
  display: flex;
}

.text-size-large-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.headline-timeline {
  max-width: 680px;
  margin-bottom: 80px;
}

.left-timeline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-container-26 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.timeline-halves {
  grid-column-gap: 132px;
  grid-row-gap: 132px;
  grid-template-rows: auto;
}

.content-timeline {
  border-top: 1px solid #19181829;
}

.section-31 {
  z-index: 2;
  color: #191818e0;
  background-color: #e4e4e4;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.image-wrap-timeline {
  border: 1px solid #19181829;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.label-small-17 {
  letter-spacing: .75px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 400;
  line-height: 12px;
}

.image-cover-10 {
  z-index: 1;
  object-fit: cover;
  color: gray;
  width: 100%;
  height: 100%;
}

.image-cover-10.horizontal {
  aspect-ratio: 2.39;
}

.text-h4-7 {
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.body-medium-4 {
  color: #191818a3;
}

.timeline-item {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-bottom: 1px solid #19181829;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 24px;
  padding-bottom: 24px;
  display: grid;
}

.about-video {
  z-index: 1;
  color: #fff;
  border-radius: 16px;
  height: auto;
  padding-top: 80px;
  padding-bottom: 336px;
  padding-left: 40px;
  overflow: hidden;
}

.label-8 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

.section-32 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-32.about-video-section {
  padding: 8px;
}

.text-h3-7 {
  letter-spacing: -.04em;
  font-size: 48px;
  font-weight: 500;
  line-height: 100%;
}

.overlay-video {
  opacity: .5;
  background-color: #251e34;
  position: absolute;
  inset: 0%;
}

.headline-video {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 820px;
  display: flex;
}

.image-cover-11 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-main-18 {
  color: #f9f5eb;
  text-align: center;
  cursor: pointer;
  background-color: #16231b;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
  transition: background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.careers-about-halves-2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1.5fr;
  place-items: start;
}

.text-h4-8 {
  letter-spacing: -.03em;
  font-size: 32px;
  font-weight: 400;
  line-height: 100%;
}

.section-divider-4 {
  border-bottom: 1px solid #16231b29;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-4.career-descrption {
  margin-bottom: 32px;
}

.label-9 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.section-33 {
  z-index: 1;
  color: #16231b;
  background-color: #f7f7f2;
  padding: 120px 24px;
  font-size: 16px;
  position: relative;
}

.section-33.hero-careers {
  padding: 128px 24px 0;
}

.hide-5 {
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.headline-careers-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.label-master-15 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px solid #16231b29;
  border-radius: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 4px 16px;
}

.label-master-15.light {
  border-style: solid;
  border-color: #ffffff29;
  border-radius: 24px;
}

.country-flag-icon-svg, .country-flag-icon-svg-2, .country-flag-icon-svg-3, .country-flag-icon-svg-4, .country-flag-icon-svg-5, .country-flag-icon-svg-6, .country-flag-icon-svg-7, .country-flag-icon-svg-8, .country-flag-icon-svg-9, .country-flag-icon-svg-10, .country-flag-icon-svg-11, .country-flag-icon-svg-12, .country-flag-icon-svg-13, .country-flag-icon-svg-14, .country-flag-icon-svg-15, .country-flag-icon-svg-16, .country-flag-icon-svg-17, .country-flag-icon-svg-18, .country-flag-icon-svg-19, .country-flag-icon-svg-20 {
  width: 80px;
}

.label-small-18 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.label-master-16 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #ffffff52;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}

.label-master-16.dark {
  border-color: #181e2552;
}

.main-container-27 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.text-h5-3 {
  letter-spacing: -1px;
  font-size: 28px;
  font-weight: 500;
  line-height: 114%;
}

.headline-section {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 530px;
  margin-bottom: 64px;
  display: flex;
}

.data-1-list {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.data-1-item {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

.section-34 {
  z-index: 2;
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-34.paddings-big {
  padding-top: 160px;
  padding-bottom: 160px;
}

.text-large-6 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.label-small-19 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 600;
  line-height: 120%;
}

.label-master-17 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #ffffff52;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  display: inline-flex;
}

.label-master-17.dark {
  border-color: #181e2552;
}

.main-container-28 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.section-35 {
  z-index: 2;
  background-color: #f8f7f5;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-35.paddings-big {
  padding-top: 160px;
  padding-bottom: 160px;
}

.text-large-7 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.section-text {
  letter-spacing: -.1px;
  font-size: 18px;
  font-weight: 500;
  line-height: 22px;
}

.heading-expandable {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 24px;
  font-size: 32px;
  font-weight: 500;
  line-height: 130%;
}

.section-36 {
  color: #000;
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 20px;
  font-weight: 500;
  line-height: 105%;
}

.master-expandable-wide {
  grid-row-gap: 0px;
  flex-direction: column;
  display: flex;
}

.faq-paragraph {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding-top: 24px;
  padding-bottom: 16px;
  font-size: 20px;
  line-height: 120%;
}

.plus-line {
  background-color: #18282e;
  border-radius: 2px;
  width: 20px;
  height: 2px;
}

.plus-line.vertical {
  position: absolute;
  transform: rotate(-90deg);
}

.expandable-single-faq {
  cursor: pointer;
  border-bottom: 1px solid #000;
  padding-top: 16px;
  padding-bottom: 16px;
}

.expandable-single-faq.first-faq {
  border-top: 1px solid #000;
}

.grid-team-indent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 2fr 10fr;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 90%;
  display: flex;
}

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

.plus-expand-master {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.main-container-29 {
  width: 100%;
  max-width: 1600px;
  padding-left: 24px;
  padding-right: 24px;
}

.service-bottom-tile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-h6-3 {
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 500;
  line-height: 28px;
}

.text-h6-3.text-color-white {
  color: var(--_primitives---colors--neutral-darkest);
}

.section-37 {
  z-index: 2;
  background-color: #f0f0f0;
  padding-top: 40px;
  padding-bottom: 80px;
  position: relative;
}

.image-cover-12 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-12.parallax {
  flex: none;
  width: 120%;
  max-width: none;
  height: 120%;
  display: block;
}

.wrap-hero-8 {
  overflow: clip;
}

.button-text-mask-9 {
  pointer-events: none;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.image-wrap-service-hero {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 441px;
  height: 475px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-wrap-service-hero._2 {
  margin-top: 88px;
}

.text-wrap-service-about {
  text-align: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
}

.headline-service {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.service-image-halves {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.text-h1-12 {
  z-index: 1;
  letter-spacing: -2.5px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.main-container-30 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.left-home-a {
  max-width: 510px;
}

.section-38 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-38.hero-home-a-section {
  color: #f4f3ea;
  padding-top: 0;
  padding-bottom: 0;
}

.image-cover-13 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.button-wrap-home-a {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-small-20 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.label-small-20.text-light-88.align-right {
  text-align: right;
}

.home-a-bottom-tile {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.button-text-mask-10 {
  pointer-events: none;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.overlay-dark-16 {
  z-index: 1;
  background-color: #0000008c;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.home-a-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.overlay-home-a {
  z-index: 1;
  background-image: linear-gradient(0deg, #1a1a17a3, #0000);
  width: 100%;
  height: 20%;
  position: absolute;
  inset: auto 0% 0%;
}

.button-icon-wrap-10 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.divider-light-16-2 {
  background-color: #f4f3ea29;
  width: 100%;
  height: 1px;
}

.text-h1-13 {
  z-index: 1;
  letter-spacing: -2.5px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.right-home-a {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  max-width: 448px;
  display: flex;
}

.eyebrow-circle-11 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.video-home-a {
  z-index: 1;
  background-color: #1a1a17;
  width: 100%;
  height: auto;
  min-height: 100vh;
  padding-bottom: 48px;
  display: flex;
}

.home-a-hero-center {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.master-hero-home-a {
  flex-flow: column;
  width: 100%;
  height: 90%;
  display: flex;
}

.wrap-home-a-hero-center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  margin-top: auto;
  margin-bottom: auto;
  display: flex;
}

.main-container-31 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.cta-main-19 {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  text-decoration: none;
  transition: color .45s;
  display: flex;
  position: relative;
}

.cta-main-19.bg-2 {
  color: #1e1c1a;
}

.cta-main-19.bg-2:hover {
  color: #fff;
}

.button-wrap-home-c-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-home-c {
  min-height: 100svh;
  padding: 8px;
  display: flex;
}

.overlay-top-home-c {
  background-image: linear-gradient(#00000080, #00000080);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.button-bg-12 {
  background-color: #9d9287;
  border-radius: 32px;
  transition: background-color .45s;
  position: absolute;
  inset: 0%;
}

.button-bg-12:hover {
  background-color: #1e1c1a;
}

.button-bg-12.bg-2 {
  background-color: #e8e1da;
}

.button-bg-12.bg-2:hover {
  background-color: #1e1c1a;
}

.button-text-mask-11 {
  pointer-events: none;
  flex: none;
  height: 24px;
  overflow: hidden;
}

.button-text-12 {
  z-index: 1;
  letter-spacing: 1.5px;
  text-shadow: none;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
  position: relative;
}

.main-container-32 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 48px;
  padding-right: 48px;
}

.heading-home-b {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.video-home-c {
  z-index: 1;
  border-radius: 16px;
  width: 100%;
  height: auto;
  display: flex;
}

.icon-button-7 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 12px;
  display: flex;
  position: relative;
}

.headline-home-c-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section-39 {
  z-index: 2;
  background-color: #f7f4f1;
  padding-top: 120px;
  padding-bottom: 120px;
  position: relative;
}

.section-39.hero-home-b-section {
  color: #fff;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.text-large-8 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 28px;
}

.button-icon-wrap-11 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  margin-bottom: 2px;
  margin-left: 6px;
  display: flex;
  overflow: hidden;
}

.text-h1-14 {
  z-index: 1;
  letter-spacing: -4px;
  font-size: 72px;
  font-weight: 400;
  line-height: 68px;
}

.nl-heading-left {
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.nl-heading-left.nl-mg-bottom-64 {
  margin-bottom: 64px;
}

.nl-grid-logos-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.nl-tile-logos-5 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 172px;
  padding: 32px;
  display: flex;
}

.nl-logo-logos-5 {
  object-fit: contain;
  width: 80%;
  height: 48px;
}

.nl-main-container-2 {
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.nl-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 200;
  line-height: 125%;
}

.nl-top-text-accent {
  color: #3569f1;
  font-size: .9em;
  font-weight: 400;
}

.nl-section-light-two {
  color: #171717;
  background-color: #f7f7f7;
  padding-top: 120px;
  padding-bottom: 120px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.nl-top-text-heading-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.button-bg-13 {
  background-color: #000;
  border: 1px solid #f6f3f014;
  border-radius: 32px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.button-bg-13:hover {
  background-color: #000000e0;
  border-color: #f6f3f014;
}

.button-bg-13.secondary {
  background-color: #0000000a;
  border-color: #0000;
}

.button-bg-13.secondary:hover {
  background-color: #f6f3f0e0;
  border-color: #f6f3f014;
}

.button-bg-13.secondary.is-dark {
  background-color: #f6f3f00a;
  border-color: #f6f3f014;
}

.main-container-33 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 0;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.button-text-13 {
  z-index: 1;
  text-shadow: 0 1.5em #f6f3f0;
  position: relative;
}

.button-text-13.secondary {
  text-shadow: 0 1.5em #f6f3f0;
}

.content-wrap-about {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 912px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 160px;
  display: flex;
  overflow: hidden;
}

.icon-button-8 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.text-h1-15 {
  z-index: 1;
  letter-spacing: -4px;
  font-size: 72px;
  font-weight: 600;
  line-height: 72px;
}

.text-h1-15.heading-strong.dark-mode {
  color: #f6f3f0;
}

.video-about-hero {
  border-radius: 24px;
  width: 80%;
  height: 70%;
  overflow: hidden;
}

.video-wrap-about {
  background-color: #e4e4e4;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  margin-top: 0;
  padding-top: 0;
  display: flex;
  position: sticky;
  top: 0;
}

.cta-main-20 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f6f3f0;
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta-main-20:hover {
  color: #f6f3f0;
}

.cta-main-20.secondary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #000;
}

.cta-main-20.secondary:hover, .cta-main-20.secondary.dark-mode {
  color: #f6f3f0;
}

.button-text-mask-12 {
  pointer-events: none;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.master-about-hero {
  margin-bottom: 0;
  padding-bottom: 0;
}

.button-icon-wrap-12 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.button-icon-wrap-12.right {
  margin-right: -4px;
}

.button-icon-wrap-12.left {
  margin-left: -4px;
}

.headline-about-hero {
  z-index: 5;
  text-align: center;
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
  left: 0;
  right: 0;
}

.overlay-about-video {
  background-color: #1a1a1a52;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-40 {
  z-index: 2;
  color: #000000e0;
  background-color: #f6f3f0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}

.section-40.hero-about-section {
  color: #f6f3f0e0;
  background-color: #e4e4e4;
  min-height: 200vh;
  padding-top: 100px;
  padding-bottom: 0;
}

.text-h4-9 {
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.body-2 {
  overflow: visible;
}

.icon-target, .icon-chess, .icon-list-checks, .icon-alignjustify, .icon-view-structure-down, .icon-lucide-eye, .icon-chess-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.label-10 {
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 500;
  line-height: 133.3%;
}

.section-divider-5 {
  border-bottom: 1px solid #1f191552;
  width: 100%;
  height: 0;
  margin-right: auto;
}

.section-divider-5.light {
  border: 1px solid #d1d1d1;
}

.headline-main-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-container-34 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

.image-cover-14 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-14.parallax {
  height: 150%;
  transform: translate(0, -10%);
}

.icon-tick {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-top: 5px;
  display: flex;
}

.icon-tick.text-accent {
  color: #1f334b;
  -webkit-text-stroke-color: #bdaa86;
}

.main-features-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.text-h3-8 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.main-features-item {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #1a1a1a;
  flex-flow: column;
  display: flex;
}

.main-features-image {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.section-41 {
  z-index: 2;
  color: #1f1915;
  background-color: #f0eee9;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.section-41.features-6 {
  color: #fffdf6;
  background-color: #e4e4e4;
  min-height: 100svh;
  padding-top: 120px;
  padding-bottom: 96px;
}

.main-features-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  max-width: 456px;
  display: flex;
}

.label-master-18 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  text-align: center;
  border: 1px solid #fffdf652;
  border-radius: 24px;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
}

.text-large-9 {
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.main-features-item-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.main-features-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

.main-feature-text {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-block-37 {
  color: #333333bf;
}

.icon-target-2, .icon-chess-3, .icon-building, .icon-handshake, .icon-user-badge-check, .icon-open-book, .icon-light-bulb-on, .icon-graduationcap, .icon-lucide-building2, .icon-users, .icon-lucide-globe, .icon-building2, .icon-building-2, .icon-globe, .icon-hand-coins, .icon-lucide-scale, .icon-handcoin, .icon-building-3, .icon-user2, .icon-globe-2, .icon-globe-3, .icon-user2-2, .icon-usercommunity, .icon-building3, .icon-building-4, .icon-handcoin-2, .icon-coins, .icon-globe-4 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.country-flag-icon-svg-21 {
  z-index: 1;
  width: auto;
  max-width: 100%;
  position: relative;
  overflow: visible;
}

.bold-text-11 {
  color: #f3daac;
}

.body-3 {
  overflow: visible;
}

.container {
  z-index: 1;
  background-image: url('../images/IMG_3940-1.png');
  background-position: 50%;
  background-repeat: repeat;
  background-size: cover;
  background-attachment: scroll;
  width: 100%;
  max-width: none;
  min-height: 820px;
  margin-left: 0;
  margin-right: 0;
  padding-top: 16em;
  padding-bottom: 16em;
  display: flex;
  position: relative;
}

.image-2 {
  z-index: 1;
  display: block;
  position: relative;
}

.div-block-5 {
  position: relative;
}

.bold-text-12, .bold-text-13, .bold-text-14 {
  font-size: .9rem;
}

.bold-text-15, .bold-text-16 {
  color: #f2dbab;
}

.bold-text-17 {
  font-weight: 400;
  display: block;
}

.icon-lucide-globe-2 {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.image-cover-15 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.tabs-content-features {
  border-radius: 8px;
  width: 45%;
  height: 800px;
  position: absolute;
  inset: 0% 0% auto auto;
}

.features-image-wrap {
  border-radius: 8px;
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.tabs-features {
  width: 100%;
  display: flex;
  position: static;
}

.heading-process {
  max-width: 528px;
}

.process-halves {
  grid-column-gap: 144px;
  grid-row-gap: 144px;
  grid-template-rows: auto;
  position: relative;
}

.accordion-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-11 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.process-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hide-6 {
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.tab-accordion {
  color: #f9f5eb;
  background-color: #0000;
  border-radius: 8px;
  padding: 16px;
}

.tab-accordion.w--current {
  background-color: #ffffff29;
}

.icon-accordion {
  width: 32px;
}

.features-message {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff29;
  border-radius: 8px;
  max-width: 257px;
  padding: 8px;
  position: absolute;
  top: 24px;
  right: 24px;
}

.features-image-placeholder {
  width: 100%;
  height: 800px;
  position: relative;
  overflow: hidden;
}

.section-42 {
  z-index: 1;
  color: #16231b;
  background-color: #f9f5eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  position: relative;
}

.section-42.tabs-1 {
  color: #f9f5eb;
  background-color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
}

.headline-home-a-process {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.text-big-3 {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.tabs-menu-features {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 100%;
  max-width: 416px;
  display: flex;
  position: static;
}

.text-h2-10 {
  letter-spacing: -.04em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 400;
  line-height: 92%;
}

.home-b-feature-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-b-features-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #fff;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 64px 64px 40px;
  display: flex;
}

.text-h6-4 {
  letter-spacing: -.01em;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.home-b-features-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-home-b-feature {
  width: 24px;
  height: 24px;
}

.home-b-features-image {
  aspect-ratio: auto;
  width: 100%;
  max-width: 100%;
  height: 100%;
}

.text-h1-16 {
  z-index: 1;
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 400;
  line-height: 94.4%;
}

.home-b-subheading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.home-b-features-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.label-12 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.image-cover-16 {
  z-index: 1;
  object-fit: fill;
  width: 100%;
  height: 100%;
  line-height: 100%;
}

.home-b-features-grid {
  grid-template-columns: 1fr;
  width: 100%;
}

.text-big-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.headline-home-b-features {
  text-align: center;
  max-width: 864px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

._404-heading {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

.section-43 {
  z-index: 1;
  color: #15190d;
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
  position: relative;
}

.section-43.home-b-features-section {
  padding-top: 0;
  padding-bottom: 0;
}

.image-3 {
  width: 42px;
  height: 42px;
}

.div-block-6 {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: stretch;
  width: 50%;
  max-width: 50%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: absolute;
  inset: 0% 0% auto;
  overflow: visible;
}

.image-4 {
  max-width: 100%;
  display: inline-block;
  overflow: clip;
}

.main-container-35 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-h6-5 {
  letter-spacing: -.5px;
  font-size: 24px;
  font-weight: 600;
  line-height: 28px;
}

.body-medium-5 {
  color: #000000a3;
}

.icon-button-9 {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

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

.heading-home-c-services {
  max-width: 448px;
}

.text-h2-11 {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.right-headline-services {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 448px;
  display: flex;
}

.image-cover-17 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-tertiary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #000;
  letter-spacing: .25px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta-tertiary:hover {
  color: #000000e0;
}

.cta-tertiary.dark-mode {
  color: #f6f3f0;
}

.cta-underline {
  background-color: #000;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.content-service-card {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #000000e0;
  background-color: #f0f1f1;
  flex-flow: column;
  align-items: flex-start;
  height: auto;
  padding: 24px;
  display: flex;
}

.video-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.button-icon-wrap-13 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.heading-medium-2 {
  color: #0000007a;
}

.heading-medium-2.dark-mode {
  color: #f6f3f07a;
}

.card-service-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 12px;
  grid-template-rows: auto 1fr;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  display: grid;
  overflow: hidden;
}

.headline-home-c-services {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.section-44 {
  z-index: 2;
  color: #000000e0;
  background-color: #f6f3f0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}

.section-44.home-c-services-section {
  z-index: 3;
  color: #f6f3f0e0;
  background-color: #000;
  border-bottom-right-radius: 24px;
  border-bottom-left-radius: 24px;
  margin-bottom: -24px;
  padding-top: 120px;
  padding-bottom: 120px;
}

.image-wrap-service-card {
  width: 100%;
  height: 120px;
  overflow: hidden;
}

.left-case-long {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 424px;
  height: auto;
  padding: 24px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.overlay-image-case-long {
  background-image: linear-gradient(#0000, #1a1a17a3);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: auto 0% 0%;
}

.text-small-7 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.overlay-cs-top {
  width: 100%;
  height: 20%;
  transform-style: preserve-3d;
  background-image: linear-gradient(#1a1a17a3, #0000);
  position: absolute;
  inset: 0% 0% auto;
  transform: translateZ(0);
}

.story-long {
  width: 100%;
}

.story-long.hide-cms {
  display: none;
}

.section-45 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.label-small-21 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.image-cover-18 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.eyebrow-circle-12 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

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

.card-case-long {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  color: #f4f3ea;
  background-color: #1f334b;
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px 24px 24px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.text-h4-10 {
  letter-spacing: -1px;
  font-family: Merriweather, serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.case-long-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.right-case-long {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.author-case-long {
  z-index: 1;
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.text-h1-17 {
  z-index: 1;
  letter-spacing: -2.5px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.case-long-bottom-tile {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.main-container-36 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.text-block-39 {
  color: #bdaa86;
}

.text-block-40 {
  font-size: 16px;
  font-weight: 700;
}

.icon-chess-4 {
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.home-b-features-grid-copy {
  grid-template-columns: 1fr 1fr;
  width: 100%;
}

.home-b-features-left-copy {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #eef0f0;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px 64px 80px 40px;
  display: flex;
}

.home-b-features-halves-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  width: 100%;
  height: 640px;
  overflow: hidden;
}

.h2-heading-2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
}

.section-46 {
  color: #282943;
  background-color: #fffeff;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 18px;
  font-weight: 400;
  line-height: 145%;
}

.section-46.grey {
  background-color: #f9f9f9;
  padding-top: 100px;
  padding-bottom: 100px;
}

.image-office-halves {
  width: 100%;
}

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

.heading-center.mg-bottom-64 {
  grid-row-gap: 16px;
  margin-bottom: 64px;
}

.paragraph-big-2 {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.column-office-halves {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.column-office-halves.move-down-column {
  padding-top: 0;
}

.grid-office-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.lightbox-office-halves {
  border-radius: 16px;
  overflow: hidden;
}

.main-container-37 {
  width: 100%;
  max-width: 1400px;
  padding-left: 24px;
  padding-right: 24px;
}

.text-block-5-copy {
  color: #b9b9b9;
  letter-spacing: 1px;
  -webkit-text-stroke-color: #b37f1d;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
}

.text-block-5-copy.about, .text-block-5-copy.text-color-white {
  color: #fff;
}

.hero {
  color: #121212;
  isolation: isolate;
  background: #f7f4f0;
  min-height: 100vh;
  position: relative;
  overflow: hidden;
}

.hero__nav {
  z-index: 30;
  background: #f7f4f0;
  border-radius: 999px;
  justify-content: space-between;
  align-items: center;
  gap: 1.25rem;
  padding: .625rem .625rem .625rem 1.75rem;
  display: flex;
  position: absolute;
  top: 1.25rem;
  left: 1.25rem;
  right: 1.25rem;
  box-shadow: 0 6px 20px -8px #1212121f;
}

.hero__brand {
  color: #121212;
  letter-spacing: -.02em;
  font-size: 1.375rem;
  font-style: italic;
  font-weight: 700;
  text-decoration: none;
}

.hero__nav-list {
  gap: 2.5rem;
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.hero__nav-cta {
  color: #fff;
  letter-spacing: .2em;
  text-transform: uppercase;
  background: #3240a0;
  border-radius: 999px;
  align-items: center;
  padding: .875rem 1.5rem;
  font-size: .6875rem;
  text-decoration: none;
  transition: transform .22s cubic-bezier(.22, .61, .36, 1), box-shadow .22s cubic-bezier(.22, .61, .36, 1);
  display: inline-flex;
  position: relative;
  overflow: hidden;
  box-shadow: 0 4px 14px #32409c4d;
}

.hero__nav-cta:hover {
  box-shadow: 0 4px 14px #32409c66;
}

.hero__nav-cta:active {
  transition: transform .16s ease-out;
  transform: scale(.97);
}

.hero__stage {
  justify-content: center;
  align-items: center;
  gap: 0;
  width: 100%;
  height: 100vh;
  min-height: 44rem;
  display: flex;
  position: relative;
}

.hero__halo {
  filter: blur(8px);
  pointer-events: none;
  background: radial-gradient(circle at 50% 45%, #ffc05866 0%, #e192b829 35%, #f7f4f000 65%);
  border-radius: 50%;
  width: 44rem;
  height: 44rem;
  position: absolute;
}

.hero__orbit {
  pointer-events: none;
  will-change: transform;
  width: 0;
  height: 0;
  position: absolute;
  top: 50%;
  left: 50%;
}

.hero__orbit.hero__orbit--outer {
  animation: 140s linear infinite orbit-ccw;
}

.hero__orbit.hero__orbit--inner {
  animation: 90s linear infinite orbit-cw;
}

.hero__satellite {
  transform-origin: 0 0;
  position: absolute;
  top: 0;
  left: 0;
}

.hero__uprighter {
  display: contents;
}

.hero__frame {
  transform: rotate(calc(-1 * var(--angle))) rotate(0deg);
  background: #fff;
  border-radius: 14px;
  position: relative;
  overflow: hidden;
  box-shadow: 0 18px 40px -18px #12121238;
}

.hero__center {
  z-index: 10;
  text-align: center;
  opacity: 1;
  max-width: 36rem;
  padding: 0 1.5rem;
  position: relative;
  transform: scale(1);
}

.hero__title {
  color: #121212;
  letter-spacing: -.035em;
  font-size: clamp(2.5rem, 6.5vw, 4.75rem);
  font-weight: 500;
  line-height: 1.02;
}

.hero__title.no-margins-2 {
  margin: 0;
}

.hero__title-em {
  color: #0000;
  -webkit-text-fill-color: transparent;
  background: linear-gradient(135deg, #ffc058 0%, #e192b8 50%, #3240a0 100%);
  -webkit-background-clip: text;
  background-clip: text;
  font-style: italic;
  font-weight: 500;
}

.hero__footnote {
  z-index: 20;
  pointer-events: none;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  bottom: 1.75rem;
  left: 2rem;
  right: 2rem;
}

.hero__footnote-label {
  color: #6a6a6a;
  letter-spacing: .22em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  font-size: .6875rem;
  display: inline-flex;
}

.hero__dot {
  background: #f60;
  border-radius: 50%;
  flex-shrink: 0;
  width: .375rem;
  height: .375rem;
}

.hero__footnote-meta {
  color: #6a6a6a;
  letter-spacing: .22em;
  text-transform: uppercase;
  align-items: center;
  gap: .5rem;
  font-size: .6875rem;
  display: inline-flex;
}

.label-small-22 {
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 10px;
  font-weight: 500;
  line-height: 12px;
}

.eyebrow-circle-13 {
  background-color: #b6e400;
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

.section-47 {
  z-index: 2;
  background-color: #f4f3ea;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-47.hero-home-c-section {
  color: #f4f3ea;
  background-color: #1a1a17;
  padding-top: 120px;
  padding-bottom: 120px;
  overflow: clip;
}

.image-cover-19 {
  z-index: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.image-cover-19.parallax {
  flex: none;
  width: 120%;
  max-width: none;
  height: 120%;
  display: block;
}

.marquee-logo-4 {
  height: 28px;
}

.marquee-logo-4.large {
  height: 36px;
}

.master-marquees-3 {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.master-marquees-3.logo-marquee {
  width: 100%;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 24px;
  padding-bottom: 24px;
}

.button-bg-15 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #b6e400;
  border: 1px solid #0000;
  border-radius: 100vw;
  transition: border-color 1s, background-color 1s;
  position: absolute;
  inset: 0%;
  box-shadow: inset 0 1px #1a1a170a, inset 0 -1px #1a1a1714;
}

.button-bg-15:hover {
  background-color: #1a1a17e0;
  border-color: #f4f3ea14;
}

.button-text-mask-14 {
  pointer-events: none;
  flex: none;
  height: 20px;
  overflow: hidden;
}

.button-icon-wrap-14 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
  overflow: hidden;
}

.text-h1-18 {
  z-index: 1;
  letter-spacing: -2.5px;
  font-family: Merriweather, serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 64px;
}

.button-wrap-home-c-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.headline-home-c-3 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cta-main-21 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1a1a17;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px 16px;
  font-size: 14px;
  font-weight: 400;
  line-height: 20px;
  text-decoration: none;
  transition: color 1s;
  display: flex;
  position: relative;
}

.main-container-38 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.drift-section {
  background-color: var(--_primitives---opacity--transparent);
  cursor: default;
  width: 100%;
  height: 100vh;
  min-height: 600px;
  position: relative;
  overflow: hidden;
}

.float-img {
  will-change: transform;
  position: absolute;
  overflow: hidden;
}

.float-img.float-img--k {
  z-index: 3;
  width: 570px;
  height: 300px;
  margin-top: -397px;
  margin-left: -285px;
  top: 50%;
  left: 50%;
}

.float-img.float-img--a {
  z-index: 6;
  width: 240px;
  height: 300px;
  top: 12%;
  left: 5%;
}

.float-img.float-img--b {
  z-index: 6;
  width: 215px;
  height: 138px;
  top: 15%;
  left: 30%;
}

.float-img.float-img--c {
  z-index: 6;
  width: 112px;
  height: 155px;
  top: 60%;
  left: 19%;
}

.float-img.float-img--d {
  z-index: 6;
  width: 200px;
  height: 300px;
  top: 8%;
  left: 54%;
}

.float-img.float-img--e {
  z-index: 1;
  width: 400px;
  height: 300px;
  position: absolute;
  top: 40%;
  left: 32%;
}

.float-img.float-img--f {
  z-index: 6;
  width: 200px;
  height: 138px;
  top: 42%;
  left: 75%;
}

.float-img.float-img--g {
  z-index: 6;
  width: 155px;
  height: 100px;
  top: 77%;
  left: 9%;
}

.float-img.float-img--h {
  z-index: 6;
  width: 200px;
  height: 140px;
  top: 10%;
  left: 78%;
}

.float-img.float-img--i {
  z-index: 6;
  width: 188px;
  height: 122px;
  top: 73%;
  left: 61%;
}

.float-img.float-img--j {
  z-index: 6;
  width: 150px;
  height: 150px;
  top: 55%;
  left: 84%;
}

.float-img__label {
  pointer-events: none;
  color: #9a8a7a;
  letter-spacing: .18em;
  text-transform: uppercase;
  white-space: nowrap;
  font-size: .55rem;
  position: absolute;
  bottom: -1.4rem;
  left: 0;
}

.text-h1-2-copy {
  z-index: 1;
  width: auto;
  max-width: none;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  letter-spacing: -2.5px;
  padding-bottom: 20px;
  font-family: Merriweather, serif;
  font-size: 56px;
  font-weight: 400;
  line-height: 64px;
  overflow: visible;
}

.text-h1-2-copy.text-color-black {
  width: 800px;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding-bottom: 0;
}

.text-h1-2-copy.text-color-black-copy {
  width: 800px;
  color: var(--_primitives---colors--neutral-darkest);
  text-align: center;
  padding-bottom: 0;
}

@media screen and (min-width: 1440px) {
  .text-size-regular {
    color: #f9f5eb80;
    max-width: 432px;
  }

  .text-size-regular.text-color-black {
    color: #000c;
    width: 100%;
    max-width: none;
    margin-bottom: 20px;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.home-a-system-section.leadership, .section.partnership {
    padding-top: 80px;
  }

  .image-cover.parallax {
    width: 108%;
    height: 108%;
  }

  .eyebrow.light {
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .eyebrow.light.light-13 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .eyebrow.light.light-13.who {
    justify-content: center;
    align-items: center;
  }

  .eyebrow.light.light-13-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .eyebrow.light.light-13-copy.who {
    justify-content: center;
    align-items: center;
  }

  .eyebrow.light.light-10 {
    margin-left: 0;
  }

  .eyebrow.light-copy {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    max-width: 1144px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .eyebrow.light-copy.light-13 {
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .eyebrow.light-copy.light-13.who {
    justify-content: center;
    align-items: center;
  }

  .eyebrow.light-copy.light-13-copy {
    flex-flow: row;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-left: 0;
  }

  .eyebrow.light-copy.light-13-copy.who {
    justify-content: center;
    align-items: center;
  }

  .book-button-bg.light-9 {
    background-color: #cecece;
  }

  .button-wrap-home-c {
    justify-content: flex-start;
    align-items: center;
  }

  .cta-main {
    border: 0 #0000;
  }

  .text-small {
    width: 100%;
    display: block;
  }

  .nav-link {
    color: #1a1a17;
    text-decoration: none;
  }

  .nav-column-item {
    text-decoration: none;
  }

  .stats-halves {
    grid-template-columns: 1.75fr;
  }

  .text-h2 {
    width: 800px;
  }

  .text-h2.no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .stats-grid {
    grid-template-columns: 1fr 1fr 1fr;
    position: static;
  }

  .column-halves.reverse.bew {
    place-items: start center;
  }

  .button-bg-2 {
    border-style: none;
    box-shadow: inset 0 1px #000, inset 0 -1px #000;
  }

  .text-block-4.about {
    color: #f4f3ea;
  }

  .text-block-4.practice {
    max-width: 770px;
  }

  .text-block-5.text-color-white {
    color: #fff;
  }

  .card-service-top-tile {
    justify-content: flex-start;
    height: 100%;
  }

  .card-service-top-tile.partnership {
    justify-content: space-between;
  }

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

  .card-service {
    justify-content: flex-start;
    min-height: auto;
  }

  .title-service-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-main-2.submit {
    color: #fff;
    background-color: #1e344b;
  }

  .footer-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .hero-link-new {
    width: auto;
    max-width: 280px;
    margin-bottom: 16px;
    display: block;
  }

  .text-h1-2 {
    text-align: left;
    padding-bottom: 0;
  }

  .text-h1-2.text-color-black {
    text-align: left;
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .text-h1-2.text-color-black-copy {
    text-align: center;
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
  }

  .text-wrap-article-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-article {
    border-bottom: 1px solid #cecece;
    flex-flow: row;
    align-items: center;
    padding-bottom: 20px;
  }

  .headline-blog-home-a {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .main-container-2 {
    justify-content: space-between;
  }

  .image-wrap-article-card {
    flex-flow: row;
    width: 100px;
    height: 100px;
  }

  .text-h3-2.no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .about-text-master {
    justify-content: flex-start;
    align-items: center;
  }

  .section-5 {
    background-color: #e4e4e4;
    padding-top: 40px;
  }

  .section-5.value-features-1-top {
    background-color: #e4e4e4;
    justify-content: flex-start;
    align-items: center;
    padding-top: 140px;
  }

  .about-c-value-halves {
    grid-template-columns: 1fr;
    max-width: 1300px;
  }

  .text-h5-2 {
    font-weight: 400;
    line-height: 34px;
  }

  .text-h2-3.no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .section-11.about-stats-section {
    background-color: #1f334b;
  }

  .stats-tile-2 {
    border-left-color: #bdaa86;
  }

  .careers-about-halves {
    padding-top: 20px;
  }

  .section-12 {
    padding-top: 0;
    padding-bottom: 100px;
  }

  .heading-careers {
    width: 1000px;
  }

  .headline-careers {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 60px;
  }

  .block-callout {
    background-color: #0a192b;
  }

  .section-13.callout-section {
    background-color: #f0f0f0;
    background-image: none;
    padding-top: 0;
    padding-bottom: 100px;
  }

  .section-14.paddings-big {
    background-color: #f0f0f0;
    padding-bottom: 120px;
  }

  .headline-about-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 750px;
    margin-bottom: 24px;
    display: flex;
  }

  .headline-home-a-about {
    max-width: 600px;
  }

  .about-home-a {
    padding: 0;
  }

  .section-15.home-a-about-section {
    background-color: #0a192b;
    background-image: none;
    border-radius: 0;
  }

  .about-item-home-a {
    background-color: #f4f3ea;
  }

  .section-16.features-8 {
    background-color: #1e2d3e;
    padding-bottom: 80px;
  }

  .column-left {
    align-self: flex-start;
  }

  .section-17.marquee-home-c {
    background-color: #f0f0f0;
    padding-top: 0;
  }

  .section-17.about-home-c-section {
    background-color: #f0f0f0;
  }

  .text-wrap-about-home-c {
    max-width: 1080px;
  }

  .text-wrap-about-home-c.text-color-black {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .hide-4, .heading-column-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: flex;
  }

  .section-19.scroll-blogs-section {
    background-color: #0a192b;
  }

  .scroll-blog-content-master {
    width: 100%;
    max-width: 700px;
  }

  .marquee-home-c, .wrap-intro-text-6, .section-20 {
    background-color: #f0f0f0;
  }

  .section-20.about-c-marquee-section {
    background-color: #f0f0f0;
    margin-top: 0;
    padding-top: 80px;
  }

  .text-h3-4.no-margins {
    margin-top: 0;
    margin-bottom: 0;
  }

  .blog-halves {
    grid-column-gap: 32px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
    grid-template-areas: ".";
  }

  .headline-stories {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .blog-filters-list {
    flex-flow: wrap;
  }

  .heading {
    max-width: 1144px;
    padding-left: 0;
  }

  .cta-main-10, .cta-main-11, .cta-main-12, .cta-main-13, .cta-main-14 {
    border: 0 #0000;
  }

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

  .limit-640 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    display: block;
  }

  .text-h2-9 {
    margin-bottom: 20px;
  }

  .nl-main-container {
    text-align: center;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
  }

  .text-block-31 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-right: 1px solid #cecece;
    padding-right: 16px;
    display: block;
  }

  .section-30 {
    padding-top: 140px;
  }

  .headline-timeline {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    display: block;
  }

  .section-31 {
    background-color: #e4e4e4;
  }

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

  .text-h4-7.no-margins {
    margin-top: 10px;
  }

  .section-33 {
    background-color: #f7f7f2;
  }

  .hide-5 {
    padding-bottom: 0;
    overflow: visible;
  }

  .heading-2 {
    color: var(--color-scheme-1--foreground);
    font-size: 56px;
    font-weight: 400;
  }

  .image {
    width: 40px;
    height: 40px;
    display: block;
  }

  .country-flag-icon-svg, .country-flag-icon-svg-2, .country-flag-icon-svg-3, .country-flag-icon-svg-4, .country-flag-icon-svg-5, .country-flag-icon-svg-6, .country-flag-icon-svg-7, .country-flag-icon-svg-8, .country-flag-icon-svg-9, .country-flag-icon-svg-10, .country-flag-icon-svg-11, .country-flag-icon-svg-12, .country-flag-icon-svg-13, .country-flag-icon-svg-14, .country-flag-icon-svg-15, .country-flag-icon-svg-16, .country-flag-icon-svg-17, .country-flag-icon-svg-18, .country-flag-icon-svg-19, .country-flag-icon-svg-20 {
    width: 40px;
  }

  .section-36 {
    border-top-style: none;
  }

  .section-37 {
    background-color: #e4e4e4;
    padding-top: 20px;
  }

  .overlay-dark-16 {
    background-color: #0006;
  }

  .video-home-a {
    padding-bottom: 140px;
  }

  .home-a-hero-center {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-start;
  }

  .master-hero-home-a {
    height: 100%;
  }

  .container {
    padding-top: 10em;
    padding-bottom: 8em;
  }

  .home-b-features-left {
    justify-content: space-between;
  }

  .home-b-features-halves {
    height: auto;
  }

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

  .home-b-features-left-copy {
    flex-flow: column;
    justify-content: space-between;
  }

  .home-b-features-halves-copy {
    align-content: stretch;
    height: auto;
  }

  .text-block-5-copy.text-color-white {
    color: #fff;
  }

  .text-h1-2-copy {
    width: 600px;
    color: var(--_primitives---colors--neutral-darker);
    text-align: center;
    padding-bottom: 0;
  }

  .text-h1-2-copy.text-color-black, .text-h1-2-copy.text-color-black-copy {
    text-align: center;
    align-self: auto;
    width: 100%;
    margin-bottom: 0;
  }
}

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

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

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

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

  .text-size-regular.text-weight-normal.text-color-black {
    width: auto;
  }

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

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

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

  .crisp-header__slider-list {
    width: 100%;
  }

  .crisp-loader {
    font-size: 2vw;
  }

  .home-c-overlay-image-3 {
    max-width: 170px;
    bottom: -7%;
  }

  .image-cover.parallax {
    width: 108%;
    height: 108%;
  }

  .image-wrap-home-c {
    height: 400px;
  }

  .home-c-overlay-image-1 {
    max-width: 170px;
    left: -3%;
  }

  .book-button-bg.light-9 {
    background-color: #d6d7d7;
  }

  .home-c-overlay-image-4 {
    max-width: 200px;
    right: -6%;
  }

  .button-wrap-home-c {
    justify-content: flex-start;
    align-items: center;
  }

  .home-c-overlay-image-2 {
    max-width: 90px;
  }

  .text-left-mobile-nav-cta {
    text-align: left;
    max-width: 360px;
  }

  .wrap-mobile-menu {
    padding-bottom: 32px;
    display: flex;
  }

  .icon-menu {
    width: 20px;
    height: 20px;
  }

  .menu-button {
    border: 1px solid #1a1a1752;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 0;
    display: flex;
  }

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

  .nav-bg-wrap.desktop {
    display: none;
  }

  .nav-bg-wrap.mobile {
    display: flex;
  }

  .wrap-nav-links {
    display: none;
  }

  .text-large, .nav-column-item {
    color: #1a1a17;
    text-decoration: none;
  }

  .card-customer-story.mobile-nav-card {
    height: 300px;
  }

  .master-navigation {
    display: block;
  }

  .nav-menu {
    max-height: 72vh;
    padding-top: 32px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: auto;
  }

  .brand-navbar {
    width: 100%;
    max-width: 180px;
  }

  .nav-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .menu-button-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-inner.close {
    display: none;
  }

  .nav-title {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-mobile-ss {
    width: 100%;
  }

  .stats-grid {
    position: static;
  }

  .column-halves, .column-halves.reverse {
    grid-template-columns: 1fr;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .mask-feature-slider {
    max-width: 460px;
  }

  .card-service-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: 100%;
  }

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

  .card-service {
    width: 100%;
    min-height: 200px;
  }

  .footer-halves {
    grid-template-columns: 1fr;
  }

  .hero-link-new {
    margin-bottom: 16px;
  }

  .image-wrap-home-b-marquee {
    width: 400px;
    height: 440px;
  }

  .image-wrap-home-b-marquee.large {
    width: 450px;
  }

  .text-h1-2.text-color-black, .text-h1-2.text-color-black-copy {
    width: auto;
    padding-bottom: 0;
  }

  .blog-a-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .overlay-hero-home-b {
    height: 65%;
  }

  .content-home-b {
    flex-flow: wrap;
  }

  .label-2 {
    font-size: 1.143vw;
  }

  .about-c-value-halves {
    grid-template-columns: 1fr;
  }

  .heading-about-c-value {
    max-width: 45vw;
  }

  .section-6.about-c-numbers-section {
    padding-bottom: 5.714vw;
  }

  .numbers-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-items: start;
    display: grid;
  }

  .text-big {
    font-size: 2vw;
  }

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

  .service-item-2 {
    grid-template-columns: 1fr;
  }

  .service-item-2.animated:hover {
    color: #101012;
  }

  .services-list:hover {
    color: #101012e0;
  }

  .left-service-item-2 {
    grid-template-columns: 1fr;
  }

  .tabs-services {
    grid-column-gap: 40px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .wrap-tags {
    flex-wrap: wrap;
  }

  .stats-tile-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-h1-6 {
    font-size: 64px;
  }

  .careers-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .section-12 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-careers {
    margin-bottom: 0;
  }

  .block-callout {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .main-container-10 {
    max-width: none;
  }

  .label-small-5 {
    font-size: 10px;
  }

  .image-wrap-about-home-a {
    height: 400px;
  }

  .section-16.features-8 {
    background-color: #1e2d3e;
  }

  .column-image-wrap {
    height: 500px;
  }

  .section-18 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .scroll-blogs-item {
    min-height: auto;
  }

  .text-h1-7 {
    font-size: 64px;
  }

  .sticky-images-block {
    height: 650px;
    display: none;
  }

  .scroll-blog-image {
    height: 650px;
  }

  .scroll-blogs {
    margin-top: 0;
  }

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

  .sticky-blog-placeholder {
    display: none;
  }

  .section-19, .scroll-blog-content-master {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .marquee-service-item {
    width: 360px;
    height: 340px;
  }

  .marquee-service-item.small-item {
    width: 220px;
  }

  .section-20 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-6 {
    font-size: 48px;
  }

  .contact-left {
    flex-flow: row;
    justify-content: space-between;
    align-items: flex-end;
    max-width: none;
  }

  .contact-halves {
    grid-template-columns: 1fr;
  }

  .contact-top-tile {
    max-width: 448px;
  }

  .main-container-18 {
    max-width: none;
  }

  .label-small-9 {
    font-size: 10px;
  }

  .story-thumbnail {
    height: 300px;
  }

  .text-large-4 {
    color: #1a1a17;
    text-decoration: none;
  }

  .main-container-20 {
    max-width: none;
  }

  .label-small-15 {
    font-size: 10px;
  }

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

  .member-image {
    height: 360px;
  }

  .card-number.top-border {
    border-top: 1px solid #f6f3ec29;
  }

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

  .divider-numbers.section-divider {
    display: none;
  }

  .grid-all-expertises {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
  }

  .text-h2-8 {
    font-size: 48px;
  }

  .case-card-home-b {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .case-card-home-b.long {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: auto;
  }

  .headline-cases-home-b {
    margin-bottom: 48px;
  }

  .case-halves-home-b {
    grid-template-columns: 1fr 1fr;
  }

  .section-27 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-9 {
    margin-bottom: 0;
    font-size: 48px;
  }

  .section-28 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .nl-h1-big {
    font-size: 2.8em;
  }

  .nl-single-hero-18 {
    flex-flow: wrap;
  }

  .section-29 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-29.home-c-cta-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-h1-11 {
    font-size: 72px;
  }

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

  .main-container-25 {
    max-width: none;
  }

  .image-wrap-article {
    height: 450px;
  }

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

  .main-container-26 {
    max-width: none;
  }

  .timeline-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-wrap-timeline {
    height: 362px;
  }

  .label-small-17 {
    font-size: 10px;
  }

  .about-video {
    padding-bottom: 220px;
  }

  .section-32 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h3-7 {
    font-size: 40px;
  }

  .section-33 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-careers-2 {
    margin-bottom: 48px;
  }

  .section-text {
    order: -1;
  }

  .right-home-a {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .home-a-hero-center {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .main-container-31 {
    padding-top: 80px;
  }

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

  .nl-h2 {
    font-size: 2em;
  }

  .headline-main-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 456px;
  }

  .main-features-image {
    border-radius: 16px;
    width: 100%;
    height: 400px;
    position: static;
  }

  .section-41.features-6 {
    min-height: auto;
  }

  .main-features-right {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .main-features-halves {
    grid-template-columns: 1fr;
  }

  .container {
    background-position: 50% 0;
    min-height: 600px;
    padding-top: 8em;
    padding-bottom: 8em;
  }

  .tabs-content-features, .tab-pane-features, .features-image-wrap {
    height: 100%;
  }

  .process-halves, .process-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .features-image-placeholder {
    height: 100%;
  }

  .section-42 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-42.tabs-1 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-h2-10 {
    font-size: 48px;
  }

  .home-b-features-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-b-features-image {
    height: 100%;
  }

  .text-h1-16 {
    font-size: 64px;
  }

  .home-b-features-halves {
    grid-template-columns: 1fr;
    height: auto;
  }

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

  .headline-home-b-features {
    margin-bottom: 48px;
  }

  ._404-heading {
    max-width: 600px;
  }

  .section-43 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-43.home-b-features-section {
    padding-bottom: 0;
  }

  .service-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .content-service-card {
    justify-content: space-between;
  }

  .card-service-2 {
    grid-auto-columns: 1fr;
  }

  .headline-home-c-services {
    flex-flow: wrap;
  }

  .left-case-long {
    flex-flow: column;
    max-width: none;
  }

  .card-case-long {
    flex-flow: column;
  }

  .case-long-bottom-tile {
    flex-flow: wrap;
  }

  .home-b-features-left-copy {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-b-features-halves-copy {
    grid-template-columns: 1fr;
    height: auto;
  }

  .section-46.grey {
    padding-top: 80px;
  }

  .hero__nav-list {
    gap: 1.5rem;
  }

  .float-img.float-img--k {
    width: 460px;
    height: 644px;
    margin-top: -322px;
    margin-left: -230px;
  }

  .float-img.float-img--a {
    width: 165px;
    height: 230px;
    top: 15%;
    left: 6%;
  }

  .float-img.float-img--b {
    width: 188px;
    height: 122px;
    top: 5%;
    left: 28%;
  }

  .float-img.float-img--c {
    width: 98px;
    height: 136px;
    top: 61%;
    left: 18%;
  }

  .float-img.float-img--d {
    width: 124px;
    height: 172px;
    top: 13%;
    left: 54%;
  }

  .float-img.float-img--e {
    width: 400px;
    height: 300px;
    top: 32%;
    left: 25%;
  }

  .float-img.float-img--f {
    width: 140px;
    height: 100px;
    top: 43%;
    left: 71%;
  }

  .float-img.float-img--g {
    width: 135px;
    height: 88px;
    top: 78%;
    left: 7%;
  }

  .float-img.float-img--h {
    width: 180px;
    height: 120px;
    top: 9%;
    left: 75%;
  }

  .float-img.float-img--i {
    width: 165px;
    height: 108px;
    top: 74%;
    left: 62%;
  }

  .float-img.float-img--j {
    width: 95px;
    height: 132px;
    top: 61%;
    left: 85%;
  }

  .text-h1-2-copy.text-color-black, .text-h1-2-copy.text-color-black-copy {
    width: auto;
    padding-bottom: 0;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .text-size-regular.text-color-white {
    padding-bottom: 20px;
  }

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

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .crisp-header__content {
    padding-top: 1.75em;
    padding-left: 1.75em;
    padding-right: 1.75em;
  }

  .single-logo-marquee, .wrap-marquee-logos {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .label-small {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .home-c-overlay-image-3 {
    max-width: 140px;
  }

  .icon-button {
    width: 12px;
  }

  .section {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.home-a-system-section {
    padding-top: 96px;
    padding-bottom: 96px;
  }

  .section.services-home-c-section {
    padding-bottom: 48px;
  }

  .eyebrow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-book {
    letter-spacing: 0;
    padding-left: 10px;
    padding-right: 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .master-marquees.logo-marquee {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .home-c-overlay-image-1 {
    max-width: 120px;
    top: -14%;
    left: -2%;
  }

  .headline-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .logo-shadow {
    width: 56px;
    height: 56px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .book-button-bg.light-9 {
    background-color: #d3d5d4;
  }

  .home-c-overlay-image-4 {
    max-width: 160px;
    right: -5%;
  }

  .text-h1 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .headline-home-c {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 56px;
  }

  .cta-main {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .home-c-overlay-image-2 {
    max-width: 80px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-pages-left {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .mobile-nav-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .wrap-mobile-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-bottom: 24px;
  }

  .card-cs-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 12px;
  }

  .customer-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-medium {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .text-small {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .link-cs-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .nav-link {
    padding: 10px 12px;
  }

  .logo-cs-card.large {
    max-width: 90px;
  }

  .nav-customer-stories {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .nav-column-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .card-customer-story {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    height: 360px;
    padding: 16px;
  }

  .card-customer-story.mobile-nav-card {
    height: 186px;
  }

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

  .master-navigation {
    flex-flow: row;
    justify-content: space-between;
    align-items: stretch;
    padding-top: 12px;
    padding-left: 16px;
    padding-right: 16px;
    display: block;
  }

  .mobile-nav-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-dropdown-list, .nav-dropdown-list.left {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-menu {
    padding-top: 24px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-wrap-card-link {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .icon-link-arrow {
    width: 16px;
    height: 16px;
  }

  .brand-navbar {
    padding-left: 0;
  }

  .nav-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 8px 8px 8px 12px;
  }

  .nav-cs-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .nav-title {
    padding-top: 16px;
  }

  .nav-mobile-ss {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .stats-halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .text-h2 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .text-h2.no-margins {
    padding-top: 0;
  }

  .stats-grid {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .stats-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrap-column {
    height: 450px;
  }

  .card-tag {
    padding: 8px 10px;
  }

  .content-column {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .overlay-tag-card, .overlay-tag-card.align-bottom {
    padding: 12px;
  }

  .headline-column {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .headline-system-home-a {
    max-width: 340px;
    margin-bottom: 48px;
  }

  .text-h6 {
    letter-spacing: -.25px;
    font-size: 20px;
    line-height: 20px;
  }

  .feature-card-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .headline-slider-home {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 96px;
  }

  .heading-slider-home-a {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .mask-feature-slider {
    max-width: 320px;
  }

  .slider-button-features {
    width: 40px;
    height: 40px;
    top: -80px;
    left: 0;
    right: auto;
  }

  .slider-button-features.prev {
    right: auto;
  }

  .slider-button-features.next {
    left: 52px;
  }

  .card-feature {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    height: 300px;
    padding: 16px;
  }

  .slide-feature {
    margin-right: 8px;
  }

  .service-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .left-service-item {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h3 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .label-small-2 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .card-service-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .service-grid {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .headline-service-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .card-service {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .title-service-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 48px;
  }

  .video-footer {
    grid-column-gap: 160px;
    grid-row-gap: 160px;
    padding-bottom: 8px;
  }

  .footer-social-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .label-large {
    letter-spacing: .5px;
    font-size: 10px;
    line-height: 12px;
  }

  .content-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .social-link {
    color: #1a1a177a;
    text-decoration: none;
  }

  .cta-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 48px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .column-expand-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .button-wrap-cta {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .wrap-footer {
    padding-left: 8px;
    padding-right: 8px;
  }

  .label-small-3 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .cta-content-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 16px;
  }

  .footer-expand-icon {
    display: flex;
  }

  .footer-link {
    color: #1a1a17;
    text-decoration: none;
  }

  .footer-legal-link {
    color: #1a1a17a3;
    text-decoration: none;
  }

  .footer-column {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-top: 1px solid #1a1a1729;
    border-bottom: 1px solid #1a1a1729;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-column.no-borders {
    border-top-style: none;
    border-bottom-style: none;
  }

  .footer-legal-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .footer-right {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: wrap;
    grid-template-columns: 1fr;
    place-items: start stretch;
  }

  .footer-bottom-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .cta-main-2 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .footer-links-column {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    padding-top: 24px;
  }

  .footer-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .footer-legal-tile {
    grid-column-gap: 32px;
    grid-row-gap: 8px;
    border-top-style: none;
    flex-flow: wrap;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .footer-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .hero-link-new {
    max-width: 250px;
    margin-bottom: 24px;
  }

  .section-2 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .cs-number-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
  }

  .headline-home-b {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 56px;
  }

  .overlay-with-image {
    padding: 16px;
  }

  .marquee-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .card-marquee-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .single-marquee-images {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .text-wrap-home-b-hero {
    max-width: 400px;
  }

  .card-marquee {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 16px;
  }

  .card-marquee-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h4 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 32px;
  }

  .image-wrap-home-b-marquee {
    width: 300px;
    height: 360px;
  }

  .image-wrap-home-b-marquee.large {
    width: 400px;
  }

  .text-h1-2 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .text-h1-2.text-color-black, .text-h1-2.text-color-black-copy {
    width: auto;
    padding-bottom: 0;
  }

  .text-wrap-article-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .card-article {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-a-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .headline-blog-home-a {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 48px;
  }

  .text-h5 {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 28px;
  }

  .blog-small-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrap-article-card {
    height: 100px;
  }

  .image-wrap-article-card.small {
    height: 360px;
  }

  .section-3 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .contact-testimonial {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 12px;
  }

  .master-content-video {
    grid-column-gap: 240px;
    grid-row-gap: 240px;
  }

  .video-testimonial {
    padding-top: 56px;
    padding-bottom: 32px;
  }

  .testimonial-author {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .video-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .text-h3-2 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .case-small-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-button-2 {
    width: 12px;
  }

  .button-circle {
    width: 8px;
    height: 8px;
  }

  .content-case-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-small-4 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .master-label {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headline-home-b-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-case-small {
    width: 12px;
    height: 12px;
  }

  .image-wrap-case-small {
    border-radius: 8px;
  }

  .text-h1-3 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 44px;
  }

  .button-text-mask-3, .book-button-avatar {
    height: 20px;
  }

  .button-wrap-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-case-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 8px;
    padding: 10px;
  }

  .video-home-b {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-4.hero-home-b-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-text-3 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .content-home-b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-book {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
  }

  .cta-main-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .text-small-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .button-icon-wrap-2 {
    width: 12px;
    height: 12px;
  }

  .about-card {
    height: 400px;
  }

  .label-2 {
    font-size: 1.714vw;
  }

  .about-c-value-halves {
    grid-column-gap: 5.714vw;
    grid-row-gap: 5.714vw;
  }

  .heading-about-c-value {
    max-width: 55vw;
  }

  .text-h2-2 {
    font-size: 6.258vw;
  }

  .text-big {
    font-size: 2.857vw;
  }

  .headline-about-c-value {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .section-7 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-b-about-images {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .headline-home-b-about {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 120px;
  }

  .text-h5-2 {
    letter-spacing: -.5px;
    font-size: 24px;
    line-height: 28px;
  }

  .section-8 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h1-5 {
    letter-spacing: -1px;
    font-size: 56px;
    line-height: 48px;
  }

  .section-9 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-9.home-services-section {
    padding-top: 96px;
    padding-bottom: 120px;
  }

  .image-wrap-service {
    border-radius: 16px;
  }

  .service-item-2.animated {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .label-master-2 {
    border-radius: 16px;
    padding: 8px 10px;
  }

  .main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headline-home-services {
    margin-bottom: 56px;
  }

  .tabs-services {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .tab-link-2 {
    padding-top: 16px;
    padding-bottom: 16px;
    font-size: 24px;
  }

  .h2-heading {
    font-size: 42px;
    line-height: 115%;
  }

  .text-h2-3 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .section-11 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .stats-tile-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .careers-about-halves {
    grid-template-columns: 1fr;
  }

  .text-h1-6 {
    font-size: 56px;
  }

  .block-callout {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    border-radius: 16px;
    grid-template-columns: 1fr;
    padding: 32px;
  }

  .button-bg-5 {
    border-radius: 16px;
  }

  .button-icon-wrap-3 {
    width: 12px;
    height: 12px;
  }

  .button-icon-wrap-3.left {
    margin-left: -2px;
  }

  .button-icon-wrap-3.right {
    margin-right: -2px;
  }

  .content-callout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-h2-4 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .main-container-10 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .callout-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-button-3 {
    width: 12px;
  }

  .section-13 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-13.callout-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .label-small-5 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .headline-callout {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .image-wrap-callout {
    border-radius: 16px;
    height: 297px;
  }

  .label-master-4 {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .button-text-mask-4 {
    height: 20px;
  }

  .cta-main-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    border-radius: 16px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .about-b-image {
    height: 440px;
  }

  .about-b-halves {
    grid-template-columns: 1fr;
  }

  .text-h6-2 {
    font-size: 16px;
    line-height: 24px;
  }

  .text-h2-5.no-margins {
    font-size: 40px;
    line-height: 40px;
  }

  .main-container-12 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .image-wrap-about-home-a {
    height: 340px;
  }

  .section-15 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .label-small-7 {
    font-size: 8px;
    line-height: 10px;
  }

  .label-master-6 {
    padding: 4px 10px;
  }

  .section-16.features-8 {
    background-color: #1e2d3e;
  }

  .column-image-wrap {
    height: 100%;
    position: static;
  }

  .column {
    flex-flow: column;
  }

  .column.text-top {
    flex-flow: column-reverse;
  }

  .column-content-wrap {
    max-width: none;
    margin-bottom: 32px;
  }

  .image-cover-5.parallax {
    object-fit: cover;
    height: 100%;
    margin-left: 0;
    position: static;
    top: 0;
  }

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

  .column-right {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .image-item-home-b {
    width: 300px;
    height: 290px;
  }

  .main-container-14 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-17 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .label-small-8 {
    font-size: 8px;
    line-height: 10px;
  }

  .text-h4-4 {
    font-size: 24px;
    line-height: 24px;
  }

  .label-master-8 {
    padding: 4px 10px;
  }

  .section-18 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h1-7 {
    font-size: 56px;
  }

  .marquee-service-item {
    width: 320px;
    height: 300px;
  }

  .marquee-service-item.small-item {
    width: 180px;
  }

  .text-h2-6 {
    letter-spacing: -.04em;
    font-size: 40px;
  }

  .text-big-2 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .about-c-descrption-halves {
    grid-template-columns: 1fr;
  }

  .text-block-21 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-form-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .checkbox-text {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .icon-button-4 {
    width: 12px;
  }

  .input-halves {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-small-3 {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .section-21 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-field {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-left {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .form-block {
    padding: 32px;
  }

  .form-contact {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-icon-wrap-4 {
    width: 12px;
    height: 12px;
  }

  .contact-eyebrow {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding-top: 16px;
  }

  .checkbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .main-container-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .contact-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .contact-top-tile, .contact-form-inner {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h3-4 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .checkbox-text-2 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .button-bg-6 {
    border-radius: 16px;
  }

  .label-large-2 {
    letter-spacing: .75px;
    font-size: 10px;
    line-height: 12px;
  }

  .contact-form-inner-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .logo-shadow-3 {
    width: 56px;
    height: 56px;
  }

  .master-contact {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: 912px;
  }

  .text-h1-8 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 48px;
  }

  .checkbox-contact-2 {
    width: 16px;
    height: 16px;
  }

  .main-container-18 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .input-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .icon-select {
    width: 20px;
    height: 20px;
  }

  .icon-button-5 {
    width: 12px;
  }

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

  .section-22 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .input-halves-2 {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .label-small-9 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .form-contact-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .text-wrap-contact-c-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .select-field-overlay {
    padding-left: 12px;
    padding-right: 12px;
  }

  .label-master-10 {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .text-small-4 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .icon-large {
    width: 20px;
    height: 20px;
  }

  .master-marquee.logos {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .checkbox-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .contact-form-top-tile-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .wrap-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .form-block-2 {
    border-radius: 12px;
    padding: 24px;
  }

  .text-field-2 {
    letter-spacing: 0;
    border-radius: 8px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .contact-form-bottom-tile-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .button-text-mask-5 {
    height: 20px;
  }

  .cta-main-8 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    border-radius: 16px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .text-large-3 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .wrap-contact-a-form {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .card-contact-c {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 16px;
    padding: 24px;
  }

  .headline-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    max-width: 680px;
  }

  .blog-filter {
    flex: none;
  }

  .blog-filter-mask {
    overflow: auto;
  }

  .story-thumbnail {
    height: 250px;
  }

  .blog-halves {
    grid-row-gap: 32px;
  }

  .story-bottom-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .text-h1-9 {
    font-size: 64px;
    line-height: 100%;
  }

  .cta-main-10 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-medium-3 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .label-small-10 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .button-icon-wrap-5 {
    width: 12px;
    height: 12px;
  }

  .text-large-4 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .icon-button-6 {
    width: 12px;
  }

  .cta-main-11 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-medium-4 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .label-small-11 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .button-icon-wrap-6 {
    width: 12px;
    height: 12px;
  }

  .cta-main-12 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-medium-5 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .label-small-12 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .button-icon-wrap-7 {
    width: 12px;
    height: 12px;
  }

  .cta-main-13 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .text-medium-6 {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .label-small-13 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .button-icon-wrap-8 {
    width: 12px;
    height: 12px;
  }

  .cta-main-14 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .label-small-14 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .button-icon-wrap-9 {
    width: 12px;
    height: 12px;
  }

  .card-team {
    border-radius: 12px 12px 0;
  }

  .text-h3-5 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

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

  .section-23 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-23.about-team-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .label-small-15 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-wrap-team {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    border-top-left-radius: 16px;
    padding-top: 10px;
    padding-left: 12px;
  }

  .label-master-12 {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .text-small-5 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

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

  .headline-team {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 48px;
  }

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

  .label-small-16 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-h2-7 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .card-number {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 56px 24px;
  }

  .heading-numbers-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .headline-numbers-contact {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 48px;
  }

  .text-h1-10 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 44px;
  }

  .numbers-grid-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
  }

  .main-container-22 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-25 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-small-6 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .section-26 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .text-h2-8 {
    font-size: 40px;
  }

  .case-card-image {
    height: 250px;
  }

  .case-halves-home-b {
    grid-template-columns: 1fr;
  }

  .text-h2-9 {
    margin-bottom: 0;
    font-size: 40px;
  }

  .nl-pill-hero-18 {
    width: 130px;
    height: 56px;
  }

  .nl-h1-big {
    font-size: 2.4em;
  }

  .nl-brand-hero-18 {
    width: 44px;
    height: 44px;
  }

  .cta-halves {
    grid-template-columns: 1fr;
  }

  .text-h1-11 {
    font-size: 64px;
  }

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

  .cta-image-wrap {
    height: 400px;
  }

  .wrap-article-body {
    max-width: 680px;
  }

  .master-article {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .headline-article {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-container-25 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .card-author-article {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 12px;
    padding: 12px;
  }

  .article-author-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 680px;
  }

  .section-30 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .wrap-author-article {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-wrap-article {
    border-radius: 12px;
    max-width: 1144px;
    height: 360px;
  }

  .article-info-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-wrap-author-article {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .image-wrap-author-article {
    border-radius: 100vw;
  }

  .text-wrap_feature-tile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .label-master-14 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .5rem;
    padding: .5rem;
  }

  .heading-style-h2-2 {
    letter-spacing: -.031rem;
    font-size: 2.25rem;
    line-height: 2.5rem;
  }

  .features_thirds {
    grid-column-gap: .75rem;
    grid-row-gap: 3.5rem;
  }

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

  .section_home-b-docs {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .label-large-3 {
    letter-spacing: .5px;
    font-size: .625rem;
    line-height: .75rem;
  }

  .icon-wrap_feature {
    padding: .75rem;
  }

  .heading_home-b-docs {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 42.5rem;
    margin-bottom: 5rem;
  }

  .icon_feature {
    width: 1.5rem;
    height: 1.5rem;
  }

  .feature-tile {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .text-size-large-2 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .headline-timeline {
    max-width: 680px;
    margin-bottom: 56px;
  }

  .left-timeline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .main-container-26 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .timeline-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .section-31 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-wrap-timeline {
    border-radius: 12px;
  }

  .label-small-17 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-h4-7 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .timeline-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .about-video {
    padding-bottom: 156px;
  }

  .label-8 {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .text-h3-7 {
    letter-spacing: -.04em;
    font-size: 36px;
  }

  .careers-about-halves-2 {
    grid-template-columns: 1fr;
  }

  .section-33, .section-33.hero-careers {
    background-color: #f7f7f2;
  }

  .heading-expandable {
    font-size: 22px;
    line-height: 28px;
  }

  .faq-paragraph {
    font-size: 16px;
    line-height: 140%;
  }

  .service-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h6-3 {
    letter-spacing: -.25px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-37 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-wrap-service-hero {
    height: 360px;
  }

  .headline-service {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 56px;
  }

  .service-image-halves {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .text-h1-12 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .main-container-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-38 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .label-small-20 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .home-a-title {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-icon-wrap-10 {
    width: 12px;
    height: 12px;
  }

  .text-h1-13 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .home-a-hero-center {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .wrap-home-a-hero-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-container-31 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .cta-main-19 {
    font-size: 12px;
    line-height: 24px;
  }

  .main-container-32 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-button-7 {
    width: 12px;
  }

  .section-39 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-large-8 {
    font-size: 16px;
    line-height: 24px;
  }

  .button-icon-wrap-11 {
    width: 12px;
    height: 12px;
  }

  .text-h1-14 {
    font-size: 56px;
    line-height: 52px;
  }

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

  .nl-h2 {
    font-size: 2em;
  }

  .nl-top-text-heading-left {
    text-align: center;
  }

  .nl-top-text-heading-left.nl-center-landscape {
    justify-content: flex-start;
    align-items: center;
  }

  .button-bg-13 {
    border-radius: 32px;
  }

  .main-container-33 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .content-wrap-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-button-8 {
    width: 12px;
  }

  .text-h1-15 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 48px;
  }

  .cta-main-20 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 32px;
    padding: 8px 12px;
  }

  .button-text-mask-12 {
    letter-spacing: .25px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .button-icon-wrap-12 {
    width: 12px;
    height: 12px;
  }

  .headline-about-hero {
    max-width: 420px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-40 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-40.hero-about-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-h4-9 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .tabs-content-features {
    width: 100%;
    height: 450px;
    margin-top: 48px;
    position: static;
  }

  .tabs-features {
    flex-flow: column;
  }

  .process-halves {
    grid-template-columns: 1fr;
  }

  .features-image-placeholder {
    height: 400px;
    display: none;
  }

  .text-h2-10 {
    font-size: 40px;
  }

  .home-b-features-image {
    height: 100%;
  }

  .text-h1-16 {
    font-size: 56px;
  }

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

  ._404-heading {
    max-width: 500px;
  }

  .section-43.home-b-features-section {
    padding-bottom: 0;
  }

  .main-container-35 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h6-5 {
    letter-spacing: -.25px;
    font-size: 20px;
    line-height: 24px;
  }

  .icon-button-9 {
    width: 12px;
  }

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

  .text-h2-11 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 36px;
  }

  .right-headline-services {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .cta-tertiary {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .content-service-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 16px;
  }

  .button-icon-wrap-13 {
    width: 12px;
    height: 12px;
  }

  .card-service-2 {
    border-radius: 12px;
  }

  .headline-home-c-services {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    margin-bottom: 56px;
  }

  .section-44 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-44.home-c-services-section {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .image-wrap-service-card {
    height: 360px;
  }

  .left-case-long {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    max-width: none;
    height: 350px;
    padding: 16px;
  }

  .overlay-image-case-long {
    height: 120px;
  }

  .text-small-7 {
    letter-spacing: 0;
    font-size: 10px;
    line-height: 14px;
  }

  .section-45 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .label-small-21 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .card-case-long {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding: 16px;
  }

  .text-h4-10 {
    letter-spacing: -1px;
    font-size: 28px;
    line-height: 32px;
  }

  .case-long-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .right-case-long {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding: 12px;
  }

  .author-case-long {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .text-h1-17 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .case-long-bottom-tile {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .main-container-36 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-46.grey {
    padding-top: 80px;
  }

  .heading-center.mg-bottom-64 {
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .column-office-halves.move-down-column {
    padding-top: 0;
  }

  .grid-office-halves {
    grid-template-columns: 1fr 1fr;
  }

  .hero__nav {
    padding: .5rem .5rem .5rem 1.25rem;
  }

  .hero__nav-list {
    display: none;
  }

  .hero__footnote {
    text-align: center;
    flex-direction: column;
    gap: .5rem;
  }

  .label-small-22 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .section-47 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .master-marquees-3.logo-marquee {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-icon-wrap-14 {
    width: 12px;
    height: 12px;
  }

  .text-h1-18 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .headline-home-c-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 56px;
  }

  .cta-main-21 {
    letter-spacing: 0;
    padding: 10px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .main-container-38 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .float-img.float-img--k {
    width: 72vw;
    height: 100vw;
    margin-top: -50vw;
    margin-left: -36vw;
  }

  .float-img.float-img--a {
    width: 34vw;
    height: 47vw;
    top: 5%;
    left: 4%;
  }

  .float-img.float-img--b {
    width: 38vw;
    height: 25vw;
    top: 3%;
    left: auto;
    right: 4%;
  }

  .float-img.float-img--c {
    width: 22vw;
    height: 30vw;
    top: 53%;
    left: 4%;
  }

  .float-img.float-img--d {
    width: 26vw;
    height: 36vw;
    top: 4%;
    left: 34%;
  }

  .float-img.float-img--e {
    width: 42vw;
    height: 27vw;
    top: 49%;
    left: auto;
    right: 4%;
  }

  .float-img.float-img--f {
    display: none;
  }

  .float-img.float-img--g {
    width: 28vw;
    height: 18vw;
    top: 77%;
    left: 4%;
  }

  .float-img.float-img--h {
    display: none;
  }

  .float-img.float-img--i {
    width: 34vw;
    height: 22vw;
    top: 77%;
    right: 4%;
  }

  .float-img.float-img--j {
    display: none;
  }

  .text-h1-2-copy {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 52px;
  }

  .text-h1-2-copy.text-color-black, .text-h1-2-copy.text-color-black-copy {
    width: auto;
    padding-bottom: 0;
  }
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-size-regular.text-color-black {
    width: auto;
  }

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .home-c-overlay-image-3 {
    max-width: 100px;
  }

  .section.home-a-system-section.about1 {
    padding-top: 0;
    padding-bottom: 40px;
  }

  .section.home-a-system-section.leadership {
    padding-top: 0;
    padding-bottom: 40px;
    overflow: visible;
  }

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

  .image-cover.parallax {
    flex: none;
    width: auto;
    height: 100%;
  }

  .image-wrap-home-c {
    height: 300px;
  }

  .marquee-logo {
    height: 25px;
  }

  .marquee-logo.large {
    height: 30px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .button-bg.dark {
    box-shadow: none;
  }

  .home-c-overlay-image-1 {
    max-width: 100px;
    display: block;
    top: -9%;
  }

  .book-button-bg.light-9 {
    background-color: #d6d8d8;
  }

  .home-c-overlay-image-4 {
    max-width: 140px;
    right: -11%;
  }

  .button-wrap-home-c {
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
  }

  .home-c-overlay-image-2 {
    max-width: 60px;
  }

  .main-container {
    max-width: 100%;
  }

  .main-container.about {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .logo-cs-card {
    max-width: 90px;
  }

  .nav-column-item {
    text-align: left;
  }

  .logo-nav {
    height: auto;
  }

  .text-h2 {
    width: 360px;
  }

  .text-h2.no-margins {
    margin-top: 0;
    padding-top: 0;
  }

  .stats-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .image-wrap-column {
    justify-content: center;
    align-items: center;
    height: 350px;
  }

  .column-halves.reverse.home {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .overlay-tag-card.align-bottom {
    justify-content: flex-start;
    align-items: flex-end;
  }

  .text-block-4 {
    font-size: 16px;
  }

  .mask-feature-slider {
    max-width: 270px;
  }

  .service-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .left-service-item {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .icon-service-arrow {
    flex: none;
    display: none;
  }

  .service-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .card-service {
    min-height: auto;
  }

  .footer-social-wrap {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

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

  .footer-right {
    grid-auto-columns: 1fr;
  }

  .footer-top-tile {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
  }

  .hero-link-new {
    margin-bottom: 16px;
  }

  .card-marquee {
    width: 400px;
  }

  .image-wrap-home-b-marquee {
    width: 220px;
    height: 250px;
    min-height: 100%;
    display: flex;
    overflow: hidden;
  }

  .image-wrap-home-b-marquee.large {
    width: 300px;
  }

  .text-h1-2 {
    text-align: center;
    width: auto;
    font-size: 38px;
  }

  .text-h1-2.text-color-black, .text-h1-2.text-color-black-copy {
    width: auto;
    margin-bottom: .5rem;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 42px;
  }

  .text-wrap-article-card, .card-article {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-wrap-article-card {
    width: 40px;
    height: 40px;
    display: flex;
    overflow: clip;
  }

  .author-avatar {
    width: 56px;
    height: 36px;
  }

  .master-content-video {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
  }

  .video-halves {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .about-feature {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .about-card-halves {
    flex-flow: column;
  }

  .about-content-master {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .about-card {
    height: 300px;
  }

  .about-card._2 {
    margin-top: 0;
  }

  .about-text-master {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .about-features {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-h4-2 {
    font-size: 44px;
    line-height: 100%;
  }

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

  .label-2 {
    font-size: 2.286vw;
  }

  .about-c-value-halves {
    grid-template-columns: 1fr;
  }

  .heading-about-c-value {
    grid-column-gap: 6px;
    width: 100%;
  }

  .about-c-value-right {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .text-h2-2 {
    font-size: 32px;
  }

  .text-big {
    font-size: 4vw;
  }

  .main-container-5 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .text-h1-4 {
    font-size: 40px;
  }

  .headline-about-c-value {
    grid-column-gap: 4.571vw;
    grid-row-gap: 4.571vw;
  }

  .about-c-value-image {
    height: 30vh;
  }

  .home-b-about-image {
    height: 350px;
  }

  .home-b-about-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .headline-home-b-about {
    margin-bottom: 40px;
  }

  .right-home-b-about {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .left-service-item-2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    word-break: break-all;
    grid-template-columns: auto;
  }

  .section-10 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-tab-link {
    font-size: 24px;
  }

  .h2-heading {
    font-size: 28px;
    line-height: 115%;
  }

  .section-11.about-stats-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cta-main-4 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h4-3 {
    font-size: 24px;
  }

  .button-animation-hide {
    height: auto;
  }

  .text-h1-6 {
    font-size: 13vw;
  }

  .careers-top-tile {
    padding-bottom: 24px;
  }

  .careers-image-grid {
    grid-template-columns: 1fr;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-12 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-12.hero-careers {
    padding-top: 100px;
  }

  .button-content-tile.bottom-tile, .career-image._4, .career-image._2, .career-image._3 {
    display: none;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .headline-careers {
    margin-bottom: 24px;
  }

  .main-container-10 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section-13.callout-section {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .about-b-image {
    height: 240px;
  }

  .about-b-right {
    display: none;
  }

  .headline-about-b {
    margin-bottom: 32px;
  }

  .text-h6-2 {
    font-size: 16px;
    line-height: 18px;
  }

  .section-15.home-a-about-section {
    padding-top: 48px;
    padding-bottom: 40px;
  }

  .about-item-home-a {
    grid-template-columns: 1fr;
  }

  .section-16 {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: hidden;
  }

  .section-16.features-8 {
    background-color: #1e2d3e;
    padding-top: 60px;
    padding-bottom: 60px;
  }

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

  .column-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

  .image-cover-5.parallax {
    object-fit: cover;
    height: 100%;
    padding-top: 40px;
    position: static;
    inset: 0% auto auto 0%;
  }

  .marquee-text-wrap, .single-text-marquee {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .marquee-logo-2 {
    height: 45px;
  }

  .text-h4-5 {
    font-size: 24px;
    line-height: 140%;
  }

  .marquee-overlay-left {
    width: 60px;
  }

  .main-container-15 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .label-5 {
    font-size: 14px;
    line-height: 14px;
  }

  .marquee-overlay-right {
    width: 60px;
  }

  .marquee-text-wrap-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .home-a-text-wrap {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .single-text-marquee-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .master-marquees-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .scroll-blogs-item {
    width: 100%;
  }

  .cta-main-7 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .main-container-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .text-h1-7 {
    font-size: 13vw;
  }

  .scroll-blogs {
    flex-flow: row;
    width: 320px;
    display: block;
  }

  .heading-column-2 {
    width: auto;
    display: block;
  }

  .section-19, .section-19.scroll-blogs-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .scroll-blog-content-master {
    text-align: left;
    width: 280px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .marquee-service-item {
    width: 250px;
    height: 240px;
  }

  .marquee-service-item.small-item {
    width: 160px;
  }

  .section-20 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-20.about-c-marquee-section {
    padding-top: 6px;
  }

  .text-h2-6 {
    font-size: 36px;
  }

  .text-big-2 {
    font-size: 16px;
  }

  .contact-form-bottom-tile {
    flex-flow: wrap;
  }

  .input-halves {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-field {
    padding: 12px;
  }

  .text-field.light.textarea {
    min-height: 180px;
  }

  .form-block {
    padding: 32px;
  }

  .checkbox-contact {
    width: 20px;
    height: 20px;
  }

  .contact-top-tile {
    max-width: 364px;
  }

  .checkbox-contact-2 {
    width: 20px;
    height: 20px;
  }

  .input-halves-2 {
    grid-template-columns: 1fr;
  }

  .marquee-logo-3 {
    height: 25px;
  }

  .blog-filter, .blog-filter.active {
    line-height: 80%;
  }

  .main-container-19 {
    max-width: 100%;
    padding-top: 24px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .story-thumbnail {
    border-radius: 8px;
    height: 200px;
  }

  .blog-halves {
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .headline-stories {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .blog-filters-list {
    flex-flow: wrap;
    overflow: hidden;
  }

  .text-block-22 {
    font-size: 12px;
  }

  .bold-text-9 {
    width: 360px;
  }

  .card-team {
    height: 260px;
  }

  .section-24.team-1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .headline-team-about-a {
    margin-bottom: 48px;
  }

  .member-image {
    border-radius: 8px;
    height: 240px;
  }

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

  .main-container-22 {
    padding-top: 0;
  }

  .section-26 {
    padding-top: 80px;
  }

  .paragraph-expertise {
    font-size: 22px;
  }

  .grid-all-expertises {
    grid-template-columns: 1fr;
  }

  .main-container-23 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h2-8 {
    font-size: 36px;
  }

  .cta-main-15 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .case-card-image {
    height: 200px;
  }

  .case-card-home-b {
    padding: 32px 24px;
  }

  .text-h4-6 {
    font-size: 24px;
  }

  .headline-cases-home-b {
    margin-bottom: 32px;
  }

  .case-halves-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr 1fr;
  }

  .button-arrow {
    display: none;
  }

  .section-27 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h2-9 {
    margin-bottom: 0;
    font-size: 36px;
  }

  .cta-main-16 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .section-28 {
    padding: 48px 16px;
  }

  .text-h6 {
    text-align: center;
    font-size: 16px;
  }

  .nl-wrap-image-hero-18 {
    border-radius: 12px;
  }

  .nl-pill-hero-18 {
    width: 80px;
    height: 44px;
    display: none;
  }

  .nl-h1-big {
    font-size: 1.7em;
  }

  .nl-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nl-brand-hero-18 {
    width: 44px;
    height: 44px;
  }

  .nl-title-wrap-hero-18 {
    grid-row-gap: 0px;
    margin-bottom: 40px;
  }

  .nl-section {
    padding-top: 80px;
    padding-bottom: 20px;
  }

  .cta-main-17 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-29 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-29.home-c-cta-section {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .text-h1-11 {
    font-size: 13vw;
  }

  .button-arrow-2 {
    display: none;
  }

  .cta-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .body-1 {
    font-size: 16px;
    line-height: 150%;
  }

  .cta-image-wrap {
    border-radius: 16px;
    height: 300px;
  }

  .main-container-24 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .div-block-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .text-block-31 {
    border: 1px #000;
    font-size: 12px;
    line-height: 100%;
  }

  .text-block-32 {
    font-size: 14px;
  }

  .text-block-33, .text-block-34 {
    font-size: 12px;
    line-height: 100%;
  }

  .text-block-35, .text-block-36 {
    font-size: 12px;
  }

  .master-article {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .article-author-halves {
    grid-template-columns: 1fr;
  }

  .section-30 {
    padding-top: 100px;
  }

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

  .headline-timeline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    margin-bottom: 32px;
    display: flex;
  }

  .section-31 {
    padding-top: 40px;
    padding-bottom: 32px;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .about-video {
    padding-bottom: 80px;
    padding-left: 0;
  }

  .label-8 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-32 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h3-7 {
    font-size: 32px;
  }

  .headline-video {
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .cta-main-18 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .careers-about-halves-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-h4-8 {
    font-size: 24px;
  }

  .label-9 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-33 {
    background-color: #f7f7f2;
    padding-top: 32px;
    padding-bottom: 48px;
  }

  .section-33.hero-careers {
    background-color: #f7f7f2;
    padding-top: 100px;
  }

  .headline-careers-2 {
    margin-bottom: 0;
  }

  .data-1-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .heading-expandable {
    margin-bottom: 0;
    font-size: 24px;
    line-height: 28px;
  }

  .section-36 {
    padding-top: 52px;
    padding-bottom: 52px;
  }

  .expandable-single-faq.first-faq {
    padding-bottom: 24px;
  }

  .grid-team-indent {
    grid-template-columns: 2fr;
  }

  .expandable-bottom {
    margin-top: 16px;
  }

  .main-container-29 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrap-service-hero {
    height: 280px;
  }

  .image-wrap-service-hero._2 {
    margin-top: 50px;
  }

  .overlay-dark-16 {
    background-color: #00000094;
  }

  .text-h1-13 {
    font-size: 42px;
    line-height: 48px;
  }

  .home-a-hero-center {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .master-hero-home-a {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    padding-top: 0;
  }

  .wrap-home-a-hero-center {
    margin-top: auto;
    margin-bottom: 40px;
  }

  .main-container-31 {
    height: 100%;
    padding-top: 120px;
  }

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

  .nl-main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nl-h2 {
    font-size: 1.8em;
  }

  .nl-section-light-two {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .content-wrap-about {
    margin-top: 25vh;
  }

  .video-about-hero {
    border-radius: 16px;
  }

  .video-wrap-about {
    justify-content: center;
    align-items: center;
  }

  .section-40.hero-about-section {
    padding-top: 48px;
  }

  .headline-main-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-features-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .main-features-image {
    height: 250px;
  }

  .section-41.features-6 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-features-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .container {
    flex-flow: column;
    padding-top: 4em;
    padding-bottom: 2em;
  }

  .text-block-38 {
    padding-bottom: 24px;
  }

  .tabs-content-features {
    height: 350px;
    margin-top: 32px;
  }

  .label-11 {
    font-size: 10px;
    line-height: 12px;
  }

  .icon-accordion {
    width: 20px;
  }

  .features-message {
    max-width: 180px;
  }

  .features-image-placeholder {
    height: 350px;
  }

  .section-42, .section-42.tabs-1 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-big-3 {
    font-size: 16px;
  }

  .text-h2-10 {
    font-size: 36px;
  }

  .home-b-features-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 48px 24px 32px;
  }

  .text-h6-4 {
    font-size: 18px;
  }

  .home-b-features-top-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .home-b-features-image {
    height: 100%;
  }

  .text-h1-16 {
    font-size: 13vw;
  }

  .label-12 {
    font-size: 10px;
    line-height: 12px;
  }

  .image-cover-16 {
    object-fit: fill;
    overflow: clip;
  }

  .home-b-features-grid {
    grid-template-columns: 1fr;
  }

  .text-big-4 {
    font-size: 16px;
  }

  .headline-home-b-features {
    margin-bottom: 32px;
  }

  ._404-heading {
    grid-column-gap: 10px;
  }

  .section-43 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-43.home-b-features-section {
    padding-bottom: 0;
  }

  .content-service-card {
    justify-content: space-between;
    align-items: center;
  }

  .image-wrap-service-card {
    height: 100px;
  }

  .main-container-36 {
    padding-left: 0;
    padding-right: 0;
  }

  .home-b-features-grid-copy {
    grid-template-columns: 1fr;
  }

  .home-b-features-left-copy {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 48px 24px 32px;
  }

  .h2-heading-2 {
    font-size: 30px;
    line-height: 120%;
  }

  .section-46 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-46.grey {
    padding-top: 64px;
    padding-bottom: 40px;
  }

  .heading-center.mg-bottom-64 {
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .grid-office-halves {
    grid-template-columns: 1fr 1fr;
  }

  .main-container-37 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .hero {
    min-height: 40rem;
  }

  .hero__center {
    padding: 0 1rem;
  }

  .hero__footnote {
    bottom: 1rem;
    left: 1rem;
    right: 1rem;
  }

  .marquee-logo-4 {
    height: 25px;
  }

  .marquee-logo-4.large {
    height: 30px;
  }

  .master-marquees-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .drift-section {
    min-height: 400px;
  }

  .float-img.float-img--k {
    width: 84vw;
    height: 117vw;
    margin-top: -58vw;
    margin-left: -42vw;
  }

  .float-img.float-img--a {
    width: 35vw;
    height: 45vw;
    top: 10%;
    left: 3%;
  }

  .float-img.float-img--b {
    width: 44vw;
    height: 28vw;
    top: 7%;
    right: 5%;
  }

  .float-img.float-img--c {
    width: 28vw;
    height: 38vw;
    top: 55%;
    left: 3%;
  }

  .float-img.float-img--d {
    width: 32vw;
    height: 44vw;
    top: 25%;
    left: 55%;
  }

  .float-img.float-img--e {
    width: 80vw;
    height: 50vw;
    top: 40%;
    right: 20px;
  }

  .float-img.float-img--g {
    width: 35vw;
    height: 25vw;
    top: 79%;
    left: 10%;
  }

  .float-img.float-img--i {
    width: 38vw;
    height: 25vw;
    top: 68%;
    left: 50%;
    right: 3%;
  }

  .text-h1-2-copy {
    text-align: center;
    width: auto;
    font-size: 38px;
  }

  .text-h1-2-copy.text-color-black, .text-h1-2-copy.text-color-black-copy {
    width: auto;
    margin-bottom: .5rem;
    padding-bottom: 0;
    font-size: 40px;
    line-height: 42px;
  }
}

#w-node-_1e028ad2-04dc-d202-ab47-541ebb8a64e1-825aa9e5, #w-node-_081cb0c8-dd8b-dc4c-9af5-2140cf8c8ffa-825aa9e5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30ae7fd0-59b8-ee6e-205b-9ea014c9d403-825aa9e5 {
  order: 4;
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_8754b0d9-bbc8-eef2-3a65-2978d72b3168-d72b30d4 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-825aa9e9 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-825aa9e9 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-825aa9e9 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-825aa9e9 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-825aa9e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-825aa9e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-825aa9e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-825aa9e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-825aa9e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-825aa9e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-825aa9e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-825aa9e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-825aa9e9 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-825aa9e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-825aa9e9 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-825aa9e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-825aa9e9 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-825aa9e9, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-825aa9e9, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-825aa9e9, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-825aa9e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-825aa9e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-825aa9e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-825aa9e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-825aa9e9 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-825aa9e9 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-825aa9e9 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-825aa9e9 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-825aa9e9 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-825aa9e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-825aa9e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-825aa9e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-825aa9e9, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-825aa9e9, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-825aa9e9, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-825aa9e9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-825aa9e9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-825aa9e9 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-825aa9e9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-825aa9e9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-825aa9e9 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-825aa9e9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-825aa9e9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-825aa9e9 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-825aa9e9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-825aa9e9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-825aa9e9 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-825aa9e9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-825aa9e9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-825aa9e9 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-825aa9e9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-825aa9e9, #w-node-ee961e8d-845a-edc3-3307-509470022457-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-825aa9e9 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-825aa9e9, #w-node-ee961e8d-845a-edc3-3307-50947002245b-825aa9e9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-825aa9e9 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-825aa9e9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-825aa9e9, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-825aa9e9 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-825aa9e9, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-825aa9e9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-825aa9e9 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-825aa9e9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-825aa9e9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-825aa9e9 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-825aa9e9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-825aa9e9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-825aa9e9 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-825aa9e9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-825aa9e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-825aa9e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-825aa9e9 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-825aa9e9 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-825aa9e9 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-825aa9e9 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-825aa9e9 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-825aa9e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-825aa9e9 {
  justify-self: start;
}

#w-node-aee54953-2d60-6f2f-33cf-98f258903019-f82c2deb {
  align-self: start;
}

#w-node-b686c7f1-364a-d122-8580-fa6e823641fb-f82c2deb {
  justify-self: end;
}

#w-node-_9bb7120e-a1d9-ad7c-1f78-6d7933807d78-f82c2deb {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ccf17243-ad91-6487-acd4-df048e0a4e2f-f82c2deb {
  place-self: auto end;
}

#w-node-ad763292-1bf8-f530-de5f-98b10707c6ca-f82c2deb {
  grid-area: 1 / 1 / 2 / 2;
  justify-self: start;
}

#w-node-ad763292-1bf8-f530-de5f-98b10707c6db-f82c2deb {
  justify-self: start;
}

#w-node-bf4718b8-67f1-48d9-a7c7-ea4445940b0d-f82c2deb {
  justify-self: center;
}

#w-node-_9de21374-ff1d-f03e-a412-20f722677aff-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b01-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b03-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b05-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b07-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b09-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b0b-2613b38e, #w-node-_9de21374-ff1d-f03e-a412-20f722677b0d-2613b38e, #w-node-_7d5c1462-1a70-1ab6-5e4f-e40093f5f1fc-2613b38e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d6aa1103-1af6-6d21-4d3f-d0aadb45e107-323d8a9f {
  align-self: start;
}

#w-node-_27a2e3bf-90b0-1583-38ef-df199a24324c-323d8a9f {
  justify-self: end;
}

#w-node-_3596cbad-e8d5-62c4-984c-b33275acbc5e-323d8a9f, #w-node-e166cd57-c351-8bf4-8d75-7cf6453c213d-323d8a9f, #w-node-_3596cbad-e8d5-62c4-984c-b33275acbc65-323d8a9f, #w-node-d9f75089-baa4-d2ef-4ab8-45b6417e0125-323d8a9f, #w-node-_3a0938f8-7701-6844-0dbe-84278ba813aa-323d8a9f, #w-node-_03fc3738-ab35-3272-8f88-a340758b6f7f-e1622729 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_75bda383-fac3-3a14-3b63-623dd4664001-62796a7f, #w-node-_75bda383-fac3-3a14-3b63-623dd4664014-62796a7f {
  justify-self: center;
}

#w-node-bb744e7b-49e9-98b0-7045-ced9063504b6-62796a7f, #w-node-e6e97f7c-f5c1-708a-287b-4da5b95c4ffc-bb2dac69, #w-node-c48d9584-192d-7e0b-e515-f6bfc0945c3f-bb2dac69, #w-node-e6e97f7c-f5c1-708a-287b-4da5b95c4ffc-e2c73308, #w-node-c48d9584-192d-7e0b-e515-f6bfc0945c3f-e2c73308, #w-node-_03fc3738-ab35-3272-8f88-a340758b6f7f-a7e3c956, #w-node-_03fc3738-ab35-3272-8f88-a340758b6f7f-a4ba1cd0, #w-node-_03fc3738-ab35-3272-8f88-a340758b6f7f-70674214, #w-node-_03fc3738-ab35-3272-8f88-a340758b6f7f-1f251e67 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1440px) {
  #w-node-aee54953-2d60-6f2f-33cf-98f258903019-f82c2deb {
    place-self: start;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_30ae9452-64d1-563f-fa85-9ab47533039b-75330375, #w-node-_30ae9452-64d1-563f-fa85-9ab47533040d-75330375 {
    justify-self: auto;
  }

  #w-node-ad763292-1bf8-f530-de5f-98b10707c6ca-f82c2deb, #w-node-ad763292-1bf8-f530-de5f-98b10707c6db-f82c2deb {
    justify-self: center;
  }

  #w-node-bf4718b8-67f1-48d9-a7c7-ea4445940b0d-f82c2deb {
    order: -9999;
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-f8fa40ce-4d5a-a4f8-c653-08449e50274e-825aa9e5, #w-node-ccf17243-ad91-6487-acd4-df048e0a4e35-f82c2deb, #w-node-b89cd174-55e8-042e-c83c-69f8f0f6ebc7-2613b38e {
    order: 9999;
  }

  #w-node-_45f5539f-39d6-dd57-a8f1-8be8c903bc2f-2613b38e {
    order: -9999;
  }

  #w-node-_02530ef0-e4dd-88da-5510-c58053534afe-323d8a9f {
    order: 9999;
  }

  #w-node-b83d831c-3cd6-b9ea-7353-65c713af3640-323d8a9f, #w-node-bcfbabbf-d1d7-1539-82aa-9ec488c3094b-62796a7f {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_74c8e65b-d99b-6796-3843-e7cadb618259-f82c2deb, #w-node-a98ea00d-565a-18cc-9eda-84065b4232bb-e1622729 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_75bda383-fac3-3a14-3b63-623dd4664001-62796a7f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-_75bda383-fac3-3a14-3b63-623dd4664014-62796a7f {
    justify-self: start;
  }

  #w-node-a98ea00d-565a-18cc-9eda-84065b4232bb-a7e3c956, #w-node-a98ea00d-565a-18cc-9eda-84065b4232bb-a4ba1cd0, #w-node-a98ea00d-565a-18cc-9eda-84065b4232bb-70674214, #w-node-a98ea00d-565a-18cc-9eda-84065b4232bb-1f251e67 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


