@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: Generalsans;
  src: url('../fonts/GeneralSans-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-LightItalic.otf') format("opentype");
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-BoldItalic.otf') format("opentype");
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format("opentype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Italic.otf') format("opentype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-MediumItalic.otf') format("opentype");
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Extralight.otf') format("opentype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-Semibold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Generalsans;
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format("opentype");
  font-weight: 600;
  font-style: italic;
  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: Generalsans, Arial, sans-serif;
  --vaalee: #f0eee9;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--white: #fff;
  --_primitives---colors--neutral-darkest: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---opacity--transparent: transparent;
  --color-scheme-1--green: #10b981;
  --_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);
  --_primitives---colors--neutral-lighter: #ccc;
  --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: 20px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --blackk: #0a0a0b;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--white-20: #fff3;
  --vaalee2: #f5f1ea;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_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-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.page-wrapper {
  background-color: var(--vaalee);
}

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

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

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

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

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

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

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

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

.text-size-medium.text-color-gray {
  color: var(--_primitives---colors--neutral);
}

.text-size-medium.text-color-gray._2 {
  color: var(--_primitives---colors--neutral-light);
}

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

.text-size-medium.text-weight-medium.gray {
  color: var(--_primitives---colors--neutral);
}

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

.heading-style-h2.text-weight-normal {
  font-weight: 400;
}

.heading-style-h2.text-weight-medium {
  color: #000;
  letter-spacing: -.1rem;
  font-weight: 500;
}

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

.heading-style-h2.text-weight-medium {
  letter-spacing: 0;
  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;
}

.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-color-white.text-weight-medium {
  text-transform: uppercase;
  font-weight: 500;
}

.heading-style-h4.text-color-white.text-weight-semibold {
  text-transform: uppercase;
}

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

.heading-style-h3.green {
  color: var(--color-scheme-1--green);
  font-weight: 500;
}

.heading-style-h3.text-color-white.text-weight-medium {
  font-size: 2.2rem;
}

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

.button-group.is-center {
  justify-content: center;
}

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

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

.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-embed-xsmall.invert {
  filter: invert();
}

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

.text-size-large.text-color-green {
  color: var(--color-scheme-1--green);
}

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

.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 {
  justify-content: center;
  align-items: flex-start;
  padding-left: 5%;
  padding-right: 5%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

.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);
  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: 40px;
  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: var(--_primitives---colors--neutral-lighter);
  text-align: right;
  font-size: 1rem;
}

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

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

.widget-lines_bottom-tile {
  margin-top: auto;
  margin-bottom: auto;
  padding: 1rem;
}

.widget-lines_master {
  border-top: 1px solid #f7f6f514;
  border-bottom: 1px solid #f7f6f514;
  position: relative;
}

.svg_shadow {
  z-index: 3;
  background-image: linear-gradient(90deg, #231f23, #f7f6f500);
  width: 20%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.svg_shadow.reverse {
  background-image: linear-gradient(90deg, #231f2300, #231f23);
  inset: 0% 0% 0% auto;
}

.section_hero-product-c {
  color: #f7f6f5;
  background-color: #231f23;
  padding-top: 12.5rem;
  padding-bottom: 7.5rem;
  overflow: clip;
}

.widget-lines_top-tile {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: #f7f6f5;
  background-color: #231f23;
  border: 1px solid #f7f6f514;
  border-radius: .75rem;
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

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

.wrap_customers {
  z-index: 3;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

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

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

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

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

.customer-avatar {
  background-color: #f7f6f5;
  border: .25rem solid #f7f6f5;
  border-radius: .75rem;
  width: 3rem;
  height: 3rem;
  overflow: hidden;
}

.customer-avatar.inclined {
  margin-left: -.75rem;
}

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

.icon_button.right {
  margin-left: .5rem;
}

.icon_button.left {
  margin-right: .5rem;
}

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

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

.headline_product-c {
  z-index: 3;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 42.5rem;
  margin-bottom: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.widget-lines_circle {
  background-color: #ed7472;
  border-radius: 100vw;
  width: .75rem;
  height: .75rem;
}

.widget-lines_circle.faint {
  background-color: #231f2314;
  border: 1px solid #231f2314;
}

.widget-lines_circle.faint.is-dark {
  background-color: #f7f6f514;
}

.widget-lines_circle.peach {
  background-color: #ffe1d6;
}

.widget-lines_info-tile {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-wrap_tag {
  color: #231f23;
  background-color: #cebffa;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .5rem;
  display: flex;
}

.icon-wrap_tag.sky {
  background-color: #d7e9ff;
}

.customers-tile {
  display: flex;
}

.lines-wrap_widget {
  z-index: 1;
  width: 100%;
  min-height: 8.38rem;
  display: flex;
  position: relative;
}

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

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

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

.image_cover.parallax._33 {
  object-position: 55% 50%;
}

.wrap_hero-product-c {
  width: 100%;
  margin-bottom: 5rem;
  position: relative;
}

.svg_widget-line {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.svg_widget-line.line1 {
  position: static;
}

.customers_block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.cta_primary {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #f7f6f5;
  letter-spacing: 0;
  cursor: pointer;
  border-radius: .5rem;
  flex: none;
  justify-content: center;
  align-items: center;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.25rem;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta_primary:hover {
  color: #f7f6f5;
}

.cta_primary.is-dark {
  color: #231f23;
}

.cta_primary.is-dark:hover {
  color: #f7f6f5;
}

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

.widget_outer {
  color: #231f23;
  background-color: #f7f6f5;
  border-radius: 1.25rem;
  max-width: 31.25rem;
  padding-top: .5rem;
  padding-left: .5rem;
  padding-right: .5rem;
  box-shadow: 0 4px 80px #231f2314;
}

.widget_outer.product-a {
  ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
  max-width: none;
}

.text-wrap_customers {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

.subtext_4-columns {
  max-width: 28rem;
}

.button-inner {
  pointer-events: none;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: .75rem 1rem;
  display: flex;
  overflow: hidden;
}

.btn-bg {
  background-color: #231f23;
  border: 1px solid #f7f6f500;
  border-radius: .5rem;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.btn-bg:hover {
  background-color: #231f23;
  border-color: #231f2300;
}

.btn-bg.is-dark {
  background-color: #f7f6f5;
}

.btn-bg.is-dark:hover {
  background-color: #231f23;
}

.button_text-mask {
  pointer-events: none;
  flex: none;
  height: 1.25rem;
  overflow: hidden;
}

.widget-lines_line {
  border: .06rem dashed #f7f6f514;
  width: .06rem;
  height: auto;
}

.widget-lines_line.low-op {
  border-color: #f7f6f500;
}

.cta_bg {
  z-index: 0;
  filter: blur(100px);
  background-image: linear-gradient(#ed7472, #f4e7c7 50%);
  border-radius: 50%;
  width: 100%;
  min-width: 100%;
  height: 37.5rem;
  position: absolute;
  bottom: -29.95rem;
}

.cta_bg.product-c {
  background-image: linear-gradient(#28a078, #10b981 65%);
  min-width: auto;
  max-width: 90rem;
  height: 30rem;
  margin-left: auto;
  margin-right: auto;
  inset: -7.5rem 0 auto;
}

.heading-style-h1-2 {
  z-index: 1;
  letter-spacing: -.062rem;
  font-size: 4rem;
  font-weight: 400;
  line-height: 4.25rem;
}

.master_product-c {
  z-index: 3;
  max-width: 71.5rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.icon_tag {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.widget-lines_lines {
  z-index: -1;
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.headline-service-c {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

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

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

.text-wrap-service-c {
  max-width: 450px;
}

.button-circle {
  z-index: 1;
  background-color: var(--color-scheme-1--green);
  pointer-events: none;
  border-radius: 20px;
  flex: none;
  width: 8px;
  height: 8px;
  position: relative;
}

.heading-medium {
  opacity: 1;
  color: var(--color-scheme-1--green);
  font-weight: 400;
}

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

.body-medium {
  color: var(--_primitives---colors--neutral-lighter);
}

.text-h1 {
  z-index: 1;
  color: var(--_primitives---colors--white);
  letter-spacing: -2.5px;
  border: 1px #000;
  margin-top: 0;
  margin-bottom: 10px;
  font-size: 3.5rem;
  font-weight: 400;
  line-height: 1.2;
}

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

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

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

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

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

.image-cover.horizontal {
  aspect-ratio: 2;
}

.image-cover.horizontal.parallax {
  height: 120%;
}

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

.image-cover.parallax._3 {
  object-position: 55% 30%;
}

.image-cover.parallax {
  object-position: 70% 50%;
  border-radius: 20px;
  height: 150%;
  transform: translate(0, -10%);
}

.image-cover.parallax._2 {
  object-position: 60% 50%;
}

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

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

.overlay-service-c-left {
  background-image: linear-gradient(90deg, #0a0a0b, #0000);
  width: 40%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

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

.section {
  z-index: 2;
  background-color: var(--blackk);
  color: #f6f3ece0;
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.section.hero-service-c-section {
  padding-top: 0;
  padding-bottom: 0;
}

.section.hero-contact-c-section {
  padding-top: 200px;
  padding-bottom: 120px;
  overflow: clip;
}

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

.button-text.black {
  color: var(--_primitives---colors--white);
}

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

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

.button-book.nohover {
  box-shadow: none;
  background-color: #0003;
  border-style: solid;
  border-color: #8a8a8a;
  padding-left: 12px;
  padding-right: 12px;
}

.button-book.nohover:hover {
  color: #f6f3ec;
}

.button-book._2 {
  background-color: #fff3;
  border-color: #686868;
  margin-left: 15px;
}

.button-book._2:hover {
  background-color: #fffc;
}

.button-book.bigger {
  padding-top: 12px;
  padding-bottom: 12px;
}

.heading-service-c {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

.button-bg.dark {
  background-color: var(--_primitives---colors--neutral-darker);
}

.button-bg._2 {
  border-color: var(--_primitives---colors--neutral-lighter);
  background-color: var(--_primitives---colors--white);
}

.button-bg._2:hover {
  background-color: var(--_primitives---opacity--neutral-darkest-5);
}

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

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

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

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

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

.right-nav {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  display: flex;
}

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

.button-text-mask-2.nav-button-mask, .button-text-mask-2.button-small {
  height: 16px;
}

.navbar {
  border: 1px solid var(--_primitives---colors--neutral);
  background-color: #121212cc;
  border-radius: 60px;
  padding: 0 10px;
  display: flex;
  position: relative;
}

.nav-button-bg {
  border: 1px solid #0000;
  border-radius: 24px;
  width: 100%;
  height: 100%;
  transition: background-color .65s, border-color .65s;
  position: absolute;
  inset: 0%;
}

.nav-button-bg:hover {
  background-color: #8a9570;
}

.nav-button-bg.side-button-bg {
  border-color: #594a3c;
}

.nav-button-bg.side-button-bg:hover {
  border-color: #8a9570;
}

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

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

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

.nav-container {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav-bg {
  background-color: #594a3ce0;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-button {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #594a3c;
  letter-spacing: 1px;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 11px;
  font-weight: 600;
  line-height: 16px;
  transition: color .65s;
  display: flex;
  position: relative;
}

.nav-button:hover {
  color: #f3eee9;
}

.nav-button.nav-link {
  color: var(--_primitives---colors--neutral-lightest);
  text-decoration: none;
}

.nav-button.nav-link:hover {
  color: #faf8f5;
}

.brand-nav {
  width: 60px;
  margin-top: 10px;
  margin-bottom: 10px;
}

.master-navigation {
  z-index: 99;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
  position: fixed;
  inset: 16px 0% auto;
}

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

.button-text-mask-3.nav-button-mask, .button-text-mask-3.button-small {
  height: 16px;
}

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

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

.form-contact-merged {
  z-index: 2;
  border-right: 1px solid #f6f3ec29;
  margin-bottom: 0;
  padding: 32px;
  position: relative;
}

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

.checkbox {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 0;
  padding-left: 10px;
  display: flex;
}

.button-circle-2 {
  z-index: 1;
  background-color: var(--color-scheme-1--green);
  pointer-events: none;
  border-radius: 20px;
  flex: none;
  width: 8px;
  height: 8px;
  position: relative;
}

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

.label-large-2 {
  letter-spacing: .75px;
  text-transform: uppercase;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 12px;
  font-weight: 300;
  line-height: 16px;
}

.master-contact {
  z-index: 2;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #12121299;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  position: relative;
}

.heading-strong {
  color: #f6f3ec;
}

.card-contact-c {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 48px;
  display: flex;
}

.card-contact-c.middle-merged {
  border-top: 1px solid #f6f3ec29;
  border-bottom: 1px solid #f6f3ec29;
}

.card-contact-c.middle {
  border-left: 1px solid #f6f3ec29;
  border-right: 1px solid #f6f3ec29;
}

.cta-submit-invisible {
  z-index: 1;
  color: #0000;
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.select-field-overlay {
  pointer-events: none;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
  position: absolute;
}

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

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

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

.checkbox-text {
  margin-bottom: 0;
}

.checkbox-contact {
  background-color: #f6f3ec14;
  border: 1px solid #f6f3ec14;
  border-radius: 8px;
  flex: none;
  width: 24px;
  height: 24px;
  margin-top: 0;
}

.checkbox-contact.w--redirected-checked {
  border-color: var(--color-scheme-1--green);
  background-color: var(--_primitives---colors--neutral-darkest);
}

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

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

.contact-form-input-wrap {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

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

.text-field {
  letter-spacing: 0;
  background-color: #f6f3ec14;
  border: 1px solid #f6f3ec14;
  border-radius: 8px;
  width: 100%;
  height: auto;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.text-field:focus {
  color: #f6f3ec;
  background-color: #f6f3ec14;
  border-color: #f6f3ec7a;
}

.text-field:focus-visible, .text-field[data-wf-focus-visible] {
  color: #f6f3ec;
  background-color: #f6f3ec29;
  border-color: #f6f3ec7a;
}

.text-field::placeholder {
  color: #f6f3eca3;
}

.text-field.textarea {
  height: 104px;
}

.text-field.textarea.contact-note {
  height: 130px;
}

.text-field.select {
  color: #f6f3eca3;
  appearance: none;
}

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

.book-form-top-tile {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

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

.contact-features-merged {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.submit-wrap {
  position: relative;
}

.success-message {
  color: #f6f3ec;
  background-color: #f6f3ec14;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
}

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

.icon-large.text-accent {
  color: var(--color-scheme-1--green);
}

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

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

.text-small.body-medium.dark-mode {
  color: #f6f3f0a3;
}

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

.wrap-logo-text {
  flex: none;
  padding-left: 16px;
}

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

.right-nav-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.master-navigation-2 {
  z-index: 999;
  position: fixed;
  inset: 24px 0% auto;
}

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

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

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

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

.nav-bg-2 {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: none;
  background-color: #0a0a0b52;
  border: 1px solid #f6f3ec29;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.nav-insights {
  width: 100%;
}

.nav-insights.hide-cms {
  display: none;
}

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

.nav-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f6f3ec;
  text-align: center;
  letter-spacing: 0;
  border: 1px solid #0000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
  text-decoration: none;
  transition: border-color .3s linear, color .3s linear, background-color .3s linear;
  display: flex;
}

.nav-link:hover {
  color: #0a0a0b;
  background-color: #f6f3ece0;
  border: 1px solid #0a0a0b14;
}

.divider-nav {
  background-color: #f6f3ec29;
  width: 1px;
  height: 20px;
}

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

.nav-right {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.progressive-blur-panel {
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  padding: 0;
  position: absolute;
  -webkit-mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
  mask: linear-gradient(#0000 10%, #000 20% 40%, #0000 50%);
}

.progressive-blur-panel.is-8 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
  mask: linear-gradient(#0000 50%, #000 70% 80%, #0000 100%);
}

.progressive-blur-panel.is-10 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
  mask: linear-gradient(#0000 70%, #000 90%, #0000 100%);
}

.progressive-blur-panel.is-7 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
  mask: linear-gradient(#0000 40%, #000 60% 70%, #0000 90%);
}

.progressive-blur-panel.is-1 {
  -webkit-backdrop-filter: blur(var(--blur));
  backdrop-filter: blur(var(--blur));
  -webkit-mask: linear-gradient(#000 0% 10%, #0000 30%);
  mask: linear-gradient(#000 0% 10%, #0000 30%);
}

.progressive-blur-panel.is-2 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  backdrop-filter: blur(calc(var(--blur) / var(--ratio)));
  -webkit-mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
  mask: linear-gradient(#0000 0%, #000 10% 20%, #0000 40%);
}

.progressive-blur-panel.is-3 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
  mask: linear-gradient(#0000 0%, #000 20% 30%, #0000 50%);
}

.progressive-blur-panel.is-6 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
  mask: linear-gradient(#0000 30%, #000 50% 60%, #0000 80%);
}

.progressive-blur-panel.is-4 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
  mask: linear-gradient(#0000 10%, #000 30% 40%, #0000 60%);
}

.progressive-blur-panel.is-9 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
  mask: linear-gradient(#0000 60%, #000 80% 90%, #0000 100%);
}

.progressive-blur-panel.is-5 {
  -webkit-backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  backdrop-filter: blur(calc(var(--blur) / (var(--ratio) * var(--ratio) * var(--ratio) * var(--ratio))));
  -webkit-mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
  mask: linear-gradient(#0000 20%, #000 40% 50%, #0000 70%);
}

.nav-container-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.logo-navigation {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

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

.left-nav-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: #121212cc;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  justify-content: flex-start;
  align-items: center;
  padding: 8px 8px 8px 16px;
  display: flex;
  box-shadow: 0 1px #f6f3ec14, 0 -1px #f6f3ec29;
}

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

.circle-label {
  background-color: var(--color-scheme-1--green);
  border-radius: 20px;
  width: 8px;
  height: 8px;
  box-shadow: 0 0 8px 3px #10b981ad;
}

.navbar-2 {
  background-color: #0000;
  width: 100%;
  position: relative;
}

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

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

.dropdown {
  z-index: 9;
  flex-flow: row;
  display: flex;
  position: static;
}

.icon-slider-button {
  width: 30px;
  height: 30px;
  color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-slider-button.text-small {
  width: 12px;
  height: 12px;
}

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

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

.nav-mobile-top {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.card-nav-case {
  color: #f6f3ece0;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  width: 100%;
  height: 320px;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

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

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

.nav-dropdown-list {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  pointer-events: auto;
  background-color: #121212cc;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.logo-symbol {
  color: #f6f3ec;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.overlay-nav-cms-item {
  z-index: 1;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(0deg, #0a0a0ba3, #0000 40%);
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  height: 100%;
  padding: 16px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.dropdown-list {
  background-color: #0000;
}

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

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

.brand-nav-2 {
  color: #070708;
}

.wrap-progressive-blur {
  pointer-events: none;
  width: 100%;
  height: 100%;
  max-height: 8rem;
  position: fixed;
  inset: 0% 0% auto;
  overflow: clip;
}

.master-logo-text {
  flex: none;
  display: flex;
  overflow: clip;
}

.logo-text {
  color: #f6f3ec;
  flex: none;
  justify-content: center;
  align-items: center;
  max-width: 96px;
  display: flex;
}

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

.progressive-blur {
  z-index: 990;
  pointer-events: none;
  width: 100%;
  height: 100%;
  overflow: clip;
}

.link-brand-navbar {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: 0;
  align-items: center;
  height: 75px;
  padding: 5px;
  display: flex;
}

.brand-navbar {
  border-radius: 100px;
  max-width: none;
  height: 100%;
}

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

.cta.nav-cta {
  height: 48px;
  padding-right: 4px;
}

.dropdown-toggle-2 {
  grid-column-gap: 6px;
  justify-content: center;
  align-items: center;
  padding: 8px 12px 8px 16px;
  display: flex;
}

.link-nav {
  color: var(--_primitives---colors--white);
  border-radius: 8px;
  padding: 8px 16px;
  font-size: 16px;
  font-weight: 500;
  text-decoration: none;
  transition: all .2s;
}

.link-nav:hover {
  background-color: var(--_primitives---opacity--white-10);
}

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

.link-dropdown {
  color: #212331;
  text-align: left;
  padding: 8px 24px 8px 16px;
  font-size: 15px;
  font-weight: 500;
}

.link-dropdown:hover {
  background-color: #efefef;
}

.link-dropdown.w--current {
  color: #126fff;
  font-weight: 700;
}

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

.dropdown-list-2.w--open {
  background-color: #fcfcfc;
  border: 1px solid #c2c2c5;
  border-radius: 12px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dropdown-2 {
  font-size: 16px;
}

.image-chevron-dropdown {
  opacity: .8;
  filter: invert();
  width: 20px;
  height: 20px;
}

.navbar-3 {
  z-index: 2147483647;
  color: #282523;
  background-color: #efefef00;
  border-bottom: 1px #ecf6f21f;
  height: 122px;
  position: fixed;
  inset: 0% 0% auto;
}

.right-navbar {
  border: 1px solid var(--_primitives---colors--neutral-dark);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #242323b3;
  border-radius: 11px;
  justify-content: flex-end;
  align-items: center;
  padding: 6px;
  display: flex;
}

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

.nav-menu-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

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

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

.button-2.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
}

.section_header5 {
  position: relative;
}

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

.header5_content {
  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;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header5_background-image._2, .header5_background-image._3 {
  object-position: 50% 0%;
}

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

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

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(180deg, #0003, #fff0 33%), linear-gradient(180deg, #fff0, var(--blackk));
  position: absolute;
  inset: 0%;
}

.image-overlay-layer._2 {
  background-image: linear-gradient(180deg, #fff0, var(--blackk));
}

.navbar2_dropdwn-toggle {
  grid-column-gap: .5rem;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
}

.navbar2_menu-button {
  padding: 0;
}

.navbar2_dropdown-list.w--open {
  border: var(--_ui-styles---stroke--border-width) solid var(--color-scheme-1--border);
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--color-scheme-1--background);
  padding: .5rem;
  position: absolute;
}

.navbar2_component {
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: flex;
}

.dropdown-chevron {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

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

.navbar2_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .375fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.navbar2_link {
  padding: .5rem 1rem;
}

.navbar2_link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.navbar2_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.navbar2_button-wrapper {
  grid-column-gap: 1rem;
  margin-left: 1rem;
  display: flex;
}

.navbar2_dropdown-link {
  padding: .5rem 1rem;
}

.navbar2_dropdown-link.w--current {
  color: var(--_primitives---colors--neutral-darkest);
}

.button-bg-2 {
  background-color: #181e25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.button-bg-2.accent-9 {
  background-color: #d6fd70;
}

.features-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  width: 100%;
  color: var(--_primitives---colors--white);
  background-color: #1a2620;
  background-image: radial-gradient(circle at 100% 0, #10b9811a, #fff0 55%);
  border: 1px solid #10b9814d;
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 2.5rem;
  display: flex;
  position: relative;
}

.features-card.about-a-feature {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.features-card.about-a-feature.inverted {
  background-color: var(--_primitives---colors--neutral-darker);
}

.features-card.image {
  background-image: linear-gradient(#0009, #0009), url('../images/kuva3.webp'), radial-gradient(circle, #10b9811f, #fff0);
  background-position: 0 0, 50%, 0 0;
  background-size: auto, cover, auto;
  border-style: none;
  justify-content: flex-end;
  align-items: flex-start;
}

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

.about-card-text-wrap {
  flex-flow: column;
  display: flex;
}

.label-master {
  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._2 {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff3;
}

.label-master._3 {
  border-color: var(--_primitives---colors--neutral-light);
  color: var(--_primitives---colors--neutral-darkest);
}

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

.main-container-2 {
  z-index: 2;
  background-color: var(--vaalee);
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

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

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

.button-text-mask-6 {
  flex: none;
  height: 22px;
  margin-top: 1px;
  margin-bottom: 3px;
  overflow: hidden;
}

.about-b-feature-halves {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
  width: 100%;
}

.cta-block-image {
  border-radius: 8px;
  width: 100%;
  min-height: 720px;
  position: relative;
  overflow: hidden;
}

.cta-halves {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
}

.button-icon-wrap-2 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: flex;
  overflow: hidden;
}

.icon-feature-card {
  filter: invert();
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

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

.icon-wrap-feature-card.inverted {
  background-color: #181e25;
}

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

.section-2.features-8 {
  background-color: var(--_primitives---colors--white);
  color: #fff;
  padding-top: 160px;
  padding-bottom: 160px;
}

.text-light-64 {
  color: #ffffffa3;
}

.cta-with-icon {
  color: #fff;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  display: flex;
  position: relative;
}

.cta-with-icon.accent-2 {
  color: #181e25;
}

.no-margins {
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
}

.no-margins.text-weight-medium.black {
  color: var(--_primitives---colors--neutral-darker);
}

.button-text-5 {
  z-index: 1;
  letter-spacing: -.5px;
  margin-top: -.03em;
  font-size: 16px;
  font-weight: 600;
  line-height: 150%;
  position: relative;
}

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

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

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

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

.icon-wrap-medium {
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  color: #e45a47;
  background-color: #212122;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 8px;
  display: flex;
  box-shadow: 0 -1px #f6f3ec29, 0 1px #f6f3ec14;
}

.headline-contact-c {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 912px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.form-block-contact {
  z-index: 2;
  background-color: #121212;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  width: 100%;
  margin-bottom: 0;
  padding: 32px;
  position: relative;
}

.master-hero-contact-c {
  margin-bottom: 64px;
}

.contact-c-form {
  justify-content: center;
  align-items: center;
  max-width: 680px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.bg-circle {
  background-color: var(--color-scheme-1--green);
  filter: blur(200px);
  border-radius: 100vw;
  width: 400px;
  height: 400px;
  position: relative;
}

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

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

.contact-c-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #121212;
  border: 1px solid #f6f3ec29;
  border-radius: 8px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  max-width: 1144px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

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

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

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

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

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

.div-block-3 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

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

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

.section-3.value-features-1-top {
  z-index: 99;
  background-color: var(--vaalee);
  padding-top: 4rem;
  padding-bottom: 0;
  overflow: clip;
}

.section-3.logo-section {
  background-color: var(--vaalee);
  padding-top: 0;
  padding-bottom: 0;
}

.section-3.home-a-logo-section {
  background-color: var(--vaalee);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.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: 2;
  background-color: var(--_primitives---opacity--white-5);
  -webkit-backdrop-filter: blur(32px);
  backdrop-filter: blur(32px);
  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 {
  height: 28px;
}

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

.marquee-logo.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: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  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: 4rem;
  display: flex;
}

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

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

.logo-shadow.right._2 {
  background-image: linear-gradient(270deg, #091110, #fff0);
}

.logo-shadow._2 {
  background-image: linear-gradient(270deg, #fff0, #0a1210);
}

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

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

.eyebrow-circle.light-14 {
  background-color: var(--color-scheme-1--green);
}

.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;
  max-width: 500px;
  display: flex;
  position: relative;
}

.overlay-expandable {
  z-index: 1;
  background-image: linear-gradient(#fff0, #000);
  width: 100%;
  height: 70%;
  position: absolute;
  inset: auto 0% 0%;
}

.main-container-4 {
  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 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.heading-medium-2 {
  color: #f6f3eca3;
}

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

.marquee-logo-2.large {
  opacity: .79;
  border-radius: 0;
  height: 50px;
}

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

.logo-shadow-2 {
  z-index: 1;
  width: 80px;
  height: 80px;
  margin-top: auto;
  margin-bottom: auto;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-shadow-2.right {
  inset: 0% 0% 0% auto;
}

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

.headline-logos-home-a {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 912px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

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

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

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

.overlay-exoandable {
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

.value-features-1-wrap {
  background-image: radial-gradient(circle, #000, #fff);
  margin-top: -1px;
}

.value-features-1-wrap.hero-gap-fix {
  z-index: 10;
  background-color: #0a0a0b;
  background-image: none;
  margin-top: -1px;
  position: relative;
}

.text-h5 {
  letter-spacing: 0;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 32px;
}

.service-expandable-bottom {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: relative;
}

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

.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-6 {
  z-index: 3;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  position: relative;
}

.section-5 {
  z-index: 2;
  color: #f6f3ece0;
  background-color: #0a0a0b;
  padding-top: 6rem;
  padding-bottom: 6rem;
  position: relative;
}

.section-5.expandable-section {
  z-index: 99;
  background-image: linear-gradient(180deg, var(--blackk), #fff0), radial-gradient(circle farthest-corner at 50% 50%, #10b77d4d, #fff0);
  padding-top: 0;
  padding-bottom: 0;
}

.section-5.expandable-section._2 {
  background-color: var(--vaalee);
  color: var(--_primitives---colors--neutral-darkest);
  background-image: none;
}

.master-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 5rem;
  display: flex;
}

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

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

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

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

.image-7 {
  max-height: 25px;
  transform: rotate(45deg);
}

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

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

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

.heading-medium-3 {
  color: #f6f3eca3;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.section-19.paddings-big {
  background-color: var(--vaalee);
  padding-top: 0;
  padding-bottom: 0;
}

.text-dark-64 {
  color: #ffffffbf;
}

.heading-2 {
  letter-spacing: -.1rem;
  font-weight: 500;
}

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

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

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

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

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

.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: 120%;
  display: block;
  transform: translate(0, -10%);
}

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

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

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

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

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

.success-message-4 {
  color: #fff;
  text-align: center;
  background-color: #1a2a1f;
  border-radius: 8px;
}

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

.headline-contact-c-2._2 {
  max-width: 700px;
}

.contact-left {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  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: #f5f1ea;
  padding-top: 0;
  padding-bottom: 5rem;
}

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

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

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

.cta-main-5 {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  cursor: pointer;
  background-color: #2f5a3b;
  border: 2px solid #2f5a3b;
  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;
}

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

.form-contact-3 {
  color: #fff;
  background-color: #222;
  border-radius: 20px;
  width: 100%;
  margin-bottom: 0;
  padding: 4rem;
}

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

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

.cta-main-6.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-6.light-outline:hover {
  color: #fffdf6a3;
}

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

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

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

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

.input-halves-2 {
  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-2.contact-input-halves {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.footer {
  z-index: 1;
  background-color: var(--blackk);
  background-image: linear-gradient(180deg, var(--blackk), #1095694d);
  width: 100%;
  color: var(--_primitives---colors--neutral-lightest);
  padding-top: 7rem;
  padding-bottom: 4rem;
}

.label {
  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 {
  height: 39px;
  color: var(--_primitives---colors--neutral-lighter);
  letter-spacing: -1.5px;
  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-end;
  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;
}

.main-container-21 {
  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;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

.footer-halves {
  z-index: 1;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  margin-bottom: 100px;
  display: grid;
  position: relative;
}

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

.text-dark.footer-link {
  color: var(--_primitives---colors--neutral-lighter);
  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 {
  color: var(--_primitives---colors--neutral-lighter);
  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 {
  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;
}

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

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

.relative-footer {
  z-index: 10;
  position: relative;
}

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

.main-container-22 {
  z-index: 2;
  width: 100%;
  max-width: 1800px;
  padding-left: 24px;
  padding-right: 24px;
  position: relative;
}

.heading-footer-links {
  color: #fff;
  font-size: 18px;
  font-weight: 400;
}

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

.footer-link {
  color: #fff;
  font-size: 18px;
  line-height: 22px;
  text-decoration: none;
}

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

.brand-link-footer {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  height: 100px;
  margin-bottom: 4rem;
  display: flex;
}

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

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

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

.cta-outline {
  background-color: #08041100;
  border: 1px solid #fff;
  border-radius: 70px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 18px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-outline:hover {
  color: #080411;
  background-color: #fff;
}

.text-top-footer {
  font-size: 32px;
  font-style: italic;
  line-height: 130%;
}

.divider-fade-sides {
  background-image: linear-gradient(90deg, #fff0, #ffffff40 32% 69%, #fff0);
  width: 100%;
  height: 1px;
}

.divider-fade-sides.footer-top-divider {
  margin-top: 80px;
  margin-bottom: 80px;
}

.divider-fade-sides.footer-bottom-divider {
  margin-top: 120px;
  margin-bottom: 64px;
}

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

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

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

.neon-footer {
  z-index: 1;
  width: 80%;
  position: absolute;
  inset: auto 0% 0% auto;
}

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

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

.footer-2 {
  background-color: var(--blackk);
  background-image: linear-gradient(180deg, var(--blackk), #29e7b163);
  color: #fff;
  border-top: 1px solid #311f5d;
  padding-top: 100px;
  padding-bottom: 64px;
  font-size: 20px;
  font-weight: 400;
  line-height: 130%;
  position: relative;
}

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

.btn-icon-icon__wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #a29a65;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_home8-header {
  z-index: 9;
  position: relative;
}

.hero-content-wrapper {
  width: 100%;
  height: 100%;
  max-height: 40vh;
}

.hero-content-wrapper.herossa {
  z-index: 12;
  border-top: 1px #ffffff6b;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-height: none;
  padding-top: 2rem;
  padding-bottom: 5rem;
  display: flex;
}

.btn-icon-content__mask {
  z-index: 1;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-content {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  color: #fff;
  background-color: #ffffff1a;
  border: 1px solid #ffffff4d;
  border-radius: 10px;
  justify-content: flex-start;
  align-items: center;
  padding: 1.25em 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.btn-icon-link {
  grid-column-gap: .5em;
  grid-row-gap: .5em;
  color: #a29a65;
  justify-content: flex-start;
  align-items: center;
  font-size: 1em;
  line-height: 1.2;
  text-decoration: none;
  display: flex;
}

.header139_lightbox {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000080;
  border: 1px solid #ffffff4d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 35rem;
  min-height: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 5% 5% auto;
  overflow: hidden;
}

.btn-icon-icon {
  z-index: 1;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 1.2em;
  height: 1.2em;
  display: flex;
  position: relative;
}

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

.home8-header_background-image.z2 {
  z-index: 2;
}

.btn-icon-content__bg {
  z-index: 0;
  background-color: #0006;
  width: 120%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  left: -10%;
  transform: translate(0, 175%)rotate(15deg);
}

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

.btn-icon-icon__arrow {
  color: #fff;
  flex: none;
  width: 1.2em;
  height: 100%;
  padding: .2em;
}

.padding-global-4 {
  z-index: 4;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container-hero {
  justify-content: space-between;
  align-items: flex-end;
  height: 90svh;
  max-height: 60rem;
  display: flex;
}

.container-hero.hero {
  height: 100svh;
  max-height: none;
}

.container-hero.hero.hero-stack {
  z-index: 1;
  position: relative;
}

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

.hero-bg-wrapper.hero-bg-z0 {
  z-index: 0;
}

.text-color-white-2 {
  color: #fff;
}

.image-overlay-layer-2 {
  z-index: 3;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.btn-icon-icon__bg {
  -webkit-text-fill-color: inherit;
  background-color: #ffffff4d;
  background-clip: border-box;
  border-radius: 4px;
  width: 100%;
  height: 100%;
  position: absolute;
}

.btn-icon-icon__list {
  color: #000;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.btn-icon-content__text {
  font-size: .875em;
}

.trigger-hero {
  height: 1px;
  position: relative;
  top: 0;
}

.div-block-4 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: grid;
}

.div-block-5 {
  background-color: var(--_primitives---colors--neutral-light);
  width: 1px;
  height: 50px;
}

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

.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-7 {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1f1915;
  background-color: #fffdf629;
  border: 1px solid #1f191552;
}

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

.image-abosolute-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: #fffdf6;
  background-image: linear-gradient(0deg, #1f1915a3, #fff0);
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50%;
  padding-bottom: 24px;
  padding-left: 24px;
  display: flex;
  position: absolute;
  inset: auto 0% 0%;
}

.icon-plus {
  color: #d4fd80;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
}

.section-22 {
  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-22.features-8 {
  background-color: var(--vaalee);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding-top: 2rem;
  padding-bottom: 7rem;
  display: none;
}

.column-image-wrap {
  border-radius: 8px;
  width: 100%;
  height: 600px;
  position: relative;
  overflow: hidden;
}

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

.column {
  width: 100%;
  max-width: 1160px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.column.text-top {
  max-width: 80rem;
}

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

.column-content-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 456px;
  height: 100%;
  display: flex;
}

.text-h3-2 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.column-left {
  justify-content: center;
  align-items: center;
}

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

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

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

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

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

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

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

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

.text-h6-2._22 {
  font-weight: 500;
}

.button-icon-wrap-4 {
  flex: none;
  justify-content: flex-end;
  align-items: center;
  width: 14px;
  height: 14px;
  margin-left: 6px;
  display: flex;
  overflow: hidden;
}

.section-23 {
  z-index: 2;
  background-color: var(--blackk);
  color: var(--_primitives---colors--white);
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

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

.features-thirds {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-columns: 1fr 1fr 1fr;
}

.features-thirds._2 {
  grid-template-columns: 1fr 1fr;
}

.button-bg-4 {
  background-color: #181e25;
  border-radius: 32px;
  position: absolute;
  inset: 0%;
}

.button-bg-4.accent-9 {
  background-color: #d6fd70;
}

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

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

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

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

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

.section-16 {
  z-index: 2;
  color: #191818e0;
  background-color: #f5f1ea;
  padding-top: 3rem;
  padding-bottom: 7rem;
  position: relative;
}

.body-medium-2 {
  color: #191818a3;
}

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

.label-small-9.label-strong {
  color: #666;
  font-size: 1.2rem;
}

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

.timeline-halves {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
}

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

.section-24 {
  z-index: 99;
  background-color: var(--vaalee);
  color: #16231b;
  padding-top: 7rem;
  padding-bottom: 0;
  font-size: 16px;
  position: relative;
}

.section-24._2 {
  background-color: var(--blackk);
  color: var(--_primitives---colors--white);
  padding-bottom: 7rem;
}

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

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

.headlinec-about-b-video._2 {
  text-align: center;
  grid-template-columns: 1fr;
  place-items: stretch center;
}

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

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

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

.text-h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-big {
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.link {
  color: var(--color-scheme-1--green);
}

.div-block-6 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

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

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

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

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

.icon-plus-2 {
  color: #d4fd80;
  justify-content: center;
  align-items: center;
  display: flex;
}

.section-25 {
  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-25.features-8 {
  padding-top: 5rem;
  padding-bottom: 7rem;
}

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

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

.text-h3-3 {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

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

.button-text-10 {
  z-index: 1;
  letter-spacing: .5px;
  text-transform: uppercase;
  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%;
}

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

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

.text-big-5 {
  color: #444;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 140%;
}

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

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

.section-26 {
  z-index: 2;
  background-color: #f7f7f5;
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
}

.section-26._2 {
  background-color: var(--vaalee);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.image-cover-10 {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

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

.about-c-value-right {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: 8px;
  flex-flow: column;
  display: flex;
  position: relative;
}

.headline-about-c-value {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.about-c-value-halves {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
}

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

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

.button-bg-5._3 {
  background-color: #272727;
  border-style: solid;
  border-color: #222 #000 #000;
  border-radius: 8px;
}

.button-bg-5._3:hover {
  background-color: #eee;
  border-color: #aaa;
}

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

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

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

.hide-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -.571vw;
  margin-bottom: -1.071vw;
  padding-top: .571vw;
  padding-bottom: 1.071vw;
  display: flex;
  overflow: hidden;
}

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

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

.cta-main-9.bigger {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-main-9.bigger.text-white {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.text-h2-2.no-margins {
  text-align: left;
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.mask-image {
  background-color: var(--vaalee);
  width: 100%;
  height: 0%;
  position: absolute;
  inset: auto 0% 0%;
}

.mask-image._2 {
  background-color: var(--blackk);
}

.button-circle-3 {
  z-index: 1;
  background-color: var(--color-scheme-1--green);
  pointer-events: none;
  border-radius: 8px;
  flex: none;
  width: 8px;
  height: 8px;
  position: relative;
}

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

.button-text-11._2 {
  color: #fff;
}

.layout16_item-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding: 0;
  display: grid;
}

.layout16_item {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.layout16_item-icon-wrapper {
  border-radius: 100px;
  flex: none;
  align-self: flex-start;
  padding: 0;
}

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

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

.button-text-12._2 {
  color: #fff;
}

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

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

.button-bg-6._3 {
  background-color: #272727;
  border-style: solid;
  border-color: #222 #000 #000;
  border-radius: 8px;
}

.button-bg-6._3:hover {
  background-color: #eee;
  border-color: #aaa;
}

.hide-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-items: center;
  margin-top: -.571vw;
  margin-bottom: -1.071vw;
  padding-top: .571vw;
  padding-bottom: 1.071vw;
  display: flex;
  overflow: hidden;
}

.image-cover-11 {
  z-index: 1;
  object-fit: cover;
  border-radius: 8px;
  width: 100%;
  height: 100%;
}

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

.image-cover-11.parallax._2 {
  object-position: 80% 50%;
}

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

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

.section-27 {
  z-index: 2;
  background-color: #f7f7f5;
  padding-top: 0;
  padding-bottom: 5rem;
  position: relative;
}

.section-27._2 {
  background-color: #f0eee9;
  padding-top: 5rem;
}

.section-27._2._3 {
  background-color: var(--blackk);
  background-image: linear-gradient(180deg, #fff0, var(--blackk)), linear-gradient(180deg, var(--blackk), #fff0), radial-gradient(circle farthest-corner at 50% 50%, #10b9818c, #fff0);
  color: var(--_primitives---colors--white);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-27._2._4 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

.cta-main-10.bigger {
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-main-10.bigger.text-white {
  color: #fff;
  padding-top: 8px;
  padding-bottom: 8px;
}

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

.feature-icon-small {
  height: 60px;
}

.feature-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 40% 60%;
}

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

.features-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-columns: auto auto;
  place-items: stretch start;
  max-width: 665px;
}

.headline-features {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  max-width: 532px;
  margin-bottom: 64px;
  display: flex;
}

.text-h6-3 {
  letter-spacing: -.02em;
  font-size: 24px;
  font-weight: 400;
  line-height: 116%;
}

.label-11 {
  letter-spacing: .7px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 500;
  line-height: 16px;
}

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

.section-28 {
  background-color: #fff;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
}

.section-28.features-section {
  background-color: #f3f1ef;
  padding-top: 0;
  padding-bottom: 0;
}

.text-h2-3 {
  letter-spacing: -.04em;
  font-size: 68px;
  font-weight: 400;
  line-height: 88%;
}

.features-master {
  padding-top: 152px;
  padding-bottom: 162px;
  padding-left: 80px;
}

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

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

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

.why-revona {
  background-color: var(--blackk);
  color: #f6f3ec;
  padding: 7rem 5%;
}

.why-revona__container {
  flex-direction: column;
  align-items: center;
  max-width: 1144px;
  margin: 0 auto;
  display: flex;
}

.why-revona__eyebrow {
  color: #10b981;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 16px;
  font-size: 13px;
  font-weight: 600;
}

.why-revona__heading {
  color: #f6f3ec;
  text-align: center;
  margin: 0 0 60px;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.1;
}

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

.why-revona__card {
  background-color: #0d1410;
  background-image: radial-gradient(circle at 100% 0, #10b67d1f, #fff0 54%);
  border: 1px solid #10b9814d;
  border-radius: 20px;
  padding: 32px;
}

.why-revona__card-title {
  color: #f6f3ec;
  margin: 0 0 12px;
  font-size: 20px;
  font-weight: 500;
}

.why-revona__card-text {
  color: #f7f6f5a3;
  margin: 0;
  font-size: 15px;
  line-height: 1.6;
}

.italic-text-3, .italic-text-4 {
  color: var(--color-scheme-1--green);
}

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

.section-divider.light {
  border-bottom-color: #fffdf652;
}

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

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

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

.icon-tick {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 16px;
  margin-top: 5px;
  display: flex;
}

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

.text-h3-4 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

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

.main-features-image {
  width: 50%;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
  overflow: hidden;
}

.section-29 {
  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-29.features-6 {
  color: #fffdf6;
  background-color: #1f1915;
  min-height: 100svh;
  padding-top: 120px;
  padding-bottom: 96px;
}

.main-features-right {
  grid-column-gap: 176px;
  grid-row-gap: 176px;
  flex-flow: column;
  max-width: 456px;
  display: flex;
}

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

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

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

.main-features-halves {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
}

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

.author_image {
  border-radius: .44vw;
  flex: none;
  width: 1.78vw;
  height: 1.78vw;
  display: flex;
  overflow: hidden;
}

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

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

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

.heading-style-h2-2 {
  letter-spacing: -.11vw;
  font-size: 3.56vw;
  font-weight: 500;
  line-height: 3.33vw;
}

.heading-style-h2-2.margin-0 {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.card_testimonial-small {
  grid-column-gap: 1.78vw;
  grid-row-gap: 1.78vw;
  background-color: #d9d9d9;
  border-radius: .44vw;
  flex-flow: column;
  max-width: 18.44vw;
  padding: 1.33vw;
  display: flex;
}

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

.button-text-13.secondary {
  text-shadow: 0 1.5em #151515;
}

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

.master_tag-2 {
  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-2.is-dark {
  color: #ededed;
}

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

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

.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.secondary {
  color: #151515;
  background-color: #15151514;
}

.cta_main.secondary:hover {
  color: #151515;
}

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

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

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

.tag_mask {
  overflow: clip;
}

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

.image-wrap_column {
  border-radius: .67vw;
  width: 100%;
  height: 45vw;
  position: relative;
  overflow: hidden;
}

.image-wrap_column.image-service {
  border-radius: .44vw;
  height: 100svh;
  max-height: 60rem;
}

.content_service-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px none var(--_primitives---colors--neutral-light);
  max-width: none;
  color: var(--_primitives---colors--white);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 20px;
  padding: 0;
  display: flex;
}

.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.secondary {
  background-color: #d9d9d9;
}

.testimonial_top-tile {
  grid-column-gap: 1.33vw;
  grid-row-gap: 1.33vw;
  flex-flow: column;
  display: flex;
}

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

.headline_service-column {
  grid-column-gap: 1.33vw;
  grid-row-gap: 1.33vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.section_services {
  z-index: 1;
  background-color: var(--vaalee);
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.icon_star {
  color: #191818a3;
  flex: none;
  justify-content: center;
  align-items: center;
  width: .67vw;
  height: .67vw;
  display: flex;
}

.overlay_service-image {
  z-index: 2;
  justify-content: flex-start;
  align-items: flex-end;
  padding: .89vw;
  display: flex;
  position: absolute;
  inset: 0%;
}

.text-size-large-2 {
  letter-spacing: .014vw;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.78vw;
}

.overlay-stacking-card {
  background-image: linear-gradient(0deg, #191818a3, #0000);
  width: 100%;
  height: 40%;
  position: absolute;
  inset: auto 0% 0%;
}

.headline-stacking-cards {
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 680px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

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

.section-30.home-c-stackable-section {
  padding-top: 7rem;
  padding-bottom: 200px;
}

.stacking-card {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 70vh;
  padding: 32px;
  display: flex;
  position: sticky;
  top: 120px;
  overflow: hidden;
}

.stacking-card._3 {
  margin-bottom: -80px;
  top: 240px;
}

.stacking-card._1 {
  background-image: url('../images/myyjat.webp');
  background-size: cover;
  margin-bottom: 24px;
}

.stacking-card._2 {
  background-image: url('../images/Gemini_Generated_Image_hsn8t5hsn8t5hsn8.webp');
  margin-bottom: -40px;
  top: 180px;
}

.stacking-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1144px;
  height: 240vh;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.text-h4-2._22 {
  font-weight: 500;
}

.stacking-card-text-tile {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #f7f7f2e0;
  background-color: #1e1c1b52;
  border-radius: 8px;
  flex-flow: column;
  max-width: 50%;
  padding: 24px;
  display: flex;
  position: relative;
  box-shadow: 0 -1px #000, 0 1px #000;
}

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

.about-c-right-content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.headline-about-c-about {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border: 1px none var(--_primitives---colors--neutral-lighter);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  max-width: none;
  color: var(--_primitives---colors--white);
  border-radius: 0;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  padding: 0;
  display: flex;
}

.about-c-about-halves {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
}

.about-c-about-image {
  border-radius: 20px;
  width: 100%;
  height: 512px;
  overflow: hidden;
}

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

.section-31 {
  z-index: 2;
  color: #1f1915;
  background-color: #f0eee9;
  padding-top: 7rem;
  padding-bottom: 80px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  position: relative;
}

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

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

.about-c-story-content {
  z-index: 2;
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-c-image-overlay {
  background-color: #1f191596;
  position: absolute;
  inset: 0%;
}

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

.about-c-absolute-image {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.text-h3-5 {
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 100%;
}

.about-c-story-master {
  color: #fffdf6;
  border-radius: 20px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section-32 {
  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;
}

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

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

.div-block-10 {
  justify-content: center;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 3rem;
  display: flex;
}

.section_header36 {
  color: #242424;
  background-color: #fff;
}

.pulse-bg {
  filter: blur(2px);
  background-color: #00ff73;
  border-radius: 99px;
  width: 14px;
  height: 14px;
}

.pulse-bg.is-red {
  background-color: #ff3e2b;
}

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

.heading-style-h1-4.text-color-black {
  color: #242424;
}

.heading-style-h1-4.text-color-black.text-weight-medium {
  letter-spacing: 0;
  font-weight: 500;
}

.header36_image-wrapper {
  overflow: hidden;
}

.image-9 {
  filter: invert();
  width: 1.5rem;
  height: 1.5rem;
  transform: rotate(0);
}

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

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: none;
}

.text-size-medium-2 {
  color: #fff;
  font-size: 1.125rem;
}

.text-size-medium-2.text-color-black {
  color: #242424;
}

.div-block-12 {
  margin-left: 2rem;
}

.pulse-dot {
  background-color: #00ff73;
  border-radius: 100px;
  width: 10px;
  height: 10px;
  position: absolute;
}

.button-3 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #fff;
  text-align: center;
  background-color: #ff3e2b;
  border: 1px solid #ff3e2b;
  border-radius: 100px;
  padding: .75rem 1.5rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.button-3:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  background-color: #c52e1f;
  border-color: #c52e1f;
}

.header36_content {
  max-width: 37rem;
  margin-left: 4vw;
  margin-right: 4rem;
}

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  padding-top: 7rem;
  display: grid;
}

.pulse-wrap {
  border-radius: 100px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  display: flex;
  position: relative;
}

.pulse-wrap._33 {
  margin-top: 18px;
}

.faq-block {
  margin-top: 2rem;
}

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

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  max-width: 37.78vw;
  display: flex;
  overflow: hidden;
}

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

.heading-style-h3-2 {
  letter-spacing: -.08vw;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.67vw;
  font-weight: 500;
  line-height: 2.89vw;
}

.faq-paragraph {
  color: #151515;
  letter-spacing: .014vw;
  margin-bottom: 0;
  padding-top: 1.78vw;
  font-size: 1.11vw;
  font-weight: 400;
  line-height: 1.78vw;
}

.faq-paragraph.is-dark {
  color: #ededed;
}

.expandable-single {
  color: #ededed;
  cursor: pointer;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.faq_vertical {
  background-color: #151515;
  border-radius: 1px;
  width: .056vw;
  height: 1.33vw;
  position: absolute;
}

.faq_vertical.small {
  height: .67vw;
}

.faq_vertical.small.is-dark {
  background-color: #ededed;
}

.section_values-a {
  background-color: var(--blackk);
  color: #ededed;
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

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

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

.values_halves._2 {
  grid-template-columns: 1fr 1.25fr;
}

.headline_values-a {
  grid-column-gap: 1.33vw;
  grid-row-gap: 1.33vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 37.78vw;
  margin-bottom: 6.67vw;
  display: flex;
  overflow: hidden;
}

.faq_animated-box {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 2.44vw;
  height: 2.44vw;
  display: flex;
}

.faq_animated-box.small {
  background-color: #ededed14;
  border-radius: .44vw;
  width: 1.56vw;
  height: 1.56vw;
}

.expandable-top {
  grid-column-gap: 1.33vw;
  grid-row-gap: 1.33vw;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.divider_section {
  background-color: #1515157a;
  flex: none;
  width: 100%;
  height: 1px;
  margin-right: auto;
}

.divider_section.faint {
  background-color: #15151529;
}

.divider_section.faint.is-dark {
  background-color: #ededed29;
}

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

.faq_horizontal {
  background-color: #151515;
  border-radius: 1px;
  width: 1.33vw;
  height: .056vw;
}

.faq_horizontal.small {
  width: .67vw;
}

.faq_horizontal.small.is-dark {
  background-color: #ededed;
}

.image-wrap_values {
  border-radius: .44vw;
  width: 100%;
  height: auto;
  min-height: 50rem;
  overflow: hidden;
}

.text-block-3 {
  margin-top: 20px;
}

.headline-cta-a {
  max-width: 680px;
  margin-bottom: 64px;
}

.headline-cta-a.align-center {
  text-align: center;
}

.button-bg-7 {
  background-color: #000;
  border: 1px solid #f6f3f014;
  border-radius: 32px;
  transition: background-color .3s;
  position: absolute;
  inset: 0%;
}

.button-bg-7:hover {
  background-color: #000000e0;
  border-color: #f6f3f014;
}

.button-bg-7.dark-mode {
  background-color: #f6f3f0;
  border-radius: 8px;
}

.button-bg-7.dark-mode:hover {
  background-color: #f6f3f0e0;
}

.heading-card-cta-a {
  max-width: 332px;
}

.heading-card-cta-a._2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  display: flex;
}

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

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

.button-text-14.dark-mode {
  text-shadow: 0 1.5em #000;
}

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

.text-h2-6 {
  letter-spacing: -2px;
  font-size: 48px;
  font-weight: 600;
  line-height: 48px;
}

.text-h2-6.no-margins {
  font-weight: 400;
}

.icon-cta-a {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cta-main-11 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f6f3f0;
  letter-spacing: .25px;
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 32px;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
  position: relative;
}

.cta-main-11:hover {
  color: #f6f3f0;
}

.cta-main-11.dark-mode {
  color: #000;
}

.cta-a-card-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 400px;
  display: flex;
}

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

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

.card-cta-a {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  color: #000000e0;
  background-color: #fff;
  border-radius: 24px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 480px;
  padding: 32px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-cta-a.first {
  color: #f6f3f0e0;
  background-color: #1a1a1a;
  background-image: linear-gradient(#0009, #0009), url('../images/myyjat.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 3rem;
}

.card-cta-a.first._2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: radial-gradient(circle, #2ad87f33, #fff0);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 550px;
  padding: 1rem;
  display: grid;
}

.card-cta-a.second {
  z-index: 1;
  color: #f6f3f0e0;
  background-color: #1a1a1a;
  background-image: linear-gradient(#0009, #0009), url('../images/Gemini_Generated_Image_hsn8t5hsn8t5hsn8.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  padding: 3rem;
}

.card-cta-a.second._2 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: radial-gradient(circle, #2ad87f33, #fff0);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1.25fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center stretch;
  height: 550px;
  padding: 1rem;
  display: grid;
}

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

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

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

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

.cta-a-bottom-text {
  margin-top: 64px;
}

.section-33 {
  z-index: 2;
  color: #000000e0;
  background-color: #f6f3f0;
  padding-top: 80px;
  padding-bottom: 80px;
  position: relative;
  overflow: clip;
}

.section-33.cta-a-section {
  background-color: var(--vaalee);
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.section-33.cta-a-section.hidden {
  display: none;
}

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

.text-h4-3.no-margins {
  color: var(--_primitives---colors--white);
  font-weight: 500;
}

.div-block-13 {
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
  display: flex;
}

.body-tiny {
  font-size: 16px;
  font-weight: 500;
  line-height: 112%;
}

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

.text-style-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 500;
  line-height: 122%;
}

.image-occasions {
  width: 100%;
}

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

.section-34 {
  background-color: var(--blackk);
  color: #e6e0c6;
  padding-top: 70px;
  padding-bottom: 70px;
  font-size: 20px;
  font-weight: 500;
  line-height: 110%;
}

.top-text {
  color: #e6e0c6cc;
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  line-height: 110%;
}

.divider-top-text {
  transform-origin: 0%;
  background-color: #e6e0c6;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

.column-occasions {
  position: relative;
}

.column-occasions.third-column {
  padding-top: 100vh;
}

.column-occasions.ssecond-column {
  padding-top: 50vh;
}

.master-top-text {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.master-top-text.mg-bottom-80 {
  margin-bottom: 80px;
}

.tile-occasions {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-right: 1px solid #e6e0c64d;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 44px;
  display: flex;
  position: sticky;
  top: 30vh;
}

.grid-scroll-occasions {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.about-a-features-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

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

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

.feature-card-image-wrap {
  border-radius: 16px;
  width: 100%;
  height: 240px;
  overflow: hidden;
}

.heading-line-about-cards {
  background-color: #fff9;
  width: 142px;
  height: 4px;
}

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

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

.headline-about-a-cards {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  max-width: 560px;
  margin-bottom: 80px;
  display: flex;
}

.section-35 {
  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-35.about-a-features-section {
  background-color: var(--blackk);
  color: #fff;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

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

.about-features-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff29;
  border-radius: 16px;
  flex-flow: column;
  padding: 16px 16px 32px;
  display: flex;
}

.circle-about-cards {
  pointer-events: none;
  border: 1px dashed #fff9;
  border-radius: 100vw;
  width: 1024px;
  height: 1024px;
  position: absolute;
  top: -400px;
  right: -400px;
}

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

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

.column-2 {
  display: flex;
}

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

.label-13 {
  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-left-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.section-36 {
  background-color: var(--blackk);
  padding-top: 7rem;
  padding-bottom: 7rem;
  position: relative;
}

.section-36._2 {
  background-color: var(--vaalee);
  color: var(--_primitives---colors--neutral-darkest);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.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-3 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.column-content-wrap-2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 528px;
  height: 100%;
  display: flex;
}

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

.text-h2-7.no-margins {
  letter-spacing: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

.text-h2-7.no-margins.text-align-left {
  text-align: left;
}

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

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

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

.column-image-wrap-3.image {
  background-image: url('../images/myynti.webp');
  background-position: 50%;
  background-size: cover;
  height: 500px;
}

.column-image-wrap-3.blue {
  background-image: url('../images/myyntikuva.webp');
  background-position: 50%;
  background-size: cover;
  height: 400px;
}

.column-image-wrap-3.blue._2 {
  background-image: url('../images/Gemini_Generated_Image_hsn8t5hsn8t5hsn8.webp');
}

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

.text-big-6.serif {
  color: #c7c7c7;
  font-weight: 400;
}

.text-big-6.serif._2 {
  color: #505050;
}

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

.section-divider-2._2 {
  border-bottom-color: #00000042;
}

.section-divider-2._2._5 {
  margin-bottom: 5rem;
}

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

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

.founder {
  object-fit: cover;
  border-radius: 18px;
  width: 100%;
  height: 100%;
}

.spaceblock {
  background-color: var(--blackk);
  height: 5rem;
}

.image-10 {
  border-radius: 0;
  width: 1.3rem;
  height: 1.3rem;
}

.div-block-14 {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  display: flex;
}

.headline {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 700px;
  display: flex;
}

.pp-hero {
  background-color: var(--blackk);
  color: #f2f0eb;
  padding: 10rem 0 4rem;
  position: relative;
  overflow: hidden;
}

.pp-container {
  width: min(1200px, 92vw);
  margin-inline: auto;
}

.pp-hero__inner {
  z-index: 1;
  max-width: 760px;
  position: relative;
}

.pp-label {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #10b981;
  letter-spacing: .12em;
  text-transform: uppercase;
  align-items: center;
  margin-bottom: 1.2rem;
  font-size: .78rem;
  font-weight: 600;
  display: inline-flex;
}

.pp-meta {
  color: #7a8c84;
  font-size: .88rem;
}

.pp-content {
  background-color: var(--blackk);
  color: #f2f0eb;
  padding: 7rem 0;
}

.pp-wrap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  max-width: 820px;
  margin: 0 auto;
  display: flex;
}

.pp-info {
  background-color: #1a2620;
  border: 1px solid #ffffff12;
  border-radius: 14px;
  margin: 2rem 0;
  padding: 1.6rem 1.8rem;
}

.pp-info.inline-div-0 {
  margin-top: 3rem;
}

.pp-toc {
  background-color: #1a2620;
  border: 1px solid #ffffff12;
  border-radius: 14px;
  margin-bottom: 3rem;
  padding: 1.6rem 1.8rem;
}

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

.div-block-15 {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  margin-bottom: 2rem;
  margin-right: 2rem;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
}

.italic-text-5 {
  color: var(--color-scheme-1--green);
}

.div-block-16 {
  margin: 0;
  position: static;
  inset: 0% auto auto 0%;
}

.card-features-14 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  border: 1px solid var(--_primitives---opacity--neutral-darkest-20);
  background-color: #fff;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  min-height: auto;
  padding: 24px;
  display: flex;
}

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

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

.text-h5-2 {
  letter-spacing: -1px;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 114%;
}

.icon-feature-large {
  width: 48px;
  height: 48px;
  color: var(--color-scheme-1--green);
  justify-content: center;
  align-items: center;
  display: flex;
}

.icon-wrap-feature-accent {
  background-color: var(--blackk);
  background-image: radial-gradient(circle, #2ad87f33, #fff0);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 65px;
  height: 65px;
  display: flex;
}

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

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

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

.section-37.paddings-big {
  background-color: var(--vaalee);
  padding-top: 9rem;
  padding-bottom: 2rem;
}

.section-37.paddings-big._2 {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.text-large-9.text-dark-64._2 {
  color: #000000bf;
  font-size: 1.1rem;
}

.dt-top-feature-14 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.dt-bottom-feature-14 {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

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

.dt-h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.8em;
  font-weight: 300;
  line-height: 130%;
}

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

.dt-tile-featrue-14 {
  grid-column-gap: 160px;
  grid-row-gap: 160px;
  background-color: #171717;
  flex-direction: column;
  align-items: flex-start;
  padding: 32px;
  display: flex;
}

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

.dt-heading-center.dt-mg-bottom-64 {
  margin-bottom: 64px;
}

.dt-tags-list-feature-14 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  align-items: flex-start;
  display: flex;
}

.dt-tag-general {
  color: #fbfbfb;
  border: 1px solid #eee;
  border-radius: 60px;
  justify-content: center;
  align-items: center;
  height: 32px;
  padding-left: 16px;
  padding-right: 16px;
  font-size: .8em;
  font-weight: 400;
  text-decoration: none;
  display: flex;
}

.dt-h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.6em;
  font-weight: 200;
  line-height: 130%;
}

.dt-section {
  color: #fbfbfb;
  background-color: #0b0b0b;
  padding-top: 80px;
  padding-bottom: 80px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 20px;
  font-weight: 300;
  line-height: 130%;
}

.dt-icon-feature-8 {
  height: 24px;
}

.dt-grid-feature-14 {
  grid-column-gap: 24px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.h3-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 400;
  line-height: 120%;
}

.cta-dark {
  color: #ecf6f2;
  background-color: #1b3233;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 32px;
  padding-right: 32px;
  font-weight: 400;
  transition: background-color .2s;
  display: flex;
}

.cta-dark:hover {
  background-color: #223e3f;
}

.tile-circle-process {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: center;
  max-width: 341px;
  display: flex;
}

.master-process-circles {
  position: relative;
}

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

.center-heading.mg-bottom-80 {
  margin-bottom: 80px;
}

.flex-cta-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.flex-cta-center.mg-top-64 {
  margin-top: 64px;
}

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

.paragraph-big {
  font-size: 22px;
  line-height: 135%;
}

.h2-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 125%;
}

.section-38 {
  color: #1b3233;
  background-color: #ecf6f2;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-38.light-two {
  background-color: var(--vaalee);
  color: var(--_primitives---colors--neutral-darker);
  padding-top: 7rem;
  padding-bottom: 7rem;
}

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

.circle-number {
  z-index: 5;
  color: #ceead5;
  background-color: #1b3233;
  border: 1px solid #fcf7ed;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  font-size: 32px;
  font-weight: 700;
  display: flex;
  position: relative;
}

.grid-process-thirds {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.line-process-circles {
  background-color: #1b3233;
  width: 70%;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 39px 0% auto;
}

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

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

.button-4.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-4.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

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

.text-style-tagline.text-color-white {
  color: var(--_primitives---colors--white);
}

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

.layout422_overlay {
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout422_image-wrapper {
  background-image: radial-gradient(circle at 100% 0, #10b9811a, #fff0 55%);
  border: 1px #10b9814d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  min-height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

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

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

.layout422_hover-content {
  display: none;
}

.component-instructions-delete {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  padding: 2rem;
  position: relative;
}

.component-instructions-image {
  margin-top: 1.5rem;
}

.component-instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

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

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

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

.layout422_card-content-bottom {
  border-top: 1px none var(--_primitives---opacity--white-20);
  flex-direction: column;
  align-items: flex-start;
  margin-top: 5px;
  padding-top: 0;
  display: flex;
}

.layout422_card-content {
  flex-direction: column;
  justify-content: flex-end;
  max-width: none;
  position: relative;
}

.layout422_card {
  border-radius: var(--_ui-styles---radius--large);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  width: 50%;
  height: 100%;
  min-height: 70vh;
  padding: 3rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout422_card.text-color-white {
  background-color: #1a2620;
  border: 1px solid #10b9814d;
  justify-content: flex-end;
  align-items: flex-start;
  min-height: 17rem;
}

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

.layout422_row {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.paragraph {
  color: var(--_primitives---colors--neutral-lightest);
  margin-top: 10px;
}

.paragraph-2, .paragraph-3, .paragraph-4 {
  color: var(--_primitives---colors--neutral-lighter);
}

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

  .image-cover.parallax._3 {
    object-position: 50% 0%;
    border-radius: 8px;
    width: 100%;
    height: 100%;
    transform: none;
  }

  .main-container._3 {
    padding-left: 0;
    padding-right: 0;
  }

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

  .button-book.nohover {
    background-color: #0006;
    border-color: #7e7e7e;
  }

  .button-book._2 {
    margin-top: 20px;
  }

  .nav-menu-outer {
    background-color: #e9e1d9;
    border-bottom-right-radius: 24px;
    border-bottom-left-radius: 24px;
  }

  .button-text-mask-2.nav-button-mask {
    height: 48px;
  }

  .navbar {
    border-radius: 24px 24px 20px 20px;
    width: 100%;
    padding-left: 12px;
  }

  .nav-button-bg {
    display: none;
  }

  .nav-button-bg.side-button-bg {
    display: flex;
  }

  .nav-menu-inner {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px 32px 32px;
  }

  .icon-menu {
    width: 16px;
    height: 16px;
  }

  .left-nav {
    z-index: 2;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
  }

  .button-text-2.nav-link-text {
    text-shadow: 0 1.5em #594a3c;
  }

  .menu-button-inner {
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .menu-button-inner.close {
    display: none;
  }

  .nav-bg {
    height: 100vh;
    margin-top: -16px;
  }

  .nav-menu {
    z-index: 0;
    background-color: #0000;
    overflow: visible;
  }

  .menu-button {
    background-color: #f3eee952;
    border: 1px solid #594a3c52;
    border-radius: 100vw;
    flex: none;
    justify-content: center;
    align-items: center;
    width: 32px;
    height: 32px;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    background-color: #0000;
  }

  .nav-button.nav-link {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #594a3c;
    letter-spacing: -1px;
    text-transform: none;
    justify-content: flex-start;
    align-items: center;
    padding: 0;
    font-size: 40px;
    font-weight: 300;
    line-height: 48px;
    text-decoration: none;
  }

  .nav-button.nav-link:hover {
    color: #594a3c;
  }

  .button-text-mask-3.nav-button-mask {
    height: 48px;
  }

  .menu-button-inner-2 {
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    display: flex;
  }

  .menu-button-inner-2.close {
    display: none;
  }

  .menu-button-2 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    color: #f6f3ec;
    background-color: #212122;
    border: 1px solid #f6f3ec29;
    border-radius: 8px;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 8px;
    display: flex;
    box-shadow: 0 -1px #f6f3ec29, 0 1px #f6f3ec14;
  }

  .menu-button-2.w--open {
    background-color: #212122;
  }

  .nav-mobile-ss {
    width: 100%;
  }

  .nav-link {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #07070814;
    border: 1px solid #07070814;
    box-shadow: inset 0 1px #07070829, inset 0 -1px #07070814;
  }

  .divider-nav {
    display: none;
  }

  .wrap-mobile-menu {
    color: #f6f3ece0;
    background-color: #121212;
    border: 1px solid #f6f3ec29;
    border-radius: 8px;
    width: 100%;
    padding: 16px 32px;
    display: flex;
  }

  .icon-menu-2 {
    flex: none;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    display: flex;
  }

  .left-nav-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    box-shadow: none;
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #0000;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .nav-menu-2 {
    background-color: #0000;
    height: 88vh;
    padding-top: 8px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: auto;
  }

  .nav-mobile-top {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #121212cc;
    border: 1px solid #0a0a0b14;
    border-radius: 8px;
    padding: 8px 8px 8px 16px;
    box-shadow: 0 1px #f6f3ec14, 0 -1px #f6f3ec29;
  }

  .nav-menu-inner-2 {
    -webkit-backdrop-filter: blur(8px);
    backdrop-filter: blur(8px);
    background-color: #121212cc;
    border-radius: 8px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    padding: 24px 8px;
    display: none;
    box-shadow: 0 -1px #f6f3ec29, 0 1px #f6f3ec14;
  }

  .overlay-nav-cms-item {
    text-align: left;
    background-image: linear-gradient(0deg, #0a0a0ba3, #0000);
  }

  .dropdown-toggle-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .menu-button-3 {
    background-color: var(--vaalee);
    border: 1px solid #afafaf;
    border-radius: 50px;
    width: 48px;
    height: 48px;
    margin-left: 0;
    padding: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--_primitives---colors--neutral-light);
  }

  .wrap-menu-button {
    grid-row-gap: 7px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .link-nav {
    padding-top: 20px;
    padding-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    display: block;
  }

  .link-nav.w--current {
    font-weight: 400;
  }

  .link-dropdown {
    text-align: center;
    font-size: 18px;
  }

  .dropdown-list-2.w--open {
    position: static;
  }

  .line-menu {
    background-color: #fcfcfc;
    border-radius: 4px;
    width: 32px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line {
    background-color: var(--_primitives---colors--neutral-darkest);
    width: 20px;
  }

  .line-menu.first-line {
    background-color: var(--_primitives---colors--neutral-darkest);
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dropdown-2 {
    font-size: 22px;
    display: block;
  }

  .navbar-3 {
    border-bottom-style: none;
    border-bottom-color: #a7a7a71f;
    height: 88px;
    position: fixed;
  }

  .right-navbar {
    -webkit-backdrop-filter: none;
    backdrop-filter: none;
    background-color: #24232300;
    border-style: none;
    border-radius: 0;
    padding: 0;
  }

  .nav-menu-3 {
    background-color: var(--_primitives---opacity--neutral-darkest-40);
    -webkit-backdrop-filter: blur(13px);
    backdrop-filter: blur(13px);
    border: 1px solid #2123314d;
    border-radius: 12px;
    flex-direction: column;
    width: 60%;
    max-width: 440px;
    max-height: 90vh;
    margin-top: 12px;
    margin-left: auto;
    margin-right: 17px;
    padding: 24px 40px 32px;
    font-weight: 400;
    overflow: scroll;
  }

  .header5_background-image._2 {
    object-position: 30% 50%;
  }

  .image-overlay-layer {
    background-color: #0003;
  }

  .navbar2_dropdwn-toggle {
    align-items: center;
    margin-left: 0;
    margin-right: 0;
    padding: .75rem 2rem .75rem 0;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navbar2_menu-button {
    padding: 0;
  }

  .navbar2_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

  .navbar2_dropdown-list {
    position: static;
    overflow: hidden;
  }

  .navbar2_dropdown-list.w--open {
    border-style: none;
    padding: 0;
    position: static;
  }

  .menu-icon2_line-top {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .dropdown-chevron {
    inset: auto 0% auto auto;
  }

  .navbar2_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_menu-dropdown {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    font-size: 1.125rem;
    display: flex;
  }

  .navbar2_link {
    text-align: center;
    padding: .75rem 0;
    font-size: 1.125rem;
  }

  .navbar2_menu {
    border-bottom: 1px solid var(--color-scheme-1--border);
    background-color: var(--color-scheme-1--background);
    -webkit-text-fill-color: inherit;
    background-clip: border-box;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar2_menu.is-page-height-tablet {
    height: 100dvh;
    padding-bottom: 6.5rem;
    transition: height .5s;
  }

  .navbar2_button-wrapper {
    align-items: center;
  }

  .menu-icon2_line-middle {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .navbar2_dropdown-link {
    text-align: center;
    width: auto;
    padding: .75rem 0;
    font-size: 16px;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .cta-content-block {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .cta-block-image {
    height: 450px;
    min-height: auto;
  }

  .cta-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-3.value-features-1-top {
    padding-top: 2rem;
  }

  .section-3.home-a-logo-section {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .expandable-halves {
    flex-flow: column;
  }

  .card-expandable {
    height: 550px;
  }

  .card-service-expandable {
    height: 480px;
  }

  .overlay-hero-home-b {
    height: 65%;
  }

  .content-home-b {
    flex-flow: wrap;
  }

  .label-8 {
    font-size: .9rem;
  }

  .label-8.text-dark-64 {
    font-size: 1rem;
  }

  .section-19.paddings-big {
    padding-bottom: 6rem;
  }

  .text-field-5 {
    height: 5.714vw;
    font-size: .9rem;
  }

  .contact-c-image {
    height: 600px;
    margin-bottom: 0;
  }

  .contact-halves {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .text-big-4 {
    font-size: 1.4rem;
  }

  .contact-submit-wrap {
    margin-top: 10px;
  }

  .headline-contact-c-2._2 {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .cta-main-5 {
    padding: 1.143vw 2.286vw;
    font-size: 1rem;
  }

  .form-contact-3 {
    width: 100%;
    max-width: none;
    padding: 3rem;
  }

  .contact-form-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

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

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

  .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 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    align-items: end;
    margin-bottom: 120px;
  }

  .footer-bottom-tile {
    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;
  }

  .grid-footer-links {
    grid-column-gap: 24px;
  }

  .flex-second-footer {
    grid-column-gap: 40px;
  }

  .hero-content-wrapper.herossa {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .header139_lightbox {
    justify-content: center;
    align-items: center;
    max-width: none;
    min-height: auto;
    padding: 2rem;
    position: static;
  }

  .section-22.features-8 {
    padding-top: 0;
  }

  .column-image-wrap {
    height: 500px;
  }

  .column.text-top {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

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

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

  .features-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .image-wrap-timeline {
    height: 362px;
  }

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

  .label-small-9 {
    font-size: 10px;
  }

  .main-container-13 {
    max-width: none;
  }

  .timeline-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-24 {
    padding-top: 64px;
    padding-bottom: 20px;
  }

  .hide-5 {
    padding-bottom: 0;
  }

  .text-h2 {
    font-size: 48px;
  }

  .div-block-6 {
    flex-flow: column;
  }

  .column-image-wrap-2 {
    height: 500px;
  }

  .text-big-5 {
    font-size: 1.1rem;
  }

  .heading-about-c-value {
    max-width: none;
  }

  .section-26._2 {
    padding-top: 6rem;
  }

  .about-c-value-halves {
    grid-template-columns: 1fr;
  }

  .about-c-value-image {
    height: 40rem;
  }

  .hide-2 {
    justify-content: center;
    align-items: center;
  }

  .text-h2-2.no-margins {
    font-size: 3rem;
  }

  .hide-6 {
    justify-content: center;
    align-items: center;
  }

  .main-container-28 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-27._2 {
    padding-top: 6rem;
  }

  .section-27._2._3, .section-27._2._4 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .feature-halves {
    grid-template-columns: 1fr;
  }

  .section-28 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h2-3 {
    font-size: 64px;
  }

  .features-master {
    padding: 80px 24px;
  }

  .features-image {
    height: 400px;
  }

  .why-revona__heading {
    font-size: 44px;
  }

  .headline-main-features {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 456px;
  }

  .main-features-image {
    border-radius: 16px;
    width: 100%;
    height: 400px;
    position: static;
  }

  .section-29.features-6 {
    min-height: auto;
  }

  .main-features-right {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    max-width: none;
  }

  .main-features-halves {
    grid-template-columns: 1fr;
  }

  .container-large-5 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .column_halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .main-container-30 {
    max-width: none;
  }

  .stacking-card {
    height: 500px;
  }

  .stacking-list {
    height: 1800px;
  }

  .about-c-about-halves {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .about-c-about-image {
    height: 400px;
  }

  .about-c-story-master {
    height: auto;
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .div-block-10 {
    justify-content: center;
    align-items: center;
    margin-left: 0;
    padding-top: 6rem;
    padding-bottom: 0;
    padding-left: 0%;
  }

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

  .div-block-11 {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .header36_image {
    height: auto;
    max-height: none;
  }

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

  .header36_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .pulse-wrap {
    margin-top: 20px;
  }

  .section_values-a {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .image-wrap_values {
    height: 500px;
    min-height: auto;
  }

  .card-cta-a.first {
    padding: 2rem;
  }

  .card-cta-a.first._2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .card-cta-a.second {
    padding: 2rem;
  }

  .cta-a-card-bottom-tile {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

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

  .text-style-h3 {
    font-size: 26px;
  }

  .about-a-features-grid {
    grid-template-columns: 1fr 1fr;
  }

  .text-h1-3 {
    font-size: 64px;
  }

  .headline-about-a-cards {
    margin-bottom: 48px;
  }

  .section-35 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-35.about-a-features-section {
    padding-top: 6rem;
    padding-bottom: 0;
  }

  .circle-about-cards {
    width: 640px;
    height: 640px;
  }

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

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

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

  .text-h2-7 {
    font-size: 48px;
  }

  .column-image-wrap-3 {
    height: 500px;
  }

  .column-image-wrap-3.blue {
    background-position: 75%;
  }

  .text-big-6.serif {
    font-size: 16px;
  }

  .pp-hero {
    padding-top: 8rem;
  }

  .pp-content {
    padding-top: 4rem;
  }

  .features-14-grid {
    grid-template-columns: 1fr;
  }

  .headline-section {
    margin-bottom: 40px;
  }

  .section-37.paddings-big {
    padding-top: 6rem;
  }

  .section-37.paddings-big._2 {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .dt-h3 {
    font-size: 1.6em;
  }

  .dt-h2 {
    font-size: 2.4em;
  }

  .dt-grid-feature-14 {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 560px;
    margin-left: auto;
    margin-right: auto;
  }

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

  .circle-number {
    width: 64px;
    height: 64px;
    font-size: 24px;
  }

  .line-process-circles {
    top: 30px;
  }

  .layout422_image {
    object-fit: cover;
  }

  .layout422_card-content-bottom {
    margin-top: 0;
  }

  .layout422_card {
    padding: 2rem;
  }

  .layout422_card.text-color-white {
    justify-content: flex-start;
    align-items: flex-start;
    min-height: auto;
  }

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

  .paragraph-2, .paragraph-3, .paragraph-4 {
    color: var(--_primitives---colors--neutral-lightest);
  }
}

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

  .widget-lines_bottom-tile {
    padding: .75rem;
  }

  .svg_shadow {
    background-image: linear-gradient(90deg, #231f23, #f7f6f500);
  }

  .svg_shadow.reverse {
    background-image: linear-gradient(90deg, #231f23, #231f23);
  }

  .section_hero-product-c {
    padding-top: 10rem;
    padding-bottom: 5rem;
  }

  .widget-lines_top-tile {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
    color: #f7f6f5;
    background-color: #231f23;
    border-radius: .75rem;
    padding: .75rem;
  }

  .label-small {
    letter-spacing: .5px;
    font-size: .5rem;
    line-height: .625rem;
  }

  .widget-lines_info {
    grid-column-gap: .75rem;
    grid-row-gap: .5rem;
  }

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

  .heading_product-b {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
  }

  .customer-avatar.only-product-c {
    ---mode--collection-a49bdcac-9684-253e-f2a5-ec790ca24346: base;
    border-width: .1rem;
  }

  .icon_button {
    width: 12px;
    height: 1rem;
  }

  .icon_button.right {
    margin-left: .5rem;
  }

  .icon_button.left {
    margin-right: .5rem;
  }

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

  .headline_product-c {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    max-width: 42.5rem;
    margin-bottom: 3.5rem;
  }

  .widget-lines_info-tile {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .icon-wrap_tag {
    border-radius: .25rem;
    padding: .5rem;
  }

  .label-large {
    letter-spacing: .5px;
    font-size: .625rem;
    line-height: .75rem;
  }

  .wrap_hero-product-c {
    margin-bottom: 3.5rem;
  }

  .cta_primary {
    letter-spacing: 0;
    border-radius: .5rem;
    font-size: .875rem;
    line-height: 1.25rem;
  }

  .widget_outer {
    border-radius: 1rem;
    padding-top: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .icon-wrap_button.right {
    margin-right: 0;
  }

  .subtext_4-columns {
    max-width: 28rem;
  }

  .button-inner {
    padding: .5rem .75rem;
  }

  .btn-bg {
    border-radius: .5rem;
  }

  .button_text-mask {
    height: 1.25rem;
  }

  .cta_bg.product-c {
    height: 20rem;
    top: -4.4rem;
  }

  .heading-style-h1-2 {
    letter-spacing: -.062rem;
    font-size: 3rem;
    line-height: 3.25rem;
  }

  .master_product-c {
    max-width: 71.5rem;
  }

  .icon_tag {
    width: .75rem;
    height: .75rem;
  }

  .widget-lines_lines {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .headline-service-c {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 912px;
  }

  .icon-button {
    width: 12px;
  }

  .button-circle {
    width: 8px;
    height: 8px;
  }

  .text-h1 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 1.1;
  }

  .button-text-mask {
    height: 20px;
  }

  .button-book-circle-outer {
    z-index: 1;
  }

  .video-service-c {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .book-button-avatar {
    width: 25px;
    height: 20px;
    box-shadow: none;
    display: flex;
  }

  .button-wrap-hero {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .main-container._3 {
    padding-left: 0;
    padding-right: 0;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.hero-service-c-section {
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.hero-contact-c-section {
    padding-top: 120px;
    padding-bottom: 80px;
  }

  .button-text {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .button-book {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
  }

  .heading-service-c {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .cta-main {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .button-icon-wrap {
    width: 12px;
    height: 12px;
  }

  .navbar {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
    padding: 10px;
  }

  .left-nav {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .nav-bg {
    margin-top: -8px;
  }

  .brand-nav {
    width: 70.5px;
    padding-left: 0;
  }

  .master-navigation {
    top: 8px;
  }

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

  .contact-form-top-tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .form-contact-merged {
    border-bottom: 1px solid #f6f3ec29;
    border-right-style: none;
    padding: 24px;
  }

  .text-large {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .text-large.text-body-bold {
    font-size: 20px;
  }

  .checkbox {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-circle-2 {
    width: 8px;
    height: 8px;
  }

  .text-wrap-contact-c-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .label-large-2 {
    letter-spacing: .75px;
    font-size: 10px;
    line-height: 12px;
  }

  .label-large-2.input-label {
    font-size: 12px;
  }

  .master-contact {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    border-radius: 8px;
    grid-template-columns: 1fr;
    max-width: 1144px;
  }

  .card-contact-c {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    padding: 32px;
  }

  .card-contact-c.middle {
    border-style: solid none;
    border-top-width: 1px;
    border-top-color: #f6f3ec29;
    border-bottom-width: 1px;
    border-bottom-color: #f6f3ec29;
  }

  .select-field-overlay {
    padding-left: 12px;
    padding-right: 12px;
  }

  .contact-form-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .input-wrap-contact {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .checkbox-text {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .checkbox-contact {
    border-radius: 8px;
  }

  .headline-service-b-contact {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    margin-bottom: 48px;
  }

  .button-text-mask-4 {
    height: 20px;
  }

  .contact-form-input-wrap {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .text-field {
    letter-spacing: 0;
    border-radius: 8px;
    margin-bottom: 0;
    padding: 10px 12px;
    font-size: 14px;
    line-height: 20px;
  }

  .form-contact {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .book-form-top-tile {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .button-text-3 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .contact-features-merged {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

  .icon-large, .icon-select {
    width: 20px;
    height: 20px;
  }

  .text-small {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 16px;
  }

  .text-small.body-medium {
    font-size: 14px;
  }

  .mobile-nav-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-button-inner-2.open, .menu-button-inner-2.close {
    width: 20px;
    height: 20px;
  }

  .wrap-logo-text {
    padding-left: 10px;
  }

  .nav-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .master-navigation-2 {
    top: 16px;
  }

  .nav-cms-halves, .mobile-nav-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .menu-button-2 {
    padding: 8px;
  }

  .label-small-2 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .dropdown-toggle {
    padding: 0;
  }

  .master-label {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .nav-link {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: 0;
    border-radius: 8px;
    padding: 8px 10px;
    font-size: 10px;
    line-height: 16px;
  }

  .nav-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .nav-container-2 {
    max-width: 1800px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap-mobile-menu {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 12px 16px;
  }

  .left-nav-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 0;
  }

  .button-text-mask-5 {
    height: 20px;
  }

  .button-slider {
    border-radius: 8px;
    padding: 8px 10px;
  }

  .nav-column-item {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .nav-menu-2 {
    padding-top: 8px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-slider-button {
    width: 20px;
    height: 20px;
  }

  .nav-menu-inner-2 {
    padding: 16px 8px;
  }

  .link-cs-card {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .nav-dropdown-list {
    border-radius: 8px;
    max-width: 1800px;
    padding: 24px;
  }

  .overlay-nav-cms-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding: 12px;
  }

  .button-text-4 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .brand-nav-2 {
    padding-left: 0;
  }

  .logo-text {
    max-width: 80px;
  }

  .nav-column-inner {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .link-nav {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .nav-menu-3 {
    margin-right: 16px;
  }

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

  .navbar2_component {
    min-height: 4rem;
  }

  .navbar2_menu.is-page-height-tablet {
    padding-bottom: 6rem;
  }

  .features-card {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .button-icon-wrap-2 {
    width: 12px;
    height: 12px;
  }

  .icon-feature-card {
    width: 24px;
    height: 24px;
  }

  .icon-wrap-feature-card {
    width: 48px;
    height: 48px;
  }

  .icon-button-2 {
    width: 12px;
  }

  .text-large-3 {
    letter-spacing: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .icon-button-3 {
    width: 12px;
  }

  .icon-wrap-medium {
    border-radius: 8px;
    padding: 8px;
  }

  .headline-contact-c {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 912px;
    margin-bottom: 48px;
  }

  .button-text-mask-7 {
    height: 20px;
  }

  .form-block-contact {
    border-radius: 8px;
    margin-bottom: 0;
    padding: 24px;
  }

  .master-hero-contact-c {
    margin-bottom: 48px;
  }

  .contact-c-form {
    max-width: 680px;
  }

  .bg-circle {
    filter: blur(100px);
    width: 300px;
    height: 300px;
  }

  .main-container-3 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .button-text-6 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .contact-c-grid {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .button-icon-wrap-3 {
    width: 12px;
    height: 12px;
  }

  .single-logo-marquee, .wrap-marquee-logos {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .text-h6 {
    letter-spacing: -.25px;
    font-size: 20px;
    line-height: 20px;
  }

  .section-3 {
    ---mode--collection-6005b31c-6a27-aaa8-ee1e-4cb111ff5a7b: mode-7d465acc-8ee4-3286-add5-57162c08073d;
    ---mode--collection-d119a105-aa5e-3e77-89bc-5a07706ad133: mode-13ad6686-5e1a-1367-e8c5-8ba07d086a56;
    ---mode--collection-765cedf5-5696-7392-9b13-8b47032b15a2: mode-9c6efecc-99b7-ecf8-5e76-18f36c6624e9;
    ---mode--collection-7535d137-2b39-3f62-64d9-60965cf441b1: mode-1634ad81-8b48-832e-3643-74d7bca18e4c;
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-3.value-features-1-top {
    padding-top: 4rem;
  }

  .section-3.home-a-logo-section {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .eyebrow {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

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

  .master-marquees.logo-marquee {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .card-expandable {
    height: 450px;
    padding: 2rem 1rem 1rem 2rem;
  }

  .headline-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 16px;
  }

  .logo-shadow {
    width: 56px;
    height: 56px;
  }

  .label-small-4 {
    letter-spacing: .5px;
    font-size: 8px;
    line-height: 10px;
  }

  .label-small-4.light-15 {
    font-size: 10px;
  }

  .icon-link-arrow {
    width: 16px;
    height: 16px;
  }

  .expandable-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
  }

  .main-container-4 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .expandable-bottom-tile {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

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

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

  .label-small-5 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .logo-shadow-2 {
    width: 56px;
    height: 56px;
  }

  .master-marquee.logos {
    max-width: 680px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .headline-logos-home-a {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: 912px;
    margin-bottom: 48px;
  }

  .main-container-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h3 {
    letter-spacing: -.5px;
    font-size: 32px;
    line-height: 36px;
  }

  .services-expandable-halves {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .label-small-6 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .text-h5 {
    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;
  }

  .card-service-expandable {
    border-radius: 8px;
    height: 360px;
  }

  .main-container-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-5.expandable-section {
    padding-top: 0;
  }

  .master-logos {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 4rem;
  }

  .case-small-bottom-tile {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .icon-button-4 {
    width: 12px;
  }

  .content-case-small {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .label-small-7 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .headline-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .icon-case-small {
    width: 12px;
    height: 12px;
  }

  .image-wrap-case-small {
    border-radius: 8px;
  }

  .text-h1-2 {
    letter-spacing: -2px;
    font-size: 44px;
    line-height: 44px;
  }

  .button-text-mask-8 {
    height: 20px;
  }

  .card-case-small {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-radius: 8px;
    padding: 10px;
  }

  .video-home-b {
    padding-top: 120px;
    padding-bottom: 48px;
  }

  .main-container-7 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-6 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

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

  .button-text-7 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .content-home-b {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .button-book-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px 8px 8px;
  }

  .label-8 {
    font-size: .75rem;
  }

  .label-8.text-dark-64 {
    font-size: .9rem;
  }

  .contact-input-wrap {
    grid-column-gap: 1.429vw;
    grid-row-gap: 1.429vw;
  }

  .section-19.paddings-big {
    padding-bottom: 4rem;
  }

  .text-field-5 {
    height: 8.571vw;
    font-size: .9rem;
  }

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

  .contact-c-image {
    height: 550px;
    margin-bottom: 0;
  }

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

  .text-big-4 {
    font-size: 1.5rem;
  }

  .headline-contact-c-2._2 {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .heading-style-h1-3 {
    letter-spacing: -.1rem;
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .cta-main-5 {
    padding: 2vw 4vw;
    font-size: 1rem;
  }

  .form-contact-3 {
    padding: 3rem 2rem;
  }

  .contact-info-tile {
    grid-column-gap: 2.286vw;
    grid-row-gap: 2.286vw;
  }

  .contact-form-3 {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

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

  .label {
    font-size: 10px;
    line-height: 12px;
  }

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

  .main-container-21 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .text-footer-link {
    margin-top: -.05em;
  }

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

  .label-small-8 {
    font-size: 8px;
    line-height: 10px;
  }

  .footer-halves {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .left-bottom-footer {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-h4 {
    font-size: 24px;
    line-height: 24px;
  }

  .column-footer-links {
    text-align: center;
    align-items: center;
  }

  .left-top-footer {
    align-items: center;
  }

  .wrap-footer-links {
    text-align: center;
    align-items: center;
  }

  .master-contact-list-footer {
    justify-content: flex-start;
    align-items: center;
  }

  .brand-link-footer {
    height: 4rem;
  }

  .brand-link-footer.w--current {
    height: 100px;
  }

  .grid-footer-links {
    grid-row-gap: 80px;
    text-align: center;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
  }

  .divider-fade-sides.footer-top-divider {
    margin-top: 64px;
    margin-bottom: 64px;
  }

  .divider-fade-sides.footer-bottom-divider {
    margin-top: 64px;
    margin-bottom: 48px;
  }

  .flex-second-footer {
    grid-row-gap: 64px;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .top-footer {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-2 {
    padding-bottom: 40px;
  }

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

  .header139_lightbox {
    display: block;
    position: static;
    left: 5%;
    right: auto;
  }

  .header139_lightbox.hidden {
    display: none;
  }

  .div-block-5 {
    height: 40px;
  }

  .section-22.features-8 {
    padding-top: 4rem;
    padding-bottom: 5rem;
  }

  .column-image-wrap {
    height: 400px;
  }

  .column {
    flex-flow: column;
  }

  .column.text-top {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
  }

  .column-content-wrap {
    margin-bottom: 32px;
  }

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

  .column-right {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .button-icon-wrap-4 {
    width: 12px;
    height: 12px;
  }

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

  .headline-home-a-features {
    margin-bottom: 60px;
  }

  .features-thirds {
    grid-template-columns: 1fr 1fr;
  }

  .headline-home-services {
    margin-bottom: 56px;
  }

  .left-timeline {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .image-wrap-timeline {
    border-radius: 12px;
  }

  .timeline-item {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .section-16 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .label-small-9 {
    letter-spacing: .75px;
    font-size: 8px;
    line-height: 10px;
  }

  .main-container-13 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .timeline-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .headlinec-about-b-video {
    grid-template-columns: 1fr;
  }

  .text-h2 {
    font-size: 40px;
  }

  .column-image-wrap-2 {
    height: 400px;
  }

  .column-right-2 {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .icon-button-5 {
    width: 12px;
  }

  .text-big-5 {
    font-size: 1.1rem;
  }

  .heading-about-c-value {
    max-width: none;
  }

  .section-26 {
    padding-bottom: 4rem;
  }

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

  .headline-about-c-value {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .about-c-value-halves {
    grid-column-gap: 5.714vw;
    grid-row-gap: 5.714vw;
  }

  .about-c-value-image {
    height: 30rem;
  }

  .button-text-mask-9 {
    height: 20px;
  }

  .cta-main-9 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .text-h2-2 {
    font-size: 6.258vw;
  }

  .text-h2-2.no-margins {
    font-size: 2.5rem;
  }

  .button-circle-3 {
    width: 8px;
    height: 8px;
  }

  .button-text-11 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .button-text-mask-10 {
    height: 20px;
  }

  .button-text-12 {
    letter-spacing: 0;
    font-size: 12px;
    line-height: 20px;
  }

  .button-circle-4 {
    width: 8px;
    height: 8px;
  }

  .section-27 {
    padding-bottom: 4rem;
  }

  .section-27._2 {
    padding-top: 4rem;
  }

  .section-27._2._3, .section-27._2._4 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .cta-main-10 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 8px;
    padding: 8px 12px;
  }

  .icon-button-6 {
    width: 12px;
  }

  .text-h2-3 {
    font-size: 56px;
  }

  .why-revona {
    padding: 4rem 5%;
  }

  .why-revona__heading {
    margin-bottom: 40px;
    font-size: 36px;
  }

  .why-revona__grid {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  .author_image {
    border-radius: 8px;
    width: 24px;
    height: 24px;
  }

  .padding-global-5 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .wrap_icon-btn {
    padding-left: 8px;
  }

  .heading-style-h2-2 {
    letter-spacing: -1.5px;
    font-size: 40px;
    line-height: 36px;
  }

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

  .card_testimonial-small {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-radius: 8px;
    max-width: 332px;
    padding: 20px;
  }

  .master_tag-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    letter-spacing: .15px;
    padding-top: 8px;
    font-size: 14px;
    line-height: 20px;
  }

  .button_text-mask-2 {
    height: 20px;
  }

  .wrap_author {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .cta_main {
    letter-spacing: .75px;
    border-radius: 8px;
    padding: 8px 12px;
    font-size: 12px;
    line-height: 20px;
  }

  .button_icon-wrap {
    width: 12px;
    height: 12px;
  }

  .button_icon-wrap.left {
    margin-left: 0;
  }

  .wrap_stars {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

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

  .icon_button-2 {
    width: 12px;
    height: 12px;
  }

  .image-wrap_column {
    height: 360px;
  }

  .image-wrap_column.image-service {
    border-radius: 8px;
    height: 360px;
  }

  .content_service-column {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 564px;
  }

  .testimonial_top-tile {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .icon_tag-2 {
    width: 20px;
    height: 20px;
  }

  .headline_service-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .section_services {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .icon_star {
    width: 12px;
    height: 12px;
  }

  .overlay_service-image {
    padding: 12px;
  }

  .text-size-large-2 {
    letter-spacing: .15px;
    font-size: 16px;
    line-height: 24px;
  }

  .headline-stacking-cards {
    max-width: 680px;
    margin-bottom: 80px;
  }

  .text-h2-4 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 40px;
  }

  .main-container-30 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-30 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-30.home-c-stackable-section {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .stacking-card {
    border-radius: 12px;
    height: 400px;
    padding: 24px;
  }

  .stacking-card._1 {
    border-radius: 12px;
    margin-bottom: 16px;
  }

  .stacking-list {
    max-width: 1144px;
    height: 1500px;
  }

  .text-h4-2 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .stacking-card-text-tile {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding: 16px;
  }

  .about-c-about-image {
    height: 300px;
  }

  .text-h2-5 {
    font-size: 48px;
    line-height: 100%;
  }

  .about-c-story-master {
    padding-top: 80px;
  }

  .div-block-10 {
    padding-top: 5rem;
    padding-bottom: 0;
  }

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

  .heading-style-h1-4.text-color-black.text-weight-medium.center {
    text-align: center;
  }

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

  .header36_component {
    padding-top: 3rem;
    padding-bottom: 0;
  }

  .pulse-wrap {
    margin-top: 15px;
  }

  .padding-global-6 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .expandable-bottom {
    max-width: 680px;
  }

  .heading-style-h5-2 {
    letter-spacing: -.5px;
    font-size: 20px;
    line-height: 24px;
  }

  .heading-style-h3-2 {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 28px;
  }

  .faq-paragraph {
    letter-spacing: .15px;
    margin-bottom: 0;
    padding-top: 24px;
    font-size: 16px;
    line-height: 24px;
  }

  .expandable-single {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .faq_vertical {
    width: 1px;
    height: 20px;
  }

  .section_values-a {
    padding-top: 48px;
    padding-bottom: 64px;
  }

  .values_halves {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1.25fr;
  }

  .headline_values-a {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    max-width: 680px;
    margin-bottom: 80px;
  }

  .faq_animated-box {
    width: 44px;
    height: 44px;
  }

  .expandable-top {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .icon_tag-3 {
    width: 20px;
    height: 20px;
  }

  .faq_horizontal {
    width: 20px;
    height: 1px;
  }

  .image-wrap_values {
    border-radius: 8px;
    height: 300px;
  }

  .headline-cta-a {
    max-width: 680px;
    margin-bottom: 48px;
  }

  .button-bg-7 {
    border-radius: 32px;
  }

  .heading-card-cta-a {
    max-width: 332px;
  }

  .main-container-33 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .icon-button-7 {
    width: 12px;
  }

  .text-h2-6 {
    letter-spacing: -1.5px;
    font-size: 36px;
    line-height: 36px;
  }

  .icon-cta-a {
    width: 36px;
    height: 36px;
  }

  .cta-main-11 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-radius: 32px;
    padding: 8px 12px;
  }

  .cta-a-card-top-tile {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    max-width: none;
  }

  .button-text-mask-11 {
    letter-spacing: .25px;
    height: 12px;
    font-size: 12px;
    line-height: 12px;
  }

  .card-cta-a {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    border-radius: 20px;
    height: auto;
    padding: 24px;
  }

  .card-cta-a.first._2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1.25fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: flex-start;
    height: 100%;
    padding: 1.5rem 1.5rem 2rem;
    display: flex;
  }

  .card-cta-a.second._2 {
    flex-flow: column;
    grid-template-columns: 1.25fr;
    height: auto;
    padding: 1.5rem 1.5rem 2rem;
    display: flex;
  }

  .button-icon-wrap-5 {
    width: 12px;
    height: 12px;
  }

  .cta-a-bottom-text {
    margin-top: 48px;
  }

  .section-33 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-33.cta-a-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-h4-3 {
    letter-spacing: -1px;
    font-size: 24px;
    line-height: 28px;
  }

  .column-occasions.third-column, .column-occasions.ssecond-column {
    padding-top: 0;
  }

  .tile-occasions {
    border-left: 1px solid #e6e0c64d;
    border-right-style: none;
    padding-left: 44px;
    padding-right: 0;
  }

  .grid-scroll-occasions {
    grid-row-gap: 100px;
    grid-template-columns: 1fr;
  }

  .about-a-features-grid {
    grid-template-columns: 1fr;
  }

  .text-h1-3 {
    font-size: 56px;
  }

  .section-35.about-a-features-section {
    padding-top: 4rem;
  }

  .column-2 {
    flex-flow: column;
  }

  .column-2.text-top {
    flex-flow: column-reverse;
  }

  .label-13 {
    letter-spacing: .02em;
    font-size: 12px;
  }

  .column-left-2 {
    padding-left: 0;
    padding-right: 0;
  }

  .section-36 {
    padding-bottom: 4rem;
  }

  .section-36._2 {
    padding-top: 4rem;
    padding-bottom: 1rem;
  }

  .column-right-3 {
    padding-left: 0;
    padding-right: 0;
  }

  .column-content-wrap-2 {
    margin-bottom: 32px;
  }

  .text-h2-7 {
    letter-spacing: -.04em;
    font-size: 40px;
  }

  .text-h2-7.no-margins {
    font-size: 2.5rem;
  }

  .text-h6-4 {
    letter-spacing: -.02em;
    font-size: 20px;
  }

  .column-image-wrap-3 {
    height: 400px;
  }

  .text-big-6 {
    letter-spacing: -.01em;
    font-size: 20px;
  }

  .spaceblock {
    height: 3rem;
  }

  .div-block-15 {
    margin-bottom: 0;
    margin-right: 1rem;
    position: relative;
  }

  .card-features-14 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    min-height: 230px;
  }

  .features-14-grid {
    grid-template-columns: 1fr;
  }

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

  .icon-wrap-feature-accent {
    width: 64px;
    height: 64px;
  }

  .section-37.paddings-big {
    padding-top: 5rem;
  }

  .section-37.paddings-big._2 {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .dt-h2 {
    font-size: 2em;
  }

  .h2-heading {
    font-size: 34px;
    line-height: 125%;
  }

  .section-38.light-two {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .circle-number {
    width: 100px;
    height: 100px;
  }

  .grid-process-thirds {
    grid-row-gap: 80px;
    grid-template-columns: 1fr;
  }

  .line-process-circles {
    display: none;
  }

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

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

  .layout422_card {
    grid-template-columns: 1fr;
    width: 100%;
    padding: 1.5rem;
  }

  .layout422_card.text-color-white {
    padding: 2rem;
  }

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

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

  .paragraph-3 {
    color: var(--_primitives---colors--neutral-lightest);
  }
}

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

  .customers_block {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: wrap;
  }

  .text-h1 {
    font-size: 2.8rem;
  }

  .image-cover.parallax._3 {
    object-position: 45% 0%;
    border-radius: 8px;
    height: 100%;
  }

  .image-cover.parallax._3._5 {
    object-position: 57% 0%;
  }

  .button-book.nohover {
    border-color: #616161;
  }

  .contact-form-bottom-tile {
    flex-flow: wrap;
    justify-content: space-between;
    align-items: flex-start;
  }

  .checkbox-contact {
    width: 24px;
    height: 24px;
  }

  .nav-column-item {
    text-align: left;
  }

  .overlay-nav-cms-item {
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .link-brand-navbar {
    width: 95%;
    max-width: 4rem;
    height: auto;
    padding-left: 0;
  }

  .link-brand-navbar.w--current {
    width: 4rem;
    height: auto;
  }

  .brand-navbar {
    width: 100%;
    height: auto;
  }

  .cta.nav-cta {
    display: none;
  }

  .menu-button-3 {
    border-style: solid;
    border-width: 1px;
    width: 3.3rem;
    height: 3.3rem;
    margin-left: 0;
  }

  .menu-button-3.w--open {
    background-color: var(--_primitives---colors--neutral-dark);
  }

  .link-nav, .link-nav.w--current {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .container-navbar {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navbar-3 {
    height: 80px;
  }

  .right-navbar {
    border-style: none;
    padding: 0;
  }

  .nav-menu-3 {
    width: 94%;
    margin-top: 8px;
    margin-left: auto;
    margin-right: auto;
  }

  .header5_background-image {
    object-position: 40% 50%;
  }

  .header5_background-image._2 {
    object-position: 55% 50%;
  }

  .header5_background-image._3 {
    object-position: 53% 50%;
  }

  .features-card {
    padding: 2rem 1.5rem;
  }

  .cta-content-block {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .about-b-feature-halves {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cta-block-image {
    height: 250px;
  }

  .cta-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .expandable-halves {
    flex-flow: column;
  }

  .marquee-logo {
    height: 25px;
  }

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

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .card-expandable {
    height: 500px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .expandable-top-tile {
    flex-flow: column;
  }

  .overlay-expandable {
    height: 100%;
  }

  .expandable-bottom-tile {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-end;
  }

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

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

  .services-expandable-halves {
    flex-flow: column;
  }

  .label-8 {
    font-size: .75rem;
  }

  .text-field-5 {
    height: 11.429vw;
  }

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

  .contact-c-image {
    height: 550px;
    padding: 12px;
  }

  .image-cover-7.parallax {
    object-position: 54% 80%;
  }

  .text-big-4 {
    font-size: 4vw;
  }

  .headline-contact-c-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .headline-contact-c-2._2 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .contact-left {
    padding-top: 0;
  }

  .heading-style-h1-3 {
    font-size: 2.5rem;
    line-height: 1.2;
  }

  .cta-main-5 {
    border-width: 1px;
    padding: 2.286vw 4.571vw;
    font-size: 1rem;
  }

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

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

  .input-halves-2 {
    grid-template-columns: 1fr;
  }

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

  .link-footer-large {
    font-size: 28px;
  }

  .info-block-footer {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .grid-footer-info {
    grid-column-gap: 16px;
  }

  .brand-footer {
    width: 100px;
  }

  .text-dark.footer-link {
    font-size: 15px;
  }

  .left-bottom-footer {
    text-align: center;
  }

  .main-container-22 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .brand-link-footer {
    width: 90%;
    max-width: 100px;
    height: auto;
  }

  .brand-link-footer.w--current {
    max-width: 100px;
  }

  .brand-footer-2 {
    width: 100%;
    height: auto;
  }

  .text-top-footer {
    font-size: 8vw;
  }

  .hero-content-wrapper.herossa {
    flex-flow: column;
    justify-content: flex-end;
    height: auto;
    max-height: none;
  }

  .btn-icon-content {
    padding-left: 1.5em;
    padding-right: 1.5em;
  }

  .header139_lightbox {
    position: static;
    right: auto;
  }

  .home8-header_background-image {
    border-radius: 0;
  }

  .image-abosolute-text {
    padding-left: 15px;
    padding-right: 10px;
  }

  .section-22.features-8 {
    padding-bottom: 4rem;
  }

  .column-image-wrap {
    height: 350px;
  }

  .column-content-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-bottom: 24px;
  }

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

  .features-thirds, .timeline-item {
    grid-template-columns: 1fr;
  }

  .section-24 {
    padding-top: 48px;
    padding-bottom: 0;
  }

  .main-container-25 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-h2 {
    font-size: 36px;
  }

  .text-big {
    font-size: 16px;
  }

  .column-image-wrap-2 {
    height: 250px;
  }

  .text-big-5 {
    font-size: 1rem;
  }

  .heading-about-c-value {
    grid-column-gap: 6px;
    width: 100%;
  }

  .section-26._2 {
    padding-top: 3rem;
    padding-bottom: 4rem;
  }

  .about-c-value-right {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
  }

  .headline-about-c-value {
    grid-column-gap: 4.571vw;
    grid-row-gap: 4.571vw;
  }

  .about-c-value-halves {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .main-container-27 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .about-c-value-image {
    height: 30vh;
  }

  .text-h2-2 {
    font-size: 32px;
  }

  .main-container-28 {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-27._2 {
    padding-top: 4rem;
  }

  .feature-icon-small {
    height: 48px;
  }

  .text-h6-3 {
    font-size: 16px;
  }

  .label-11 {
    font-size: 10px;
    line-height: 12px;
  }

  .body-2 {
    font-size: 14px;
    line-height: 166%;
  }

  .section-28 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-h2-3 {
    font-size: 40px;
  }

  .features-master {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .features-image {
    height: 300px;
  }

  .headline-main-features {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .main-features-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .main-features-image {
    height: 250px;
  }

  .author_image {
    width: 32px;
    height: 32px;
  }

  .card_testimonial-small {
    padding: 24px;
  }

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

  .stacking-card._1 {
    margin-bottom: 0;
  }

  .stacking-list {
    height: 1100px;
  }

  .about-c-about-image {
    height: 200px;
  }

  .pulse-bg {
    width: 10px;
    height: 10px;
  }

  .pulse-dot {
    width: 7px;
    height: 7px;
  }

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

  .pulse-wrap {
    width: 14px;
    height: 14px;
  }

  .pulse-wrap._33 {
    margin-top: 15px;
  }

  .cta-a-halves {
    grid-template-columns: 1fr;
  }

  .card-cta-a.second._2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .section-33.cta-a-section {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .text-style-h3 {
    font-size: 24px;
  }

  .main-container-34 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section-34 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .tile-occasions {
    padding-left: 24px;
  }

  .text-body {
    font-size: 14px;
  }

  .heading-line-about-cards {
    width: 80px;
  }

  .text-h4-4 {
    font-size: 24px;
  }

  .text-h1-3 {
    font-size: 13vw;
  }

  .headline-about-a-cards {
    margin-bottom: 32px;
  }

  .section-35 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-35.about-a-features-section {
    padding-top: 4rem;
    padding-bottom: 0;
  }

  .label-12 {
    font-size: 10px;
    line-height: 12px;
  }

  .circle-about-cards {
    width: 480px;
    height: 480px;
    top: -330px;
    right: -300px;
  }

  .main-container-35 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .label-13 {
    font-size: 10px;
    line-height: 12px;
  }

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

  .column-inner-image {
    height: 100%;
  }

  .text-h2-7 {
    font-size: 36px;
  }

  .text-h6-4 {
    font-size: 18px;
  }

  .column-image-wrap-3 {
    height: 250px;
    padding: 32px;
  }

  .column-image-wrap-3.image, .column-image-wrap-3.blue {
    height: 400px;
  }

  .text-big-6 {
    font-size: 16px;
  }

  .main-container-36 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .pp-content {
    padding-top: 2rem;
  }

  .div-block-15 {
    margin-right: 0;
  }

  .card-features-14 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .dt-main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .dt-h3 {
    font-size: 1.4em;
  }

  .dt-h2 {
    font-size: 1.9em;
  }

  .dt-section {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .main-container-38 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-big {
    font-size: 22px;
  }

  .h2-heading {
    font-size: 32px;
    line-height: 125%;
  }

  .section-38 {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .circle-number {
    width: 80px;
    height: 80px;
  }

  .grid-process-thirds {
    grid-row-gap: 60px;
  }

  .layout422_card-content-bottom {
    border-top-style: none;
    margin-top: 0;
    padding-top: 0;
  }

  .layout422_card.text-color-white {
    min-height: 22rem;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .paragraph-4 {
    color: var(--_primitives---colors--neutral-lightest);
  }
}

#w-node-_9bf4f9d4-71cb-d997-de02-97ed69c9d85b-ee833c66, #w-node-e55bf454-2dfd-090a-f41e-0001b1d3c41d-ee833c66 {
  justify-self: end;
}

#w-node-c6fe266a-f87d-0db9-93b9-53fb64abb549-ee833c66 {
  justify-self: center;
}

#w-node-_747aeb2b-4fd7-0131-e752-c8aa0254a84c-ee833c66, #w-node-_747aeb2b-4fd7-0131-e752-c8aa0254a859-ee833c66, #w-node-_747aeb2b-4fd7-0131-e752-c8aa0254a868-ee833c66, #w-node-_747aeb2b-4fd7-0131-e752-c8aa0254a875-ee833c66 {
  align-self: start;
}

#w-node-_88362447-5fb8-c8fe-25ad-94494bab14a2-4bab149f {
  place-self: end start;
}

#w-node-_88362447-5fb8-c8fe-25ad-94494bab14b4-4bab149f {
  justify-self: end;
}

#w-node-_88362447-5fb8-c8fe-25ad-94494bab14e8-4bab149f {
  grid-area: 1 / 5 / 2 / 6;
}

#w-node-_3ffbaced-8bbf-c769-02a4-2400608abfb3-608abf9b, #w-node-_3ab8d389-fa07-1b33-5302-0e76516cbf82-608abf9b {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-ee833c69 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-ee833c69 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-ee833c69 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-ee833c69 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-ee833c69 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-ee833c69 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-ee833c69 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-ee833c69 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-ee833c69, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-ee833c69 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-ee833c69, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-ee833c69, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-ee833c69 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-ee833c69, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-ee833c69 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-ee833c69, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-ee833c69 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-ee833c69, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-ee833c69, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-ee833c69, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-ee833c69, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-ee833c69, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-ee833c69, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-ee833c69, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-ee833c69 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-ee833c69 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-ee833c69 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-ee833c69 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-ee833c69 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-ee833c69, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-ee833c69 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-ee833c69, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-ee833c69, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-ee833c69, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-ee833c69, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-ee833c69, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-ee833c69, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-ee833c69 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-ee833c69, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-ee833c69, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-ee833c69 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-ee833c69, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-ee833c69, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-ee833c69 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-ee833c69, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-ee833c69, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-ee833c69 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-ee833c69, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-ee833c69, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-ee833c69 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-ee833c69, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-ee833c69, #w-node-ee961e8d-845a-edc3-3307-509470022457-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-ee833c69 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-ee833c69, #w-node-ee961e8d-845a-edc3-3307-50947002245b-ee833c69, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-ee833c69 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-ee833c69, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-ee833c69, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-ee833c69 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-ee833c69, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-ee833c69, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-ee833c69 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-ee833c69, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-ee833c69, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-ee833c69 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-ee833c69, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-ee833c69, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-ee833c69 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-ee833c69, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-ee833c69, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-ee833c69 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-ee833c69 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-ee833c69 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-ee833c69 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-ee833c69 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-ee833c69 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-ee833c69 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-ee833c69 {
  justify-self: start;
}

#w-node-_771f46f0-47b8-a26a-d723-ac7030f1a522-cfc15aad, #w-node-_771f46f0-47b8-a26a-d723-ac7030f1a528-cfc15aad, #w-node-_771f46f0-47b8-a26a-d723-ac7030f1a52e-cfc15aad, #w-node-_678df1d6-128e-9bea-6868-eefe6d2c8d4a-cfc15aad, #w-node-_678df1d6-128e-9bea-6868-eefe6d2c8d50-cfc15aad, #w-node-_678df1d6-128e-9bea-6868-eefe6d2c8d56-cfc15aad, #w-node-_6cbd7342-ce48-b459-9a86-c41c2c1d8db2-cfc15aad, #w-node-_6cbd7342-ce48-b459-9a86-c41c2c1d8db8-cfc15aad, #w-node-_6cbd7342-ce48-b459-9a86-c41c2c1d8dbe-cfc15aad, #w-node-f4a1b8e0-9698-fa49-7b5b-6678b3fabe4b-cfc15aad {
  align-self: start;
}

#w-node-_82e0a9fb-665f-d160-d360-f3d7fddc991b-2ae3fb8e {
  align-self: center;
}

#w-node-e067cd06-d55f-6ae7-7c4a-88da3907284a-2ae3fb8e, #w-node-e067cd06-d55f-6ae7-7c4a-88da39072850-2ae3fb8e, #w-node-e067cd06-d55f-6ae7-7c4a-88da39072856-2ae3fb8e, #w-node-e067cd06-d55f-6ae7-7c4a-88da3907285c-2ae3fb8e {
  align-self: start;
}

#w-node-e56329ad-1e85-fac7-50e7-10f028c8f26b-2ae3fb8e, #w-node-e56329ad-1e85-fac7-50e7-10f028c8f274-2ae3fb8e, #w-node-e56329ad-1e85-fac7-50e7-10f028c8f27d-2ae3fb8e {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

@media screen and (max-width: 991px) {
  #w-node-e3277fb1-25d4-7ae8-7769-44c9ea2901a0-ee833c66, #w-node-_9bf4f9d4-71cb-d997-de02-97ed69c9d85b-ee833c66, #w-node-e3277fb1-25d4-7ae8-7769-44c9ea2901a0-cfc15aad, #w-node-_9f381e26-355c-76de-980d-a2201a0000aa-cfc15aad {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0de1bfdc-3be5-470e-0b87-d21438933ae7-cfc15aad {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0de1bfdc-3be5-470e-0b87-d21438933aeb-cfc15aad {
    grid-area: span 2 / span 1 / span 2 / span 1;
  }

  #w-node-_678df1d6-128e-9bea-6868-eefe6d2c8d3d-cfc15aad {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_6cbd7342-ce48-b459-9a86-c41c2c1d8da5-cfc15aad {
    grid-area: 1 / 1 / 3 / 2;
  }

  #w-node-c115fb1e-62ce-d804-1d53-0e8e62c6a5f2-2ae3fb8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_82e0a9fb-665f-d160-d360-f3d7fddc991b-2ae3fb8e {
    grid-area: span 1 / span 2 / span 1 / span 2;
    align-self: center;
  }

  #w-node-ca64b6fb-0519-8ee5-418b-f6a354acdc08-54acdbfd, #w-node-ca64b6fb-0519-8ee5-418b-f6a354acdc16-54acdbfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_88362447-5fb8-c8fe-25ad-94494bab14a2-4bab149f {
    justify-self: auto;
  }

  #w-node-_88362447-5fb8-c8fe-25ad-94494bab14b4-4bab149f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_88362447-5fb8-c8fe-25ad-94494bab14e1-4bab149f {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_56599967-4752-bb82-03fc-a8869fe1357d-2ae3fb8e, #w-node-_56599967-4752-bb82-03fc-a8869fe13592-2ae3fb8e, #w-node-ca64b6fb-0519-8ee5-418b-f6a354acdc08-54acdbfd {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_88362447-5fb8-c8fe-25ad-94494bab14a6-4bab149f {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_0de1bfdc-3be5-470e-0b87-d21438933aeb-cfc15aad, #w-node-_678df1d6-128e-9bea-6868-eefe6d2c8d3d-cfc15aad, #w-node-_6cbd7342-ce48-b459-9a86-c41c2c1d8da5-cfc15aad {
    grid-area: span 1 / span 1 / 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: 'Generalsans';
  src: url('../fonts/GeneralSans-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-LightItalic.otf') format('opentype');
  font-weight: 300;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-BoldItalic.otf') format('opentype');
  font-weight: 700;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-ExtralightItalic.otf') format('opentype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Italic.otf') format('opentype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-MediumItalic.otf') format('opentype');
  font-weight: 500;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Generalsans';
  src: url('../fonts/GeneralSans-SemiboldItalic.otf') format('opentype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}