@font-face {
  font-family: Monasans Slnt Wdth Wght;
  src: url('../images/') format("woff2");
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: "Monasans Slnt Wdth Wght", Arial, sans-serif;
  --color-scheme-1--text: var(--_primitives---colors--neutral-darkest);
  --_typography---font-styles--heading: "Intertight Variablefont Wght", Arial, sans-serif;
  --_primitives---colors--neutral-darkest: black;
  --_primitives---colors--white: #fff;
  --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-light: #aaa;
  --_primitives---colors--beige: #f5f1ea;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--vihree2: #1a2a1f;
  --_primitives---colors--vihree: #2f5a3b;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--green4: #c4d4bd;
  --_primitives---colors--light-green: #e3ecdf;
  --_primitives---colors--green3: #486e52;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-40: #fff6;
  --color-scheme-1--light: white;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_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-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 {
  border-radius: 8px;
  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;
}

.container-large {
  width: 100%;
  max-width: 1800px;
  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;
}

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

.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 {
  max-width: 35rem;
  margin: 0;
  font-size: 1.1rem;
}

.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-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-medium._2 {
  margin-top: 1rem;
}

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

.heading-style-h2.text-weight-medium {
  color: var(--_primitives---colors--neutral-darkest);
  letter-spacing: -.1rem;
  font-weight: 500;
}

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

.heading-style-h5.text-weight-medium {
  font-weight: 500;
}

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

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

.heading-style-h1.text-weight-medium {
  letter-spacing: -.1rem;
  font-weight: 500;
}

.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;
  border-radius: 8px;
  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;
}

.heading-style-h4.text-weight-medium {
  font-weight: 500;
}

.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: #ebeffa;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

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

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

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

.heading-style-h3.text-weight-medium {
  font-weight: 500;
}

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

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

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

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

.footer4_top-wrapper {
  grid-column-gap: 4vw;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
  justify-content: space-between;
  align-items: center;
}

.footer4_logo-link {
  padding-left: 0;
}

.logotekstnav {
  color: #2c8fca;
  font-size: 1.4rem;
  font-weight: 600;
}

.footer4_link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  justify-items: start;
  display: grid;
}

.div-block {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.image-5 {
  width: 25px;
}

.footer4_link {
  color: #000;
  text-align: center;
  font-size: 1rem;
  font-weight: 600;
  text-decoration: none;
}

.line-divider-2 {
  background-color: #000;
  width: 100%;
  height: 1px;
}

.footer4_bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  border-top: 1px solid var(--_primitives---colors--neutral-light);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr 1fr 1fr 1fr;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  display: grid;
}

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

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

.fs-cc-manager_component-2 {
  z-index: 999;
  display: flex;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.image-6 {
  width: 30px;
  height: 30px;
}

.fs-cc-manager_trigger {
  display: none;
}

.tag-ecosta {
  color: #000000ba;
  text-align: right;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #191919;
  border-radius: 50rem;
  width: 640px;
  margin-left: auto;
  margin-right: auto;
  padding: 1.5rem 2rem;
  display: none;
  position: fixed;
  inset: auto 0% 3%;
}

.fs-cc-banner_container {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 15px;
  padding-right: 15px;
  display: flex;
}

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

.fs-cc-banner_text {
  color: #fff;
  margin-right: 1.5rem;
  font-size: 14px;
}

.fs-cc-banner_text-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 14px;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #fff;
  background-color: #0000;
  border-color: #fff;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: none;
  position: fixed;
  inset: 0%;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs_title {
  color: #000;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_text {
  color: #000;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_button {
  background-color: #000;
  border: 2px solid #000;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #18181899;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs_trigger {
  display: none;
}

.section {
  z-index: 2;
  background-color: var(--_primitives---colors--beige);
  color: #1f1915;
  padding-top: 7rem;
  padding-bottom: 7rem;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.section.hero-home-a {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100svh;
  min-height: 100svh;
  padding-top: 0;
  padding-bottom: 0;
}

.home-a-hero-master {
  z-index: 1;
  color: #fff;
  background-image: linear-gradient(0deg, #000000b5, #fff0 54%), url('../images/ChatGPT-Image-22.4.2026-klo-22.30.41.png');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-top: 80px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

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

.home-a-hero-maser {
  z-index: 5;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  width: 100%;
  max-width: 2000px;
  height: 100%;
  color: var(--_primitives---colors--white);
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.home-a-hero-maser._2 {
  padding-left: 0;
  padding-right: 0;
}

.headline-home-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  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;
}

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

.heading-home-a {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  max-width: 60rem;
  padding-top: 0;
}

.text-h1 {
  z-index: 1;
  letter-spacing: -3px;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.2;
}

.hero-right-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 456px;
  display: flex;
}

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

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

.cta-main {
  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:hover {
  background-color: #1f1915a3;
}

.cta-main.light-cta {
  z-index: 10;
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--white);
  color: #1f1915;
  padding-top: 14px;
  line-height: 150%;
  text-decoration: none;
  position: relative;
}

.cta-main.light-cta:hover {
  color: #1f1915a3;
  background-color: #fffdf6;
}

.cta-main.light-cta.is-nav {
  height: 3.5em;
  margin-right: 4.5em;
}

.cta-main.light-outline {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fffdf6;
  background-color: #1f1915;
  border: 1px solid #fffdf652;
  padding-top: 14px;
  text-decoration: none;
}

.cta-main.light-outline:hover {
  color: #fffdf6a3;
}

.cta-main.light-outline.green {
  background-color: var(--_primitives---colors--vihree2);
}

.cta-main.green {
  background-color: var(--_primitives---colors--vihree);
}

.cta-main.green:hover {
  color: var(--_primitives---colors--neutral-lighter);
}

.button-text {
  z-index: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

.button-text.light-3, .button-text.light-outline-2 {
  font-size: 15px;
  font-weight: 600;
}

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

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

.wrap-services-framework {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 64px;
  display: flex;
}

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

.label-master-3 {
  -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-3.depth {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #e1dcd5;
  padding: 10px 15px;
}

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

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

.label-small-4.depth {
  font-size: 14px;
  font-weight: 500;
}

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

.text-h3.no-margins {
  line-height: 1.3;
}

.cta-main-2 {
  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;
}

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

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

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

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

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

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

.button-bg-3 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #01646f;
  border: 1px #f7f7f214;
  border-radius: 16px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

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

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

.card-framework {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.image-wrap-framework {
  border-radius: 16px;
  width: 100%;
  height: 400px;
  position: relative;
  overflow: hidden;
}

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

.overlay-widget {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.framework-widget-middle {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffff45;
  border-radius: 100px;
}

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

.text-body-bold {
  font-size: 1.8rem;
  font-weight: 500;
}

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

.text-small-2.body-medium {
  color: var(--_primitives---colors--neutral-darkest);
}

.text-small-2.body-medium._2 {
  color: var(--_primitives---colors--neutral-darker);
  font-size: 1rem;
}

.section_layout1 {
  background-color: var(--_primitives---colors--beige);
  color: var(--color-scheme-1--text);
  position: relative;
}

.section_layout1._2 {
  border-top: 1px none var(--_primitives---colors--neutral);
  background-color: var(--_primitives---colors--vihree2);
}

.section_layout1._2.hidden {
  display: none;
}

.layout1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

.layout1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.layout1_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.section-4 {
  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-4.about-b-features-section {
  color: #fffdf6;
  background-color: #1f1915;
  padding-top: 120px;
  padding-bottom: 160px;
}

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

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

.section-divider.title-divider {
  margin-bottom: 32px;
}

.headline-left-aligned {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 80px;
  display: flex;
}

.heading-about-home-a {
  max-width: 807px;
}

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

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

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

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

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

.story-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
}

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

.cta-main-3 {
  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-3:hover {
  background-color: #1f1915a3;
}

.cta-main-3.dark-outlined {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1f1915;
  background-color: #fffdf629;
  border: 1px solid #1f191552;
}

.cta-main-3.dark-outlined:hover {
  color: #1f1915a3;
  background-color: #fffdf629;
}

.twostep-nav {
  z-index: 100;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.twostep-nav__bg {
  z-index: 0;
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #0000004d;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.twostep-nav__wrap {
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.twostep-nav__width {
  flex-flow: row;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  padding-top: 1.25em;
  padding-left: 1.25em;
  padding-right: 1.25em;
  display: flex;
}

.twostep-nav__bar {
  pointer-events: auto;
  color: #201d1d;
  width: 100%;
  max-width: 25em;
  position: relative;
}

.twostep-nav__bar.is--editing {
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  border-radius: .5em;
  max-width: 4rem;
}

.twostep-nav__back {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.twostep-nav__back-bg {
  background-color: var(--_primitives---colors--white);
  border-radius: .5em;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.twostep-nav__top {
  z-index: 1;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 4em;
  padding: 1.25em;
  display: flex;
  position: relative;
}

.twostep-nav__logo {
  justify-content: flex-start;
  align-items: center;
  width: 9em;
  height: auto;
  margin-top: 2em;
  margin-left: 2em;
  display: flex;
}

.twostep-nav__logo-svg {
  height: 100%;
}

.twostep-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 2.5em;
  height: 2.5em;
  padding: 0;
  display: flex;
  position: relative;
}

.twostep-nav__toggle-bar {
  background-color: #131313;
  width: 1.875em;
  height: .125em;
  position: absolute;
}

.twostep-nav__top-line {
  z-index: 2;
  background-color: #0000001a;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: .5em;
  right: .5em;
}

.twostep-nav__bottom {
  grid-template-rows: 0fr;
  width: 100%;
  display: grid;
  position: relative;
  overflow: hidden;
}

.twostep-nav__bottom.is--editing {
  display: block;
}

.twostep-nav__bottom-overflow {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.twostep-nav__bottom-inner {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 1.5em;
  display: flex;
  position: relative;
}

.twostep-nav__bottom-row {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.twostep-nav__bottom-col {
  flex: 1;
  min-height: 100%;
  display: flex;
}

.twostep-nav__info {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.twostep-nav__ul {
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  margin-bottom: 0;
  padding-left: 0;
  list-style: none;
  display: flex;
}

.twostep-nav__ul.is--small {
  grid-column-gap: 1em;
  grid-row-gap: .25em;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
}

.twostep-nav__link {
  width: 100%;
  color: inherit;
  padding-top: .375em;
  padding-bottom: .375em;
  text-decoration: none;
  position: relative;
}

.twostep-nav__link-span {
  letter-spacing: -.04em;
  font-size: 2.125em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__link-eyebrow {
  opacity: .7;
  letter-spacing: -.02em;
  font-size: 1em;
  font-weight: 400;
  line-height: 1;
}

.twostep-nav__visual {
  aspect-ratio: 1;
  border-radius: .375em;
  width: 100%;
  overflow: hidden;
}

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

.about-b-features-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  place-items: start stretch;
}

.headline-features-about-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
  position: sticky;
  top: 120px;
}

.heading-about-b {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  display: flex;
}

.text-h2 {
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 96px;
  font-weight: 500;
  line-height: 91.6%;
}

.text-h2.sss {
  font-size: 4.1rem;
}

.features-list {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.icon-feature-card {
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.feature-card-text-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.text-h5 {
  letter-spacing: -1px;
  font-size: 40px;
  font-weight: 500;
  line-height: 100%;
}

.numero {
  font-size: 5rem;
  line-height: 1;
}

.label-small {
  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;
}

.about-b-image._1 {
  border-radius: 20px;
  height: 600px;
}

.label-master-4 {
  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-4.dark {
  border-color: #181e2552;
}

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

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

.section-5.paddings-big {
  background-color: var(--_primitives---colors--beige);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.headline-about-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: none;
  margin-bottom: 96px;
  display: flex;
}

.about-b-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 421px;
  display: flex;
}

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

.text-dark-64.green {
  color: var(--_primitives---colors--vihree);
}

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

.code-embed {
  margin-bottom: 0;
}

.services-expandable-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  display: flex;
}

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

.overlay-service-expandable {
  background-image: linear-gradient(#0000, #111a0da3);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.marquee-logo {
  justify-content: center;
  align-items: center;
  height: 28px;
  display: flex;
}

.marquee-logo.large {
  filter: brightness(200%) grayscale();
  border-radius: 0;
  height: 36px;
}

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

.overlay-exoandable {
  background-image: linear-gradient(0deg, #0a0a0ba3, #0000);
  width: 100%;
  height: 30%;
  position: absolute;
  inset: auto 0% 0%;
}

.logo-shadow {
  z-index: 1;
  background-image: linear-gradient(90deg, var(--_primitives---colors--vihree2) 100%, transparent NaN% );
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-shadow.right {
  background-image: linear-gradient(90deg, transparent #0000% % % % , var(--_primitives---colors--vihree2));
  inset: 0% 0% 0% auto;
}

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

.body-medium {
  color: #f6f3eca3;
}

.master-marquee {
  width: 100%;
  position: relative;
  overflow: clip;
}

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

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

.service-expandable-bottom {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.service-expandable-inner {
  z-index: 2;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 24px;
  display: flex;
  position: relative;
}

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

.button-slider {
  color: #e45a47;
  cursor: pointer;
  background-color: #f6f3ec;
  border: 1px solid #0a0a0b14;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  transition: border-color .3s, background-color .3s, color .3s;
  display: flex;
}

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

.button-slider.secondary {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f6f3ec14;
  border-color: #f6f3ec14;
}

.button-slider.secondary {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background-color: #f6f3ec14;
  border-color: #f6f3ec14;
  box-shadow: 0 -1px #f6f3ec29, 0 1px #f6f3ec14;
}

.button-slider.secondary:hover {
  background-color: #f6f3ece0;
  border-color: #0a0a0b14;
}

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

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

.card-service-expandable {
  color: #f6f3ec;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  width: 100%;
  height: 560px;
  text-decoration: none;
  transition: width .45s;
  position: relative;
  overflow: clip;
}

.card-service-expandable:hover {
  width: 150%;
}

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

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

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

.section-6.expandable-section {
  background-color: #1a2a1f;
  padding-top: 120px;
  padding-bottom: 0;
}

.master-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  display: flex;
}

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

.heading-column {
  margin-bottom: 8px;
}

.column {
  display: flex;
}

.tick {
  justify-content: center;
  align-items: center;
  width: 13px;
  display: flex;
}

.label-2 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 600;
  line-height: 16px;
}

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

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

.section-7 {
  background-color: #f8f7f5;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.section-7.bg-green {
  background-color: var(--_primitives---colors--vihree2);
  color: var(--_primitives---colors--white);
}

.check-icon-wrap {
  color: #251e3499;
  background-color: #fff;
  border-radius: 8px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  overflow: hidden;
}

.column-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.column-content-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 600px;
  height: 100%;
  display: flex;
}

.text-h2-2 {
  letter-spacing: -.04em;
  font-size: 56px;
  font-weight: 500;
  line-height: 92%;
}

.text-h2-2.no-margins {
  line-height: 1.2;
}

.text-h6 {
  letter-spacing: -.02em;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.column-title-wrap {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.column-image-wrap {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 640px;
  padding: 48px;
  display: flex;
  overflow: hidden;
}

.column-image-wrap.image {
  background-image: url('../images/WhatsApp_Image_2026-02-14_at_22.01.21.webp');
  background-position: 50%;
  background-size: cover;
}

.column-image-wrap.blue {
  background-image: linear-gradient(90deg, #b9caf8, #b9caf829);
}

.text-big {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 140%;
}

.text-big.serif {
  font-weight: 400;
}

.text-big.serif.grey {
  color: var(--_primitives---colors--neutral-lighter);
}

.section-divider-2 {
  border-bottom: 1px dashed #251e3499;
  width: 100%;
  height: 0;
  margin-right: auto;
}

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

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

.section_setup {
  z-index: 1;
  color: #ededed;
  background-color: #151515;
  padding-top: 8.89vw;
  padding-bottom: 6.67vw;
  position: relative;
}

.padding-global-2 {
  width: 100%;
  padding-left: 1.78vw;
  padding-right: 1.78vw;
}

.image-wrap_setup {
  z-index: 1;
  border-radius: .44vw;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.wrap_icon-btn {
  flex: none;
  padding-left: .44vw;
}

.left_cta {
  grid-column-gap: 1.33vw;
  grid-row-gap: 1.33vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.setup_cta {
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
}

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

.container-large-2 {
  z-index: 2;
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.master_tag {
  grid-column-gap: .44vw;
  grid-row-gap: .44vw;
  color: #151515;
  text-align: center;
  justify-content: center;
  align-items: center;
  padding-top: .44vw;
  display: flex;
}

.master_tag.is-dark {
  color: #ededed;
  justify-content: flex-start;
  align-items: center;
}

.button_text-mask {
  z-index: 5;
  pointer-events: none;
  flex: none;
  height: 1.11vw;
  position: relative;
  overflow: hidden;
}

.card_setup {
  color: #ededed;
  border-radius: 20px;
  width: 100%;
  height: auto;
  min-height: 35rem;
  position: relative;
  overflow: hidden;
}

.heading-style-h5-2 {
  letter-spacing: -.03vw;
  font-size: 1.56vw;
  font-weight: 500;
  line-height: 1.78vw;
}

.cta_main {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #ededed;
  letter-spacing: .056vw;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #151515;
  border-radius: .44vw;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .67vw .89vw;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.11vw;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta_main:hover {
  color: #151515;
}

.cta_main.is-dark {
  color: #151515;
  background-color: #ededed;
}

.cta_main.is-dark:hover {
  color: #ededed;
}

.headliene_setup {
  text-align: center;
  justify-content: center;
  align-items: center;
  max-width: 37.78vw;
  margin-bottom: 4.44vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.icon_contact-tile {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 1.33vw;
  height: 1.33vw;
  display: flex;
}

.setup_halves {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.text_body-bold {
  font-weight: 500;
}

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

.image_cover.parallax {
  width: 120%;
  height: 120%;
  margin-top: auto;
  display: block;
}

.button_icon-wrap {
  pointer-events: none;
  flex: none;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.button_icon-wrap.left {
  margin-left: -4px;
}

.icon_button {
  z-index: 2;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .67vw;
  height: .67vw;
  display: flex;
  position: relative;
}

.text-wrap_setup-card {
  grid-column-gap: .89vw;
  grid-row-gap: .89vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guidance-tile {
  grid-column-gap: 1.78vw;
  grid-row-gap: 1.78vw;
  background-color: var(--_primitives---colors--vihree);
  border-radius: .67vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 31.33vw;
  margin-left: auto;
  margin-right: auto;
  padding: .89vw;
  display: flex;
}

.overlay_support-bottom {
  z-index: 1;
  background-image: linear-gradient(180deg, #fff0, var(--_primitives---colors--neutral-darker));
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.tone-medium {
  color: #151515a3;
}

.tone-medium.is-dark {
  color: #edededa3;
}

.heading-style-h1-2 {
  z-index: 1;
  letter-spacing: -.1rem;
  font-size: 5rem;
  font-weight: 500;
  line-height: 1.1;
}

.heading-style-h1-2.dark {
  color: var(--_primitives---colors--neutral-darker);
}

.text-wrap_cta {
  flex-flow: column;
  display: flex;
}

.overlay_support-top {
  z-index: 1;
  background-color: #00000063;
  background-image: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.cover_button-bg {
  z-index: 1;
  opacity: 0;
  pointer-events: none;
  background-color: #d9d9d9;
  border-radius: .44vw;
  flex: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cover_button-bg.is-dark {
  background-color: #272727;
}

.inner_setup-card {
  z-index: 2;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 3rem;
  transition: all .2s;
  display: flex;
  position: relative;
}

.icon_tag {
  flex: none;
  width: 1.11vw;
  height: 1.11vw;
  display: flex;
}

.icon-wrap {
  background-color: #d9d9d9;
  border-radius: .44vw;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .89vw;
  display: flex;
}

.icon-wrap.is-dark {
  background-color: #272727;
}

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

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

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

.section-8.value-features-1-top {
  background-color: var(--_primitives---colors--beige);
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: clip;
}

.section-8.logo-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section-8.home-a-logo-section {
  background-color: #f4f3ea;
  padding-top: 0;
  padding-bottom: 7rem;
}

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

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

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

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

.expandable-icon {
  z-index: 1;
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  background-color: #1a1a1752;
  border: 1px solid #f4f3ea52;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  display: flex;
  position: relative;
}

.expandable-halves {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  display: flex;
}

.marquee-logo-2 {
  height: 28px;
}

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

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

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

.card-expandable {
  color: #f4f3ea;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 560px;
  padding: 3rem;
  text-decoration: none;
  transition: width .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-expandable:hover {
  width: 150%;
}

.image-wrap-expandable {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

.logo-shadow-2 {
  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-2.right {
  background-image: linear-gradient(90deg, #0000, #f4f3ea);
  inset: 0% 0% 0% auto;
}

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

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

.eyebrow-circle {
  background-color: var(--_primitives---colors--vihree);
  border-radius: 100vw;
  width: 8px;
  height: 8px;
}

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

.icon-link-arrow.large-light {
  color: #f4f3ea;
  width: 20px;
  height: 20px;
}

.expandable-top-tile {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.overlay-expandable {
  z-index: 1;
  background-image: linear-gradient(180deg, var(--_primitives---colors--neutral-darker), #fff0 60%);
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.overlay-expandable._2 {
  background-image: linear-gradient(#fff0, #000);
  inset: auto 0% 0%;
}

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

.expandable-bottom-tile {
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.wrapper-hero-h1-lang {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.txt-hero-2 {
  opacity: .9;
  color: #eee;
  font-size: 1.1rem;
  font-weight: 400;
}

.herodiv-txt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.herodiv-txt.mbbm._2 {
  justify-content: space-between;
}

.hero-bg-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  position: absolute;
  inset: 0%;
}

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

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

.hero-content-wrapper-ecosta.abs-test {
  z-index: 9;
  mix-blend-mode: difference;
  position: absolute;
  inset: auto 3% 3%;
}

.hero-content-wrapper-ecosta.abs-test.not-difference {
  mix-blend-mode: normal;
  max-width: 30rem;
  position: relative;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-overlay-layer-2 {
  z-index: 1;
  background-color: #0000002e;
  background-image: linear-gradient(0deg, #0000008c 5%, #fff0 36%);
  display: block;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer-2.hero-etusivu {
  background-color: #0000;
  background-image: none;
}

.header5_content {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  height: 100svh;
  min-height: auto;
  max-height: 50rem;
  display: flex;
  position: relative;
}

.header5_content.align-right {
  justify-content: space-between;
  align-items: center;
}

.header5_content.align-right.uus {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-height: none;
  padding-bottom: 5rem;
}

._w-background-video {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.section-9 {
  position: relative;
}

.section-9.text-color-alternate {
  color: #fff;
}

.section-9.text-color-alternate.hidden {
  display: none;
}

.hero-text {
  letter-spacing: -.02em;
  max-width: 46ch;
  font-size: 5.6rem;
  line-height: 1.125;
}

.hero-text.white-regular {
  font-size: 4rem;
  font-weight: 400;
}

.hero-dark-mask {
  z-index: 9;
  opacity: 0;
  pointer-events: none;
  background-color: #000000e0;
  position: absolute;
  inset: 0%;
}

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

.container-large-3.big {
  max-width: 1750px;
}

.hero-p-trigger {
  opacity: 0;
  pointer-events: none;
  height: 1px;
}

.button-2 {
  border: 1px solid var(--_primitives---colors--green4);
  background-color: var(--_primitives---colors--light-green);
  color: var(--_primitives---colors--green3);
  text-align: center;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  font-weight: 600;
  text-decoration: none;
}

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

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

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

.section_header5 {
  position: relative;
}

.header5_content-2 {
  z-index: 1;
  justify-content: flex-start;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
  position: relative;
}

.header5_background-image {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header5_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

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

.image-overlay-layer {
  z-index: 1;
  background-color: var(--_primitives---opacity--neutral-darkest-40);
  position: absolute;
  inset: 0%;
}

.div-block-4, .nav-button-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.hamburger-nav__toggle-bar {
  background-color: #131313;
  width: 40%;
  height: .125em;
  position: absolute;
}

.hamburger-nav__li {
  margin: 0;
  padding: 0;
  list-style: none;
}

.hamburger-nav__menu-p {
  opacity: .5;
  letter-spacing: .1em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 1em;
  font-weight: 400;
}

.hamburger-nav {
  border-radius: 1.5em;
  position: absolute;
  top: 2em;
  right: 2em;
}

.hamburger-nav__group {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  pointer-events: auto;
  transform-origin: 100% 0;
  flex-flow: column;
  padding: 2.25em 2.5em 2em 2em;
  display: flex;
  position: relative;
}

.hamburger-nav__p {
  white-space: nowrap;
  margin-bottom: 0;
  padding-right: 1.25em;
  font-size: 2em;
}

.navigation {
  z-index: 500;
  pointer-events: none;
  max-width: 1800px;
  position: fixed;
  inset: 0;
}

.navigation.align-center {
  max-width: none;
}

.hamburger-nav__toggle {
  pointer-events: auto;
  cursor: pointer;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5em;
  height: 3.5em;
  display: flex;
  position: absolute;
  top: 0;
  right: 0;
}

.navigation__dark-bg {
  opacity: 0;
  pointer-events: auto;
  visibility: hidden;
  background-color: #000;
  position: absolute;
  inset: 0;
}

.hamburger-nav__ul {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
}

.hamburger-nav__bg {
  background-color: var(--_primitives---colors--white);
  border-radius: .5em;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.hamburger-nav__a {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__dot {
  background-color: var(--_primitives---colors--vihree);
  border-radius: 50%;
  flex-shrink: 0;
  width: .5em;
  height: .5em;
}

.div-block-5 {
  display: flex;
}

.div-block-6 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-2 {
  z-index: 500;
  pointer-events: none;
  position: fixed;
  inset: 0;
}

.hamburger-nav__a-2 {
  color: #131313;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hamburger-nav__bg-2 {
  background-color: #e2e1df;
  border-radius: 1.75em;
  width: 3.5em;
  height: 3.5em;
  position: absolute;
  top: 0;
  right: 0;
}

.underlay-nav__link-small {
  font-size: 1em;
  line-height: 1.1;
}

.underlay-nav__link-small.is--faded {
  opacity: .5;
}

.underlay-nav__logo {
  mix-blend-mode: multiply;
  justify-content: center;
  align-items: center;
  width: 10em;
  display: flex;
}

.underlay-nav__container {
  justify-content: space-between;
  align-items: center;
  padding: 1.5em 30px;
  display: flex;
}

.underlay-nav__link-large {
  border-radius: 16px;
  width: 100%;
  padding: .75em 1em;
}

.underlay-nav__link-large.w--current {
  background-color: var(--_primitives---colors--neutral-darker);
  color: #ededed;
}

.underlay-nav__overlay {
  z-index: 100;
  pointer-events: none;
  cursor: pointer;
  visibility: hidden;
  position: fixed;
  inset: 0% -1px 0% 0%;
  overflow: clip;
}

.underlay-nav__corner {
  transform-origin: 100% 0;
  color: #fff;
  background-image: radial-gradient(circle farthest-side at 0 100%, #fff0 99%, #fff);
  width: 2em;
  height: 2em;
}

.underlay-nav__corner.is--bottom {
  transform-origin: 100% 100%;
  background-image: radial-gradient(circle farthest-side at 0 0, #fff0 99%, #fff);
}

.underlay-nav__toggle-bar {
  background-color: var(--_primitives---colors--neutral-darkest);
  flex: none;
  width: 100%;
  height: .125em;
  padding: 0;
}

.underlay-nav__borders {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: absolute;
  inset: 0;
}

.underlay-nav__toggle-icon {
  grid-column-gap: .375em;
  grid-row-gap: .375em;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.5em;
  margin-bottom: -.4em;
  display: flex;
}

.underlay-nav__list {
  flex-flow: column;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  list-style: none;
  display: flex;
}

.underlay-nav__list.is--small {
  grid-column-gap: .75em;
  grid-row-gap: .75em;
}

.underlay-nav__inner {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 7.5em 2em 2em;
  display: flex;
  overflow: auto;
}

.underlay-nav__bottom-border {
  opacity: .15;
  transform-origin: 0%;
  background-color: currentColor;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 0% 0% auto;
}

.underlay-nav__toggle-label {
  font-size: 1.25em;
  font-weight: 500;
}

.underlay-nav__dark {
  opacity: 0;
  background-color: #0000004d;
  position: absolute;
  inset: 0%;
}

.underlay-nav__bar {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.underlay-nav__menu {
  z-index: 1;
  width: var(--menu-width);
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
}

.underlay-nav__logo-svg {
  width: 100%;
}

.underlay-nav__header {
  z-index: 100;
  color: #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.underlay-nav__toggle {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  border: 1px solid var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--white);
  outline-offset: 0px;
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: .5em;
  outline: 3px #555;
  justify-content: center;
  align-items: center;
  margin: 0;
  padding: .5em 1em .8em;
  display: flex;
}

.underlay-nav__toggle-text {
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-end;
  height: 1.5em;
  display: flex;
  overflow: hidden;
}

.underlay-nav__border-row {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.underlay-nav__bottom-col {
  grid-column-gap: 1em;
  grid-row-gap: 1em;
  flex-flow: column;
  flex: 1;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.underlay-nav__link-label {
  letter-spacing: -.04em;
  font-size: 2.7em;
  line-height: .9;
}

.underlay-nav__bottom {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-top: 1.5em;
  display: none;
  position: relative;
}

.underlay-nav__border {
  background-color: #fff;
  width: 100%;
  height: 1em;
}

.div-block-7 {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.text-block, .list {
  z-index: 1;
  position: relative;
}

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

.text-bg {
  z-index: 1;
  -webkit-backdrop-filter: blur(9px);
  backdrop-filter: blur(9px);
  background-color: #3c503eb0;
  border-radius: 8px;
  padding: .5rem 1rem;
  position: relative;
}

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

.dt-subtext-stat {
  opacity: .7;
  font-weight: 300;
}

.dt-wrap-social-cirlces-left {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.dt-grid-feature-1 {
  grid-template-rows: auto;
  grid-template-columns: .8fr 1.2fr;
}

.dt-right-feature-1 {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  width: 100%;
  max-width: 700px;
  margin-top: 0;
  display: flex;
}

.dt-social-circle {
  color: #fbfbfb;
  border: 1px solid #fbfbfb;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  font-size: .8em;
  text-decoration: none;
  display: flex;
}

.stat-left {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.dt-left-feature-1 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.dt-body-big {
  font-size: 1.1em;
  line-height: 135%;
}

.dt-body-big.dt-fade-out {
  color: #fbfbfb99;
}

.dt-h2 {
  color: var(--_primitives---colors--neutral-darker);
  letter-spacing: -.1rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 400;
  line-height: 130%;
}

.dt-section {
  background-color: var(--_primitives---colors--beige);
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: 1rem;
  padding-bottom: 7rem;
  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%;
}

.dt-section._2 {
  padding-top: 7rem;
}

.master-stats-left {
  grid-column-gap: 4rem;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.dt-text-stat {
  font-size: 3em;
  font-weight: 400;
  line-height: 100%;
}

.dt-big-text {
  font-size: 1.8rem;
  line-height: 132%;
}

.marquee-images {
  padding-top: 8px;
  padding-bottom: 8px;
  overflow: clip;
}

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

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

.marquee-hero-5 {
  z-index: 3;
  margin-top: -300px;
  position: relative;
}

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

.heading-hero-about-b {
  max-width: 880px;
  margin-left: auto;
  margin-right: auto;
}

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

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

.marquee-image-item {
  border-radius: 8px;
  flex: none;
  width: 562px;
  height: 562px;
  overflow: hidden;
}

.marquee-image-item.big-item {
  width: 640px;
}

.marquee-image-item.small-item {
  width: 416px;
}

.section-10 {
  z-index: 1;
  color: #16231b;
  background-color: #f9f5eb;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  position: relative;
}

.section-10.hero-service-c {
  background-color: var(--_primitives---colors--vihree2);
  color: #f9f5eb;
  padding-top: 3rem;
  padding-bottom: 380px;
}

.section-10.about-c-description-section {
  background-color: var(--_primitives---colors--beige);
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: 3rem;
  padding-bottom: 7rem;
}

.text-h0 {
  letter-spacing: -.02em;
  font-size: 112px;
  font-weight: 400;
  line-height: 93%;
}

.headline-about-b-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.label-master-5 {
  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-5.light {
  border-style: solid;
  border-color: #ffffff29;
  border-radius: 24px;
}

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

.image-cover-7.parallax {
  object-position: 50% 80%;
  height: 150%;
  display: block;
  transform: translate(0, -10%);
}

.text-h2-3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 500;
  line-height: 100%;
}

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

.hide-2 {
  margin-bottom: -15px;
  padding-bottom: 15px;
  overflow: hidden;
}

.thirds-image-wrap {
  border-radius: 8px;
  width: 100%;
  height: 562px;
  overflow: hidden;
}

.heading-home-a-about {
  max-width: 526px;
}

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

.text-big-2 {
  color: var(--_primitives---colors--neutral-darker);
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.text-big-2.white {
  color: var(--_primitives---colors--neutral-lighter);
}

.headline-story-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  margin-bottom: 80px;
  display: grid;
}

.padding-global-5 {
  width: 100%;
  padding-left: 1.78vw;
  padding-right: 1.78vw;
}

.setup_cta-2 {
  justify-content: center;
  align-items: center;
  margin-top: 4.44vw;
  display: flex;
}

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

.container-large-4 {
  z-index: 2;
  width: 100%;
  max-width: 100vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.guidance-tile-2 {
  grid-column-gap: 1.78vw;
  grid-row-gap: 1.78vw;
  background-color: #272727;
  border-radius: .67vw;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 31.33vw;
  margin-left: auto;
  margin-right: auto;
  padding: .89vw;
  display: flex;
}

.heading-style-h1-3 {
  z-index: 1;
  letter-spacing: -.17vw;
  font-size: 5.33vw;
  font-weight: 500;
  line-height: 4.89vw;
}

.parallax__black-line-overflow {
  z-index: 20;
  background-color: #000;
  width: 100%;
  height: 2px;
  position: absolute;
  bottom: -1px;
  left: 0;
}

.osmo-icon-svg {
  width: 8em;
}

.parallax__layers {
  object-fit: cover;
  background-color: #0000;
  width: 100%;
  max-width: none;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  overflow: hidden;
}

.parallax__layer-img {
  pointer-events: none;
  object-fit: cover;
  object-position: 50% 30%;
  width: 100%;
  max-width: none;
  height: 117.5%;
  position: absolute;
  top: -17.5%;
  left: 0;
}

.parallax__layer-img._2 {
  top: -3%;
}

.parallax__content {
  background-color: var(--_primitives---colors--beige);
  justify-content: center;
  align-items: center;
  min-height: auto;
  padding: 22rem 0 2rem;
  display: flex;
  position: relative;
}

.parallax {
  width: 100%;
  display: none;
  position: relative;
  overflow: hidden;
}

.parallax__fade {
  z-index: 30;
  object-fit: cover;
  background-image: linear-gradient(#0000, #000);
  width: 100%;
  max-width: none;
  height: 20%;
  position: absolute;
  bottom: 0;
  left: 0;
}

.parallax__visuals {
  object-fit: cover;
  width: 100%;
  max-width: none;
  height: 120%;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__layer-title {
  z-index: 5;
  width: 100%;
  height: 100svh;
  color: var(--_primitives---colors--neutral-lightest);
  justify-content: center;
  align-items: center;
  padding-bottom: 5%;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
  position: absolute;
  top: 0;
  left: 0;
}

.parallax__title {
  pointer-events: auto;
  text-align: center;
  text-transform: none;
  margin-top: 0;
  margin-bottom: .1em;
  margin-right: .075em;
  font-size: 10em;
  font-weight: 700;
  line-height: 1;
  position: relative;
}

.parallax__header {
  z-index: 2;
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  padding: 10em 1em;
  display: flex;
  position: relative;
}

.dark-layer {
  background-color: #00000026;
  position: absolute;
  inset: 0%;
}

.dark-layer._2 {
  z-index: 2;
  background-color: #0000004d;
}

.dark-layer._2._3 {
  background-color: #0006;
}

.hero-h1 {
  letter-spacing: -.1rem;
  font-size: 4rem;
  font-weight: 500;
  line-height: 1.2;
  position: relative;
  top: 15px;
}

.herorightblock {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  max-width: 464px;
  margin-bottom: 0;
  margin-right: 20px;
  display: flex;
}

.heading {
  font-weight: 500;
}

.cursor-marquee {
  z-index: 100;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  transform: translate(-50%, -50%);
}

.cursor-marquee__card {
  border: 1px solid var(--_primitives---colors--neutral-light);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: var(--_primitives---colors--white);
  background-color: #fff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.cursor-marquee__text-span {
  color: var(--_primitives---colors--neutral-darkest);
  white-space: nowrap;
  transform-origin: 0;
  padding: .5em;
  font-size: 1.3em;
  font-weight: 500;
  line-height: 1;
  display: block;
  position: relative;
}

.cursor-marquee__text-span.is--duplicate {
  position: absolute;
  left: 100%;
}

.cta-circle-regular {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 464px;
  height: 464px;
  position: absolute;
  bottom: -108px;
  left: -222px;
}

.text-body {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 150%;
}

.text-body.semibold {
  font-weight: 500;
}

.cta-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.cta-main-4 {
  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-4.accent {
  color: #15190d;
  background-color: #f6d987;
}

.error-message-2 {
  color: #fffdfa;
  background-color: #ff5353;
  border-radius: 16px;
}

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

.footer-link {
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.cta-button-wrap {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  display: flex;
}

.footer-bottom-message {
  padding-top: 32px;
}

.brand-navbar {
  height: 100%;
}

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

.footer-halves {
  grid-template-rows: auto;
  display: grid;
}

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

.submit-button {
  background-color: #0000;
  padding-right: 0;
  position: absolute;
  inset: 0%;
}

.social-link {
  color: #02012080;
  transition: background-color .2s;
}

.social-link:hover {
  color: #15190d;
  object-fit: fill;
}

.cta-circle-small {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 296px;
  height: 296px;
  position: absolute;
  bottom: -180px;
  right: 258px;
}

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

.text-field {
  color: #15190d;
  background-color: #fff;
  border: 1px solid #15190d29;
  border-radius: 32px;
  width: 100%;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
}

.text-field:focus {
  border-color: #15190d;
}

.text-field::placeholder {
  color: #17181c80;
}

.text-field.text-area {
  height: 169px;
}

.text-h1-2 {
  z-index: 1;
  letter-spacing: 0;
  font-size: 72px;
  font-weight: 400;
  line-height: 94.4%;
}

.submit-button-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 16px 0% auto;
}

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

.cta-video {
  z-index: 1;
  background-color: var(--_primitives---colors--vihree2);
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 174px;
  padding-bottom: 174px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.newsletter-form-block {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.cta-image-wrap {
  border-radius: 100vw;
  width: 28px;
  height: 28px;
  overflow: hidden;
}

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

.footer {
  z-index: 1;
  background-color: var(--_primitives---colors--beige);
  padding-top: 80px;
  padding-bottom: 32px;
  position: relative;
  overflow: hidden;
}

.brand-link {
  height: 36px;
}

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

.cta-arrow {
  justify-content: flex-start;
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.cta-booking {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border: 1px solid #fff;
  border-radius: 32px;
  justify-content: flex-start;
  align-items: center;
  padding: 6px 20px 6px 8px;
  transition: all .2s;
  display: flex;
}

.cta-booking:hover {
  color: #fff;
  background-color: #15190d;
  flex: 0 auto;
}

.newsletter-field-master {
  max-width: 304px;
  position: relative;
}

.footer-bottom-tile {
  border-top: 1px solid #02012029;
  border-bottom: 1px solid #02012029;
  margin-top: 144px;
  padding-top: 32px;
  padding-bottom: 32px;
}

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

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

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

.footer-left {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
}

.success-message-newsletter {
  color: #fff;
  text-align: center;
  background-color: #15190d;
  border-radius: 8px;
  max-width: 400px;
}

.newsletter-form-top {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  display: flex;
}

.cta-circle-big {
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 748px;
  height: 748px;
  position: absolute;
  top: -474px;
  right: -295px;
}

.newsletter-form {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  display: flex;
}

.footer-bottom-wrap {
  z-index: 1;
  position: relative;
}

.section-11 {
  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-11.cta-section {
  background-color: var(--_primitives---colors--beige);
  color: #fff;
  padding: 8px;
}

.footer-right {
  grid-column-gap: 107px;
  grid-row-gap: 107px;
  margin-right: 75px;
  display: flex;
}

.text-small {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
}

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

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

.main-container-10 {
  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: 1.5rem;
  font-weight: 500;
  line-height: 114%;
}

.headline-section {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: end stretch;
  max-width: none;
  margin-bottom: 5rem;
  display: grid;
}

.data-1-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.data-1-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border: 1px none var(--_primitives---opacity--white-30);
  background-color: var(--_primitives---opacity--white-5);
  color: var(--_primitives---colors--white);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 32px;
  display: grid;
}

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

.section-12.paddings-big {
  background-color: var(--_primitives---colors--neutral-darker);
  background-image: linear-gradient(180deg, var(--_primitives---colors--neutral-darker), var(--_primitives---colors--vihree2));
  color: var(--_primitives---colors--white);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 500;
}

.text-large-2 {
  color: var(--_primitives---colors--neutral-lighter);
  letter-spacing: -.4px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 400;
  line-height: 140%;
}

.container-large-5 {
  z-index: 2;
  width: 100%;
  max-width: 112.5rem;
  margin-left: auto;
  margin-right: auto;
}

.section_documents {
  color: #f7f6f5;
  background-color: #231f23;
  padding-top: 7.5rem;
  padding-bottom: 7.5rem;
}

.label-master-6 {
  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-master-6.is-dark {
  color: #f7f6f5;
  border-color: #f7f6f514;
}

.image-wrap_documents {
  border-radius: .75rem;
  width: 100%;
  height: 44.5rem;
  max-height: 75vh;
  overflow: hidden;
}

.right_documents {
  grid-column-gap: 7.5rem;
  grid-row-gap: 7.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.label_circle {
  background-color: #ed7472;
  border-radius: .13rem;
  width: .63rem;
  height: .63rem;
}

.margin-0-2 {
  margin: 0;
}

.margin-0-2.heading-style-h3 {
  font-weight: 500;
}

.accordion_top-tile {
  flex-flow: column;
  width: 100%;
  display: flex;
}

.padding-global-6 {
  width: 100%;
  padding-left: 2rem;
  padding-right: 2rem;
}

.headline_tab-features {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.tab_accordion {
  color: #231f237a;
  background-color: #f7f6f500;
  border-radius: 1.25rem;
  width: 100%;
  padding: 1.5rem;
  text-decoration: none;
}

.tab_accordion.w--current {
  color: #231f23;
  background-color: #fff;
}

.tab_accordion.is-dark {
  color: #f7f6f57a;
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
}

.tab_accordion.is-dark.w--current {
  color: #ffffffe0;
  background-color: #322d32;
}

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

.label-large {
  letter-spacing: .75px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.tabs-content-features {
  border-radius: 8px;
  width: 100%;
  display: none;
}

.icon-accordion {
  opacity: .7;
  filter: invert();
  flex: none;
  width: 2rem;
  height: 2rem;
}

.wrap_feature-accordion {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: row;
  display: flex;
}

.tabs_features {
  width: 100%;
  display: flex;
  position: static;
}

.tone-medium-2 {
  color: #231f23a3;
  text-decoration: none;
}

.tone-medium-2.margin-0-2.is-dark {
  color: #f7f6f5a3;
}

.tab-pane-features {
  height: 100%;
}

.tab-menu_features {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: static;
}

.text-size-large-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 300;
  line-height: 2rem;
}

.accordion-bottom-tile {
  width: 100%;
  overflow: hidden;
}

.documents_halves {
  grid-column-gap: 8.25rem;
  grid-row-gap: 8.25rem;
  grid-template-rows: auto;
}

.acordion-text {
  color: #231f23a3;
  width: 100%;
  padding-top: 1rem;
}

.acordion-text.is-dark-accordion-text {
  color: #f7f6f5a3;
}

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

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

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

.image-8 {
  aspect-ratio: 16 / 9;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.div-block-10 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

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

.masonry-item__visual {
  border-radius: 1.25em;
  width: 100%;
  overflow: hidden;
}

.masonry-item__visual.is--square {
  aspect-ratio: 1;
}

.masonry-item__visual.is--tall {
  aspect-ratio: 2 / 3;
}

.masonry-item__visual.is--wide {
  aspect-ratio: 3 / 2;
}

.masonry-item {
  width: calc(((100% - 1px)  - (var(--masonry-col)  - 1) * var(--masonry-gap)) / var(--masonry-col));
}

.masonry-wrap {
  background-color: var(--_primitives---colors--beige);
  padding: 0 2em 7rem;
}

.masonry-list {
  grid-column-gap: var(--masonry-gap);
  grid-row-gap: var(--masonry-gap);
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

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

.text-h1-3 {
  z-index: 1;
  letter-spacing: -2px;
  font-size: 3.5rem;
  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-13 {
  z-index: 2;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-13.home-services-section {
  background-color: var(--_primitives---colors--vihree2);
  color: var(--_primitives---colors--neutral-lightest);
  padding-top: 7rem;
  padding-bottom: 5rem;
  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 {
  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.animated {
  border-bottom-color: var(--_primitives---opacity--white-40);
  cursor: pointer;
  padding-top: 2.5rem;
  padding-bottom: 2.5rem;
  transition: color .2s;
}

.service-item.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 #10101229;
  flex-flow: column;
  transition: color .2s;
  display: flex;
  position: relative;
}

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

.left-service-item {
  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 {
  font-weight: 500;
}

.label-master-7 {
  -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-7.bg-2 {
  color: #101012;
  background-color: #e5e3e3;
}

.main-container-11 {
  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;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 80px;
  display: flex;
  position: relative;
}

.headline-timeline {
  max-width: none;
  margin-bottom: 80px;
}

.left-timeline {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.main-container-12 {
  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: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
}

.content-timeline {
  border-top: 1px #19181829;
}

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

.image-wrap-timeline {
  border: 1px solid #19181829;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

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

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

.image-cover-8.horizontal {
  aspect-ratio: 2.39;
}

.text-h4-2 {
  letter-spacing: -1px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

.body-medium-2 {
  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;
}

.timeline-item.first {
  border-top: 1px solid var(--_primitives---colors--neutral-lighter);
}

.text-body-bold-2 {
  font-weight: 500;
}

.div-block-11 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.feature-grid-side {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.text-h2-4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 400;
  line-height: 100%;
}

.section-15 {
  z-index: 1;
  background-color: var(--_primitives---colors--beige);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  position: relative;
}

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

.feature-icon-wrap {
  overflow: hidden;
}

.feature-bottom-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.text-h5-4 {
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 400;
  line-height: 116.6%;
}

.feature-card-side {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #ece7d9;
  border-radius: 8px;
  flex-flow: column;
  padding: 40px;
  display: flex;
}

.headline-about-a-features {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
}

.icon-feature {
  width: 32px;
  height: 32px;
}

.label-master-8 {
  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;
}

.headline-timeline-2 {
  max-width: 680px;
  margin-bottom: 80px;
}

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

.section-16 {
  z-index: 2;
  background-color: var(--_primitives---colors--beige);
  color: #191818e0;
  padding-top: 3rem;
  padding-bottom: 7rem;
  position: relative;
}

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

.label-small-9.label-strong {
  color: var(--_primitives---colors--neutral);
  font-size: 1.2rem;
}

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

.image-cover-9.horizontal {
  aspect-ratio: 1;
  border-radius: 20px;
  max-height: 550px;
}

.divider-footer {
  background-color: #c2c2c5;
  width: 100%;
  height: 1px;
  margin-top: 80px;
  margin-bottom: 64px;
}

.icon-contact-list-footer {
  width: 24px;
  height: 24px;
}

.heading-footer-links {
  color: #212331;
  font-size: 16px;
  font-weight: 700;
}

.master-contact-list-footer {
  grid-row-gap: 20px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.wrap-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cta {
  grid-column-gap: 40px;
  color: #fcfcfc;
  background-color: #126fff;
  border-radius: 80px;
  justify-content: space-between;
  align-items: center;
  height: 52px;
  padding-left: 24px;
  padding-right: 6px;
  text-decoration: none;
  display: flex;
}

.footer-2 {
  color: #212331;
  background-color: #fcfcfc;
  padding-top: 120px;
  padding-bottom: 64px;
}

.left-top-footer {
  grid-row-gap: 40px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.brand-footer {
  max-width: none;
  height: 100%;
  display: block;
}

.flex-cta-left {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.circle-cta {
  background-color: #fcfcfc;
  border-radius: 50%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  overflow: hidden;
}

.main-container-14 {
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
}

.flex-top-footer {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.brand-link-footer {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 30px;
  display: flex;
}

.column-footer-links {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.grid-footer-links {
  grid-column-gap: 32px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 760px;
  display: flex;
}

.link-legal {
  color: #126fff;
}

.single-contact-list-footer {
  grid-column-gap: 8px;
  color: #212331;
  justify-content: flex-start;
  align-items: center;
  font-size: 16px;
  text-decoration: none;
  display: flex;
}

.footer-link-2 {
  color: #212331;
  font-size: 16px;
  line-height: 22px;
  text-decoration: none;
}

.text-legal-footer {
  font-size: 16px;
}

.icon-cta {
  width: 24px;
  height: 24px;
}

.wrap-legal-footer {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-3 {
  z-index: 1;
  background-color: var(--_primitives---colors--beige);
  width: 100%;
  padding-top: 7rem;
  padding-bottom: 48px;
}

.label-4 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.link-footer-large {
  color: #1e1c1a;
  letter-spacing: -1.5px;
  height: 39px;
  margin-bottom: -.09em;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.info-block-footer {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-footer-variants {
  position: relative;
}

.grid-footer-info {
  grid-column-gap: 48px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

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

.text-footer-link {
  padding-bottom: .09em;
}

.logo-footer {
  width: 100%;
  display: block;
}

.left-footer {
  grid-column-gap: 56px;
  grid-row-gap: 56px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.brand-footer-2 {
  flex: none;
  width: 80px;
}

.variant-block {
  color: #081c2b7a;
  text-decoration: none;
  transition: color .3s;
}

.variant-block:hover {
  color: #081c2b;
}

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

.label-small-10.text-dark-64-2.footer-link {
  text-decoration: none;
}

.footer-halves-2 {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: end stretch;
  margin-bottom: 7rem;
  display: grid;
  position: relative;
}

.text-dark {
  color: #1e1c1a;
}

.text-dark.footer-link {
  text-decoration: none;
}

.left-bottom-footer {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

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

.text-h4-3 {
  letter-spacing: -1.5px;
  font-size: 32px;
  font-weight: 400;
  line-height: 40px;
}

.right-bottom-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  display: flex;
}

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

.footer-bottom-tile-2 {
  z-index: 1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.link-variants-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-end;
  padding-left: 12px;
  display: flex;
  position: absolute;
  inset: 0% auto 8px 100%;
}

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

.container1 {
  max-width: 1800px;
  padding-left: 32px;
  padding-right: 32px;
}

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

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

.label-5 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

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

.form-inner-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.headline-offerings-contact {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 442px;
  display: flex;
}

.error-message {
  color: #fff;
  text-align: center;
  background-color: #c94040;
  border-radius: 16px;
}

.cta-main-submit {
  color: #fff;
  letter-spacing: 1.5px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #9d9287;
  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;
}

.success-message {
  color: #1e1c1a;
  background-color: #fff;
  border: 1px dashed #1e1c1aa3;
  border-radius: 16px;
}

.text-field-2 {
  color: #1e1c1a;
  background-color: #f7f4f1;
  border: 1px solid #1e1c1a29;
  border-radius: 32px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-2:focus {
  border-color: #1e1c1a7a;
}

.text-field-2::placeholder {
  color: #1e1c1a7a;
}

.text-field-2.text-area {
  height: 314px;
}

.text-field-2.text-area.offerings {
  border-radius: 22px;
  height: 218px;
}

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

.heading-offering-contact {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.section-17.offerings-contact-section {
  background-image: linear-gradient(#e8e1da, #f7f4f1);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

.offerings-contct-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
}

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

.label-master-9.bg-1 {
  background-color: #f7f4f1;
}

.form-offerings-top-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.form-contact {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  width: 100%;
  padding: 48px;
  display: flex;
}

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

.contact-submit-wrap {
  flex-flow: column;
  width: 100%;
  margin-top: -10px;
  display: flex;
}

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

.contact-form {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.section-18.paddings-big {
  padding-top: 8.571vw;
  padding-bottom: 8.571vw;
}

.text-dark-32 {
  color: #12121252;
}

.cta-main-5 {
  border: 2px solid var(--_primitives---colors--vihree);
  background-color: var(--_primitives---colors--vihree);
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  cursor: pointer;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: .571vw 1.143vw;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
  text-decoration: none;
  transition: border-color .2s, background-color .2s, color .2s;
  display: flex;
  overflow: hidden;
}

.cta-main-5:hover {
  color: #121212;
  background-color: #f4f4f4;
}

.contact-halves {
  grid-column-gap: 3.429vw;
  grid-row-gap: 3.429vw;
  grid-template-rows: auto;
}

.headline-contact {
  grid-column-gap: 1.714vw;
  grid-row-gap: 1.714vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 5.714vw;
  display: flex;
}

.input-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.input-halves.contact-input-halves {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

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

.contact-input-wrap {
  grid-column-gap: .857vw;
  grid-row-gap: .857vw;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

.text-field-3 {
  color: #121212;
  letter-spacing: -.03em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #12121229;
  width: 100%;
  height: 3.714vw;
  margin-bottom: 0;
  padding: .857vw 1.714vw .857vw 0;
  font-size: 1.429vw;
  font-weight: 500;
}

.text-field-3:focus {
  border-bottom-color: #121212;
}

.text-field-3::placeholder {
  color: #12121252;
}

.text-field-3.text-area {
  height: 8.571vw;
}

.text-field-3.select-field {
  color: #12121252;
}

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

.contact-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.contact-info-tile {
  grid-column-gap: 1.143vw;
  grid-row-gap: 1.143vw;
  flex-flow: column;
  display: flex;
}

.success-message-2 {
  color: #fff;
  text-align: center;
  background-color: #121212;
}

.error-message-3 {
  color: #fffdfa;
  background-color: #ff5353;
}

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

.cta-main-6 {
  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-6.small {
  padding: 8px 16px;
  font-size: 14px;
  line-height: 142%;
}

.contact-a-right {
  border-radius: 16px;
  max-width: 557px;
  height: 848px;
  overflow: hidden;
}

.contact-a-address-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  place-items: start;
}

.text-h1-4 {
  z-index: 1;
  letter-spacing: -.04em;
  font-size: 72px;
  font-weight: 400;
  line-height: 94.4%;
}

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

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

.success-message-3 {
  color: #151515;
  text-align: center;
  background-color: #eaece4;
}

.contact-a-left {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  padding-top: 32px;
  display: flex;
}

.contact-input-wrap-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.contact-a-address-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  border-left: 1px solid #15190d29;
  flex-flow: column;
  padding-left: 16px;
  display: flex;
}

.error-message-4 {
  color: #fffdfa;
  background-color: #ff5353;
}

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

.contact-c-master {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.icon-wrap-contact {
  background-color: #f8f7f5;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
}

.label-master-10 {
  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-10.dark {
  border-color: #181e2552;
}

.label-master-10._2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
}

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

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

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

.contact-card-text {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.contact-card.contact-c-card {
  z-index: 3;
  max-width: 314px;
  height: 100%;
  position: relative;
}

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

.contact-c-list {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.headline-contact-c {
  z-index: 3;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  max-width: 600px;
  color: var(--_primitives---colors--white);
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.headline-contact-c.is-black {
  color: var(--_primitives---colors--neutral-darkest);
}

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

.section-19.paddings-big {
  background-color: var(--_primitives---colors--beige);
  padding-top: 7rem;
  padding-bottom: 0;
}

.contact-c-info-block {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.contact-c-image {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-bottom: 120px;
  padding: 16px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-c-image._2 {
  height: auto;
}

.contact-c-overlay-image {
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.label-7 {
  letter-spacing: 3px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 700;
  line-height: 16px;
}

.error-message-5 {
  color: #fff;
  text-align: center;
  background-color: #c94040;
  border-radius: 16px;
}

.text-field-4 {
  color: #1e1c1a;
  background-color: #f7f4f1;
  border: 1px solid #1e1c1a29;
  border-radius: 32px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 16px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field-4:focus {
  border-color: #1e1c1a7a;
}

.text-field-4::placeholder {
  color: #1e1c1a7a;
}

.text-field-4.text-area {
  height: 314px;
}

.text-field-4.text-area.offerings {
  height: 218px;
}

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

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

.section-20.offerings-contact-section {
  background-image: linear-gradient(#e8e1da, #f7f4f1);
  padding-top: 120px;
  padding-bottom: 120px;
}

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

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

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

.label-master-11.bg-1 {
  background-color: #f7f4f1;
}

.label-8 {
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 120%;
}

.form-contact-3 {
  background-color: var(--_primitives---colors--neutral-darker);
  width: 100%;
  color: var(--_primitives---colors--white);
  border-radius: 20px;
  margin-bottom: 0;
  padding: 4rem;
}

.contact-form-3 {
  grid-column-gap: 2.286vw;
  grid-row-gap: 2.286vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

.section-21.paddings-big {
  background-color: var(--_primitives---colors--beige);
  padding-top: 0;
  padding-bottom: 5rem;
}

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

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

.text-field-5 {
  color: #121212;
  letter-spacing: -.03em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 1px solid #ffffff29;
  width: 100%;
  height: 4rem;
  margin-bottom: 0;
  padding: .857vw 1.714vw .857vw 0;
  font-size: 1rem;
  font-weight: 500;
}

.text-field-5:focus {
  border-bottom-color: var(--_primitives---colors--neutral-light);
}

.text-field-5::placeholder {
  color: #ffffff52;
}

.text-field-5.text-area {
  height: 7rem;
}

.text-field-5.select-field {
  color: #12121252;
}

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

.success-message-4 {
  background-color: var(--_primitives---colors--vihree2);
  color: #fff;
  text-align: center;
  border-radius: 8px;
}

.text-block-2 {
  margin-top: 10px;
  font-weight: 500;
}

.div-block-12 {
  position: absolute;
  inset: 0%;
}

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

.label-master-12 {
  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-12.dark {
  border-color: #1f191552;
}

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

.text-h4-4 {
  letter-spacing: -.1rem;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.section-22 {
  z-index: 2;
  background-color: var(--_primitives---colors--beige);
  color: #1f1915;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

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

.cta-main-7 {
  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-7:hover {
  background-color: #1f1915a3;
}

.cta-main-7.dark-outlined {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1f1915;
  background-color: #fffdf629;
  border: 1px solid #1f191552;
}

.cta-main-7.dark-outlined:hover {
  color: #1f1915a3;
  background-color: #fffdf629;
}

.dt-section-2 {
  background-color: var(--_primitives---colors--beige);
  color: #fbfbfb;
  padding-top: 0;
  padding-bottom: 0;
  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%;
}

.dt-main-container-2 {
  width: 100%;
  max-width: 1720px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.dt-grids-wrap-gallery-4 {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.dt-grid-top-gallery-4 {
  grid-column-gap: 24px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 2.6fr 1.4fr;
}

.dt-grid-top-gallery-4._2 {
  grid-template-columns: 1fr 1fr;
}

.dt-image-gallery-5 {
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.dt-image-gallery-5._2 {
  object-position: 50% 30%;
  max-height: 650px;
}

.dt-grid-bottom-gallery-4 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto auto auto auto;
  grid-template-columns: .6fr 2fr 1.4fr;
}

.heading-2 {
  letter-spacing: -.1rem;
  font-weight: 500;
}

.section-23 {
  z-index: 1;
  background-color: var(--_primitives---colors--beige);
  padding-top: 7rem;
  padding-bottom: 5rem;
  position: relative;
}

.rich-text-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-flow: column;
  display: flex;
}

.header1_image-wrapper {
  border-radius: var(--_ui-styles---radius--large);
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.image-9 {
  max-height: 150px;
  margin-bottom: 60px;
}

.logo-teksti {
  color: #fff;
  font-variation-settings: "wght" 476;
  font-size: 2rem;
}

.logo-teksti.musta {
  color: #000;
}

.chat-section {
  background-color: #ebe2da;
  height: 50%;
  padding: 16px 20px;
}

.chat-block {
  background-color: #fff;
  border-radius: 8px;
  width: 80%;
  padding: 15px;
}

.live-chat-bottom-text {
  font-size: 10px;
}

.live-chat-bottom-text.block {
  color: #000;
  margin-bottom: 5px;
  font-size: 12px;
  font-weight: 500;
}

.live-chat-top-text {
  letter-spacing: 0;
  font-size: 12px;
  font-weight: 500;
  position: static;
}

.live-chat-top-text.block {
  color: #000;
  margin-bottom: 10px;
  font-size: 1rem;
}

.image-11 {
  width: 80%;
}

.live-chat-link {
  border-radius: 0;
  justify-content: center;
  align-items: center;
  height: 25%;
  text-decoration: none;
  display: flex;
}

.live-chat-link.mobile {
  display: none;
}

.whatsapp-chat {
  background-color: #242424;
  border: 1px solid #00000029;
  border-radius: 20px;
  flex-direction: column;
  width: 300px;
  height: 315px;
  margin-bottom: 16px;
  display: none;
  overflow: hidden;
}

.livechat-button {
  background-color: #ddf38d;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 42px;
  text-decoration: none;
  display: flex;
}

.whatsapp-container {
  z-index: 30;
  background-color: var(--_primitives---opacity--neutral-darkest-60);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  border: 1px solid #ffffffa1;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  padding-top: 0;
  padding-right: 0;
  transition: all .3s cubic-bezier(.45, .182, .111, .989);
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.live-chat-text {
  color: #242424;
  font-size: 1rem;
  text-decoration: none;
}

.top-section {
  justify-content: space-between;
  align-items: center;
  height: 25%;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.whatsapp-icon {
  filter: saturate(200%);
  border-radius: 0;
  width: 60px;
  height: 60px;
  transform: rotate(19deg);
}

.whatsapp-block {
  z-index: 800;
  flex-direction: column;
  align-items: flex-end;
  display: flex;
  position: fixed;
  inset: auto 20px 20px auto;
}

.close-live-chat-container {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 36%;
  height: 100%;
  display: flex;
}

.small-whatsapp-icon {
  margin-right: 10px;
}

.small-whatsapp-icon.sas {
  filter: invert();
  display: block;
}

.live-icon {
  background-color: #00b94a;
  border-radius: 100%;
  width: 15px;
  height: 15px;
  position: absolute;
  inset: 1px auto auto 1px;
}

@media screen and (min-width: 1920px) {
  .livechat-button:hover {
    background-color: #000;
    transform: scale(1.05);
  }
}

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

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

  .footer4_top-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .footer4_link-list {
    grid-row-gap: 15px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .footer4_link-list._224 {
    grid-template-rows: auto auto auto;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .home-a-hero-maser {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .home-a-hero-maser._2 {
    justify-content: center;
    align-items: flex-start;
    padding-top: 4rem;
  }

  .cta-main.light-cta {
    padding-top: 12px;
    padding-bottom: 10px;
  }

  .main-container-3 {
    max-width: none;
  }

  .label-small-4 {
    font-size: 10px;
  }

  .section_layout1._2 {
    border-top-style: none;
    border-top-color: var(--_primitives---colors--neutral-dark);
  }

  .layout1_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .headline-left-aligned {
    margin-bottom: 40px;
  }

  .story-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 2fr;
  }

  .story-image-wrap {
    height: 400px;
  }

  .story-right {
    max-width: none;
  }

  .about-b-features-halves {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .headline-features-about-b {
    position: static;
  }

  .feature-card {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    height: auto;
  }

  .about-b-right {
    top: 0;
  }

  .card-service-expandable {
    height: 480px;
  }

  .section-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-2 {
    font-size: 48px;
  }

  .column-image-wrap {
    height: 500px;
  }

  .card_setup {
    min-height: 25rem;
  }

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

  .card-expandable {
    height: 450px;
  }

  .image-overlay-layer-2.hero-etusivu {
    background-color: #0000004d;
    background-image: none;
  }

  .header5_content.align-right.uus {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .hero-text {
    font-size: 3.1rem;
  }

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

  .header5_background-image {
    object-position: 60% 30%;
  }

  .underlay-nav__toggle {
    padding-top: 6px;
    padding-bottom: 12px;
  }

  .dt-grid-feature-1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

  .dt-right-feature-1 {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 620px;
  }

  .stat-left {
    align-items: center;
  }

  .dt-left-feature-1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
  }

  .dt-h2 {
    font-size: 2.4em;
  }

  .master-stats-left {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
  }

  .dt-text-stat {
    font-size: 2.7em;
  }

  .marquee-hero-5 {
    margin-top: -231px;
  }

  .marquee-inner-images, .single-marquee-images {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .marquee-image-item {
    width: 260px;
    height: 340px;
  }

  .marquee-image-item.big-item {
    width: 400px;
  }

  .marquee-image-item.small-item {
    width: 200px;
  }

  .section-10 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-10.hero-service-c {
    padding-bottom: 280px;
  }

  .section-10.about-c-description-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .text-h0 {
    font-size: 72px;
  }

  .text-h2-3 {
    font-size: 48px;
  }

  .thirds-image-wrap {
    height: 480px;
  }

  .headline-story-halves {
    margin-bottom: 48px;
  }

  .parallax__layer-img {
    object-position: 60% 30%;
  }

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

  .hero-h1 {
    font-size: 3rem;
    top: 0;
  }

  .herorightblock {
    margin-right: 0;
  }

  .cursor-marquee {
    display: none;
  }

  .cta-circle-regular {
    width: 360px;
    height: 360px;
    bottom: -137px;
    left: -218px;
  }

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .cta-circle-small {
    width: 210px;
    height: 210px;
    bottom: -146px;
    right: 5%;
  }

  .cta-master {
    max-width: 520px;
  }

  .text-h1-2 {
    font-size: 64px;
  }

  .cta-video {
    justify-content: flex-start;
    align-items: center;
    padding-top: 150px;
    padding-bottom: 150px;
  }

  .footer {
    padding-top: 64px;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .footer-bottom-tile {
    margin-top: 64px;
  }

  .cta-circle-big {
    width: 480px;
    height: 480px;
    top: -329px;
    right: -223px;
  }

  .section-11 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .footer-right {
    margin-right: 0;
  }

  .image-wrap_documents {
    height: 40rem;
  }

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

  .tabs-content-features {
    height: 100%;
    margin-bottom: 80px;
  }

  .tabs_features {
    flex-flow: column-reverse;
  }

  .tab-pane-features {
    height: auto;
  }

  .tab-menu_features {
    margin-right: 0;
  }

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

  .masonry-wrap {
    padding-bottom: 6rem;
  }

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

  .service-item {
    grid-template-columns: 1fr;
  }

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

  .services-list:hover {
    color: #101012e0;
  }

  .left-service-item {
    grid-template-columns: 1fr;
  }

  .main-container-12 {
    max-width: none;
  }

  .timeline-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .image-wrap-timeline {
    height: 362px;
  }

  .label-small-8 {
    font-size: 10px;
  }

  .div-block-11 {
    justify-content: center;
    align-items: center;
  }

  .text-h2-4 {
    font-size: 48px;
  }

  .section-15 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature-halves-home-a {
    grid-template-columns: 1fr;
  }

  .main-container-13 {
    max-width: none;
  }

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

  .label-small-9 {
    font-size: 10px;
  }

  .flex-top-footer {
    grid-column-gap: 40px;
  }

  .grid-footer-links {
    grid-column-gap: 24px;
  }

  .link-footer-large {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    height: auto;
    overflow: visible;
  }

  .grid-footer-info {
    flex-flow: wrap;
    grid-template-columns: 1fr;
    display: flex;
  }

  .text-footer-link {
    margin-top: 0;
  }

  .text-footer-link._2 {
    display: none;
  }

  .footer-halves-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    margin-bottom: 120px;
  }

  .footer-bottom-tile-2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: wrap;
  }

  .link-variants-footer {
    padding-top: 4px;
    padding-bottom: 4px;
    padding-left: 0;
    position: static;
  }

  .offerings-contct-halves {
    grid-template-columns: 1fr;
  }

  .label-6 {
    font-size: 1.143vw;
  }

  .contact-submit-wrap {
    margin-top: 10px;
  }

  .form-contact-2 {
    width: 100%;
    max-width: none;
  }

  .cta-main-5 {
    padding: 1.143vw 2.286vw;
    font-size: 1rem;
  }

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

  .input-halves.contact-input-halves {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-big-3 {
    font-size: 2vw;
  }

  .text-field-3 {
    height: 5.714vw;
    font-size: 2.286vw;
  }

  .contact-a-halves {
    grid-template-columns: 1fr;
  }

  .contact-a-right {
    width: 100%;
    max-width: none;
    height: 500px;
  }

  .text-h1-4 {
    font-size: 64px;
  }

  .contact-c-image {
    height: 400px;
  }

  .contact-c-image._2 {
    margin-bottom: 60px;
  }

  .label-8 {
    font-size: .9rem;
  }

  .label-8.text-dark-64 {
    font-size: 1rem;
  }

  .form-contact-3 {
    width: 100%;
    max-width: none;
    padding: 3rem;
  }

  .contact-form-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .text-big-4 {
    font-size: 1.4rem;
  }

  .text-field-5 {
    height: 5.714vw;
    font-size: .9rem;
  }

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

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

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .whatsapp-block {
    bottom: 20px;
    right: 20px;
  }
}

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

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

  .footer4_link-list {
    grid-column-gap: 0px;
    grid-row-gap: 1.5rem;
    grid-auto-flow: row;
    justify-items: center;
  }

  .footer4_bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: max-content 1fr;
    grid-auto-flow: row;
    justify-items: center;
    padding-bottom: 1rem;
    display: flex;
  }

  .footer4_credit-text {
    margin-top: 1rem;
  }

  .fs-cc-banner_component {
    width: 90vw;
  }

  .fs-cc-banner_container {
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-direction: column;
    align-items: center;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .section.hero-home-a {
    height: auto;
  }

  .home-a-hero-master {
    padding-top: 120px;
  }

  .home-a-hero-maser {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .home-a-hero-maser._2 {
    padding-top: 6rem;
  }

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

  .text-h1 {
    font-size: 64px;
    line-height: 100%;
  }

  .hero-right-block {
    max-width: 356px;
  }

  .hero-button-wrap {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .hero-button-wrap._3 {
    justify-content: flex-start;
    align-items: center;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-services-framework {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
    margin-bottom: 48px;
  }

  .headline-framework {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-master-3 {
    border-radius: 16px;
    padding: 4px 8px;
  }

  .button-circle {
    width: 8px;
    height: 8px;
  }

  .label-small-4 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-h3 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .cta-main-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    border-radius: 16px;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .button-text-mask-2 {
    height: 20px;
  }

  .button-icon-wrap-5 {
    width: 12px;
    height: 12px;
  }

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

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

  .icon-button-5 {
    width: 12px;
  }

  .button-bg-3 {
    border-radius: 16px;
  }

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

  .card-framework {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .image-wrap-framework {
    border-radius: 16px;
  }

  .overlay-widget {
    padding: 12px;
  }

  .text-wrap-framework {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .text-small-2 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

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

  .story-image-wrap {
    height: 300px;
  }

  .twostep-nav__top-line {
    bottom: -.5em;
    left: 1em;
    right: 1em;
  }

  .twostep-nav__bottom-col.is--visual {
    display: none;
  }

  .text-h2 {
    font-size: 48px;
    line-height: 100%;
  }

  .icon-feature-card {
    width: 48px;
    height: 48px;
  }

  .about-b-image {
    height: 440px;
  }

  .about-b-image._1 {
    height: 400px;
  }

  .image-cover-3.parallax {
    object-position: 70% 50%;
  }

  .headline-about-b {
    margin-bottom: 40px;
  }

  .about-b-halves {
    grid-column-gap: 45px;
    grid-row-gap: 45px;
    grid-template-columns: 1fr;
  }

  .services-expandable-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .single-logo-marquee {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .label-small-5 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .logo-shadow {
    width: 56px;
    height: 56px;
  }

  .master-label {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .master-marquee.logos {
    max-width: 680px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .text-h5-2 {
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 24px;
  }

  .service-expandable-bottom {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .service-expandable-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 16px;
  }

  .button-slider {
    border-radius: 8px;
    padding: 8px 10px;
  }

  .icon-slider-button {
    width: 20px;
    height: 20px;
  }

  .card-service-expandable {
    border-radius: 8px;
    height: 360px;
  }

  .main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-marquee-logos {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .section-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-6.expandable-section {
    padding-top: 80px;
  }

  .master-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .column {
    flex-flow: column;
  }

  .column.text-top {
    flex-flow: column-reverse;
  }

  .label-2 {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .column-left, .column-right {
    padding-left: 0;
    padding-right: 0;
  }

  .column-content-wrap {
    margin-bottom: 32px;
  }

  .text-h2-2 {
    letter-spacing: -.04em;
    font-size: 40px;
  }

  .text-h6 {
    letter-spacing: -.02em;
    font-size: 20px;
  }

  .column-image-wrap {
    height: 400px;
  }

  .text-big {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .section_setup {
    padding-top: 96px;
    padding-bottom: 64px;
  }

  .padding-global-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-wrap_setup {
    border-radius: 8px;
  }

  .wrap_icon-btn {
    padding-left: 8px;
  }

  .left_cta {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .setup_cta {
    margin-top: 56px;
  }

  .master_tag {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: .15px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .button_text-mask {
    height: 20px;
  }

  .card_setup {
    border-radius: 20px;
    min-height: 25rem;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .heading-style-h5-2 {
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 24px;
  }

  .cta_main {
    letter-spacing: .75px;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .headliene_setup {
    max-width: 332px;
    margin-bottom: 56px;
  }

  .icon_contact-tile {
    width: 24px;
    height: 24px;
  }

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

  .button_icon-wrap {
    width: 12px;
    height: 12px;
  }

  .button_icon-wrap.left {
    margin-left: 0;
  }

  .icon_button {
    width: 12px;
    height: 12px;
  }

  .text-wrap_setup-card {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .guidance-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 12px;
    max-width: 564px;
    padding: 12px;
  }

  .heading-style-h1-2 {
    letter-spacing: -.1rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .inner_setup-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    padding: 24px;
  }

  .icon_tag {
    width: 20px;
    height: 20px;
  }

  .icon-wrap {
    border-radius: 8px;
    padding: 12px;
  }

  .text-h6-2 {
    letter-spacing: -.25px;
    font-size: 20px;
    line-height: 20px;
  }

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

  .section-8.value-features-1-top {
    padding-top: 96px;
  }

  .section-8.home-a-logo-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .eyebrow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .expandable-halves {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .master-marquees.logo-marquee {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-expandable {
    height: 350px;
    padding: 16px;
  }

  .headline-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 40px;
  }

  .logo-shadow-2 {
    width: 56px;
    height: 56px;
  }

  .label-small-6 {
    text-align: center;
    letter-spacing: .5px;
    font-size: 10px;
    line-height: 1.2;
  }

  .eyebrow-circle {
    display: none;
  }

  .icon-link-arrow {
    width: 16px;
    height: 16px;
  }

  .expandable-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .image-overlay-layer-2.hero-etusivu {
    background-image: none;
  }

  .header5_content.align-right.uus {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .hero-text {
    font-size: 2.3rem;
  }

  .hero-text.white-regular {
    font-size: 3rem;
  }

  .header5_background-image {
    object-position: 50% 50%;
  }

  .underlay-nav__logo {
    width: 7em;
  }

  .underlay-nav__logo.w--current {
    width: 8em;
  }

  .underlay-nav__container {
    padding: 1.25em;
  }

  .underlay-nav__inner {
    padding: 5em 1.25em 1.25em;
  }

  .underlay-nav__toggle-label {
    font-size: 1em;
  }

  .underlay-nav__toggle {
    padding-top: 10px;
  }

  .underlay-nav__toggle-text {
    height: 1.25em;
  }

  .underlay-nav__link-label {
    font-size: 2em;
  }

  .underlay-nav__bottom {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
    flex-flow: column;
    padding-left: 1em;
    padding-right: 1em;
  }

  .dt-grid-feature-1 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    grid-template-columns: 1fr;
  }

  .dt-h2 {
    font-size: 2em;
  }

  .master-stats-left {
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .dt-big-text {
    font-size: 1.2em;
  }

  .marquee-hero-5 {
    margin-top: -175px;
  }

  .marquee-image-item {
    width: 220px;
    height: 300px;
  }

  .marquee-image-item.big-item {
    width: 340px;
  }

  .section-10.hero-service-c {
    padding-bottom: 240px;
  }

  .section-10.about-c-description-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-h0 {
    font-size: 64px;
  }

  .text-h2-3 {
    font-size: 40px;
  }

  .thirds-image-wrap {
    height: 360px;
  }

  .thirds-image-grid {
    grid-template-columns: 1fr 1fr;
  }

  .headline-story-halves {
    grid-template-columns: 1fr;
  }

  .padding-global-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .setup_cta-2 {
    margin-top: 56px;
  }

  .guidance-tile-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 12px;
    max-width: 564px;
    padding: 12px;
  }

  .heading-style-h1-3 {
    letter-spacing: -2px;
    font-size: 48px;
    line-height: 44px;
  }

  .parallax__title {
    margin-left: 0;
    margin-right: 0;
    font-size: 4.6em;
  }

  .hero-h1 {
    font-size: 2.5rem;
    top: 0;
  }

  .cta-circle-regular {
    width: 256px;
    height: 256px;
    left: -137px;
  }

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

  .brand-navbar {
    display: block;
  }

  .cta-circle-small {
    width: 180px;
    height: 180px;
    bottom: -132px;
  }

  .text-h1-2 {
    font-size: 56px;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .cta-video {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .cta-circle-big {
    width: 360px;
    height: 360px;
    top: -228px;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .section_documents {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .label-master-6 {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    border-radius: .5rem;
    padding: .5rem;
  }

  .image-wrap_documents {
    border-radius: .75rem;
    height: 22.5rem;
  }

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

  .padding-global-6 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .headline_tab-features {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .tab_accordion {
    border-radius: 1rem;
    padding: 1.25rem;
  }

  .heading_documents {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .label-large {
    letter-spacing: .5px;
    font-size: .625rem;
    line-height: .75rem;
  }

  .tabs-content-features {
    position: static;
  }

  .icon-accordion {
    width: 1.5rem;
    height: 1.5rem;
  }

  .wrap_feature-accordion {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .tab-menu_features {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .text-size-large-2 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .documents_halves {
    grid-column-gap: 3.5rem;
    grid-row-gap: 3.5rem;
  }

  .acordion-text {
    letter-spacing: 0;
    padding-top: .75rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .masonry-wrap {
    padding-bottom: 5rem;
  }

  .text-h1-3 {
    letter-spacing: -1px;
    font-size: 56px;
    line-height: 48px;
  }

  .section-13 {
    padding-top: 56px;
    padding-bottom: 56px;
  }

  .section-13.home-services-section {
    padding-top: 96px;
    padding-bottom: 120px;
  }

  .image-wrap-service {
    border-radius: 16px;
  }

  .service-item.animated {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .label-master-7 {
    border-radius: 16px;
    padding: 8px 10px;
  }

  .main-container-11 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .headline-home-services {
    margin-bottom: 56px;
  }

  .headline-timeline {
    max-width: 680px;
    margin-bottom: 56px;
  }

  .left-timeline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .main-container-12 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .timeline-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .section-14 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .image-wrap-timeline {
    border-radius: 12px;
  }

  .label-small-8 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-h4-2 {
    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;
  }

  .feature-grid-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .text-h2-4 {
    font-size: 40px;
  }

  .headline-timeline-2 {
    max-width: 680px;
    margin-bottom: 56px;
  }

  .main-container-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-16 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .label-small-9 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .master-contact-list-footer {
    align-items: center;
  }

  .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .left-top-footer {
    align-items: center;
  }

  .flex-top-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

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

  .label-4 {
    font-size: 10px;
    line-height: 12px;
  }

  .info-block-footer {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    display: grid;
  }

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

  .main-container-15 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-footer-link {
    margin-top: -.05em;
  }

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

  .label-small-10 {
    font-size: 8px;
    line-height: 10px;
  }

  .footer-halves-2 {
    grid-template-columns: 1fr;
  }

  .left-bottom-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-h4-3 {
    font-size: 24px;
    line-height: 24px;
  }

  .text-h2-5.no-margins {
    font-size: 40px;
    line-height: 40px;
  }

  .label-5 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-field-2 {
    padding: 12px 16px;
  }

  .text-field-2.text-area {
    height: 200px;
  }

  .main-container-16 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-17 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-large-3 {
    font-size: 16px;
    line-height: 24px;
  }

  .label-small-11 {
    font-size: 8px;
    line-height: 10px;
  }

  .label-master-9 {
    padding: 4px 10px;
  }

  .form-contact {
    padding: 32px;
  }

  .label-6 {
    font-size: 1.714vw;
  }

  .contact-form {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .cta-main-5 {
    padding: 2vw 4vw;
    font-size: 1rem;
  }

  .contact-halves {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .input-halves.contact-input-halves {
    grid-column-gap: 2.286vw;
    grid-row-gap: 2.286vw;
  }

  .contact-input-wrap {
    grid-column-gap: 1.429vw;
    grid-row-gap: 1.429vw;
  }

  .text-big-3 {
    font-size: 2.857vw;
  }

  .text-field-3 {
    height: 8.571vw;
    font-size: 3.429vw;
  }

  .text-field-3.text-area {
    height: 20vh;
  }

  .contact-info-tile {
    grid-column-gap: 2.286vw;
    grid-row-gap: 2.286vw;
  }

  .text-h1-4 {
    font-size: 56px;
  }

  .icon-wrap-contact {
    width: 48px;
    height: 48px;
  }

  .contact-c-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .icon-contact {
    width: 24px;
    height: 24px;
  }

  .contact-card-text {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .contact-card.contact-c-card {
    max-width: 220px;
  }

  .headline-contact-c._2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .contact-c-image {
    height: 450px;
    margin-bottom: 100px;
  }

  .text-h2-6.no-margins {
    font-size: 40px;
    line-height: 40px;
  }

  .label-7 {
    font-size: 10px;
    line-height: 12px;
  }

  .text-field-4 {
    padding: 12px 16px;
  }

  .text-field-4.text-area {
    height: 200px;
  }

  .main-container-19 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-20 {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .text-large-4 {
    font-size: 16px;
    line-height: 24px;
  }

  .label-small-13 {
    font-size: 8px;
    line-height: 10px;
  }

  .label-master-11 {
    padding: 4px 10px;
  }

  .label-8 {
    font-size: .75rem;
  }

  .label-8.text-dark-64 {
    font-size: .9rem;
  }

  .form-contact-3 {
    padding: 3rem 2rem;
  }

  .contact-form-3 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .text-big-4 {
    font-size: 1.5rem;
  }

  .text-field-5 {
    height: 8.571vw;
    font-size: .9rem;
  }

  .text-field-5.text-area {
    height: 8rem;
  }

  .dt-grid-top-gallery-4 {
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .dt-grid-bottom-gallery-4 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .section-23 {
    padding-top: 4rem;
  }

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

  .live-chat-link.mobile {
    display: none;
  }

  .live-chat-link.desk {
    display: flex;
  }

  .whatsapp-container {
    width: 65px;
    height: 65px;
  }

  .whatsapp-icon {
    width: 55px;
    height: 55px;
  }

  .whatsapp-block {
    bottom: 15px;
    right: 15px;
  }
}

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

  .rl-styleguide_component {
    grid-template-columns: 1fr;
  }

  .logotekstnav {
    line-height: 1.2;
  }

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

  .footer4_link {
    font-size: .85rem;
  }

  .footer4_credit-text {
    font-size: .8rem;
  }

  .fs-cc-banner_component {
    flex-direction: row;
    width: 95vw;
    padding: .6rem .4rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    justify-content: space-around;
  }

  .evasttt {
    align-items: center;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: row;
    align-items: center;
  }

  .fs-cc-banner_button {
    width: auto;
    min-width: auto;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-prefs_component, .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .section.hero-home-a {
    height: 100svh;
  }

  .home-a-hero-master {
    padding-bottom: 48px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .home-a-hero-maser {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .hero-button-wrap._3 {
    justify-content: flex-start;
    align-items: center;
  }

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

  .framework-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .text-h4 {
    font-size: 44px;
    line-height: 100%;
  }

  .story-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .story-image-wrap {
    height: 250px;
  }

  .story-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .features-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

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

  .about-b-image {
    height: 240px;
  }

  .about-b-image._1 {
    height: 300px;
  }

  .about-b-right {
    display: block;
  }

  .image-cover-3.parallax {
    object-position: 50% 50%;
    display: block;
  }

  .image-cover-3.parallax._2 {
    object-position: 50% 50%;
  }

  .headline-about-b {
    margin-bottom: 32px;
  }

  .services-expandable-halves {
    flex-flow: column;
  }

  .marquee-logo {
    height: 25px;
  }

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

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .section-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .column-inner-image {
    height: 100%;
  }

  .text-h2-2 {
    font-size: 36px;
  }

  .text-h6 {
    font-size: 18px;
  }

  .column-image-wrap {
    height: 250px;
    padding: 32px;
  }

  .text-big {
    font-size: 16px;
  }

  .main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .left_cta {
    grid-column-gap: .44vw;
    grid-row-gap: .44vw;
    text-align: center;
    flex-flow: column;
  }

  .guidance-tile {
    flex-flow: column;
    padding-bottom: 1.78vw;
  }

  .heading-style-h1-2 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .expandable-halves {
    flex-flow: column;
  }

  .marquee-logo-2 {
    height: 25px;
  }

  .marquee-logo-2.large {
    height: 30px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-expandable {
    height: 300px;
  }

  .card-expandable:hover {
    width: 100%;
  }

  .label-small-6 {
    text-align: center;
    line-height: 1.3;
  }

  .wrapper-hero-h1-lang {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .txt-hero-2 {
    font-size: 1.1rem;
  }

  .herodiv-txt {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .herodiv-txt.mbbm {
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .hero-bg-wrapper {
    transform: scale(1.1);
  }

  .image-overlay-layer-2.hero-etusivu {
    background-color: #00000026;
    background-image: none;
  }

  .header5_content {
    max-height: 60rem;
  }

  .header5_content.align-right.uus {
    align-items: flex-end;
    bottom: 0;
  }

  .section-9.text-color-alternate {
    overflow: clip;
  }

  .hero-text {
    font-size: 2.3rem;
    line-height: 1.1;
  }

  .hero-text.white-regular {
    font-size: clamp(2.5rem, 6vw, 8rem);
  }

  .header5_background-image {
    object-position: 62% 30%;
  }

  .dt-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .stat-left {
    justify-content: flex-start;
    align-items: center;
  }

  .dt-h2 {
    font-size: 1.9em;
  }

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

  .dt-section {
    padding-top: 40px;
    padding-bottom: 5rem;
  }

  .master-stats-left {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .dt-big-text {
    font-size: 1.1em;
  }

  .main-container-8 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .marquee-hero-5 {
    margin-top: -161px;
  }

  .marquee-inner-images, .single-marquee-images {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-3 {
    font-size: 10px;
    line-height: 12px;
  }

  .marquee-image-item {
    width: 200px;
    height: 240px;
  }

  .marquee-image-item.big-item {
    width: 260px;
  }

  .marquee-image-item.small-item {
    width: 160px;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-10.hero-service-c {
    padding-top: 100px;
    padding-bottom: 200px;
  }

  .section-10.about-c-description-section {
    padding-bottom: 4rem;
  }

  .text-h0 {
    font-size: 14vw;
  }

  .headline-about-b-2 {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-h2-3 {
    font-size: 36px;
  }

  .main-container-9 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .thirds-image-wrap {
    height: 280px;
  }

  .thirds-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-columns: 1fr;
  }

  .text-big-2 {
    font-size: 16px;
  }

  .headline-story-halves {
    margin-bottom: 32px;
  }

  .guidance-tile-2 {
    flex-flow: column;
    padding-bottom: 1.78vw;
  }

  .parallax__layer-img {
    object-position: 60% 30%;
  }

  .parallax__layer-img._2 {
    object-position: 35% 30%;
  }

  .hero-h1 {
    font-size: 2.2rem;
    top: 0;
  }

  .cta-circle-regular {
    width: 200px;
    height: 200px;
    bottom: -96px;
    left: -114px;
  }

  .text-body {
    font-size: 14px;
  }

  .cta-main-4 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .footer-link {
    font-size: 14px;
  }

  .footer-bottom-message {
    padding-top: 24px;
  }

  .button-animation-hide {
    height: auto;
  }

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

  .cta-circle-small {
    width: 120px;
    height: 120px;
    bottom: -81px;
  }

  .text-field {
    font-size: 14px;
  }

  .text-field.text-area {
    height: 120px;
  }

  .text-h1-2 {
    font-size: 13vw;
  }

  .footer-last-block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

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

  .button-content-tile.bottom-tile {
    display: none;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .brand-link {
    height: 24px;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .button-arrow {
    display: none;
  }

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

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

  .cta-circle-big {
    width: 256px;
    height: 256px;
    top: -184px;
    right: -119px;
  }

  .newsletter-form {
    width: 100%;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

  .section-11 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .text-small {
    font-size: 12px;
  }

  .data-1-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
    padding: 24px;
  }

  .masonry-wrap {
    padding-bottom: 5rem;
  }

  .left-service-item {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    word-break: break-all;
    grid-template-columns: auto;
  }

  .timeline-item {
    grid-template-columns: 1fr;
  }

  .text-h2-4 {
    font-size: 36px;
  }

  .section-15 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h5-4 {
    font-size: 20px;
  }

  .feature-card-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .icon-feature {
    width: 20px;
  }

  .main-container-14 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .grid-footer-info {
    grid-column-gap: 16px;
  }

  .brand-footer-2 {
    width: 100px;
  }

  .left-bottom-footer {
    text-align: center;
  }

  .text-field-2.text-area.offerings {
    height: 160px;
  }

  .label-6 {
    font-size: 2.286vw;
  }

  .form-contact-2 {
    border-radius: 16px;
  }

  .contact-form {
    grid-column-gap: 4.571vw;
    grid-row-gap: 4.571vw;
  }

  .cta-main-5 {
    border-width: 1px;
    padding: 2.286vw 4.571vw;
    font-size: 1rem;
  }

  .input-halves {
    grid-template-columns: 1fr;
  }

  .input-halves.contact-input-halves {
    grid-column-gap: 4.571vw;
    grid-row-gap: 4.571vw;
  }

  .text-big-3 {
    font-size: 4vw;
  }

  .text-field-3 {
    height: 11.429vw;
  }

  .text-field-3.text-area {
    height: 15vh;
  }

  .main-container-17 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .contact-left {
    padding-top: 0;
  }

  .cta-main-6 {
    padding: 8px 20px;
    font-size: 14px;
  }

  .contact-a-right {
    height: 300px;
  }

  .contact-a-address-block {
    grid-template-columns: 1fr;
  }

  .text-h1-4 {
    font-size: 13vw;
  }

  .contact-form-2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .contact-a-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-top: 0;
  }

  .contact-card.contact-c-card {
    max-width: 180px;
  }

  .headline-contact-c {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headline-contact-c._2 {
    padding-left: 1rem;
  }

  .contact-c-image {
    height: 450px;
    padding: 12px;
  }

  .text-field-4.text-area.offerings {
    height: 160px;
  }

  .label-8 {
    font-size: .75rem;
  }

  .form-contact-3 {
    border-radius: 16px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .contact-form-3 {
    grid-column-gap: 4.571vw;
    grid-row-gap: 4.571vw;
  }

  .text-big-4 {
    font-size: 4vw;
  }

  .text-field-5 {
    height: 11.429vw;
  }

  .text-field-5.text-area {
    height: 8rem;
  }

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

  .text-h4-4 {
    font-size: 44px;
    line-height: 100%;
  }

  .dt-section-2 {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .dt-main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-23 {
    padding-bottom: 3rem;
  }

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

  .image-9 {
    margin-bottom: 40px;
  }

  .whatsapp-chat {
    width: 100%;
    height: 40vh;
    display: none;
    position: relative;
  }

  .whatsapp-container {
    border-style: solid;
    width: 65px;
    height: 65px;
    padding: 0;
    bottom: 10px;
    right: 0;
  }

  .whatsapp-icon {
    object-fit: cover;
    width: 55px;
    height: 55px;
  }

  .whatsapp-block {
    width: 100%;
    padding-left: 10px;
    padding-right: 10px;
    bottom: 0;
    right: 0;
  }

  .live-icon {
    width: 10px;
    height: 10px;
    top: 2px;
    left: 2px;
  }
}

#w-node-_9fcbf7c6-f137-39be-6dfd-e23becf2f659-f8f516e6 {
  place-self: center;
}

#w-node-_7c651e76-dff8-dc94-5ab0-a30eaa212848-f8f516e6 {
  align-self: center;
}

#w-node-_538af248-2fc1-fd6c-3846-a0b16521c6b9-f8f516e6 {
  place-self: stretch stretch;
}

#w-node-_538af248-2fc1-fd6c-3846-a0b16521c6c9-f8f516e6 {
  place-self: end;
}

#w-node-db209fb4-7597-2ba1-c316-f9e4d930a43b-d930a438 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-db209fb4-7597-2ba1-c316-f9e4d930a45e-d930a438 {
  justify-self: end;
}

#w-node-db209fb4-7597-2ba1-c316-f9e4d930a477-d930a438 {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-f8f516e9 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-f8f516e9 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-f8f516e9 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-f8f516e9 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-f8f516e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-f8f516e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-f8f516e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-f8f516e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-f8f516e9, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-f8f516e9 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-f8f516e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-f8f516e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-f8f516e9 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-f8f516e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-f8f516e9 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-f8f516e9, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-f8f516e9 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-f8f516e9, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-f8f516e9, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-f8f516e9, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-f8f516e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-f8f516e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-f8f516e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-f8f516e9, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-f8f516e9 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-f8f516e9 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-f8f516e9 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-f8f516e9 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-f8f516e9 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-f8f516e9, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-f8f516e9 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-f8f516e9, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-f8f516e9, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-f8f516e9, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-f8f516e9, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-f8f516e9, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-f8f516e9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-f8f516e9 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-f8f516e9, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-f8f516e9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-f8f516e9 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-f8f516e9, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-f8f516e9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-f8f516e9 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-f8f516e9, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-f8f516e9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-f8f516e9 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-f8f516e9, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-f8f516e9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-f8f516e9 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-f8f516e9, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-f8f516e9, #w-node-ee961e8d-845a-edc3-3307-509470022457-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-f8f516e9 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-f8f516e9, #w-node-ee961e8d-845a-edc3-3307-50947002245b-f8f516e9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-f8f516e9 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-f8f516e9, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-f8f516e9, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-f8f516e9 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-f8f516e9, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-f8f516e9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-f8f516e9 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-f8f516e9, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-f8f516e9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-f8f516e9 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-f8f516e9, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-f8f516e9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-f8f516e9 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-f8f516e9, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-f8f516e9, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-f8f516e9 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-f8f516e9 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-f8f516e9 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-f8f516e9 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-f8f516e9 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-f8f516e9 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-f8f516e9 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-f8f516e9 {
  justify-self: start;
}

#w-node-c7a7e879-4f81-e173-10a7-0c710dff1ecc-2ade83a3 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c7a7e879-4f81-e173-10a7-0c710dff1edc-2ade83a3, #w-node-f128ac87-7c87-f480-34a5-a1257ab84cb7-3d66f4da {
  justify-self: end;
}

#w-node-_5ff7e720-f999-6039-38f7-7f66900c659a-3d66f4da {
  place-self: stretch stretch;
}

#w-node-_5ff7e720-f999-6039-38f7-7f66900c65a2-3d66f4da {
  place-self: end;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514e9-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514ea-fd94bf84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514ec-fd94bf84 {
  grid-area: 1 / 2 / 7 / 3;
  place-self: stretch stretch;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514ed-fd94bf84 {
  grid-area: 1 / 3 / 4 / 4;
  place-self: stretch stretch;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514ee-fd94bf84 {
  grid-area: 1 / 1 / 3 / 2;
  place-self: stretch stretch;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514ef-fd94bf84 {
  grid-area: 3 / 1 / 5 / 2;
  place-self: stretch stretch;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514f0-fd94bf84 {
  grid-area: 5 / 1 / 7 / 2;
  place-self: stretch stretch;
}

#w-node-_81f82791-f725-9de7-9472-90876d9514f1-fd94bf84 {
  grid-area: 4 / 3 / 7 / 4;
  place-self: stretch stretch;
}

#w-node-a006fc4b-ae1b-92cd-48a8-66656e935d77-fd94bf84, #w-node-a006fc4b-ae1b-92cd-48a8-66656e935d78-fd94bf84 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-a49796ff-b5b8-c6bc-5be9-2b6dd5b49455-f8f516e6, #w-node-_303bcaad-0b67-75e1-3914-309271f35c1c-f8f516e6, #w-node-_3cb4b1a7-09a1-8a24-4a3a-17bda768a4eb-f8f516e6, #w-node-_3cb4b1a7-09a1-8a24-4a3a-17bda768a4f2-f8f516e6, #w-node-_08ce5403-c96c-06cb-c3a1-291ae26ca285-f8f516e6, #w-node-_08ce5403-c96c-06cb-c3a1-291ae26ca294-f8f516e6 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9fcbf7c6-f137-39be-6dfd-e23becf2f657-f8f516e6, #w-node-_2c8a0408-1249-2c51-c13a-aa70086de68f-f8f516e6 {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-_538af248-2fc1-fd6c-3846-a0b16521c6c9-f8f516e6 {
    justify-self: center;
  }

  #w-node-f128ac87-7c87-f480-34a5-a1257ab84cb7-3d66f4da {
    justify-self: auto;
  }

  #w-node-_5ff7e720-f999-6039-38f7-7f66900c65a2-3d66f4da {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_538af248-2fc1-fd6c-3846-a0b16521c6b9-f8f516e6 {
    order: -9999;
  }

  #w-node-db209fb4-7597-2ba1-c316-f9e4d930a43c-d930a438 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-db209fb4-7597-2ba1-c316-f9e4d930a45e-d930a438 {
    justify-self: auto;
  }

  #w-node-db209fb4-7597-2ba1-c316-f9e4d930a470-d930a438 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_5ff7e720-f999-6039-38f7-7f66900c659a-3d66f4da {
    order: -9999;
  }

  #w-node-_81f82791-f725-9de7-9472-90876d9514ec-fd94bf84 {
    grid-area: span 6 / span 1 / span 6 / span 1;
  }

  #w-node-_81f82791-f725-9de7-9472-90876d9514ed-fd94bf84 {
    grid-row-end: 5;
  }

  #w-node-_81f82791-f725-9de7-9472-90876d9514ee-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514ef-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514f0-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514f1-fd94bf84 {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_9fcbf7c6-f137-39be-6dfd-e23becf2f65b-f8f516e6, #w-node-_81f82791-f725-9de7-9472-90876d9514ec-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514ed-fd94bf84 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_81f82791-f725-9de7-9472-90876d9514ee-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514ef-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514f0-fd94bf84, #w-node-_81f82791-f725-9de7-9472-90876d9514f1-fd94bf84 {
    grid-row: span 1 / span 1;
  }
}


@font-face {
  font-family: 'Monasans Slnt Wdth Wght';
  src: url('../images/') format('woff2');
  font-weight: 200 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}