@font-face {
  font-family: Gellix;
  src: url('../fonts/Gellix-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gellix;
  src: url('../fonts/Gellix-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Gellix;
  src: url('../fonts/Gellix-SemiBold.ttf') format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

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

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

:root {
  --color-scheme-1--background: var(--_primitives---colors--white);
  --_typography---font-styles--body: Satoshi, Arial, sans-serif;
  --color-scheme-1--text: #161616;
  --_typography---font-styles--heading: Satoshi, Arial, sans-serif;
  --_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;
  --_primitives---opacity--neutral-darkest-60: #0009;
  --_primitives---opacity--white-60: #fff9;
  --color-scheme-1--brand-black: #282828;
  --_ui-styles---stroke--border-width: 1px;
  --color-scheme-1--border: #eee;
  --_ui-styles---radius--medium: 0px;
  --color-scheme-1--foreground: var(--_primitives---colors--neutral-lightest);
  --background-color--background-secondary\<deleted\|relume-variable-background-color-2\>: var(--base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>);
  --border-color--border-primary\<deleted\|relume-variable-border-color-1\>: var(--base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>);
  --_ui-styles---radius--small: 0px;
  --_primitives---colors--neutral-lightest: #eee;
  --_ui-styles---radius--large: 0px;
  --color-scheme-1--accent: var(--_primitives---colors--neutral-darkest);
  --color-scheme-1--brand-white: whitesmoke;
  --_ui-styles---stroke--divider-width: 1px;
  --_primitives---colors--neutral-light: #aaa;
  --_primitives---colors--neutral-lighter: #ccc;
  --_primitives---colors--neutral: #666;
  --_primitives---colors--neutral-dark: #444;
  --_primitives---colors--neutral-darker: #222;
  --_primitives---opacity--white-5: #ffffff0d;
  --_primitives---opacity--white-10: #ffffff1a;
  --_primitives---opacity--white-15: #ffffff26;
  --_primitives---opacity--white-20: #fff3;
  --_primitives---opacity--white-30: #ffffff4d;
  --_primitives---opacity--white-40: #fff6;
  --_primitives---opacity--white-50: #ffffff80;
  --_primitives---opacity--neutral-darkest-5: #0000000d;
  --_primitives---opacity--neutral-darkest-10: #0000001a;
  --_primitives---opacity--neutral-darkest-15: #00000026;
  --_primitives---opacity--neutral-darkest-20: #0003;
  --_primitives---opacity--neutral-darkest-30: #0000004d;
  --_primitives---opacity--neutral-darkest-40: #0006;
  --_primitives---opacity--neutral-darkest-50: #00000080;
  --base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>: white;
  --base-color-neutral--neutral-lightest\<deleted\|relume-variable-color-neutral-3\>: #eee;
  --base-color-neutral--black\<deleted\|relume-variable-color-neutral-1\>: black;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

p {
  margin-bottom: 0;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

.max-width-xlarge.align-center {
  max-width: 60rem;
}

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

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

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

.container-large {
  width: 100%;
  max-width: 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-large.align-center {
  max-width: 60rem;
}

.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-vertical.padding-xhuge, .padding-vertical.padding-xhuge {
  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 {
  letter-spacing: -.5px;
  font-size: 1.125rem;
  font-weight: 400;
}

.text-size-medium.text-weight-bold {
  letter-spacing: -.5px;
  font-weight: 500;
}

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

.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: 1.5rem;
  height: 1.5rem;
  display: flex;
}

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

.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 {
  color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

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

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

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

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

.heading-style-h1 {
  letter-spacing: -2px;
  font-size: 72px;
  font-weight: 600;
  line-height: 115%;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.button.is-navbar31-button {
  z-index: 1;
  letter-spacing: -.5px;
  border-radius: 25px;
  padding-top: 12px;
  padding-bottom: 12px;
  position: relative;
}

.button.is-navbar16-button {
  z-index: 1;
  padding-top: .5rem;
  padding-bottom: .5rem;
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-regular {
  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;
}

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

.form_input {
  border: 1px solid var(--_primitives---colors--neutral-darkest);
  background-color: var(--_primitives---colors--white);
  color: var(--_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  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;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.text-color-white {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---colors--white);
  letter-spacing: -.5px;
  font-weight: 500;
}

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

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

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

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

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

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

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

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

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

.icon-embed-xsmall {
  color: var(--color-scheme-1--brand-black);
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 1.4rem;
  height: 1.4rem;
  display: flex;
}

.icon-embed-xsmall.button-icon {
  color: #fff;
}

.icon-embed-xsmall.arrow-icon {
  width: 1.4rem;
  height: 1.4rem;
}

.icon-embed-xsmall.nav-button-logo {
  color: var(--color-scheme-1--brand-black);
  width: 1.3rem;
  height: 1.3rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.text-size-small {
  color: var(--_primitives---colors--white);
  font-size: .875rem;
}

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

.text-rich-text figcaption {
  border-left: 2px solid var(--color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.delete-this {
  display: flex;
}

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

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

.text-style-tagline.text-color-white {
  border-radius: 15px;
}

.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);
  color: var(--color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  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;
}

.loader-wrapper {
  min-height: 100vh;
  display: block;
}

.loader-4-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader4_instructions-list {
  padding-left: 1.25rem;
}

.loader4_instructions-list-item {
  padding-left: .5rem;
}

.loader4_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader4_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader4_component {
  z-index: 9999;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader4_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader4_progress-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  width: 40%;
  display: flex;
  position: relative;
}

.loader4_progress {
  width: 100%;
  height: .25rem;
  position: relative;
}

.loader4_progress-bar {
  background-color: var(--_primitives---colors--white);
  width: 20%;
  height: 100%;
}

.loader4_progress-background {
  background-color: var(--color-scheme-1--brand-white);
  opacity: .25;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.loader4_progress-content {
  justify-content: space-between;
  width: 100%;
  margin-top: .75rem;
  display: flex;
  position: absolute;
  overflow: hidden;
}

.loader4_text-wrapper {
  display: flex;
}

.loader4_number {
  color: var(--color-scheme-1--brand-white);
  font-weight: 500;
}

.loader4_background-top {
  background-color: var(--color-scheme-1--brand-black);
  height: 50%;
  position: absolute;
  inset: 0%;
}

.loader4_background-bottom {
  background-color: var(--color-scheme-1--brand-black);
  height: 50%;
  position: absolute;
  inset: 50% 0% 0%;
}

.loader4_loading-animation {
  display: none;
}

.navbar31_component {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.navbar31_component.delete-this-class {
  position: relative;
}

.navbar-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  color: var(--_primitives---colors--neutral-darkest);
  text-align: left;
  width: 100%;
  padding: 2rem;
}

.navbar-on-page {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.navbar31_container {
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar31_logo-link {
  z-index: 2;
  padding-left: 0;
}

.navbar31_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar31_menu {
  border-left: var(--_ui-styles---stroke--divider-width) none var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--brand-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: fixed;
  inset: 0% 0% 0% auto;
  overflow: auto;
}

.navbar31_menu-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100dvh;
  padding-top: 4.5rem;
  padding-bottom: 3rem;
  display: flex;
  position: relative;
}

.navbar31_links-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 1rem;
  color: var(--_primitives---colors--white);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: center;
  max-width: 50rem;
  font-size: 2.2rem;
}

.navbar31_link {
  color: var(--_primitives---colors--white);
  letter-spacing: -.5px;
  margin-left: 0;
  margin-right: 0;
  padding: .5rem 0;
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.2;
}

.navbar31_link.w--current {
  color: #000;
}

.navbar31_menu-bottom {
  flex-direction: column;
}

.navbar31_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  display: flex;
}

.navbar31_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.social-icon {
  color: var(--_primitives---colors--white);
  width: 1.5rem;
  height: 1.5rem;
}

.navbar31_menu-button {
  z-index: 1;
  padding: 0;
}

.navbar31_menu-button.w--open {
  background-color: #0000;
}

.menu-icon4 {
  background-color: var(--color-scheme-1--brand-black);
  color: var(--_primitives---colors--white);
  border-radius: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
  position: relative;
}

.menu-icon4_wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-icon4_line-top {
  background-color: var(--_primitives---colors--white);
  width: 11px;
  height: 1.3px;
  padding-bottom: 0;
  padding-right: 0;
}

.menu-icon4_line-middle {
  background-color: var(--_primitives---colors--white);
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 1px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: flex;
}

.menu-icon4_line-middle-top {
  z-index: 2;
  width: 15px;
  height: 2px;
  position: absolute;
  inset: 0;
}

.menu-icon4_line-middle-base {
  background-color: var(--_primitives---colors--white);
  width: 15px;
  height: 1.3px;
  position: absolute;
}

.menu-icon4_line-bottom {
  border-left: 1px solid var(--color-scheme-1--brand-black);
  background-color: var(--_primitives---colors--white);
  width: 11px;
  height: 1.3px;
}

.navigation-01 {
  background-color: #fff;
  padding: 32px 5%;
  display: block;
  position: sticky;
  top: 0;
}

.container-small-2 {
  background-color: #0000;
  border-radius: 15px;
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 32px;
}

.container-small-2.navigation {
  max-width: 1200px;
}

.container-small-2.shadow-xsmall {
  border-radius: 25px;
}

.container-small-2.shadow-small {
  max-width: 600px;
}

.navigation-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.navigation-logo-link {
  display: none;
}

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

.navigation-row-right {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-links {
  color: var(--_primitives---colors--white);
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.navigation-link {
  letter-spacing: -.5px;
  margin-left: 0;
  margin-right: 0;
  padding: 12px 16px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  transition: color .3s;
}

.navigation-link:hover {
  color: #000;
}

.navigation-menu-button {
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 100%;
  flex: none;
  padding: 12px;
}

.navigation-menu-button.w--open {
  color: #000;
  background-color: #fff;
}

.icon-x-small {
  color: var(--color-scheme-1--brand-black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.icon-x-small.nav-icon {
  color: var(--_primitives---colors--white);
}

.navigation-drawer-menu {
  background-color: #fff0;
  width: 100%;
  max-width: 580px;
  height: 100%;
  max-height: 100dvh;
  padding: 24px;
  position: fixed;
  top: 0;
}

.navigation-drawer-card {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  padding: 32px 40px;
  display: flex;
  overflow: hidden;
}

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

.navigation-drawer-close {
  color: #000;
  background-color: #f9f9fa;
  border-radius: 100%;
  margin-left: auto;
  padding: 16px;
  transition: background-color .3s;
  display: none;
}

.navigation-drawer-close:hover {
  background-color: #f3f3f5;
}

.navigation-drawer-close.w--open {
  color: #000;
  background-color: #fff;
}

.column-regular {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  margin-bottom: 1rem;
  display: flex;
}

.navigation-link-large {
  z-index: 1;
  color: #cfd2d6;
  cursor: pointer;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-size: 40px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-link-large:hover, .navigation-link-large.w--open {
  color: #1e2022;
}

.caption-small {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1rem;
}

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

.caption-small.text-weight-medium.text-color-tertiary {
  color: #fff;
}

.caption-small.text-color-secondary {
  color: #666;
}

.navigation-drawer-dropdown-content {
  overflow: hidden;
}

.navigation-drawer-slider {
  background-color: #fff0;
  height: auto;
  padding-top: 16px;
}

.navigation-drawer-slide {
  height: 100%;
  margin-right: 12px;
}

.navigation-link-card {
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  overflow: hidden;
}

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

.navigation-slider-button {
  z-index: 999;
  color: #6b7280;
  background-color: #fff;
  border: 1px solid #e7e8ea;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 42px;
  height: 42px;
  transition: border-color .3s, color .3s, background-color .3s;
  display: flex;
  inset: auto 24px 8px auto;
}

.navigation-slider-button:hover {
  color: #1e2022;
  background-color: #f3f3f5;
  border-color: #cfd2d6;
}

.navigation-slider-button.left {
  right: 72px;
}

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

.icon-small.step-completed, .icon-small.final-icon {
  color: var(--color-scheme-1--brand-black);
}

.slide-nav {
  display: none;
}

.subheading-x-small {
  color: #fff;
  letter-spacing: -.5px;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.subheading-x-small.text-color-tertiary {
  color: #6b7280;
}

.text-color-brand {
  color: #f80404;
}

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

.navigation-socials {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.row-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.dot-orange {
  background-color: #52ce10;
  border-radius: 100%;
  width: 5px;
  height: 5px;
}

.subheading-small {
  color: #fff;
  text-align: left;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.navigation-social-link {
  color: #1e2022;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  transition: color .3s, background-color .3s;
  display: flex;
  overflow: hidden;
}

.navigation-social-link:hover {
  color: #fff;
  background-color: #fff;
}

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

.navigation-button-grid {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template-rows: auto;
}

.button-primary-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-scheme-1--brand-black);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: -1px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large:hover {
  background-color: var(--color-scheme-1--brand-black);
}

.button-primary-large.hero-button {
  background-color: var(--color-scheme-1--brand-black);
  color: var(--_primitives---colors--white);
  letter-spacing: -.5px;
  border-radius: 20px;
  padding: 14px 24px;
}

.button-link-large {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-scheme-1--brand-black);
  color: #fff;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.button-link-large:hover {
  color: #fff;
}

.navigation-footnote {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

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

.navigation-link-small {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 12px;
  line-height: 16px;
  transition: color .3s;
}

.navigation-link-small:hover {
  color: #fff;
}

.loader-3-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader3_instructions-list {
  padding-left: 1.25rem;
}

.loader3_instructions-list-item {
  padding-left: .5rem;
}

.stylesystem-class-label {
  cursor: context-menu;
  background-color: #83747426;
  border-radius: 4px;
  padding-left: .5rem;
  padding-right: .5rem;
  display: inline-block;
}

.stylesystem-class-label.is-animation {
  background-image: url('../images/interaction-icon.svg');
  background-position: 8px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 2rem;
}

.loader3_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader3_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader3_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 7rem;
  display: block;
  position: relative;
}

.loader3_image {
  width: 100%;
  height: 100%;
}

.loader3_image-overlay {
  z-index: 1;
  background-color: var(--_primitives---colors--neutral-darkest);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 100% 0% 0%;
}

.loader3_background {
  background-color: var(--_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  display: block;
  position: absolute;
  inset: 0%;
}

.loader-5-instructions-delete {
  background-color: var(--_primitives---colors--neutral-lightest);
  text-align: left;
  padding: 2rem;
  display: block;
}

.loader5_instructions-list {
  padding-left: 1.25rem;
}

.loader5_instructions-list-item {
  padding-left: .5rem;
}

.loader5_instructions-callout {
  background-color: #0000001a;
  align-items: center;
  padding: 1.5rem;
  line-height: 1.6;
}

.loader5_instructions-callout-image {
  margin-top: 1.5rem;
}

.loader5_component {
  z-index: 9999;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--color-scheme-1--brand-black);
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader5_ix-trigger {
  width: 0;
  height: 0;
  display: none;
}

.loader5_progress {
  border-bottom: 1px solid var(--color-scheme-1--brand-white);
  width: 100%;
  height: 3rem;
  position: relative;
}

.loader5_progress-bar {
  background-color: var(--color-scheme-1--brand-white);
  width: 20%;
  height: 100%;
}

.loader5_progress-content {
  align-self: flex-end;
  padding-bottom: 1rem;
  padding-right: 1rem;
}

.loader5_text-wrapper {
  display: flex;
}

.loader5_number, .loader5_text {
  color: var(--color-scheme-1--brand-white);
  letter-spacing: -2px;
  font-size: 8rem;
  font-weight: 500;
  line-height: 1.2;
}

.loader5_loading-animation {
  display: none;
}

.text-block {
  letter-spacing: -.5px;
  font-size: 1.3rem;
  font-weight: 600;
}

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

.multi-step-logo {
  height: 50px;
  margin-left: auto;
  margin-right: auto;
}

.section-regular {
  background-color: #f5f5f5;
  padding: 72px 5%;
  position: relative;
}

.code-embed {
  display: none;
}

.container-x-large {
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

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

.container-large-3 {
  color: #000;
  width: 100%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.max-width-large-2 {
  width: 100%;
  max-width: 800px;
}

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

.h3-heading {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 1.2;
}

.text-color-disabled {
  color: #cfd2d6;
}

.text-color-accent {
  color: #ff6c0a;
}

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

.caption-regular {
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 400;
  line-height: 24px;
}

.header-lightbox-link {
  aspect-ratio: 2;
  background-color: #fff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 4px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-video-thumbnail {
  object-fit: cover;
  border-radius: 12px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.header-play-button {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 56px;
  height: 56px;
  display: flex;
  position: absolute;
}

.header-logos {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.header-carousel-large {
  width: 100%;
  max-width: 950px;
  position: relative;
  overflow: hidden;
}

.carousel-content {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  flex-direction: row;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.carousel-overlay {
  background-image: linear-gradient(90deg, #f3f3f5, #fff0);
  width: 20%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.carousel-overlay.right {
  margin-left: auto;
}

.layout354_component {
  position: sticky;
  top: 0;
}

.layout354_content-item {
  background-image: linear-gradient(#00000080, #00000080), url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  position: sticky;
  top: 0;
}

.layout354_content-item.content-item-1 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/MacBook-01.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.layout354_content-item.content-item-2 {
  z-index: 1;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Mockup3.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  top: 0;
}

.layout354_content-item.content-item-3 {
  z-index: 3;
  background-image: linear-gradient(#00000080, #00000080), url('../images/Placeholder-Image-3.svg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  background-attachment: scroll, fixed;
  top: 0;
}

.layout354_content-wrapper {
  align-items: center;
  min-height: 100vh;
  max-height: 60rem;
  display: flex;
}

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

.layout518_component {
  height: 250vh;
  position: relative;
}

.layout518_content {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.layout518_grid-list {
  border-radius: 0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 90vw;
  height: 90vh;
  display: grid;
}

.layout518_card-large {
  border-radius: var(--_ui-styles---radius--large);
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 50vw;
  padding: 3rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout518_card-large.text-color-white-3 {
  border-radius: 0;
}

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

.text-color-white-2 {
  color: var(--color-scheme-1--brand-white);
  letter-spacing: -.2px;
  font-weight: 500;
}

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

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

.image-overlay-layer {
  z-index: 1;
  background-color: #0000;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 0;
  position: absolute;
  inset: 0%;
}

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

.layout518_cards-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  padding-left: 2rem;
  display: grid;
}

.layout518_card-small-top {
  border-top-style: solid;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: #313131;
  border-right-style: solid;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-bottom-style: solid;
  border-right-color: #313131;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: #313131;
  border-left-style: solid;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: #313131;
  border-left-color: #313131;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_icon-wrapper {
  display: inline-block;
}

.layout518_card-small-bottom {
  border-top-style: solid;
  border-top-width: var(--_ui-styles---stroke--border-width);
  border-top-color: var(--color-scheme-1--border);
  border-right-style: solid;
  border-right-width: var(--_ui-styles---stroke--border-width);
  border-right-color: var(--color-scheme-1--border);
  border-bottom-style: solid;
  border-bottom-width: var(--_ui-styles---stroke--border-width);
  border-bottom-color: var(--color-scheme-1--border);
  border-left-style: solid;
  border-left-width: var(--_ui-styles---stroke--border-width);
  border-left-color: var(--color-scheme-1--border);
  border-top-left-radius: var(--_ui-styles---radius--large);
  border-top-right-radius: var(--_ui-styles---radius--large);
  border-bottom-left-radius: var(--_ui-styles---radius--large);
  border-bottom-right-radius: var(--_ui-styles---radius--large);
  background-color: #313131;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: calc(35vw - 2rem);
  height: 100%;
  padding: 2rem;
  display: flex;
}

.layout518_ix-trigger {
  z-index: -1;
  padding-top: 100%;
  position: absolute;
  inset: auto 0% 0%;
}

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

.footer17_component {
  background-color: var(--_primitives---colors--white);
  color: var(--color-scheme-1--text);
}

.footer17_top-wrapper {
  grid-column-gap: 8vw;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  align-items: start;
}

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

.footer17_logo-link {
  margin-bottom: 2rem;
  padding-left: 0;
}

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

.footer17_link {
  text-align: center;
  letter-spacing: -.5px;
  font-size: 1rem;
  font-weight: 500;
  text-decoration: none;
}

.footer17_right-wrapper {
  flex-direction: column;
  display: flex;
}

.footer17_form-block {
  min-width: 25rem;
  max-width: 35rem;
  margin-bottom: 0;
}

.footer17_form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content;
  grid-auto-columns: 1fr;
  margin-bottom: .75rem;
  display: flex;
}

.footer17_image-wrapper {
  width: 100%;
  display: flex;
  overflow: hidden;
}

.footer17_image {
  max-height: 20rem;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  line-height: 1.2;
  display: block;
}

.divider-horizontal {
  height: var(--_ui-styles---stroke--divider-width);
  background-color: var(--color-scheme-1--border);
  width: 100%;
}

.footer17_bottom-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

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

.footer17_legal-link {
  font-size: .875rem;
  text-decoration: underline;
}

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

.footer-section {
  background-color: #0000;
  margin-bottom: 0;
  padding-top: 72px;
  padding-left: 5%;
  padding-right: 5%;
  position: relative;
}

.container-regular {
  width: 100%;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
}

.footer-column-large {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  display: flex;
}

.footer-grid {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.footer-main {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  max-width: 500px;
  display: flex;
}

.column-2x-small {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.h6-heading {
  color: #1e2022;
  letter-spacing: -.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 500;
  line-height: 1.4;
}

.h6-heading.text-weight-bold {
  letter-spacing: -.5px;
  font-weight: 600;
}

.paragraph-regular {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.5px;
  font-size: 16px;
  line-height: 28px;
}

.paragraph-regular.font-heading, .paragraph-regular.text-color-secondary {
  color: #000;
  letter-spacing: -.5px;
}

.paragraph-regular.text-color-secondary.contactform {
  color: #fff;
}

.paragraph-large {
  letter-spacing: -.01em;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.6;
}

.paragraph-large.text-weight-medium {
  font-weight: 600;
}

.paragraph-large.text-color-gray-900 {
  color: #000;
  letter-spacing: -.5px;
  font-weight: 500;
}

.footer-mail-link {
  color: #454545;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-outline-icon {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #2b2b2b;
  text-align: center;
  white-space: nowrap;
  border: 1px solid #e7e7e7;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.25;
  text-decoration: none;
  display: inline-flex;
}

.button-outline {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-scheme-1--brand-black);
  color: #fff;
  text-align: center;
  border-radius: 15px;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.button-outline:hover {
  background-color: #f0f0f0;
}

.footer-divider {
  background-color: #e7e7e7;
  border-radius: 4px;
  width: 1px;
  height: 24px;
}

.footer-social-link {
  color: #454545;
  border: 1px solid #e7e7e7;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 12px;
  display: flex;
}

.footer-links {
  grid-column-gap: 24px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.column-small {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

.footer-link {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -1px;
  font-size: 20px;
  font-weight: 500;
  text-decoration: none;
  transition: color .3s;
}

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

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

.legal-text {
  color: #000;
  letter-spacing: -.5px;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  display: flex;
}

.legal-text.right {
  justify-content: flex-end;
  align-items: center;
  font-size: 14px;
}

.legal-text.left {
  font-size: 14px;
}

.footer-image-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 48px;
  display: flex;
  position: relative;
}

.footer-text-inner {
  width: 100%;
  max-width: 1200px;
  position: relative;
  overflow: hidden;
}

.footer-text-image {
  width: 100%;
  margin-bottom: .5rem;
}

.background {
  z-index: 0;
  pointer-events: none;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  inset: 0%;
}

.background-noise {
  z-index: 3;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: 120px;
  position: absolute;
  inset: 0%;
}

.container-x-small {
  width: 100%;
  max-width: 628px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.footer-content {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  margin-bottom: 0;
  display: flex;
}

.column-x-large {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.divider-caption {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  white-space: nowrap;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.foooter-links-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  display: flex;
}

.footer-links-column {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: space-between;
  padding-top: 24px;
  padding-bottom: 24px;
  display: flex;
}

.footer-social-button {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.footer-social-button:hover {
  color: #ff6c0a;
}

.footer-slider-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.footer-slider {
  background-color: #fff;
  border-radius: 24px;
  width: 100%;
  max-width: 350px;
  height: 210px;
  padding: 8px;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.footer-mask {
  border-radius: 20px;
}

.hide-2 {
  display: none;
}

.footer-legal-row {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #36393f;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  transition: color .3s;
}

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

.noise-texture {
  z-index: 5;
  pointer-events: none;
  background-image: none;
  background-position: 0 0;
  background-size: auto;
  position: absolute;
  inset: 0%;
}

.section_portfolio17.text-color-white {
  border-radius: 15px;
}

.portfolio17_list {
  position: sticky;
  top: 0;
}

.portfolio17_item {
  position: sticky;
  top: 0;
}

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

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

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

.text-block-2 {
  color: var(--_primitives---colors--white);
  letter-spacing: -1px;
}

.text-block-3 {
  color: #fff;
  letter-spacing: -1px;
}

.text-block-4 {
  color: #fff;
  letter-spacing: -1px;
  font-weight: 500;
}

.icon-embed-custom {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 0;
  height: 0;
  display: flex;
}

.icon-2 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.header78_component {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.header78_content-bottom {
  justify-content: flex-start;
  width: 100vw;
  display: flex;
  overflow: hidden;
}

.header78_images-layout {
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.header78_image-list-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-self: center;
  width: 100%;
  display: grid;
}

.header78_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  display: grid;
}

.header78_image-wrapper {
  width: 26rem;
  padding-top: 75%;
  position: relative;
}

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

.header78_image-list-bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: -62.7%;
  display: grid;
}

.faq-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 16px;
  flex-flow: column;
  padding: 48px;
  display: flex;
}

.max-width-small-2 {
  width: 100%;
  max-width: 450px;
}

.h3-heading-2 {
  color: #1e2022;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.faq-contact {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

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

.faq-icon-wrapper {
  border: 4px solid #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  padding: 4px;
  display: flex;
  box-shadow: 0 46px 13px #6c718000, 0 29px 12px #6c718003, 0 17px 10px #6c71800a, 0 7px 7px #6c718012, 0 2px 4px #6c718014;
}

.subheading-large {
  color: #fff;
  letter-spacing: -.5px;
  font-size: 18px;
  font-weight: 500;
  line-height: 28px;
}

.faq-button-wrapper {
  flex-flow: column;
  width: 180px;
  display: flex;
}

.button-primary {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  white-space: nowrap;
  background-color: #fff;
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary:hover {
  background-color: #fff;
}

.button-primary.width-full {
  width: 100%;
}

.button-primary.vissza {
  padding-left: 24px;
}

.button-primary.hero-button-4 {
  text-decoration: none;
}

.tab-links {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: wrap;
  margin-bottom: 24px;
  display: flex;
}

.tab-link-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #6b7280;
  background-color: #f9f9fa;
  border: 1px solid #f9f9fa;
  border-radius: 44px;
  padding: 4px 12px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.tab-link-2:hover {
  color: #1e2022;
}

.tab-link-2.w--current {
  color: #1e2022;
  background-color: #fff;
  display: none;
}

.faq-question-white {
  background-color: #f6f6f6;
  border-radius: 16px;
  overflow: hidden;
}

.faq-dropdown-toggle {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 24px;
  transition: background-color .3s;
  display: flex;
}

.faq-dropdown-toggle:hover {
  background-color: #f6f6f6;
}

.subheading-regular {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.5px;
  font-size: 16px;
  font-weight: 500;
  line-height: 24px;
}

.faq-dropdown-icon {
  background-color: #fff;
  border-radius: 96px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
}

.icon-x-small-2 {
  color: var(--color-scheme-1--brand-black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.faq-dropdown-content {
  overflow: hidden;
}

.faq-answer {
  padding-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
}

.section-2x-small {
  padding: 20px 5%;
}

.multi-step-block {
  background-color: #0000;
  border-radius: 24px;
  flex-direction: column;
  width: 100%;
  max-width: 1408px;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 5%;
}

.multi-step-container {
  flex-direction: column;
  width: 100%;
  max-width: 652px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.multi-step-form-block {
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  display: flex;
}

.multi-form-slider {
  background-color: #0000;
  flex-direction: column;
  width: 100%;
  height: 100%;
  display: flex;
}

.form-mask {
  flex: 1;
}

.form-step-slide {
  flex-wrap: wrap;
  width: 100%;
  height: auto;
}

.multi-step-holder {
  grid-column-gap: 96px;
  grid-row-gap: 96px;
  flex-direction: column;
  padding: 1px;
  display: flex;
}

.multi-step-nav {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 99px;
  align-items: center;
  padding: 16px 32px;
  display: flex;
  box-shadow: 0 8px 32px #00000005, 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.multi-step-nav-link {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.multi-step-icon-wrapper {
  color: #fff;
  border: 1px solid #e3e3e3;
  border-radius: 40px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.multi-step-icon-wrapper.active {
  color: #fff;
  background-color: #fff;
  border-color: #fff;
}

.multi-step-icon-wrapper.active.final {
  background-color: #fff;
}

.paragraph-small {
  color: var(--_primitives---colors--white);
  margin-bottom: 0;
  font-size: 12px;
  line-height: 20px;
}

.paragraph-small.text-color-secondary {
  color: #fff;
}

.label-regular {
  color: #fff;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
}

.label-regular.text-color-primary {
  color: #fff;
}

.multi-step-divider {
  background-color: #e3e3e3;
  width: 1px;
  height: 24px;
}

.multi-step-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 24px;
  flex-direction: column;
  padding: 40px 52px;
  display: flex;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000f;
}

.step-form-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
}

.field-wrapper {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.field-label {
  color: #fff;
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
}

.text-field {
  color: #000;
  letter-spacing: -.006em;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 15px;
  min-height: 40px;
  margin-bottom: 0;
  padding: 10px 10px 10px 14px;
  font-size: 14px;
  line-height: 1.5;
  transition: color .3s, border-color .3s, box-shadow .3s;
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #0000000a;
}

.text-field:hover {
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #00000014;
}

.text-field:focus {
  border: 1px solid #ff4b0f;
}

.text-field::placeholder {
  color: #8f8f8f;
}

.text-field.text-area {
  min-height: 166px;
}

.text-field.newsletter {
  color: #f9f5eb;
}

.text-field.newsletter::placeholder {
  color: #fff9;
}

.date-field {
  color: #666;
  letter-spacing: -.006em;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  padding: 7px 10px;
  font-size: 14px;
  line-height: 1.5;
  transition: all .3s;
  box-shadow: 0 1px 2px #0000000a, 0 0 0 1px #0000000a;
}

.date-field:hover {
  box-shadow: 0 1px 2px #0000000f, 0 0 0 1px #00000014;
}

.date-field:focus {
  border: 1px solid #000;
}

.date-field::placeholder {
  color: #8f8f8f;
}

.horizontal-divider {
  outline-offset: 0px;
  outline: 3px #000;
  align-items: center;
  width: 100%;
  height: 2px;
  text-decoration: none;
  display: flex;
}

.step-slider-buttons {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.icon-x-small-3 {
  color: var(--color-scheme-1--brand-black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.step-checkbox-wrapper {
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.checkbox-content-large {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  pointer-events: none;
  text-align: center;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: absolute;
  left: 24px;
  right: 24px;
}

.icon-wrapper-small-2 {
  background-color: #fff;
  border-radius: 15px;
  flex: none;
  padding: 12px;
  box-shadow: 0 0 0 1px #0000000f, 0 1px 2px #0000000f;
}

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

.checkbox-text-wrapper {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-flow: column;
  display: flex;
}

.checkbox-field-large {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 202px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.step-checkbox {
  cursor: pointer;
  border-color: #0000000f;
  border-radius: 16px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  transition: border-radius .3s, box-shadow .3s, border-color .3s;
}

.step-checkbox.w--redirected-checked {
  background-color: #0000;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  border-color: #ff4b0f;
  border-radius: 12px;
}

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

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

.step-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: center;
  display: flex;
}

.column-x-small {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.profile-process-wrapper {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.profile-process-bar {
  background-color: #f0f0f0;
  border-radius: 4px;
  flex: 1;
  align-items: center;
  height: 4px;
  display: flex;
}

.profile-process-bar-inner {
  background-color: #000;
  border-radius: 4px;
  width: 100%;
  height: 4px;
}

.profile-process-bar-inner._04, .profile-process-bar-inner._05 {
  width: 0%;
}

.label-large-2 {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

.small-checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border: 1.2px solid #e3e3e3;
  border-radius: 40px;
  width: 20px;
  height: 20px;
  margin-top: 0;
  margin-left: 0;
  margin-right: 8px;
}

.checkbox.w--redirected-checked {
  background-color: #ff4b0f;
  background-image: url('../images/check-line.svg');
  background-size: 16px;
  border: 1.2px solid #ff4b0f;
  border-radius: 40px;
}

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

.checkbox-label {
  color: #3d3d3d;
  letter-spacing: -.006em;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.5;
}

.multi-step-submit-button {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  display: flex;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.previous-placeholder {
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 100px;
  height: 0;
  margin-bottom: 30px;
  transition: opacity .2s;
  display: none;
}

.previous-placeholder:hover {
  opacity: 1;
}

.previous-button {
  opacity: 1;
  color: #5b617c;
  text-indent: -2px;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 15px;
  transition: opacity .2s ease-in;
  display: none;
}

.previous-button:hover {
  opacity: 1;
  border-bottom-color: #0000008c;
}

.next-placeholder {
  justify-content: center;
  align-items: center;
  width: 0;
  max-width: 159px;
  height: 0;
  margin: auto auto 25px;
  display: none;
}

.next-button {
  background-color: #5b3acc;
  border-radius: 5px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  transition: background-color .2s ease-in;
  display: none;
}

.caption-small-2 {
  letter-spacing: -.4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
}

.caption-small-2.text-color-secondary {
  color: #000;
  letter-spacing: -.5px;
}

.h3-heading-3 {
  color: #1e2022;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 600;
  line-height: 1.2;
}

.icon-x-small-4 {
  color: var(--color-scheme-1--brand-black);
  flex: none;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.navigation {
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 24px 5%;
  display: block;
  position: fixed;
}

.navigation-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-email-link {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #1e2022;
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
  display: inline-flex;
}

.navigation-email-link:hover {
  color: #ff6c0a;
}

.caption-small-3 {
  color: var(--_primitives---colors--white);
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1rem;
  text-decoration: none;
}

.caption-small-3:hover {
  color: var(--color-scheme-1--brand-black);
  -webkit-text-stroke-color: var(--color-scheme-1--brand-black);
}

.caption-small-3.text-color-tertiary {
  color: #fff;
}

.navigation-right {
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
}

.navigation-menu {
  background-color: #0000;
  max-width: 588px;
  margin-left: auto;
  margin-right: auto;
}

.navigation-dropdown-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border: 1px solid var(--color-scheme-1--brand-black);
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 25px;
  flex-direction: column;
  padding-top: 24px;
  padding-bottom: 24px;
  padding-left: 2%;
  display: flex;
  overflow: hidden;
  box-shadow: 0 16px 48px -8px #d1d5db80;
}

.navigation-tabs-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  margin-bottom: 16px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.navigation-tab-link {
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 0;
  font-size: 32px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.navigation-tab-link:hover {
  color: #1e2022;
}

.navigation-tab-link.w--current {
  color: #000;
  background-color: #0000;
}

.tab-pane-tab-1 {
  background-color: #fff;
}

.navigation-slider {
  background-color: #fff0;
  height: 100%;
  padding-left: 24px;
}

.navigation-mask {
  width: 100%;
  max-width: 420px;
  overflow: visible;
}

.navigation-slide {
  border-radius: 12px;
  margin-right: 24px;
  overflow: hidden;
}

.navigation-slide-link {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.navigation-number {
  color: #fff;
  font-size: 64px;
  font-weight: 500;
  line-height: 72px;
  position: absolute;
  inset: auto;
}

.navigation-dropdown-bottom {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.dropdown-footer {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.icon-button-ghost {
  color: #000;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  transition: color .3s;
  display: flex;
}

.icon-button-ghost:hover {
  color: #ff6c0a;
}

.section-large {
  padding: 120px 5%;
  position: relative;
}

.section-large.background-secondary {
  background-color: #fff;
}

.multi-step-form-card {
  background-color: #fff;
  border-radius: 24px;
  padding: 8px;
  display: flex;
}

.multi-step-form-contact {
  grid-column-gap: 164px;
  grid-row-gap: 164px;
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 25px 0 0 25px;
  flex-direction: column;
  justify-content: space-between;
  padding: 32px;
  display: flex;
  box-shadow: inset 2px 2px 3px -1px #0000000f;
}

.contact-detail {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  align-items: flex-start;
  display: flex;
}

.contact-link {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  color: #000;
  justify-content: flex-start;
  align-items: center;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.7;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.contact-link:hover {
  color: #fff;
}

.icon-2x-small {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 12px;
  height: 12px;
  display: flex;
}

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

.multi-step-social-link {
  color: #666;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  text-decoration: none;
  transition: color .3s;
  display: flex;
}

.multi-step-social-link:hover {
  color: #3d3d3d;
}

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

.step-form {
  background-color: var(--color-scheme-1--brand-black);
  border-top-right-radius: 25px;
  border-bottom-right-radius: 25px;
  height: 100%;
}

.step-slider-wrapper {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  padding: 5%;
  display: flex;
}

.step-slider-navigation {
  z-index: 2;
  justify-content: flex-start;
  align-items: center;
  column-gap: 8px;
  padding-top: 4px;
  padding-bottom: 4px;
  display: flex;
}

.slider-nav-active {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #000;
  border-radius: 100%;
  width: 12px;
  height: 12px;
}

.slider-nav-inactive {
  cursor: pointer;
  -webkit-user-select: none;
  user-select: none;
  background-color: #fff;
  border: 1px solid #c9c9c9;
  border-radius: 100%;
  width: 12px;
  height: 12px;
  padding: 0;
}

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

.step-form-slide {
  margin-right: 24px;
}

.step-form-content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.step-checkbox-content {
  z-index: 2;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  pointer-events: none;
  flex-flow: column;
  display: flex;
  position: absolute;
  left: 20px;
  right: 20px;
}

.step-checkbox-field {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 124px;
  margin-bottom: 0;
  padding-left: 0;
  position: relative;
}

.form-submit {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #fff;
  text-align: center;
  background-color: #292929;
  border-radius: 10px;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 40px;
  padding: 8px 16px;
  font-size: 14px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .2s;
  display: none;
  box-shadow: inset 1px 1px .25px #ffffff1f, inset -1px 1px .25px #ffffff1f, 0 0 0 1px #000, 0 1px 2px #000000a3;
}

.form-submit:hover {
  background-color: #141414;
}

.heading {
  color: var(--_primitives---colors--white);
  letter-spacing: -.5px;
  font-weight: 500;
}

.text-block-5 {
  color: var(--color-scheme-1--brand-black);
}

.text-block-6, .text-block-7 {
  color: #fff;
}

.div-block-3 {
  background-color: var(--_primitives---colors--neutral-light);
  width: 100%;
  height: 2px;
}

.text-block-8, .text-block-9 {
  color: var(--color-scheme-1--brand-black);
}

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

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

.faq3_list {
  border-bottom: var(--_ui-styles---stroke--divider-width) solid var(--color-scheme-1--border);
}

.faq3_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq3_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--_ui-styles---stroke--divider-width) solid #f4f4f4;
  cursor: pointer;
  background-color: #f4f4f4;
  border-radius: 25px;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

.faq3_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq3_answer {
  overflow: hidden;
}

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

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

.faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.faq6_accordion {
  border-style: solid;
  border-width: var(--_ui-styles---stroke--border-width);
  border-color: #eee var(--color-scheme-1--border) var(--color-scheme-1--border);
  background-color: var(--color-scheme-1--foreground);
  border-radius: 15px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  overflow: hidden;
}

.faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 1.25rem 1.5rem;
  display: flex;
}

.faq6_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.faq6_answer {
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  overflow: hidden;
}

.paragraph {
  letter-spacing: -.5px;
}

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

.div-block-4 {
  padding: 12px 24px;
}

.og-text {
  color: var(--_primitives---colors--white);
  letter-spacing: -.3px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.3;
  overflow: hidden;
}

.button-primary-large-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: var(--color-scheme-1--brand-black);
  color: #402908;
  text-align: center;
  letter-spacing: -.7px;
  white-space: nowrap;
  border-radius: 30px;
  justify-content: center;
  align-items: center;
  height: 48px;
  padding: 16px 24px 16px 32px;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-2:hover {
  background-color: var(--color-scheme-1--brand-black);
  border: 3px #000;
  border-radius: 30px;
}

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

.div-block-5.nav-button {
  background-color: var(--color-scheme-1--brand-black);
  border-radius: 15px;
  margin-left: 0;
  padding: 16px 22px 16px 26px;
  overflow: visible;
}

.div-block-5.nav-button.hero-button {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: var(--color-scheme-1--brand-black);
  color: var(--_primitives---colors--white);
}

.link-text {
  color: #f0f0f0;
  justify-content: center;
  align-items: center;
  font-size: 16px;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.section_header5 {
  position: relative;
}

.section_header5.text-color-white {
  border-radius: 0;
  margin: 2%;
}

.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-wrapper {
  z-index: 0;
  background-image: linear-gradient(#00000080, #00000080);
  border-radius: 15px;
  position: absolute;
  inset: 0%;
}

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

.section_header23 {
  color: var(--color-scheme-1--text);
  background-color: #f0f0f0;
  display: block;
}

.header23_component {
  margin-top: 5rem;
}

.caption-small-4 {
  letter-spacing: -.3px;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1rem;
}

.div-block-6 {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.image {
  width: 100%;
  height: 100%;
}

.section-small {
  background-color: var(--_primitives---colors--white);
  padding: 54px 5%;
  position: relative;
}

.logo-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  white-space: nowrap;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo-carousel-horizontal {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.logo-gradient-left {
  z-index: 1;
  background-image: linear-gradient(92deg, var(--_primitives---colors--white), #fff0);
  pointer-events: none;
  width: 200px;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-gradient-right {
  z-index: 1;
  background-image: linear-gradient(269deg, var(--_primitives---colors--white), #fff0);
  pointer-events: none;
  width: 200px;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.logo-carousel-content {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  display: flex;
}

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

.text-color-white-3 {
  color: var(--_primitives---colors--white);
  letter-spacing: -.5px;
  font-weight: 500;
}

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

.section_layout466 {
  position: relative;
}

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

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

.layout466_content-left {
  flex-direction: column;
  justify-content: flex-end;
  margin-top: 20rem;
  display: flex;
}

.layout466_content-right {
  flex-direction: column;
  height: 100%;
  display: flex;
}

.layout466_item-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  padding-top: .5rem;
  padding-bottom: .5rem;
}

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

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

.section_header113 {
  position: relative;
}

.section_header113.text-color-white {
  border-radius: 15px;
}

.header113_component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.header113_content-wrapper {
  z-index: 1;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  height: 100%;
  display: grid;
  position: relative;
}

.header113_content-left {
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
}

.header113_content-right {
  flex-direction: column;
  display: flex;
}

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

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

.navbar16_component {
  z-index: 4;
  border-bottom: 0px solid var(--color-scheme-1--background);
  background-color: var(--color-scheme-1--background);
  color: var(--color-scheme-1--text);
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
  position: fixed;
}

.navbar16_container {
  z-index: 1;
  grid-template-rows: auto;
  grid-template-columns: 1fr max-content 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar16_logo-link {
  z-index: 1;
  padding-left: 0;
}

.navbar16_wrapper {
  grid-column-gap: 1rem;
  flex-direction: row;
  align-items: center;
  display: flex;
}

.navbar16_menu {
  background-color: var(--color-scheme-1--brand-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  padding-left: 5%;
  padding-right: 5%;
  transition: height .5s;
  position: fixed;
  inset: 0% 0% auto;
  overflow: auto;
}

.navbar16_menu-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  height: 100%;
  padding-top: 4.5rem;
  display: flex;
  position: relative;
}

.navbar16_links-wrapper {
  color: var(--_primitives---colors--white);
  flex-direction: column;
  flex: 1;
  justify-content: center;
  font-size: 3.5rem;
  display: flex;
}

.navbar16_link {
  letter-spacing: -1px;
  margin-top: .5rem;
  margin-bottom: .5rem;
  padding: .5rem 0;
  font-weight: 500;
  line-height: 1.2;
  display: inline-block;
  position: static;
}

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

.navbar16_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex: none;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.navbar16_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-items: stretch;
  display: flex;
}

.navbar16_social-link {
  align-items: center;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.navbar16_menu-button {
  z-index: 1;
  padding: 0;
  position: relative;
}

.navbar16_menu-button.w--open {
  background-color: var(--_primitives---opacity--transparent);
}

.text-block-10, .text-block-11, .text-block-12 {
  color: #fff;
}

.text-block-13 {
  color: #000;
}

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

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

.pricing20_plan {
  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);
  padding: 2rem;
  overflow: hidden;
}

.pricing20_feature-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: grid;
}

.pricing20_feature {
  display: flex;
}

.pricing20_icon-wrapper {
  flex: none;
  align-self: flex-start;
  margin-right: 1rem;
}

.footer {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #f9f5eb;
  padding-top: 64px;
  padding-bottom: 32px;
  font-size: 16px;
  line-height: 150%;
  position: relative;
  overflow: hidden;
}

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

.main-container.static-container {
  position: static;
}

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

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

.brand-link {
  height: 40px;
}

.brand-navbar {
  height: 100%;
}

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

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

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

.label {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: .02em;
  text-transform: uppercase;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.label.opacity-50.footer {
  color: #fff;
  padding-bottom: 16px;
}

.label.hero {
  color: #fff;
}

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

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

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

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

.text-small {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.text-small.opacity-50 {
  color: var(--color-scheme-1--brand-white);
  font-weight: 400;
}

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

.success-message-newsletter {
  color: #f9f5eb;
  text-align: center;
  background-color: #16231b;
  border-radius: 8px;
  max-width: 400px;
}

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

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

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

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

.footer-link-2 {
  color: #fff;
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 400;
  line-height: 140%;
}

.footer-logo-big {
  width: 100%;
  margin-top: 100px;
  margin-bottom: 40px;
}

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

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

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

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

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

.social-link {
  opacity: .5;
  color: #fff;
  transition: opacity .2s;
}

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

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

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

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

.section.hero-home-a {
  z-index: 0;
  background-color: var(--_primitives---colors--white);
  color: #f9f5eb;
  justify-content: flex-start;
  align-items: flex-end;
  height: 95svh;
  margin: 1%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
  top: 0;
}

.section.faq {
  display: block;
}

.section.about-c-stacking-cards-sectiob {
  background-color: var(--color-scheme-1--brand-black);
  color: #f9f5eb;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section.scroll-features-section {
  overflow: clip;
}

.section.dark {
  background-color: var(--color-scheme-1--brand-black);
  color: #ddddd5;
  display: block;
}

.section.faq-wallpaper {
  background-color: var(--_primitives---colors--white);
  display: block;
}

.home-a-video {
  z-index: 1;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  padding-top: 97px;
  padding-bottom: 80px;
  display: flex;
  position: relative;
}

.home-a-hero-maser {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  margin-top: 2rem;
  display: flex;
}

.home-a-top-title {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  width: 100%;
  margin-top: 1rem;
  display: flex;
}

.home-a-logo-big {
  color: #3d3521;
  width: 100%;
}

.home-a-title-bottom-tikle {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

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

.heading-home-a {
  grid-column-gap: 8px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  max-width: 700px;
  display: flex;
}

.hide-3 {
  margin-bottom: -15px;
  padding-bottom: 15px;
  font-weight: 400;
  overflow: hidden;
}

.text-h2 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
}

.text-h2.serif.testimonial {
  color: var(--color-scheme-1--brand-black);
  text-align: center;
  letter-spacing: -.04em;
}

.text-h2.hero-text {
  color: var(--color-scheme-1--brand-white);
  font-weight: 500;
}

.text-h2.serif {
  color: #000;
  font-weight: 500;
}

.text-h2.serif.no-margins {
  color: #ebebeb;
  text-align: center;
  font-size: 56px;
  font-weight: 500;
}

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

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

.cta-main.light {
  color: #16231b;
  background-color: #f9f5eb;
}

.cta-main.blured {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff29;
  border-radius: 999px;
  padding-top: 12px;
  padding-bottom: 12px;
}

.cta-main.blured.secondary {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #f9f5eb;
  border-radius: 999px;
  padding-left: 20px;
  padding-right: 20px;
}

.cta-main.blured.secondary.nav-button {
  background-color: var(--color-scheme-1--brand-black);
}

.cta-main.accent {
  color: #15190d;
  background-color: #fbeeca;
}

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

.button-animation-hide.small {
  height: 18px;
}

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

.button-content-tile.small {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: space-between;
  align-items: center;
  height: 20px;
  line-height: 100%;
}

.home-a-overlay {
  background-color: var(--_primitives---colors--white);
  opacity: .4;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto;
}

.home-a-small-video {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  text-align: center;
  background-color: #ffffff29;
  border-radius: 8px;
  flex-flow: column;
  width: 300px;
  padding: 8px;
  display: flex;
  position: absolute;
  bottom: 24px;
  right: 24px;
  overflow: hidden;
}

.lightbox-home-a {
  background-image: none;
  background-position: 50%;
  background-size: cover;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160px;
  display: flex;
  overflow: hidden;
}

.home-a-play-button {
  border-radius: 100vw;
  width: 40px;
  height: 40px;
}

.navigation-2 {
  background-color: #0000;
  width: 100%;
  max-width: 1800px;
  padding: 32px 5%;
  display: block;
  position: fixed;
  top: 0;
}

.caption-small-5 {
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.1rem;
}

.caption-small-5.text-weight-medium {
  font-weight: 600;
}

.caption-small-5.text-weight-medium.text-color-tertiary {
  color: #fff;
}

.button-primary-large-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: var(--color-scheme-1--brand-black);
  color: var(--_primitives---colors--white);
  text-align: center;
  letter-spacing: -1px;
  white-space: nowrap;
  border-radius: 44px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px 16px 32px;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
  text-decoration: none;
  transition: background-color .3s;
  display: inline-flex;
}

.button-primary-large-3:hover {
  background-color: var(--color-scheme-1--brand-black);
}

.navbar-master {
  z-index: 999;
  border-bottom: 1px solid #0000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  margin-top: 2rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

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

.navbar.static-nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #00000054;
  border-radius: 999px;
  max-width: 1200px;
}

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

.nav-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-right: 1px #16231b29;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-right: 60px;
  display: flex;
}

.brand-link-navbar {
  height: 32px;
}

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

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

.menu-cta-mobile {
  display: none;
}

.menu-link {
  border-radius: 8px;
  padding: 4px 16px 4px 8px;
  font-size: 16px;
  font-weight: 500;
  line-height: 150%;
  transition: background-color .2s;
}

.menu-link:hover {
  background-color: #ece7d9;
}

.navigation-link-hover-wrap {
  color: var(--_primitives---colors--white);
  letter-spacing: -.02em;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 8px;
  display: flex;
}

.navigation-link-hover-wrap:hover {
  flex: 1;
}

.nav-link {
  color: var(--_primitives---colors--white);
  letter-spacing: -.01em;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
}

.nav-link.w--current {
  color: #fff;
}

.nav-link.text-neutral-02 {
  color: #9ea3bf;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
  text-decoration: none;
  transition-duration: .3s;
}

.nav-link.text-neutral-02:hover {
  color: #fff;
}

.menu-divider {
  display: none;
}

.dropdown-toggle {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  display: flex;
}

.dropdown-list {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0000;
}

.dropdown-list.w--open {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1800px;
  margin-top: 45px;
  padding-top: 50px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.mega-menu-wrap {
  transform-origin: 50% 0;
  background-color: #f9f5eb;
  width: 100%;
  padding-top: 32px;
  padding-bottom: 32px;
}

.mega-menu-halves {
  grid-column-gap: 120px;
  grid-row-gap: 120px;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1800px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
  display: flex;
}

.mega-menu-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1000px;
  display: flex;
}

.menu-column {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  flex-flow: column;
  flex: none;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.navigation-label-desktop {
  border: 1px solid #16231b29;
  border-radius: 24px;
  padding: 4px 16px;
}

.navigation-link-wrap {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  background-color: #f9f5eb;
  flex-flow: column;
  display: flex;
}

.navigation-label-mobile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: space-between;
  align-items: center;
  display: none;
}

.navigation-exand-icon-wrap {
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  display: flex;
  position: relative;
}

.navigation-icon-line-vertical {
  background-color: #16231b;
  width: 2px;
  height: 14px;
  position: absolute;
}

.navigation-icon-line-horizontal {
  background-color: #16231b;
  width: 14px;
  height: 2px;
}

.menu-links-wrap {
  overflow: hidden;
}

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

.multi-layout-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 16px 20px 16px 12px;
  transition: background-color .2s;
  display: flex;
}

.icon-multi-layout {
  width: 20px;
  height: 20px;
}

.multi-layout-right {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

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

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

.text-body.semibold {
  color: #07171f;
  font-weight: 500;
}

.text-body.opacity-50 {
  color: var(--color-scheme-1--brand-black);
}

.multi-layout-link-wrap {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.link-multi-layout {
  color: #16231b99;
  font-size: 14px;
  line-height: 150%;
}

.link-multi-layout:hover {
  color: #16231b;
  text-decoration: underline;
}

.megs-menu-right {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.menu-page-wrap {
  background-color: #ece7d9;
  border-radius: 8px;
  justify-content: space-between;
  align-items: flex-end;
  width: 304px;
  height: 180px;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
  display: flex;
}

.menu-page-image {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
  width: 100%;
}

.menu-page-bottom-tile {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.nav-dropdown-list.w--open {
  z-index: 10043;
  background-color: #0000;
  margin-top: 0;
  padding-top: 24px;
}

.dropdown-list-inner {
  transform-origin: 50% 0;
  background-color: #f9f5eb;
  border: 1px solid #16231b29;
  border-radius: 8px;
  padding: 24px;
}

.menu-bottom-tile {
  display: none;
}

.nav-right {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-left: 0 #16231b29;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  padding-left: 50px;
  display: flex;
}

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

.menu-cta-wrap.desktop {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
}

.cta-small {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--color-scheme-1--brand-black);
  background-color: #f9f5eb;
  border-radius: 20px;
  justify-content: space-between;
  align-items: center;
  height: 44px;
  padding: 14px 20px 14px 24px;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
  display: flex;
}

.navbar-bottom-line {
  z-index: 999;
  background-color: #16231b29;
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% -1px;
}

.text-block-14 {
  letter-spacing: -.02em;
  font-weight: 500;
}

.text-block-15 {
  letter-spacing: -.02em;
  font-size: 16px;
}

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

.background-video {
  justify-content: space-between;
  height: 100%;
  padding-top: 97px;
  padding-bottom: 80px;
  display: flex;
}

.div-block-7 {
  background-image: linear-gradient(#0000, #0000), linear-gradient(#000000c7, #000000c7), url('../images/Minimalist-Circular-Platforms.png');
  background-position: 0 0, 0 0, 50% 100%;
  background-size: auto, auto, cover;
  background-attachment: scroll, scroll, scroll;
  border-radius: 20px;
  height: 100%;
  padding-top: 97px;
  padding-bottom: 80px;
}

.text-block-16 {
  color: var(--color-scheme-1--background);
  letter-spacing: -.03em;
  font-family: Satoshi, Arial, sans-serif;
  font-weight: 500;
}

.text-block-16.footertext {
  color: var(--color-scheme-1--brand-black);
}

.button-hover-text {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02px;
  font-weight: 500;
}

.text-block-17 {
  letter-spacing: -.03em;
  font-weight: 500;
}

.divider-top-text {
  transform-origin: 0%;
  background-color: #f9f5eb;
  width: 100%;
  height: 1px;
  margin-bottom: 24px;
}

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

.top-text {
  color: #f9f5eb;
  letter-spacing: -.02em;
  text-transform: uppercase;
  font-size: 2rem;
  font-weight: 500;
  line-height: 110%;
}

.expandable-master {
  z-index: 1;
  flex-direction: column;
  align-items: stretch;
  display: flex;
  position: relative;
}

.expandable-single {
  cursor: pointer;
  border-top: 1px solid #f9f5eb;
  padding-top: 40px;
  padding-bottom: 40px;
}

.expandable-single.last-expandable {
  border-top-color: #f9f5eb;
  border-bottom: 1px solid #f9f5eb;
}

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

.faq-animated-box {
  background-color: #f3f1ef00;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
  position: relative;
}

.faq-horizontal {
  color: #f9f5eb;
  background-color: #e6e0c6;
  width: 24px;
  height: 2px;
}

.faq-vertical {
  color: #f9f5eb;
  background-color: #e6e0c6;
  width: 2px;
  height: 24px;
  position: absolute;
}

.text-heading-faq {
  color: #f9f5eb;
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 32px;
  font-weight: 500;
  line-height: 125%;
  display: flex;
}

.expandable-bottom {
  transform-origin: 50% 0;
  flex-direction: column;
  align-items: flex-start;
  width: 80%;
  padding-left: 0;
  display: flex;
}

.faq-paragraph {
  color: #000;
  letter-spacing: -.02em;
  margin-bottom: 0;
  padding-top: 28px;
  font-size: 24px;
  line-height: 124%;
}

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

.flex-cta-right.mg-top-24 {
  margin-top: 24px;
}

.link-arrow {
  justify-content: flex-start;
  align-items: center;
  font-size: 18px;
  text-decoration: none;
  display: flex;
}

.icon-arrow-link {
  width: 6px;
  margin-right: 6px;
}

.text-link-arrow {
  color: var(--color-scheme-1--brand-white);
  line-height: 111%;
}

.icon-arrow-link-right {
  opacity: 0;
  width: 6px;
}

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

.section-divider.home-b-faq {
  margin-bottom: 120px;
}

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

.faq-halves {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  place-items: start stretch;
  width: 100%;
}

.heading-faq {
  max-width: 500px;
}

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

.text-h0 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.03em;
  font-size: 52px;
  font-weight: 500;
  line-height: 93%;
}

.faq-block {
  border-top: 1px solid #16231b29;
}

.text-h5 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.03em;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 24px;
  font-weight: 500;
  line-height: 116.6%;
}

.text-h5.gyik {
  color: var(--color-scheme-1--brand-black);
}

.text-block-18 {
  color: var(--color-scheme-1--brand-white);
  letter-spacing: -.02px;
  font-weight: 500;
}

.stacking-list {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1088px;
  height: 2500px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

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

.stacking-card._1 {
  background-image: url('../images/MacBook-01_1.jpg');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 10px;
}

.stacking-card._2 {
  background-image: url('../images/MacBook-01_1.avif');
  margin-bottom: -40px;
  top: 180px;
}

.stacking-card._3 {
  background-image: url('../images/MacBook-01_1.jpg');
  margin-bottom: -80px;
  top: 240px;
}

.stacking-card-text-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #16231b;
  background-color: #f9f5eb;
  border-radius: 8px;
  flex-flow: column;
  padding: 26px 24px;
  display: flex;
}

.text-h4 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  font-size: 28px;
  font-weight: 400;
  line-height: 100%;
}

.text-h4.about-us-text {
  font-weight: 400;
}

.section-birkform-general {
  color: #000;
  background-color: #0d0d0d;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 124%;
}

.list-project-sticky {
  margin-top: 3rem;
  position: relative;
}

.item-project-sticky {
  color: #fff;
  cursor: none;
  background-color: #000;
  height: 100vh;
  position: relative;
  top: 0;
  overflow: hidden;
}

.background-project-sticky {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.background-project-sticky.mmdental {
  background-image: url('../images/MacBook-01_1.avif');
}

.background-project-sticky.rawcoon {
  background-image: none;
}

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

.image-project-sticky.mobile {
  display: none;
}

.overlay-project-sticky {
  background-image: linear-gradient(#00000047, #00000047);
  position: absolute;
  inset: 0%;
}

.overlay-project-sticky.rawcoon {
  background-image: linear-gradient(#000000b5, #00000085 33%, #0000004d 44%, #0000), url('../images/rawcoon.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

.overlay-project-sticky.lead2termin {
  background-image: linear-gradient(#000000b5, #00000085 33%, #0000004d 44%, #0000), url('../images/lead2termin.jpg');
}

.content-project-sticky {
  z-index: 10;
  color: #fff;
  cursor: none;
  padding-top: 0;
  text-decoration: none;
  position: absolute;
  inset: 0%;
}

.top-project-sticky {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
  position: absolute;
  inset: auto auto 10% 5%;
}

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

.cursor-wrap-project-wide {
  z-index: 1;
  cursor: none;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cursor-general {
  z-index: 30;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  color: #fffdfa;
  text-transform: uppercase;
  background-color: #0000002b;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  margin: auto;
  font-size: 14px;
  font-weight: 700;
  line-height: 18px;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.icon-arrow-coursor {
  height: 32px;
}

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

.banner15_component {
  justify-content: flex-end;
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner15_inner-wrapper {
  justify-content: flex-end;
  display: flex;
}

.banner15_marquee {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-around;
  align-items: center;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: grid;
}

.banner15_heading-wrapper {
  white-space: nowrap;
  justify-content: center;
  align-items: center;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.banner15_image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: var(--_ui-styles---radius--medium);
  object-fit: cover;
  background-image: linear-gradient(#00000080, #00000080);
  justify-content: center;
  align-items: center;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.banner15_image-wrapper.hide-tablet {
  background-image: none;
}

.banner15_image {
  aspect-ratio: 3 / 2;
  object-fit: cover;
  width: 100%;
  height: 100%;
  max-height: 6rem;
}

.section_banner11 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  position: relative;
}

.banner11_component {
  border-bottom: 1px none var(--border-color--border-primary\<deleted\|relume-variable-border-color-1\>);
  width: 100vw;
  max-width: 100%;
  display: flex;
  overflow: hidden;
}

.banner11_wrapper {
  width: 200vw;
  display: flex;
}

.banner11_marquee {
  justify-content: space-around;
  align-items: center;
  width: 100vw;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: flex;
}

.banner11_text-wrapper {
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.banner11_text {
  font-size: 1.25rem;
  font-weight: 700;
}

.hero-gradient {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  pointer-events: none;
  width: 100%;
  height: 1069px;
  position: absolute;
  inset: 0% 0% auto;
}

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

.heading-scroll-features {
  max-width: 640px;
}

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

.track {
  z-index: 2;
  height: 200vw;
  margin-top: -20vh;
  margin-bottom: -30vh;
  padding-bottom: 10vh;
  position: relative;
}

.camera {
  width: 99vw;
  height: 100vh;
  position: sticky;
  top: 0;
}

.frame {
  align-items: center;
  width: 100%;
  height: 100%;
  padding-left: 5vh;
  display: flex;
}

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

.scroll-feature-card {
  background-color: #2c2c2c;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 30vw;
  height: 528px;
  padding: 40px;
  display: flex;
}

.scroll-feature-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

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

.text-h3 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

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

.text-big._404-heading {
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 8px;
  display: flex;
}

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

.limit-518 {
  width: 100%;
  max-width: 518px;
}

.h2-fade-out-light {
  color: #fff;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.5rem;
  font-weight: 500;
  line-height: 1.1;
}

.fade-in-white {
  color: #ddddd5;
}

.master-process-center {
  grid-row-gap: 48px;
  flex-direction: column;
  width: 100%;
  max-width: 894px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.tile-dark-with-dots {
  grid-row-gap: 24px;
  background-color: #222221;
  border-radius: 12px;
  flex-direction: column;
  align-items: flex-start;
  padding: 48px 24px;
  display: flex;
  position: relative;
}

.tile-dark-with-dots.process-center-tile {
  grid-row-gap: 100px;
  padding: 64px;
  position: sticky;
  top: 120px;
}

.tile-dark-with-dots.process-center-tile.first-tile, .tile-dark-with-dots.process-center-tile.secon-tile, .tile-dark-with-dots.process-center-tile.third-tile {
  background-color: #222220;
}

.dot-dark-tile {
  background-color: #ddddd54d;
  border-radius: 50%;
  width: 16px;
  height: 16px;
}

.dot-dark-tile.top-left {
  position: absolute;
  inset: 16px auto auto 16px;
}

.dot-dark-tile.bottom-left {
  position: absolute;
  inset: auto auto 16px 16px;
}

.dot-dark-tile.top-right {
  position: absolute;
  inset: 16px 16px auto auto;
}

.dot-dark-tile.bottom-right {
  position: absolute;
  inset: auto 16px 16px auto;
}

.text-process-number {
  color: #ddddd533;
  font-size: 120px;
  font-weight: 500;
  line-height: 100%;
}

.text-process-number.steps {
  color: #000;
  font-size: 2.5rem;
}

.bottom-process-tille {
  grid-row-gap: 24px;
  flex-direction: column;
  display: flex;
}

.divider-process-center {
  background-color: #ddddd5;
  width: 100%;
  height: 1px;
}

.h3-heading-4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 30px;
  font-weight: 500;
  line-height: 125%;
}

.headline-home-a-testimonials {
  margin-bottom: 120px;
}

.master-marquee-testimonials {
  overflow: hidden;
}

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

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

.testimonial-small-card {
  background-color: #f6f6f2;
  border-radius: 16px;
  flex-flow: column;
  flex: none;
  justify-content: space-between;
  align-items: flex-start;
  width: 416px;
  height: 416px;
  padding: 40px;
  display: flex;
}

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

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

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

.grid-sticky-services {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
}

.master-left-sticky-services {
  flex-direction: column;
  align-items: flex-start;
  position: relative;
}

.sticky-left-services {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  max-width: 550px;
  display: flex;
  position: sticky;
  top: 80px;
}

.h2-heading {
  color: #fff;
  letter-spacing: -.03em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 100%;
}

.paragraph-big {
  color: #000;
  margin-top: 1rem;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

.paragraph-big.coma-divider {
  margin-right: 4px;
}

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

.flex-cta-left.mg-top-16 {
  margin-top: 16px;
}

.line-link-block {
  text-transform: uppercase;
  font-size: 20px;
  line-height: 100%;
  text-decoration: none;
}

.line-link-block.white-link {
  color: #e9e4e1;
}

.text-big-underline {
  font-size: 18px;
  line-height: 28px;
}

.underline-link-master {
  background-color: #1414144d;
  height: 2px;
  margin-top: 6px;
  padding: 0;
}

.underline-link-master.white-underline {
  background-color: #e9e4e14d;
}

.underline-link-fill {
  background-color: #141414;
  width: 0%;
  height: 100%;
}

.underline-link-fill.white-fill {
  background-color: #e9e4e1;
}

.right-services {
  width: 100%;
  max-width: 550px;
}

.single-sticky-service {
  grid-row-gap: 64px;
  flex-direction: column;
  padding-bottom: 64px;
  display: flex;
}

.divider-sticky-service {
  transform-origin: 0%;
  background-color: #666;
  width: 100%;
  height: 3px;
}

.content-sticky-service {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.icon-sticky-service {
  color: #000;
  object-fit: contain;
  width: 48px;
  height: 48px;
  margin-bottom: 24px;
}

.paragraph-mega {
  font-size: 22px;
  line-height: 135%;
}

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

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

.cta-main-2.accent {
  color: #15190d;
  background-color: #fbeeca;
}

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

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

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

.text-h6.wide {
  font-family: var(--_typography---font-styles--body);
  text-transform: uppercase;
  font-weight: 500;
}

.tab-menu-pricing {
  background-color: #eaece4;
  border-radius: 32px;
  margin-bottom: 64px;
  padding: 2px;
}

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

.plan-button-wrap {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-direction: column;
  margin-top: -8px;
  display: flex;
}

.tabs-content-pricing {
  width: 100%;
  overflow: visible;
}

.pricing-tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-bottom: 0;
  display: flex;
}

.tab-link-pricing {
  background-color: #0000;
  border-radius: 32px;
  padding: 4px 16px;
  display: none;
}

.tab-link-pricing.w--current {
  background-color: #fff;
}

.text-h1 {
  z-index: 1;
  color: var(--_primitives---colors--white);
  letter-spacing: -.04em;
  font-size: 52px;
  font-weight: 500;
  line-height: 94.4%;
}

.text-h1.serif {
  color: #000;
  font-weight: 500;
}

.text-h1.pricing-headline {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.03em;
  font-weight: 500;
}

.check-icon-wrap {
  color: #15190d99;
  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;
}

.check-icon-wrap.last-plan-icon {
  color: #d4fd80;
  background-color: #fffdf652;
}

.pricing-card {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: left;
  background-color: #f6f6f6;
  border-radius: 16px;
  flex-direction: column;
  height: 100%;
  padding: 40px;
  transition: all .3s;
  display: flex;
}

.pricing-card:hover {
  transform: scale(1.05);
}

.pricing-card.last {
  background-color: var(--color-scheme-1--brand-black);
  color: #fff;
}

.pricing-card.last-plan {
  color: #fffdf6;
  background-color: #1f1915;
}

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

.section-2 {
  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-2.paddings-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

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

.plan-header {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

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

.label-2 {
  color: var(--color-scheme-1--background);
  letter-spacing: .02em;
  text-transform: uppercase;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.label-2.text-semi-dark {
  color: var(--color-scheme-1--text);
}

.label-2.taglines {
  color: #000;
}

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

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

.section-divider-2.plan-divider {
  border-bottom-style: solid;
  border-bottom-color: #15190d29;
}

.section-divider-2.plan-divider.semi-light-divider-plan {
  border-bottom-color: #ffffff29;
}

.section-divider-2.plan-divider-2 {
  border-bottom-style: solid;
  border-bottom-color: #15190d29;
  margin-bottom: 16px;
}

.section-divider-2.plan-divider-2.semi-light-divider-plan {
  border-bottom-color: #ffffff29;
}

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

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

.check-list {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  display: flex;
}

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

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

.icon-plan {
  width: 20px;
}

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

.text-block-19 {
  letter-spacing: -.02em;
  font-weight: 500;
}

.text-block-20 {
  letter-spacing: -.02px;
  font-weight: 500;
}

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

.text-span-2 {
  letter-spacing: 0;
  font-weight: 500;
}

.text-block-21 {
  font-weight: 500;
}

.section_layout484 {
  color: #000;
  background-color: #171717;
  display: none;
}

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

.layout484_text {
  color: #f6f6f2;
  text-align: center;
  letter-spacing: -2px;
  font-weight: 400;
}

.layout484_split-text {
  display: none;
}

.section-3 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

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

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

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

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

.label-master.dark {
  background-color: var(--_primitives---colors--white);
  color: #ddddd5;
  border-style: none;
  padding: 8px 0;
  display: block;
}

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

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

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

.feature-icon-wrap {
  width: 64px;
  height: 64px;
  overflow: hidden;
}

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

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

.section-4 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: none;
  position: relative;
}

.section-4.about-c-stacking-cards-sectiob {
  background-color: var(--color-scheme-1--brand-black);
  color: #f9f5eb;
  padding-top: 120px;
  padding-bottom: 120px;
  display: block;
}

.text-small-3 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 142%;
}

.section-hero-4 {
  color: #000;
  padding-top: 64px;
  padding-bottom: 40px;
  font-size: 20px;
  font-weight: 500;
  overflow: hidden;
}

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

.h1-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 90px;
  font-weight: 600;
  line-height: 110%;
}

.limit-subtitle-about-a {
  max-width: 400px;
}

.container-marquee-about-a {
  width: 100%;
  margin-top: 64px;
  margin-bottom: 80px;
}

.about-a-marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.item-about-a-marquee {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee-image-wrap-about-a {
  border-radius: 32px;
  flex: none;
  width: 100%;
  max-width: 736px;
  height: 523px;
  margin-left: 16px;
  margin-right: 16px;
}

.image-about-a-marquee {
  z-index: 1;
  object-fit: cover;
  border-radius: 24px;
  width: 100%;
  height: 100%;
}

.marquee-mask-top {
  z-index: 1;
  background-image: none;
  background-position: 50% 100%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 109px;
  position: absolute;
  inset: -56px 0% auto;
}

.marquee-mask-bottom {
  z-index: 1;
  background-image: none;
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  height: 109px;
  position: absolute;
  inset: auto 0% -56px;
}

.image-2 {
  border-radius: 15px;
}

.section-5 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

.section-5.hero-about-a {
  padding-top: 140px;
  padding-bottom: 0;
  overflow: hidden;
}

.section-5.about-a-about-section {
  padding-top: 120px;
  padding-bottom: 120px;
}

.headline-hero-about-a {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 864px;
  margin-bottom: 64px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.container-marquee {
  overflow: hidden;
}

.home-b-marquee {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.home-b-marquee-item {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-b-marquee-image-wrap {
  flex: none;
  height: 550px;
  margin-left: 18px;
  margin-right: 18px;
}

.home-b-marquee-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.about-text-image {
  border-radius: 32px;
  width: 72px;
  height: 32px;
  overflow: hidden;
}

.text-block-22, .text-block-23 {
  font-weight: 400;
}

.section-6 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

.section-6.pricing-logos-section {
  background-color: var(--_primitives---colors--white);
  padding-top: 0;
  padding-bottom: 0;
}

.text-small-4 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 142%;
}

.text-small-4.opacity-50 {
  color: var(--color-scheme-1--brand-white);
  font-weight: 400;
}

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

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

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

.headline-pricing-logos {
  justify-content: center;
  align-items: center;
  margin-bottom: 48px;
  display: flex;
}

.logo-master {
  grid-column-gap: 36px;
  grid-row-gap: 36px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

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

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

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

.marquee-logo {
  height: 28px;
}

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

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

.innovators-halves {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr;
}

.innovators-right {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  display: flex;
}

.home-b-feature-grid {
  grid-column-gap: 24px;
  grid-row-gap: 64px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.home-b-feature {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-left: 1px solid #02012029;
  flex-flow: column;
  padding-left: 32px;
  display: flex;
}

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

.master-services-list {
  flex-flow: column;
  display: flex;
}

.single-service-list {
  border-bottom: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  padding-bottom: 32px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.left-service-list {
  z-index: 10;
  justify-content: flex-start;
  align-items: center;
  width: 75%;
  display: flex;
  position: relative;
}

.text-number-service {
  width: 25%;
  font-size: 44px;
  font-weight: 500;
  line-height: 121%;
}

.text-service-name {
  font-size: 44px;
  font-weight: 500;
  line-height: 121%;
}

.wrap-icon-service-list {
  z-index: 10;
  margin-right: 24px;
  position: relative;
  overflow: hidden;
}

.fill-service-list {
  z-index: 1;
  transform-origin: 50% 0;
  background-color: #000;
  height: 0%;
  position: absolute;
  inset: 0% 0% auto;
}

.section-9 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

.section-9.features-blur-section {
  background-color: #ece7d9;
  padding-top: 160px;
  padding-bottom: 200px;
}

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

.title-wrap-features {
  z-index: 2;
  position: relative;
}

.features-dropdown-master {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 1130px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.dropdown-feature {
  z-index: 3;
  margin-left: 0;
  margin-right: 0;
  padding: 8px;
  position: relative;
}

.dropdown-toggle-feature {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  cursor: pointer;
  justify-content: space-between;
  align-items: flex-end;
  padding: 0;
  display: flex;
  position: relative;
}

.dropdown-toggle-feature.w--open {
  z-index: 3;
}

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

.dropdown-feature-image {
  z-index: 1;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.dropdown-feature-image._1 {
  background-image: url('../images/MacBook-01_1.jpg');
  background-position: 50%;
  background-size: auto;
  margin-bottom: 10px;
}

.dropdown-feature-image._2 {
  background-image: url('../images/MacBook-01_1.avif');
  margin-bottom: -40px;
  top: 180px;
}

.dropdown-feature-image._3 {
  background-image: url('../images/MacBook-01_1.jpg');
  margin-bottom: -80px;
  top: 240px;
}

.feature-image-overlay {
  background-color: #16231b99;
  position: absolute;
  inset: 0%;
}

.wrap-hero-2 {
  padding-bottom: 120px;
}

.section-10 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

.section-10.home-b-hero {
  background-color: #ede8e2;
  padding-top: 120px;
  padding-bottom: 264px;
  overflow: clip;
}

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

.rating {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  background-color: #ffffff29;
  border-radius: 24px;
  justify-content: flex-start;
  align-items: center;
  padding: 4px 12px 4px 4px;
  display: flex;
}

.rating-icon-wrap {
  background-color: #ffffff29;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.rating-icon-wrap.dark {
  background-color: var(--_primitives---colors--white);
  color: #ddddd5;
  border-style: solid;
  padding: 8px 12px;
  display: block;
}

.home-b-heading {
  max-width: 553px;
}

.home-b-button-wrap {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

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

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

.cta-booking:hover {
  color: #fff;
  background-color: #17181c;
}

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

.marquee-property {
  z-index: 2;
  margin-top: -200px;
  position: relative;
  overflow: hidden;
}

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

.property-marquee {
  flex: none;
}

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

.property-marquee-item {
  flex: none;
  width: 416px;
}

.property-card {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.property-image-wrap {
  height: 360px;
  position: relative;
  overflow: hidden;
}

.property-absolute-category {
  z-index: 10;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #fff;
  background-color: #0006;
  padding: 4px 8px;
  position: absolute;
  top: 12px;
}

.slider-preview {
  background-color: #0000;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.slider-gallery-image {
  width: 100%;
  height: 100%;
}

.slider-preview-button {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #17181c;
  background-color: #fffc;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
}

.slider-preview-button.left {
  display: none;
  right: 72px;
}

.slider-preview-button.right {
  margin-left: auto;
  display: none;
}

.property-slider-arrow {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.property-card-bottom-tile {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.property-card-room-info {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  height: 24px;
  display: flex;
}

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

.icon-property-card {
  width: 16px;
}

.property-info-text {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  display: flex;
}

.property-card-bottom {
  height: 24px;
  overflow: hidden;
}

.property-price-and-location {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
}

.section-11 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

.section-11.home-b-slider {
  color: #fff;
  background-color: #17181c;
  background-image: none;
  background-position: 0 0;
  background-size: cover;
  padding-top: 96px;
  padding-bottom: 120px;
  overflow: hidden;
}

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

.heading-slider-home-b {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  display: flex;
}

.slider-property-home-b {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.mask-property-home-b {
  width: 50%;
  margin-left: auto;
  margin-right: auto;
  overflow: visible;
}

.slide-property-home-b {
  padding-left: 16px;
  padding-right: 16px;
  position: static;
}

.slider-big-card {
  height: 504px;
  position: relative;
  overflow: hidden;
}

.property-image-medium {
  height: 394px;
}

.property-absolute-info {
  z-index: 2;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.preview-link-white {
  color: #fff;
  text-decoration: underline;
}

.property-card-overlay {
  z-index: 1;
  background-image: linear-gradient(0deg, #000, #0000);
  width: 100%;
  height: 160px;
  position: absolute;
  inset: auto 0% -16px;
}

.slider-button-home-b {
  color: #17181c;
  background-color: #f6f6f2;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.slider-button-home-b.previous {
  margin-left: 5%;
}

.slider-button-home-b.next {
  margin-right: 5%;
}

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

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

.section-13 {
  z-index: 1;
  background-color: var(--color-scheme-1--brand-black);
  color: #16231b;
  padding-top: 120px;
  padding-bottom: 120px;
  font-size: 16px;
  display: block;
  position: relative;
}

.section-13.home-b-features-section {
  padding-bottom: 120px;
}

.headline-home-b-features {
  text-align: center;
  max-width: 864px;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
}

.home-b-features-halves {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  border-radius: 16px;
  grid-template-rows: auto;
  width: 100%;
  height: 640px;
  position: sticky;
  top: 175px;
  overflow: hidden;
}

.home-b-features-halves.feature-2 {
  margin-top: 2rem;
  position: sticky;
  top: 0;
}

.home-b-features-halves.feature-3 {
  top: 0;
}

.home-b-features-left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: #eaece4;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 64px;
  display: flex;
}

.home-b-features-top-tile {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.home-b-subheading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.home-b-features-grid {
  width: 100%;
}

.home-b-feature-tile {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.icon-home-b-feature {
  width: 24px;
  height: 24px;
}

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

.headline-features {
  margin-bottom: 80px;
}

.text-h3-3 {
  color: #fff;
  letter-spacing: -.02em;
  font-size: 40px;
  font-weight: 500;
  line-height: 110%;
}

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

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

.feature-big-icon-wrap {
  background-color: #0000;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  display: flex;
  overflow: hidden;
}

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

.designing-icon {
  background-color: #fff;
  width: 300px;
  height: 300px;
}

.lottie-animation {
  width: 72px;
  height: 72px;
}

.lottie-animation.unique-icon {
  width: 74px;
  height: 74px;
}

.lottie-animation.custom {
  width: 64px;
  height: 64px;
}

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

.title-wrap {
  text-align: center;
  max-width: 700px;
  margin-bottom: 120px;
  margin-left: auto;
  margin-right: auto;
}

.span-accent-1 {
  color: #424bd1;
}

.space-40 {
  height: 40px;
}

.roadmap-master {
  height: 400vh;
  position: relative;
}

.roadmap-sticky {
  position: sticky;
  top: 92px;
}

.roadmap-background {
  background-color: #222220;
  border-radius: 18px;
  height: 80vh;
  position: relative;
  overflow: hidden;
}

.roadmap-background-grid {
  z-index: 1;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr 1px 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: absolute;
  inset: 0%;
}

.week-text {
  color: #c6c6c6;
  text-align: center;
  width: 100%;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.roadmap-background-divider {
  background-color: var(--color-scheme-1--brand-black);
  width: 1px;
  height: 100%;
}

.roadmap-foreground {
  z-index: 10;
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: .7fr 1fr 1.2fr .9fr;
  grid-auto-columns: 1fr;
  padding: 80px 24px 40px;
  display: grid;
  position: absolute;
  inset: 0%;
}

.roadmap-stage-master {
  color: #fff;
  text-align: center;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-weight: 700;
  display: flex;
  position: relative;
}

.roadmap-stage-master.ideation, .roadmap-stage-master.design {
  background-color: var(--color-scheme-1--foreground);
  width: 120%;
}

.roadmap-stage-master.develop, .roadmap-stage-master.test {
  background-color: var(--color-scheme-1--foreground);
}

.stage-name {
  z-index: 5;
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  font-weight: 500;
  position: relative;
}

.roadmap-fill-overflow {
  border-radius: 18px;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.roadmap-stage-fill {
  width: 30%;
  position: absolute;
  inset: 0%;
}

.roadmap-stage-fill.ideation-fill, .roadmap-stage-fill.design-fill, .roadmap-stage-fill.develop-fill, .roadmap-stage-fill.test-fill {
  background-color: #dadada;
}

.roadmap-info-tile {
  z-index: 100;
  grid-row-gap: 12px;
  color: #131313;
  text-align: left;
  background-color: #fff;
  border: 1px solid #f0f0f0;
  border-radius: 18px;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  min-width: 460px;
  padding: 32px;
  display: flex;
  position: absolute;
  inset: 110% auto auto 0%;
}

.roadmap-info-tile.development-tile {
  inset: auto auto 110% 0%;
}

.roadmap-info-tile.test-tile {
  inset: auto 0% 110% auto;
}

.roadmap-paragraph {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-weight: 400;
}

.text-block-24, .text-block-25, .text-block-26 {
  letter-spacing: -.02em;
  font-weight: 500;
}

.text-block-27 {
  font-weight: 500;
}

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

.section-16.testimonials-1 {
  overflow: clip;
}

.section-16.cta-section {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.section-16.paddings-120 {
  padding-top: 120px;
  padding-bottom: 120px;
}

.headline-testimonials {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-end;
  margin-bottom: 80px;
  padding-right: 144px;
  display: flex;
}

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

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

.button-center-aligned {
  justify-content: center;
  align-items: center;
  min-height: 48px;
  display: flex;
}

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

.mask-card {
  width: 340px;
  overflow: visible;
}

.slide-card {
  margin-right: 12px;
}

.card-testimonial {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: var(--color-scheme-1--foreground);
  border-radius: 12px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 340px;
  height: 416px;
  padding: 24px;
  display: flex;
}

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

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

.text-h7 {
  color: var(--color-scheme-1--brand-black);
  letter-spacing: -.02em;
  font-size: 18px;
  font-weight: 400;
  line-height: 125%;
}

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

.testimonial-card-author {
  border-radius: 0;
  width: 52px;
  height: 52px;
  overflow: hidden;
}

.testimonial-card-author-text {
  flex-flow: column;
  display: flex;
}

.slider-button-features {
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  color: #1f1915;
  background-color: #fffdf629;
  border: 1px solid #1f191529;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: transform .2s;
  display: flex;
  inset: -112px 0% auto auto;
}

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

.slider-button-features.longer {
  display: flex;
  top: -128px;
}

.slider-button-features.longer.prev {
  right: 3.5%;
}

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

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

.icon-team-slider.next {
  margin-right: 5%;
}

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

.list-projects, .master-project-item {
  grid-row-gap: 80px;
  flex-direction: column;
  display: flex;
}

.grid-project-item {
  grid-column-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: .31fr .69fr;
}

.left-project-item {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.wrap-project-number {
  grid-column-gap: 4px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.number-project-big {
  font-size: 32px;
  line-height: 100%;
}

.number-project-total {
  opacity: .5;
  font-size: 24px;
  line-height: 100%;
}

.bottom-left-project-item {
  grid-row-gap: 24px;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.text-project-name-grid {
  text-transform: uppercase;
  font-size: 44px;
  line-height: 115%;
}

.wrap-project-details-grid {
  opacity: .85;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.wrap-project-image {
  cursor: none;
  height: 560px;
  display: block;
  position: relative;
  overflow: hidden;
}

.master-block-reveal {
  height: 100%;
  position: relative;
}

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

.inside-block-reveal {
  transform-origin: 50% 100%;
  background-color: #f7f2e2;
  display: none;
  position: absolute;
  inset: 0%;
}

.master-cursor {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.circle-cursor {
  background-color: #272621;
  border-radius: 50%;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
}

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

.line-horizontal {
  transform-origin: 0%;
  background-color: #272621;
  width: 100%;
  height: 1px;
}

.cta-master {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #000;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding: 160px 24px;
  display: flex;
}

.cta-top-tile {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 6rem;
  display: flex;
}

.limit-cta-paragraph {
  max-width: 450px;
}

.text-block-28 {
  letter-spacing: -.02em;
  font-weight: 400;
}

.image-mobile {
  display: none;
}

.icon-4, .icon-5 {
  color: #fff;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

.italic {
  font-style: italic;
}

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

.testimonial-video {
  border-radius: 8px;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.video-cover {
  z-index: 1;
  width: 100%;
  height: 100%;
}

.testimonial-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  color: #fff;
  background-image: none;
  background-position: 100% 100%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 8px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  min-height: 560px;
  padding: 40px;
  display: flex;
  position: relative;
}

.testimonial-card.white-card {
  color: #07171f;
  background-image: none;
}

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

.testimonial-info {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: row;
  display: flex;
  position: relative;
}

.testimonial-author {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  display: flex;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: hidden;
}

.testimonial-card-bg {
  background-color: var(--color-scheme-1--foreground);
  border-radius: 12px;
  width: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.testimonial-card-bg.light {
  background-color: var(--color-scheme-1--foreground);
  color: #16231b;
  border-radius: 12px;
}

.div-block-8 {
  flex-flow: column;
  display: flex;
}

.code-embed-2 {
  width: 100%;
}

.footer-section-3 {
  z-index: 999;
  background-color: #000;
  padding: 160px 30px 32px;
  position: relative;
}

.container-19 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.footer-top-2 {
  z-index: 2;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

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

.footer-brand {
  text-decoration: none;
}

.footer-logo-2 {
  display: inline-block;
}

.footer-text-wrapper {
  align-items: center;
  display: flex;
}

.footer-border {
  background-color: #e6e8ec;
  width: 1px;
  height: 24px;
  margin-left: 10px;
  margin-right: 32px;
}

.body-text-37 {
  color: #9ea3bf;
  white-space: pre-wrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.body-text-37.footer-text {
  color: #9ea3bf;
  white-space: pre-wrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.body-text-37.footer-copyright {
  color: #9ea3bf;
  white-space: pre-wrap;
  word-break: keep-all;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 180%;
}

.footer-menu {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.footer-bottom-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.footer-bottom-left {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  align-items: center;
  display: flex;
}

.footer-social-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

.footer-social-icon {
  text-decoration: none;
  display: inline-block;
}

.bg-shape-footer {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.image-4 {
  border-radius: 15px;
}

.faq-section-3 {
  background-color: #000;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-38 {
  max-width: 1220px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
}

.faq-inner {
  grid-column-gap: 54px;
  grid-row-gap: 54px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.faq-section-heading {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  max-width: 664px;
  display: flex;
}

.badge {
  color: #e0e0e0;
  border: 1px solid #ffffff1a;
  border-radius: 100px;
  padding: 4px 14px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1.7em;
  display: inline-block;
}

.badge-text {
  color: #e0e0e0;
  -webkit-text-fill-color: transparent;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #ffbec1, #5866f9);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.7em;
}

.heading-two-2 {
  color: #e0e0e0;
  letter-spacing: -.025em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 42px;
  font-weight: 400;
  line-height: 1.3em;
}

.heading-two-2.reviews-title-content-heading {
  color: #ebebeb;
  text-align: center;
  letter-spacing: -.025em;
  max-width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 500;
  line-height: 1.3em;
}

.accordion-wrapper {
  width: 100%;
}

.accordion-item {
  cursor: pointer;
  border-bottom: 1px solid #f0f0f029;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  padding: 30px 0;
  transition: padding .2s;
  display: flex;
}

.accordion-item.last-item {
  border-bottom-width: 0;
}

.accordion-trigger {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.accordion-icon-wrapper {
  background-color: #1e1e1e;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 45px;
  height: 45px;
  display: flex;
}

.open-close-icon-wrapper {
  flex: none;
  justify-content: center;
  align-items: center;
  width: 14px;
  min-height: 14px;
  display: flex;
  position: relative;
}

.open-close-line---brix {
  background-color: #e0e0e0;
  border-radius: 500px;
  width: 100%;
  height: 2px;
  position: absolute;
}

.open-close-line---brix.second-line---brix {
  transform: rotate(90deg);
}

.accordion-item-title {
  color: #ebebeb;
  font-size: 20px;
  font-weight: 500;
  line-height: 28px;
}

.accordion-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 92px;
  display: flex;
  overflow: hidden;
}

.accordion-paragraph {
  color: #f0f0f0b3;
  width: 100%;
  max-width: 90%;
  margin-top: 18px;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.7em;
}

.bold-text-2 {
  color: #fff;
  text-decoration: underline;
}

.hero-area {
  position: relative;
}

.header-9 {
  z-index: 99;
  width: 100%;
  height: 96px;
  padding: 24px 30px;
  position: absolute;
  inset: 0%;
}

.container-95 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.container-95.position-relative {
  z-index: 9;
  border-radius: 0;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: relative;
}

.navbar-5 {
  z-index: 5;
  background-color: #fff0;
  width: 100%;
}

.navbar-5.position-relative {
  z-index: 9;
  background-color: #fff0;
  width: 100%;
  position: relative;
}

.navbar-wrapper-4 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.navbar-brand.w--current {
  text-decoration: none;
}

.nav-menu-6 {
  grid-column-gap: 38px;
  grid-row-gap: 38px;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.dropdown-list-item-3 {
  position: relative;
  left: 10px;
}

.nav-dropdown-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
}

.nav-dropdown-toggle-3 {
  color: #fff;
  text-transform: capitalize;
  align-items: center;
  margin-right: -12px;
  padding-top: 3px;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  transition: all .4s;
}

.nav-dropdown-toggle-3:hover {
  color: #888afa;
}

.nav-dropdown-toggle-3.w--open {
  color: #fff;
  text-transform: capitalize;
  margin-right: -12px;
  padding: 3px 40px 0 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  transition-duration: .4s;
}

.nav-dropdown-icon-3 {
  margin-top: 8px;
  margin-bottom: 0;
  font-size: 13px;
}

.menu-dropdown-text-3 {
  color: #fff;
  text-transform: capitalize;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.nav-dropdown-list-2 {
  background-color: #fff0;
}

.nav-dropdown-list-2.w--open {
  background-color: #fff0;
  padding-top: 10px;
  padding-bottom: 10px;
}

.mega-menu-3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: #0d0d0d;
  border: 1px solid #3f3f3f;
  border-radius: 12px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 15px;
  padding-top: 10px;
  padding-bottom: 10px;
  display: grid;
  box-shadow: 0 20px 66px #151d1633;
}

.nav-dropdown-link-3 {
  color: #fff;
  text-transform: capitalize;
  padding: 5px 20px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: all .4s;
}

.nav-dropdown-link-3:hover {
  color: #888afa;
}

.nav-dropdown-link-3:focus-visible, .nav-dropdown-link-3[data-wf-focus-visible] {
  outline-offset: 0px;
  border-radius: 5px;
  outline: 2px solid #0050bd;
}

.nav-dropdown-link-3.w--current {
  color: #888afa;
  text-transform: capitalize;
  padding: 5px 20px 4px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition-duration: .4s;
}

.features-dropdown {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #0d0d0d;
  border: 1px solid #3f3f3f;
  border-radius: 12px;
  flex-flow: column;
  width: 300px;
  padding: 10px;
  display: flex;
  box-shadow: 0 20px 66px #151d1633;
}

.features-dropdown-list {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 1px solid #fff0;
  border-radius: 12px;
  align-items: center;
  padding: 10px;
  transition: all .3s;
  display: flex;
}

.features-dropdown-list:hover {
  background-color: #141414;
  border-color: #3f3f3f;
}

.features-dropdown-image-block {
  color: #fff;
  border: 1px solid #3f3f3f;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  display: flex;
}

.features-dropdown-image {
  width: 22px;
  height: 22px;
  display: block;
}

.features-dropdown-title {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.features-dropdown-subtitle {
  color: #aaa;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.nav-link-6 {
  color: #fff;
  text-transform: capitalize;
  padding-top: 8px;
  padding-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  transition: all .4s;
  display: block;
}

.nav-link-6:hover {
  color: #888afa;
}

.nav-link-6:focus-visible, .nav-link-6[data-wf-focus-visible] {
  outline-offset: 0px;
  color: #0050bd;
  border-radius: 4px;
  outline: 2px solid #0050bd;
}

.menu-button-4 {
  background-color: #737373;
  width: 30px;
  height: 24px;
  padding: 0;
}

.button-33 {
  color: #fff;
  text-transform: capitalize;
  background-image: linear-gradient(135deg, #dcc0dc 3.75%, #f8a8f9 26.75%, #7a86fa 66.75%, #024eea 97.25%);
  border-bottom-style: none;
  border-radius: 58px;
  padding: 12px 32px;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
  position: relative;
}

.button-33:hover {
  opacity: .94;
  background-image: linear-gradient(135deg, #024eea 3.75%, #7a86fa 26.75%, #f8a8f9 66.75%, #dcc0dc 97.25%, #024eea 97.25%);
}

.button-33.primary {
  text-transform: capitalize;
  background-image: linear-gradient(135deg, #dcc0dc 3.75%, #f8a8f9 26.75%, #7a86fa 66.75%, #024eea 97.25%);
  border-bottom: 0 #000;
  border-radius: 58px;
  padding: 1.5px 2px;
  text-decoration: none;
  transition-duration: .5s;
  display: inline-block;
  position: relative;
}

.button-33.primary:hover {
  background-image: linear-gradient(135deg, #024eea 3.75%, #7a86fa 26.75%, #f8a8f9 66.75%, #dcc0dc 97.25%);
}

.button-33.gradient {
  background-color: #fff;
  background-image: none;
  border-bottom: 1px #fff0;
  border-radius: 7px;
  padding: 12px 32px;
  transition-duration: .5s;
  display: block;
  position: relative;
}

.button-33.gradient:hover {
  background-image: none;
}

.button-area-4 {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.button-area-4.primary {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #21212b;
  border-radius: 58px;
  justify-content: center;
  padding: 10.5px 22px;
  display: flex;
}

.button-text-7 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.hero-section-12.content-section._1 {
  background-color: #0d0d0d;
  padding: 200px 30px 120px;
  display: block;
}

.hero-section-12.inner-page {
  color: #4b5852;
  padding-top: 96px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.hero-bg-wrapper {
  z-index: -99;
  width: 100%;
  height: 100%;
  margin-top: -200px;
  position: absolute;
  inset: 0%;
}

.hero-background-pattern {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 1220px;
  position: absolute;
  inset: 0%;
}

.hero-dot-bg {
  z-index: -1;
  justify-content: center;
  width: 100%;
  max-width: 1080px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

.hero-bg-dot-1 {
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100%;
}

.hero-wrapper-2 {
  grid-column-gap: 95px;
  grid-row-gap: 95px;
  flex-flow: column;
  display: flex;
}

.hero-content-block {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 910px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-content-block.h2 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  align-items: center;
  max-width: 1400px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-top-content-block {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.hero-subtitle-block {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 58px;
  align-items: center;
  padding: 6px 2px;
  display: flex;
}

.hero-subtitle-6 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #21212b;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  padding: 16px 24px;
  display: flex;
}

.hero-subtitle-text.text-primary.body-text-14 {
  color: #f8f8f8f2;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.hero-subtitle-icon {
  background-color: #0d0d0d;
  border-radius: 58px;
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
  box-shadow: inset 2px 4px 15px #f8f8f80f;
}

._w-750 {
  max-width: 750px;
}

.display-heading-1 {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 64px;
  font-weight: 500;
  line-height: 120%;
}

.hero-content-p {
  width: 100%;
  max-width: 642px;
  font-size: 18px;
  line-height: 168%;
}

.hero-content-p.body-text-18 {
  color: #aaa;
  text-align: center;
  width: 100%;
  max-width: 642px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.button-text-8 {
  color: #fff;
  text-align: center;
  text-transform: capitalize;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.button-text-8.button-secondary-text {
  color: #363535;
}

.button-icon-wrapper-9 {
  justify-content: flex-end;
  position: relative;
}

.button-right-icon {
  width: 16px;
  height: 16px;
  display: block;
}

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

.hero-card-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #74747412;
  border-radius: 32px;
  flex-flow: column;
  display: flex;
  box-shadow: inset 2px 4px 16px #f8f8f80f;
}

.hero-card-2.border {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #74747412;
  border: 1px solid #ffffff1a;
  border-radius: 32px;
  flex-flow: column;
  width: 100%;
  display: flex;
  box-shadow: inset 2px 4px 16px #f8f8f80f;
}

.hero-card-2._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #74747412;
  border-radius: 32px;
  flex-flow: column;
  display: flex;
  box-shadow: inset 2px 4px 16px #f8f8f80f;
}

.hero-card-image-wrapper-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 16px;
}

.hero-card-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.hero-card-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  padding-bottom: 32px;
  padding-left: 32px;
  padding-right: 50px;
  display: flex;
}

.body-text-35 {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-35.bold.text-primary {
  color: #f8f8f8f2;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 700;
  line-height: 170%;
}

.hero-card-content-p {
  opacity: .8;
}

.hero-card-content-p.text-secondary.body-text-16 {
  opacity: .8;
  color: #f8f8f8b3;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
}

.hero-bg-gradient-card {
  z-index: -1;
  filter: blur(20px);
  background-image: none;
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  justify-content: center;
  width: 80%;
  height: 90%;
  min-height: 1000px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: absolute;
  inset: 10% 0% 0%;
}

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

.body-2 {
  background-color: #0d0d0d;
}

.inside-section {
  background-color: #fff;
  margin-bottom: 146px;
  padding-top: 120px;
  padding-bottom: 85px;
}

.inside-section.section-padding {
  background-color: #0d0d0d;
  margin-bottom: 0;
  padding: 120px 30px;
}

.container-97 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.inside-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.section-title-heading-16 {
  color: #101010;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 56px;
  font-weight: 800;
  line-height: 120%;
}

.section-title-heading-16.text-align-center {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.inside-content-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.inside-card-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  background-color: #141414;
  border-radius: 40px;
  justify-content: space-between;
  align-items: center;
  padding: 60px 111px;
  display: flex;
}

.inside-image._1 {
  background-color: #141414;
  padding: 200px 30px 120px;
  display: block;
}

.inside-image._2 {
  width: 52%;
  max-width: 100%;
}

.inside-image._3 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  -webkit-backdrop-filter: blur(50px);
  backdrop-filter: blur(50px);
  background-color: #74747412;
  border-radius: 32px;
  flex-flow: column;
  display: flex;
  box-shadow: inset 2px 4px 16px #f8f8f80f;
}

.inside-middle-image {
  width: 100%;
  display: inline-block;
}

.inside-bottom-content {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.schedule-content-item-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-neutral-10 {
  color: #fff;
  letter-spacing: -1px;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 180%;
}

.button-14 {
  color: #fff;
  background-color: #6bc33f;
  border: 1px solid #fff6f21a;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
  transition: all .5s;
  display: flex;
}

.button-14:hover {
  background-color: #6bc33fd9;
}

.button-14.lg {
  background-color: #6bc33f;
  border: 1px solid #fff6f21a;
  border-radius: 12px;
  justify-content: center;
  padding: 15px 30px;
  text-decoration: none;
  transition-duration: .5s;
  display: flex;
}

.button-area-10 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.button-text-45 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 160%;
  text-decoration: none;
}

.feature-section-lp1-3 {
  background-color: #0d0d0d;
  padding: 60px 30px 120px;
}

.container-9 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1260px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.feature-content-wrapper-lp1 {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.feature-card-lp1 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-top: 6rem;
  display: flex;
}

.feature-image-wrapper-lp1 {
  background-color: #0d0d0d;
  border-radius: 24px;
  flex-flow: column;
  align-items: flex-end;
  width: 100%;
  max-width: 585px;
  padding: 70px;
  display: flex;
  position: relative;
}

.feature-image-lp1 {
  z-index: 2;
  border: 10px #fff3;
  border-radius: 16px;
  width: 100%;
  height: auto;
  position: relative;
}

.feature-image-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.feature-content-left-lp1 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 432px;
  margin-right: 100px;
  display: flex;
}

.feature-content-left-lp1.style-lp2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  width: 100%;
  max-width: 450px;
  display: flex;
}

.section-title-4 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-2 {
  color: #fff;
  text-align: left;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.body-text-16 {
  color: #dfdede;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.primary-button-area {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #164cff;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 12px 32px;
  transition: background-color .5s;
  display: flex;
}

.primary-button-area:hover {
  background-color: #000;
}

.primary-button-area.hero-button-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #164cff00;
  border: 2px solid #3b3b3b1f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 10px 22px;
  transition-duration: .5s;
  display: flex;
}

.primary-button-area.hero-button-2:hover {
  background-color: #f9f9fb;
}

.primary-button-text {
  color: #fff;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.primary-button-text.hero-button-3 {
  color: #000;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

.pricing-section-3 {
  color: #4b5852;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.pricing-section-3.section-padding {
  background-color: #0d0d0d;
  margin-bottom: 0;
  padding: 120px 30px;
}

.pricing-section-3.section-padding.remove-bottom-padding {
  color: #4b5852;
  background-color: #fff;
  padding-top: 128px;
  padding-bottom: 128px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.container-74 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1284px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 30px;
  padding-right: 30px;
  display: block;
}

.banner-section-title {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: #4b5852;
  text-align: center;
  flex-flow: column;
  align-items: center;
  width: 100%;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  display: flex;
}

.heading-130 {
  color: #030e09;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 125%;
}

.heading-130.neutral-07 {
  color: #0b3323;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 55px;
  font-weight: 500;
  line-height: 125%;
}

.section-title-p {
  width: 100%;
  max-width: 600px;
}

.section-title-p.body-text-18 {
  color: #aaa;
  text-align: center;
  width: 100%;
  max-width: 642px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.section-title-p.body-text-18.neutral-07 {
  color: #0b3323;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

.pricing-wrapper-1 {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  flex-flow: column;
  display: flex;
}

.pricing-tab-2 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 8px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.toggle-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: wrap;
  align-items: center;
  display: flex;
}

.toggle-block-wrapper {
  z-index: 1;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
  position: relative;
}

.body-text-93 {
  color: #4b5852;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.body-text-93.text-neutral-07 {
  color: #0b3323;
  white-space: normal;
  word-break: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
}

.body-text-93.text-neutral-07.price {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #0b3323;
  white-space: normal;
  word-break: normal;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  text-decoration: none;
  display: flex;
}

.pricing-toggle {
  z-index: -1;
  background-color: #0b3323;
  border-radius: 24px;
  align-items: center;
  width: 40px;
  height: 20px;
  padding: 5px;
  display: flex;
}

.circle {
  background-color: #f5f6f4;
  border-radius: 100px;
  width: 15px;
  height: 15px;
}

.body-text-91 {
  color: #4b5852;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

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

.pricing-table-1.monthly {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  display: grid;
}

.pricing-table-1.yearly {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.pricng-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #f6f6f6;
  border-radius: 24px;
  flex-flow: column;
  display: flex;
}

.pricng-item.last {
  background-color: var(--color-scheme-1--brand-black);
  color: #fff;
}

.pricing-card-2 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.pricing-top-10 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-name-icon {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  align-items: center;
  display: flex;
}

.pring-icon {
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  display: flex;
}

.pring-icon.bg-theme-color-01 {
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  padding: 16px;
  display: flex;
}

.pring-icon.bg-theme-color-02 {
  background-color: #f0f0f0;
  border: 1px solid #e8e8e8;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  padding: 16px;
  display: flex;
}

.pricing-name {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.text-neutral-2 {
  color: #f5f6f4;
}

.text-neutral-2.heading-109 {
  color: #272727;
  letter-spacing: -1px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.body-text-90 {
  color: #4b5852;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-90.text-neutral-01 {
  color: #272727;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gellix, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
}

.body-text-90.text-neutral-07 {
  color: #0b3323;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-90.text-neutral-04 {
  color: #02140d;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
}

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

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

.divider-2.prcing-divider.premium-1 {
  opacity: .2;
  background-color: #063b26;
}

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

.price-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  align-items: center;
  display: flex;
}

.price-text.display-heading-2.text-white {
  color: #fff;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.price-text.display-heading-2.theme-color-2 {
  color: #063b26;
  letter-spacing: -1.5px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 40px;
  font-weight: 500;
  line-height: 120%;
}

.price-duration.body-text-12 {
  color: #4b5852;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.price-duration.body-text-12.text-neutral-01 {
  color: #f5f6f4;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.price-duration.body-text-12.text-neutral-07 {
  color: #0b3323;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 170%;
}

.button-16 {
  color: #f5f6f4;
  text-transform: capitalize;
  background-color: #063b26;
  border-radius: 28px;
  padding: 12px 24px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 700;
  line-height: 180%;
  text-decoration: none;
  transition: all .5s;
  display: inline-block;
}

.button-16:hover {
  opacity: .94;
  background-color: #063b26e6;
}

.button-16.tertiary, .button-16.tertiary:hover {
  background-color: #272727;
}

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

.button-text-27 {
  color: #fff;
  text-transform: capitalize;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 160%;
  text-decoration: none;
}

.button-icon-wrapper-6 {
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.button-right-icon-42 {
  display: block;
}

.button-right-icon-42.hover {
  position: absolute;
  inset: 0% 0% 0% -30px;
}

.pricing-content-3 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.pricing-content-3._1 {
  background-color: #f6f6f6;
  padding: 200px 30px 120px;
  display: block;
}

.pricing-content-3._1.bg-theme-color-02 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #063b26;
  border-radius: 24px;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.pricing-content-3._1.bg-theme-color-01 {
  background-color: #cfff92;
  border-radius: 24px;
}

.body-text-92 {
  color: #030e09;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 170%;
}

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

.pricing-features-list-1 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  margin-top: 0;
  padding-left: 0;
}

.pricing-features-list-1-item {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #02140d;
  border-bottom: 1px solid #f5f6f4;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  font-family: Inter, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 170%;
  display: flex;
}

.pricing-features-list-1-item.border-0 {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  border: 0 #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.pricing-features-icon-3 {
  width: 16px;
  max-width: 100%;
  height: 16px;
}

.heading-131 {
  color: #030e09;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.heading-131.text-neutral-04 {
  color: #02140d;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 140%;
}

.code-embed-3 {
  display: none;
}

.service-section {
  z-index: 3;
  background-color: #171817;
  padding: 160px 30px;
  position: relative;
}

.container-4 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.about-content-wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.blog-section-content {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.blog-section-title {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  align-items: center;
  display: flex;
}

.heading-14 {
  z-index: 1;
  color: #fff;
  text-align: left;
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 80px;
  font-weight: 600;
  line-height: 115%;
}

.heading-14.text-align-center {
  color: #fff;
  text-align: center;
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 500;
  line-height: 120%;
}

.body-text-22 {
  color: #aaa;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 170%;
}

.body-text-22.about-1 {
  color: #aaa;
  text-align: center;
  max-width: 650px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gellix, Arial, sans-serif;
  font-size: 19px;
  font-weight: 400;
  line-height: 170%;
}

.service-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service-card {
  border-radius: 24px;
  width: 100%;
  text-decoration: none;
  position: relative;
  overflow: hidden;
}

.service-image {
  border-radius: 24px;
  min-height: 450px;
}

.service-shape {
  border-radius: 24px;
  width: 100%;
  height: auto;
  position: absolute;
  bottom: 0;
  left: 0;
}

.service-title-wrapper {
  z-index: 1;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 500px;
  display: flex;
  position: absolute;
  bottom: 24px;
  left: 24px;
}

.service-title {
  color: #fff;
  letter-spacing: -1px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gellix, Arial, sans-serif;
  font-size: 36px;
  font-weight: 500;
  line-height: 120%;
  text-decoration: none;
}

.text-span-5 {
  letter-spacing: 0;
  font-weight: 500;
}

.service-paragraph {
  opacity: .9;
  color: #fff;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Gellix, Arial, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 170%;
  display: inline-block;
}

.service-category-text-wrapper {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  display: flex;
  position: absolute;
  top: 24px;
  left: 24px;
}

.category-text {
  color: #313330;
  background-color: #fff;
  border-radius: 100px;
  margin-top: 0;
  margin-bottom: 0;
  padding: 2.5px 16px;
  font-family: Gellix, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 170%;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  .footer-section-3 {
    background-color: #151515;
  }

  .container-19 {
    max-width: 1200px;
    margin-left: auto;
    margin-right: auto;
    display: block;
  }

  .body-text-37.footer-text._01 {
    color: #fff;
    font-weight: 500;
  }

  .footer-bottom-2 {
    margin-top: 12px;
  }

  .bg-shape-footer {
    background-image: none;
    padding-top: 0;
  }

  .faq-section-3 {
    background-color: #151515;
  }

  .accordion-item-title {
    color: #fff;
    letter-spacing: -.02em;
    font-weight: 500;
  }

  .heading-130 {
    font-size: 60px;
  }

  .button-text-27 {
    opacity: 1;
  }
}

@media screen and (min-width: 1440px) {
  .main-container {
    position: relative;
    inset: auto 0% 0% auto;
  }

  .text-h2.serif.no-margins {
    text-align: center;
  }

  .section-birkform-general {
    background-color: #151515;
  }

  .list-project-sticky {
    margin-top: 5rem;
  }

  .item-project-sticky {
    position: relative;
  }

  .background-project-sticky {
    inset: auto auto 0% 0%;
  }

  .overlay-project-sticky {
    background-image: linear-gradient(#0000001a, #0000001a);
    inset: auto auto 0% 0%;
  }

  .content-project-sticky {
    inset: auto auto 10% 0%;
  }

  .top-project-sticky {
    left: 50%;
  }

  .label-2.taglines {
    font-size: 14px;
  }

  .section-16.cta-section, .cta-master {
    background-color: #151515;
  }

  .cta-top-tile {
    background-color: #151515;
    margin-top: 3rem;
    margin-bottom: 0;
  }

  .faq-section-3 {
    padding-bottom: 0;
  }

  .faq-section-heading {
    align-items: center;
  }

  .heading-two-2 {
    max-width: 100%;
    font-size: 48px;
  }

  .heading-two-2.reviews-title-content-heading {
    max-width: 100%;
  }

  .hero-area {
    background-color: #151515;
  }

  .button-33.gradient {
    color: #000;
  }

  .button-area-4 {
    flex-flow: column;
  }

  .hero-section-12.content-section._1 {
    background-color: #151515;
  }

  .hero-content-block.h2 {
    width: 100%;
    max-width: 1200px;
  }

  .hero-top-content-block {
    width: 100%;
  }

  .hero-subtitle-6 {
    border-radius: 7px;
  }

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

  .display-heading-1 {
    width: 100%;
  }

  .bold-text-4 {
    color: #000;
    font-weight: 500;
  }

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

  .body-2 {
    background-color: #151515;
  }

  .inside-section.section-padding {
    background-color: #0d0d0d;
  }

  .section-title-heading-16.text-align-center {
    color: #fff;
    font-weight: 500;
  }

  .inside-card-wrapper {
    background-color: #141414;
  }

  .inside-image._1 {
    background-color: #0000;
  }

  .pricing-section-3.section-padding {
    background-color: #0d0d0d;
  }

  .pricing-section-3.section-padding.remove-bottom-padding {
    background-color: #fff;
  }

  .banner-section-title {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    max-width: 1000px;
  }

  .heading-130.neutral-07 {
    color: #272727;
    font-family: Gellix, Arial, sans-serif;
  }

  .pricing-table-1.monthly {
    grid-template-columns: 1fr 1fr;
  }

  .pricng-item {
    background-color: #f7f7f7;
    border-radius: 24px;
  }

  .pring-icon.bg-theme-color-01 {
    background-color: #f0f0f0;
    border: 1px solid #e8e8e8;
  }

  .text-neutral-2.heading-109 {
    color: #272727;
    font-family: Gellix, Arial, sans-serif;
  }

  .body-text-90.text-neutral-01 {
    color: #272727;
    font-family: Gellix, Arial, sans-serif;
    font-size: 16px;
  }

  .button-16.tertiary {
    background-color: #2a2c2a;
  }

  .button-area-48 {
    font-family: var(--_typography---font-styles--body);
  }

  .pricing-content-3._1 {
    background-color: #f7f7f7;
  }

  .heading-14.text-align-center {
    color: #fff;
    font-weight: 500;
  }
}

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

  .button.is-navbar31-button {
    display: block;
  }

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

  .navbar31_container {
    grid-auto-columns: 1fr;
  }

  .navbar31_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar31_links-wrapper {
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .navbar31_link {
    font-size: 2.5rem;
  }

  .navbar31_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar31_menu-button.w--open {
    background-color: #0000;
  }

  .menu-icon4 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: relative;
  }

  .menu-icon4_wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .menu-icon4_line-top {
    background-color: var(--_primitives---colors--white);
    width: 11px;
    height: 1.3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon4_line-middle {
    background-color: var(--_primitives---colors--white);
    justify-content: center;
    align-items: center;
    width: 11px;
    height: 1.3px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: static;
  }

  .menu-icon4_line-middle-top {
    z-index: 2;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0;
  }

  .menu-icon4_line-middle-base {
    background-color: var(--color-scheme-1--text);
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
    position: absolute;
  }

  .menu-icon4_line-bottom {
    background-color: var(--color-scheme-1--text);
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .navigation-01 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navigation-drawer-menu {
    padding: 12px;
  }

  .navigation-drawer-close {
    color: var(--color-scheme-1--brand-black);
    background-color: #fff;
    padding: 12px;
    display: block;
  }

  .navigation-drawer-bottom {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .button-primary-large {
    border-radius: 25px;
  }

  .button-primary-large.hero-button {
    background-color: var(--color-scheme-1--brand-black);
    border-radius: 25px;
  }

  .button-link-large {
    text-decoration: none;
  }

  .loader5_text {
    justify-content: center;
    align-items: center;
    font-size: 6rem;
    display: flex;
  }

  .section-regular {
    padding-top: 54px;
    padding-bottom: 54px;
  }

  .layout518_component {
    height: auto;
  }

  .layout518_content {
    height: auto;
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .layout518_grid-list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
    height: auto;
  }

  .layout518_card-large {
    width: 100%;
    padding: 6rem 2rem;
  }

  .layout518_cards-wrapper {
    padding-left: 0;
  }

  .layout518_card-small-top, .layout518_card-small-bottom {
    width: 100%;
  }

  .footer17_top-wrapper {
    grid-row-gap: 3.5rem;
    grid-template-columns: 1fr;
  }

  .footer17_form-block {
    min-width: auto;
  }

  .footer-grid, .legal-grid, .step-form-grid {
    grid-template-columns: 1fr;
  }

  .multi-step-submit-button {
    display: flex;
  }

  .navigation-dropdown-card {
    min-width: auto;
  }

  .multi-step-form-card {
    flex-flow: wrap-reverse;
  }

  .multi-step-form-contact {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    border-radius: 0 0 25px 25px;
    width: 100%;
  }

  .step-form, .step-slider-wrapper {
    border-radius: 25px 25px 0 0;
  }

  .faq3_content, .faq6_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header23_component {
    margin-top: 6rem;
  }

  .section-small {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .logo-wrapper {
    grid-column-gap: 44px;
    grid-row-gap: 44px;
    flex-flow: column;
  }

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

  .navbar16_container {
    grid-auto-columns: 1fr;
  }

  .navbar16_menu {
    flex-direction: column;
    justify-content: center;
    position: absolute;
  }

  .navbar16_links-wrapper {
    flex: 1;
    padding-top: 2rem;
    padding-bottom: 2rem;
    font-size: 1.5rem;
  }

  .navbar16_link {
    margin-top: 0;
    margin-bottom: 0;
    padding: 1rem 0;
    position: static;
  }

  .navbar16_bottom {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_menu-button {
    margin-left: -.5rem;
    padding: 0;
  }

  .navbar16_menu-button.w--open {
    background-color: var(--_primitives---opacity--transparent);
  }

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

  .footer-halves {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-columns: 1fr;
  }

  .brand-link {
    justify-content: center;
    align-items: center;
  }

  .footer-right {
    margin-right: 0;
  }

  .footer-rights-wrap {
    flex-flow: row;
  }

  .section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section.about-c-stacking-cards-sectiob {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .home-a-video {
    padding-bottom: 200px;
  }

  .text-h2 {
    font-size: 48px;
  }

  .cta-main.blured.secondary.nav-button {
    display: none;
  }

  .navigation-2 {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .button-primary-large-3 {
    border-radius: 25px;
  }

  .navbar {
    padding-left: 24px;
    padding-right: 24px;
  }

  .navbar.static-nav {
    background-color: #97979763;
    max-width: 600px;
  }

  .nav-container {
    text-align: center;
    justify-content: space-between;
    position: static;
  }

  .nav-left {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    border-right-style: none;
    justify-content: flex-start;
    align-items: center;
    margin-right: auto;
    padding-right: 0;
    display: flex;
  }

  .menu-button {
    justify-content: center;
    align-items: center;
    padding: 0;
    display: flex;
  }

  .menu-button.w--open {
    color: #151515;
    background-color: #0000;
  }

  .menu-hamburger-icon {
    color: var(--color-scheme-1--background);
    width: 20px;
  }

  .menu-close-icon {
    width: 20px;
    display: none;
  }

  .brand-menu-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    display: flex;
    position: static;
  }

  .brand-link-navbar {
    justify-content: center;
    align-items: center;
    height: 28px;
    margin-left: auto;
    margin-right: auto;
  }

  .nav-menu-wrap {
    background-color: #0000;
    margin-right: 0;
    padding: 0;
    position: static;
  }

  .nav-menu {
    z-index: 11;
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f9f5eb;
    border: 1px solid #f9f5eb;
    border-radius: 12px;
    max-height: 89svh;
    margin-left: 2%;
    margin-right: 2%;
    padding: 40px 24px 20px;
    overflow: auto;
  }

  .menu-cta-mobile {
    grid-column-gap: 14px;
    grid-row-gap: 14px;
    text-align: left;
    background-color: #ece7d9;
    border-top: 1px solid #16231b29;
    border-bottom: 1px solid #16231b29;
    justify-content: space-between;
    align-items: center;
    padding-top: 8px;
    padding-left: 24px;
    padding-right: 24px;
    display: flex;
    position: absolute;
    inset: 0 0% auto;
  }

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

  .menu-link {
    padding: 0;
  }

  .menu-link:hover {
    background-color: #0000;
  }

  .menu-template-image {
    width: 137px;
  }

  .navigation-link-hover-wrap {
    color: var(--_primitives---colors--neutral-darkest);
    padding: 0;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

  .nav-link {
    color: var(--color-scheme-1--brand-black);
    letter-spacing: -.02em;
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 400;
  }

  .nav-link:visited {
    color: var(--color-scheme-1--brand-black);
  }

  .nav-link.w--current {
    color: #000;
    background-color: #0000;
  }

  .menu-divider {
    background-color: #16231b29;
    width: 100%;
    height: 1px;
    margin-top: 20px;
    margin-bottom: 20px;
    padding: 0;
    display: block;
  }

  .nav-dropdown {
    display: block;
  }

  .dropdown-toggle {
    justify-content: space-between;
    align-items: center;
    display: none;
  }

  .dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .dropdown-list.w--open {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .mega-menu-wrap {
    border-style: none;
    padding: 0;
  }

  .mega-menu-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .mega-menu-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
  }

  .menu-column {
    width: 100%;
  }

  .navigation-label-desktop {
    display: none;
  }

  .navigation-link-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 100%;
    padding: 0;
  }

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

  .menu-links-column {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    padding-top: 20px;
  }

  .multi-layout-row {
    padding: 0;
  }

  .multi-layout-row:hover {
    background-color: #0000;
  }

  .icon-multi-layout {
    display: none;
  }

  .multi-layout-right {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    margin-bottom: 16px;
  }

  .megs-menu-right {
    display: none;
  }

  .nav-small-dropdown {
    width: 100%;
  }

  .nav-dropdown-list {
    background-color: #0000;
    display: block;
    position: static;
  }

  .nav-dropdown-list.w--open {
    box-shadow: none;
    padding: 0;
  }

  .dropdown-list-inner {
    border-style: none;
    padding: 0;
  }

  .menu-bottom-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .menu-socials {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    display: flex;
  }

  .link-menu-social {
    width: 19px;
    height: 19px;
  }

  .nav-right {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    border-left-style: none;
    justify-content: space-between;
    padding-left: 0;
    display: flex;
    position: static;
  }

  .menu-cta-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .menu-cta-wrap.desktop {
    display: block;
  }

  .expandable-master {
    width: 100%;
  }

  .expandable-single {
    border-top-color: #f9f5eb;
  }

  .expandable-top {
    justify-content: flex-start;
    align-items: center;
  }

  .faq-horizontal {
    color: #f9f5eb;
    background-color: #f9f5eb;
  }

  .faq-vertical {
    background-color: #f9f5eb;
  }

  .text-heading-faq {
    font-size: 26px;
  }

  .expandable-bottom {
    justify-content: center;
    align-items: flex-start;
    padding-left: 0;
  }

  .section-divider.home-b-faq {
    margin-bottom: 80px;
  }

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

  .text-h0 {
    font-size: 72px;
  }

  .stacking-list {
    height: 1800px;
  }

  .stacking-card {
    height: 500px;
  }

  .h2-small {
    font-size: 48px;
  }

  .cursor-wrap-project-wide {
    display: none;
  }

  .banner15_heading-wrapper, .banner11_text-wrapper {
    text-align: center;
  }

  .headline-scroll-features {
    margin-bottom: 80px;
  }

  .track {
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .camera {
    width: 100%;
    height: auto;
    position: static;
  }

  .frame {
    height: auto;
    padding-left: 0;
  }

  .scroll-features {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .scroll-feature-card {
    width: 100%;
  }

  .text-big._404-heading {
    max-width: 600px;
  }

  .tile-dark-with-dots.process-center-tile {
    grid-row-gap: 64px;
  }

  .headline-home-a-testimonials {
    margin-bottom: 64px;
  }

  .tab-menu-pricing {
    margin-bottom: 48px;
  }

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

  .text-h1 {
    font-size: 64px;
  }

  .pricing-card {
    padding-left: 32px;
    padding-right: 32px;
  }

  .section-2 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-h3-2 {
    font-size: 40px;
  }

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

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

  .section-3 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .feature-halves-home-a {
    grid-template-columns: 1fr;
  }

  .section-4 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-4.about-c-stacking-cards-sectiob {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .h1-heading {
    font-size: 74px;
    line-height: 111%;
  }

  .marquee-image-wrap-about-a {
    max-width: 450px;
    height: 400px;
    margin-left: 16px;
    margin-right: 16px;
  }

  .section-5 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-5.about-a-about-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .headline-hero-about-a {
    margin-bottom: 48px;
  }

  .home-b-marquee-image-wrap {
    height: 400px;
  }

  .section-6, .section-7 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .innovators-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .section-8 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .text-number-service, .text-service-name {
    font-size: 26px;
  }

  .section-9 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-9.features-blur-section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .section-10, .section-11, .section-11.home-b-slider {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-slider-home-b {
    max-width: 450px;
  }

  .mask-property-home-b {
    width: 70%;
  }

  .section-12, .section-13 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .section-13.home-b-features-section {
    padding-bottom: 64px;
  }

  .headline-home-b-features {
    margin-bottom: 48px;
  }

  .home-b-features-halves {
    grid-template-columns: 1fr;
    height: auto;
  }

  .home-b-features-left {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    padding-left: 48px;
    padding-right: 48px;
  }

  .home-b-features-image {
    height: 400px;
  }

  .section-14 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .headline-features {
    margin-bottom: 64px;
  }

  .feature-thirds {
    grid-row-gap: 48px;
    grid-template-columns: 1fr 1fr;
  }

  .section-15 {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .section-16 {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .slider-button-features {
    top: -96px;
  }

  .slider-button-features.longer {
    top: -112px;
  }

  .slider-button-features.longer.prev {
    right: 8%;
  }

  .wrap-project-image {
    height: 450px;
  }

  .cta-master {
    padding-top: 120px;
    padding-bottom: 120px;
  }

  .icon-4 {
    opacity: 1;
    color: #fff;
  }

  .headline-testimonial-home-b {
    margin-bottom: 48px;
  }

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

  .testimonial-card {
    background-position: 100% 100%;
  }

  .footer-section-3 {
    padding-top: 80px;
  }

  .footer-top-2, .footer-bottom-2 {
    flex-flow: column;
  }

  .bg-shape-footer {
    bottom: 0;
  }

  .faq-section-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-38 {
    max-width: 1000px;
  }

  .faq-inner {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-two-2 {
    font-size: 42px;
  }

  .heading-two-2.reviews-title-content-heading {
    font-size: 38px;
  }

  .accordion-item-title {
    max-width: 88%;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .container-95 {
    max-width: 728px;
  }

  .navbar-5 {
    padding-top: 15px;
    padding-bottom: 15px;
    padding-right: 24px;
  }

  .navbar-5.position-relative {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .nav-menu-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    background-color: #0d0d0d;
    border: 1px solid #3f3f3f;
    border-radius: 12px;
    flex-flow: column wrap;
    justify-content: space-around;
    align-items: flex-start;
    margin-top: 10px;
    padding: 20px 30px;
    display: flex;
    box-shadow: 0 8px 50px #0000000d;
  }

  .dropdown-list-item-3 {
    width: 100%;
    left: 0;
  }

  .dropdown-list-item-3.features-dropdown-list-item {
    display: none;
  }

  .nav-dropdown-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    display: inline-block;
  }

  .nav-dropdown-toggle-3 {
    width: 100%;
    margin-right: 0;
    padding-top: 5px;
    padding-bottom: 5px;
  }

  .mega-menu-3 {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    grid-auto-columns: 1fr;
    margin-top: 0;
  }

  .nav-dropdown-link-3 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .nav-link-6 {
    padding-top: 2px;
    padding-bottom: 2px;
  }

  .menu-button-4 {
    background-color: #fff0;
    width: 25px;
    height: 20px;
  }

  .menu-button-4.w--open {
    color: #fff;
    background-color: #fff0;
  }

  .menu-button-icon-2 {
    color: #737373;
  }

  .navbar-button-3 {
    display: none;
  }

  .hero-section-12.content-section {
    padding-top: 60px;
    padding-bottom: 70px;
  }

  .hero-section-12.content-section._1 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .hero-section-12.inner-page {
    padding-top: 50px;
  }

  .hero-bg-wrapper {
    z-index: -1;
  }

  .hero-background-pattern {
    height: 800px;
  }

  .hero-dot-bg {
    background-position: 50%;
    height: 40%;
    margin-top: 0;
  }

  .hero-wrapper-2 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
  }

  .display-heading-1 {
    font-size: 56px;
  }

  .hero-card-lists {
    grid-template-columns: 1fr 1fr;
    align-self: center;
  }

  .hero-card-content {
    padding-right: 32px;
  }

  .hero-bg-gradient-card {
    filter: blur(50px);
    width: 100%;
    height: 730px;
    min-height: auto;
    margin-top: 0;
  }

  .inside-section {
    margin-bottom: 80px;
  }

  .inside-section.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-97 {
    max-width: 768px;
  }

  .section-title-heading-16, .section-title-heading-16.text-align-center {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .inside-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .inside-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    padding-left: 60px;
    padding-right: 60px;
  }

  .inside-image._1 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

  .inside-image._2 {
    max-width: 43%;
  }

  .inside-bottom-content {
    grid-template-columns: 1fr 1fr;
  }

  .feature-section-lp1-3 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .feature-content-wrapper-lp1 {
    flex-flow: column;
  }

  .feature-card-lp1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    flex-flow: column;
  }

  .feature-image-wrapper-lp1 {
    width: 100%;
    max-width: 80%;
    padding: 50px;
  }

  .feature-content-left-lp1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    order: -1;
    max-width: 80%;
    margin-right: 0;
  }

  .feature-content-left-lp1.style-lp2 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    max-width: 80%;
  }

  .heading-2 {
    font-size: 40px;
  }

  .pricing-section-3.section-padding {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .container-74 {
    max-width: 768px;
  }

  .banner-section-title {
    text-align: center;
    align-items: center;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .heading-130 {
    font-size: 55px;
  }

  .pricing-table-1, .pricing-table-1.monthly {
    grid-template-columns: 1fr 1fr;
  }

  .pricing-table-1.yearly {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .pricing-content-3._1 {
    padding-top: 150px;
    padding-bottom: 80px;
  }

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

  .service-section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .about-content-wrapper {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .heading-14 {
    letter-spacing: -1px;
    font-size: 52px;
  }

  .heading-14.text-align-center {
    letter-spacing: -2px;
    font-size: 50px;
  }

  .service-card-wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    grid-template-columns: 1fr 1fr;
  }

  .service-image {
    min-height: 400px;
  }

  .service-title-wrapper {
    max-width: 88%;
    bottom: 20px;
    left: 20px;
  }

  .service-title {
    font-size: 30px;
  }

  .service-category-text-wrapper {
    flex-flow: wrap;
    top: 20px;
    left: 20px;
  }
}

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

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

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

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

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

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

  .button.is-navbar31-button {
    padding: .25rem 1rem;
    display: none;
  }

  .button.is-navbar16-button {
    padding: .25rem 1rem;
  }

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

  .loader4_progress-wrapper {
    width: 70%;
  }

  .navbar31_component {
    min-height: 4rem;
  }

  .navbar31_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar31_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar31_link {
    font-size: 1.5rem;
  }

  .navigation-link-large {
    font-size: 32px;
  }

  .loader5_text {
    font-size: 6rem;
  }

  .h3-heading {
    font-size: 36px;
  }

  .layout518_content {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout518_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout518_card-large {
    padding: 4rem 1.5rem;
  }

  .layout518_cards-wrapper {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout518_card-small-top, .layout518_card-small-bottom {
    grid-template-columns: 1fr;
  }

  .footer17_top-wrapper {
    grid-row-gap: 2.5rem;
  }

  .footer17_link-list {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    justify-content: center;
    place-items: flex-start start;
    width: 100%;
  }

  .footer17_bottom-wrapper {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 1rem;
  }

  .footer17_legal-list {
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-auto-flow: row;
    justify-items: start;
  }

  .footer17_credit-text {
    margin-top: 2rem;
  }

  .footer-links {
    grid-template-columns: 1fr 1fr;
  }

  .foooter-links-wrapper {
    flex-flow: column;
  }

  .footer-links-column {
    padding-top: 0;
    padding-bottom: 0;
  }

  .footer-slider-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .footer-slider {
    max-width: none;
  }

  .header78_image-wrapper {
    width: 18rem;
  }

  .faq-card {
    padding-left: 5%;
    padding-right: 5%;
  }

  .h3-heading-2 {
    font-size: 36px;
  }

  .multi-step-holder {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .multi-step-nav {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    border-radius: 24px;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 40px;
    padding-right: 40px;
  }

  .multi-step-divider {
    display: none;
  }

  .previous-placeholder, .next-placeholder {
    z-index: 6;
    position: fixed;
  }

  .h3-heading-3 {
    font-size: 36px;
  }

  .navigation-menu {
    padding-left: 5%;
    padding-right: 5%;
  }

  .navigation-mask {
    max-width: 310px;
  }

  .section-large {
    padding-top: 72px;
    padding-bottom: 72px;
  }

  .multi-step-form-contact, .step-slider-wrapper {
    padding-left: 7%;
    padding-right: 7%;
  }

  .step-form-content {
    width: 100%;
    min-width: auto;
  }

  .faq3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq3_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq3_icon-wrapper {
    width: 1.75rem;
  }

  .faq6_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .faq6_question {
    padding: 1rem 1.25rem;
  }

  .faq6_icon-wrapper {
    width: 1.75rem;
  }

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

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

  .layout466_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

  .layout466_content-left {
    margin-top: 0;
  }

  .header113_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    align-self: center;
  }

  .header113_content-left {
    justify-content: flex-start;
  }

  .header113_content-right {
    justify-content: flex-end;
  }

  .navbar16_component {
    min-height: 4rem;
  }

  .navbar16_menu-wrapper {
    padding-top: 4rem;
  }

  .navbar16_links-wrapper {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar16_link {
    font-size: 1.5rem;
  }

  .navbar16_bottom {
    height: 4rem;
  }

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

  .pricing20_plan {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .footer {
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
  }

  .brand-link {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .brand-navbar {
    display: block;
  }

  .footer-right {
    grid-column-gap: 64px;
    grid-row-gap: 56px;
    flex-flow: wrap;
  }

  .footer-logo-big {
    margin-top: 64px;
    margin-bottom: 32px;
  }

  .footer-bottom-tile {
    flex-flow: column;
    display: flex;
  }

  .footer-bottom-wrap {
    flex-direction: column;
  }

  .footer-last-block {
    flex-flow: wrap;
  }

  .home-a-video {
    padding-bottom: 250px;
  }

  .text-h2 {
    font-size: 40px;
  }

  .cta-main.blured {
    padding-left: 20px;
    padding-right: 20px;
  }

  .navbar.static-nav {
    max-width: 500px;
  }

  .brand-link-navbar {
    flex-direction: column;
    justify-content: center;
    padding-left: 0;
  }

  .text-block-17 {
    letter-spacing: -.02em;
    font-weight: 500;
  }

  .expandable-master {
    max-width: none;
  }

  .text-heading-faq {
    font-size: 24px;
  }

  .faq-paragraph {
    font-size: 18px;
  }

  .text-h0 {
    font-size: 64px;
  }

  .stacking-list {
    height: 1500px;
  }

  .stacking-card {
    height: 400px;
  }

  .image-project-sticky.desktop {
    display: none;
  }

  .image-project-sticky.mobile {
    display: inline-block;
  }

  .image-project-sticky.image-desktop {
    display: none;
  }

  .overlay-project-sticky {
    background-image: linear-gradient(#00000073, #00000073);
  }

  .overlay-project-sticky.lead2termin {
    background-image: linear-gradient(#000000b5, #00000085 33%, #0000004d 44%, #0000), url('../images/lead2termin_MOBILE.jpg');
  }

  .h2-small {
    font-size: 40px;
  }

  .banner15_image-wrapper {
    height: 4rem;
  }

  .banner11_text {
    font-size: 1.125rem;
  }

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

  .scroll-feature-card {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    height: auto;
  }

  .text-h3 {
    font-size: 36px;
  }

  .text-big._404-heading {
    max-width: 500px;
  }

  .grid-sticky-services {
    grid-template-columns: 1fr;
  }

  .sticky-left-services {
    text-align: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
  }

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

  .text-h1 {
    font-size: 56px;
  }

  .text-h3-2 {
    font-size: 36px;
  }

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

  .feature-grid-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-columns: 1fr;
  }

  .h1-heading {
    font-size: 54px;
    line-height: 110%;
  }

  .marquee-image-wrap-about-a {
    max-width: 300px;
    height: 250px;
    margin-left: 10px;
    margin-right: 10px;
  }

  .marquee-mask-top {
    height: 65px;
    top: -35px;
  }

  .slider-big-card {
    height: 400px;
  }

  .home-b-features-image {
    height: 300px;
  }

  .text-h3-3 {
    font-size: 36px;
  }

  .span-accent-1 {
    margin-bottom: 8px;
  }

  .week-text {
    opacity: 0;
  }

  .roadmap-foreground {
    grid-template-columns: 1fr;
    padding-top: 40px;
  }

  .roadmap-stage-master.ideation, .roadmap-stage-master.design {
    width: 100%;
  }

  .roadmap-info-tile {
    min-width: 0;
  }

  .roadmap-info-tile.ideation-tile {
    left: auto;
    right: auto;
  }

  .roadmap-info-tile.design-tile {
    inset: 110% auto auto;
  }

  .slider-button-features {
    top: -80px;
  }

  .slider-button-features.longer {
    top: -96px;
  }

  .slider-button-features.longer.prev {
    right: 11%;
  }

  .grid-project-item {
    grid-row-gap: 48px;
    grid-template-columns: 1fr;
  }

  .left-project-item {
    grid-row-gap: 48px;
  }

  .cta-master {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .image-desktop {
    display: none;
  }

  .image-mobile {
    display: inline-block;
  }

  .image-3 {
    display: none;
  }

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

  .testimonial-video {
    height: 400px;
  }

  .testimonial-card {
    min-height: 450px;
  }

  .footer-section-3 {
    padding-top: 60px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .footer-top-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
  }

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

  .footer-brand.w--current {
    padding-bottom: 10px;
  }

  .footer-border {
    display: none;
  }

  .footer-bottom-2 {
    flex-direction: column;
  }

  .footer-bottom-left {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .footer-social-block {
    justify-content: center;
    width: 100%;
  }

  .faq-section-3 {
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .container-38 {
    max-width: 720px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .faq-inner {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .badge-text {
    font-size: 14px;
  }

  .heading-two-2 {
    font-size: 36px;
  }

  .heading-two-2.reviews-title-content-heading {
    font-size: 34px;
  }

  .accordion-item-title {
    max-width: 80%;
    font-size: 18px;
  }

  .accordion-paragraph {
    max-width: 100%;
    font-size: 16px;
    line-height: 1.6;
  }

  .header-9 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-95 {
    max-width: 600px;
  }

  .navbar-5 {
    max-width: 100%;
  }

  .navbar-brand {
    padding-left: 0;
  }

  .nav-menu-6 {
    border-radius: 20px;
    padding-bottom: 30px;
  }

  .nav-dropdown-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

  .nav-dropdown-toggle-3 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .mega-menu-3 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .nav-dropdown-link-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .nav-link-6 {
    padding-top: 0;
    padding-bottom: 0;
    display: inline-block;
  }

  .menu-button-4 {
    margin-top: -8px;
  }

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

  .button-33.gradient {
    background-image: linear-gradient(135deg, #dcc0dc 3.75%, #f8a8f9 26.75%, #7a86fa 66.75%, #024eea 97.25%);
  }

  .hero-section-12.content-section._1 {
    padding: 130px 20px 60px;
  }

  .hero-section-12.inner-page {
    padding-top: 40px;
  }

  .hero-bg-wrapper {
    width: 100%;
  }

  .hero-bg-dot-1 {
    z-index: -1;
  }

  .hero-wrapper-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .display-heading-1 {
    letter-spacing: -2px;
    font-size: 45px;
  }

  .hero-card-lists {
    grid-template-columns: 1fr;
  }

  .hero-card-2 {
    max-width: 364px;
  }

  .hero-card-2.border {
    max-width: none;
  }

  .hero-card-2._3 {
    width: 100%;
    max-width: none;
  }

  .hero-card-image-wrapper-2 {
    height: 100%;
  }

  .hero-bg-gradient-card {
    width: 90%;
    height: 560px;
    top: 0%;
  }

  .inside-section {
    margin-bottom: 70px;
  }

  .inside-section.section-padding {
    padding: 60px 20px;
  }

  .container-97 {
    max-width: 600px;
  }

  .section-title-heading-16, .section-title-heading-16.text-align-center {
    letter-spacing: -1.5px;
    font-size: 45px;
  }

  .inside-card-wrapper {
    flex-flow: column;
  }

  .inside-image {
    width: 70%;
  }

  .inside-image._1 {
    padding: 130px 20px 60px;
  }

  .inside-image._2 {
    width: 100%;
    max-width: 100%;
  }

  .inside-image._3 {
    width: 100%;
    max-width: none;
  }

  .inside-bottom-content {
    grid-template-columns: 1fr;
  }

  .schedule-content-item-2 {
    align-items: flex-start;
  }

  .feature-section-lp1-3 {
    padding: 60px 20px;
  }

  .feature-content-wrapper-lp1, .feature-card-lp1 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .feature-image-wrapper-lp1 {
    max-width: 100%;
    padding: 40px;
  }

  .feature-content-left-lp1 {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
    max-width: 100%;
  }

  .feature-content-left-lp1.style-lp2 {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    max-width: 100%;
  }

  .heading-2 {
    letter-spacing: -1px;
    font-size: 36px;
  }

  .body-text-16 {
    flex-flow: column;
  }

  .pricing-section-3.section-padding {
    padding: 60px 20px;
  }

  .container-74 {
    max-width: 600px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .banner-section-title {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .heading-130 {
    font-size: 42px;
  }

  .pricing-tab-2 {
    flex-flow: wrap;
  }

  .pricing-table-1, .pricing-table-1.monthly {
    grid-template-columns: 1fr;
  }

  .pricing-table-1.yearly {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
  }

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

  .pricing-content-3._1 {
    padding: 130px 20px 60px;
  }

  .body-text-92 {
    font-size: 16px;
  }

  .service-section {
    padding: 60px 20px;
  }

  .about-content-wrapper {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-14 {
    letter-spacing: -1px;
    font-size: 46px;
  }

  .heading-14.text-align-center {
    letter-spacing: -1.5px;
    font-size: 45px;
  }

  .service-card-wrapper {
    grid-template-columns: 1fr;
  }

  .service-title {
    letter-spacing: 0;
    font-size: 24px;
  }
}

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

  .navbar31_menu {
    border-left-style: none;
    width: 100dvw;
  }

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

  .container-small-2.shadow-small {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-links {
    display: none;
  }

  .navigation-menu-button {
    padding: 10px;
  }

  .icon-x-small {
    width: 24px;
    height: 24px;
  }

  .navigation-drawer-mask {
    max-width: none;
  }

  .subheading-x-small.text-color-tertiary {
    color: var(--color-scheme-1--brand-black);
    letter-spacing: -.5px;
  }

  .navigation-button-grid {
    grid-template-columns: 1fr;
  }

  .row-regular {
    flex-flow: row;
  }

  .div-block {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

  .header-component {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

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

  .h3-heading {
    font-weight: 600;
  }

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

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

  .footer17_form {
    grid-row-gap: .75rem;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .paragraph-large.text-color-gray-900 {
    font-size: 14px;
  }

  .footer-links {
    grid-template-columns: 1fr;
  }

  .legal-text.right {
    justify-content: flex-start;
    align-items: center;
  }

  .footer-legal-row {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-legal-link {
    color: var(--color-scheme-1--brand-black);
    letter-spacing: -.5px;
    font-weight: 500;
  }

  .header78_image-wrapper {
    width: 60vw;
  }

  .h3-heading-2 {
    font-weight: 600;
  }

  .icon-x-small-2 {
    width: 24px;
    height: 24px;
  }

  .multi-form-slider {
    height: auto;
    min-height: 80vh;
  }

  .multi-step-nav, .multi-step-card {
    padding-left: 24px;
    padding-right: 24px;
  }

  .icon-x-small-3 {
    width: 24px;
    height: 24px;
  }

  .previous-placeholder {
    max-width: 75px;
    display: flex;
  }

  .caption-small-2 {
    color: #000;
    font-weight: 500;
  }

  .h3-heading-3 {
    font-weight: 600;
  }

  .icon-x-small-4 {
    width: 24px;
    height: 24px;
  }

  .navigation-left {
    display: none;
  }

  .navigation-tabs-menu {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-flow: wrap;
  }

  .navigation-tab-link {
    font-size: 24px;
  }

  .navigation-slider {
    padding-left: 0;
  }

  .navigation-mask {
    width: auto;
    max-width: none;
  }

  .navigation-slide {
    margin-right: 0;
  }

  .navigation-slide-link {
    padding-left: 24px;
    padding-right: 24px;
  }

  .dropdown-footer {
    grid-column-gap: 12px;
    grid-row-gap: 12px;
    flex-direction: column;
  }

  .multi-step-form-contact, .step-slider-wrapper {
    padding-left: 10%;
    padding-right: 10%;
  }

  .step-form-content {
    width: 100%;
    max-width: none;
  }

  .form-submit {
    width: 100%;
  }

  .faq3_content, .faq6_content {
    grid-template-columns: 1fr;
  }

  .og-text {
    ---mode--collection-e5619597-d5e4-7dc2-f791-106f399218be: mode-111a5132-3280-a08b-3afb-4c7f4b3cbc4e;
    font-size: 16px;
    line-height: 1.3;
  }

  .button-primary-large-2 {
    border-radius: 30px;
    width: 100%;
    max-width: 100%;
  }

  .div-block-5 {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
  }

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

  .header23_component {
    margin-top: 7rem;
  }

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

  .logo-gradient-left {
    background-image: linear-gradient(92deg, var(--_primitives---colors--white), #fff0 50%);
  }

  .logo-gradient-right {
    background-image: linear-gradient(269deg, var(--_primitives---colors--white), #fff0 49%);
  }

  .layout466_content, .layout466_item-list {
    grid-template-columns: 1fr;
  }

  .footer {
    padding-top: 48px;
    padding-bottom: 24px;
  }

  .main-container {
    padding-left: 26px;
    padding-right: 26px;
  }

  .footer-halves {
    max-width: 320px;
  }

  .footer-left {
    grid-column-gap: 28px;
    grid-row-gap: 28px;
  }

  .brand-link {
    justify-content: center;
    align-items: flex-start;
    height: 24px;
    display: flex;
  }

  .newsletter-form-block, .newsletter-form {
    width: 100%;
  }

  .label {
    font-size: 10px;
    line-height: 12px;
  }

  .text-small {
    font-size: 12px;
  }

  .text-small.opacity-50 {
    font-weight: 400;
  }

  .footer-right {
    grid-column-gap: 56px;
    grid-row-gap: 48px;
  }

  .footer-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .footer-link-2 {
    font-size: 14px;
  }

  .footer-logo-big {
    margin-top: 56px;
  }

  .footer-bottom-tile {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .footer-bottom-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-direction: column-reverse;
    display: flex;
  }

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

  .footer-rights-wrap {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

  .section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section.hero-home-a {
    margin-top: 3%;
    margin-left: 3%;
    margin-right: 3%;
  }

  .section.about-c-stacking-cards-sectiob {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .home-a-video {
    padding-bottom: 160px;
  }

  .heading-home-a {
    text-align: left;
  }

  .hide-3 {
    margin-right: -2px;
  }

  .text-h2 {
    font-size: 36px;
  }

  .text-h2.serif.no-margins {
    text-align: center;
    font-size: 36px;
  }

  .cta-main {
    padding: 8px 20px;
    font-size: 14px;
  }

  .cta-main.blured.secondary {
    color: #fff;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .button-animation-hide, .button-animation-hide.small {
    height: auto;
  }

  .button-animation-wrap {
    height: 20px;
  }

  .button-animation-wrap.small {
    height: 16px;
  }

  .button-content-tile.small {
    height: auto;
  }

  .home-a-small-video {
    width: 90%;
    max-width: 160px;
    position: absolute;
  }

  .lightbox-home-a {
    height: 80px;
  }

  .home-a-play-button {
    width: 24px;
    height: 24px;
  }

  .navbar {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navbar.static-nav {
    -webkit-text-stroke-color: transparent;
    background-color: #97979799;
    border-radius: 30px;
    max-width: 300px;
    padding-top: 4px;
    padding-left: 36px;
    padding-right: 36px;
  }

  .nav-left {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .menu-hamburger-icon, .menu-close-icon {
    color: var(--_primitives---colors--white);
  }

  .brand-menu-wrap {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    align-items: center;
  }

  .brand-link-navbar {
    height: 24px;
  }

  .nav-menu-wrap {
    margin-left: 8px;
    margin-right: 8px;
  }

  .nav-menu {
    margin-top: 4px;
    margin-left: 5%;
    margin-right: 5%;
    padding-left: 16px;
    padding-right: 16px;
  }

  .menu-cta-mobile {
    padding-left: 16px;
    padding-right: 16px;
  }

  .navigation-link-hover-wrap:hover {
    background-color: #0000;
  }

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

  .dropdown-toggle {
    justify-content: flex-start;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .dropdown-list.w--open {
    justify-content: center;
    align-items: flex-start;
  }

  .menu-column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .text-body {
    font-size: 14px;
  }

  .text-body.opacity-50 {
    font-weight: 400;
  }

  .menu-page-wrap {
    width: 100%;
  }

  .nav-right {
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .cta-small {
    font-size: 12px;
  }

  .div-block-7 {
    background-image: linear-gradient(#00000073, #00000073), url('../images/Minimalist-Circular-Platforms.png');
    background-position: 0 0, 50% 100%;
    background-size: auto, cover;
    background-attachment: scroll, scroll;
    border-radius: 12px;
  }

  .expandable-single {
    padding-top: 24px;
    padding-bottom: 24px;
    padding-left: 12px;
  }

  .expandable-top {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-heading-faq {
    font-size: 24px;
  }

  .expandable-bottom {
    width: 100%;
    padding-left: 0;
  }

  .faq-paragraph {
    padding-top: 20px;
    font-size: 18px;
  }

  .section-divider.home-b-faq {
    margin-bottom: 48px;
  }

  .faq-halves {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
  }

  .text-h0 {
    font-size: 14vw;
  }

  .text-h5 {
    font-size: 20px;
  }

  .stacking-list {
    height: 1100px;
  }

  .stacking-card {
    height: 350px;
    padding: 24px;
  }

  .stacking-card._1 {
    margin-bottom: 0;
  }

  .text-h4 {
    font-size: 24px;
  }

  .background-project-sticky {
    background-position: 50%;
    background-size: cover;
  }

  .headline-scroll-features {
    margin-bottom: 48px;
  }

  .scroll-feature-card {
    padding: 32px;
  }

  .scroll-feature-top-tile {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .text-h3 {
    font-size: 32px;
  }

  .text-big {
    font-size: 16px;
    line-height: 150%;
  }

  .text-big._404-heading {
    grid-column-gap: 10px;
  }

  .h2-fade-out-light {
    font-size: 3rem;
  }

  .master-process-center {
    grid-row-gap: 32px;
  }

  .tile-dark-with-dots.process-center-tile {
    padding: 48px 32px;
    position: relative;
    top: 0;
  }

  .tile-dark-with-dots.process-center-tile.first-tile, .tile-dark-with-dots.process-center-tile.secon-tile, .tile-dark-with-dots.process-center-tile.third-tile {
    position: sticky;
    top: 40px;
  }

  .h3-heading-4 {
    font-size: 28px;
    line-height: 125%;
  }

  .headline-home-a-testimonials {
    margin-bottom: 48px;
  }

  .testimonial-small-card {
    width: 360px;
    height: 360px;
    padding: 32px;
  }

  .h2-heading {
    font-size: 42px;
    line-height: 100%;
  }

  .paragraph-big {
    font-size: 22px;
  }

  .line-link-block {
    font-size: 20px;
  }

  .cta-main-2 {
    padding: 12px 20px;
    font-size: 14px;
  }

  .headline-pricing {
    text-align: left;
    justify-content: flex-start;
    align-items: center;
  }

  .text-h6 {
    letter-spacing: -.02em;
    font-size: 18px;
    font-weight: 500;
  }

  .text-h6.wide {
    font-size: 16px;
  }

  .tab-menu-pricing {
    margin-bottom: 32px;
    display: flex;
  }

  .plan-button-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .text-h1 {
    font-size: 13vw;
  }

  .text-h1.pricing-headline {
    text-align: center;
    font-size: 24px;
  }

  .pricing-card {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    background-color: var(--color-scheme-1--foreground);
    padding: 24px;
  }

  .button-content-tile-2.bottom-tile {
    display: none;
  }

  .section-2 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-2.paddings-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .text-h3-2 {
    font-size: 32px;
  }

  .label-2 {
    font-size: 10px;
    line-height: 12px;
  }

  .label-2.text-semi-dark {
    color: var(--color-scheme-1--text);
  }

  .button-arrow {
    display: none;
  }

  .main-container-2 {
    padding-left: 16px;
    padding-right: 16px;
  }

  .text-small-2 {
    font-size: 12px;
  }

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

  .layout484_text {
    text-align: center;
    letter-spacing: -1px;
  }

  .section-3 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .feature-card-side {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding: 24px;
  }

  .icon-feature {
    width: 20px;
  }

  .section-4, .section-4.about-c-stacking-cards-sectiob {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-small-3 {
    font-size: 12px;
  }

  .h1-heading {
    font-size: 40px;
    line-height: 110%;
  }

  .container-marquee-about-a {
    margin-top: 40px;
    margin-bottom: 40px;
  }

  .marquee-image-wrap-about-a {
    max-width: 250px;
    height: 200px;
  }

  .marquee-mask-top {
    height: 50px;
    top: -29px;
  }

  .marquee-mask-bottom {
    height: 50px;
    bottom: -34px;
  }

  .section-5 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-5.hero-about-a {
    padding-top: 100px;
  }

  .section-5.about-a-about-section {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .headline-hero-about-a {
    margin-bottom: 24px;
  }

  .home-b-marquee-image-wrap {
    height: 250px;
    margin-left: 12px;
    margin-right: 12px;
  }

  .home-b-marquee-image {
    width: 300px;
  }

  .about-text-master {
    margin-bottom: 54px;
  }

  .about-text-image {
    width: 56px;
    height: 28px;
  }

  .section-6 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .text-small-4 {
    font-size: 12px;
  }

  .text-small-4.opacity-50 {
    font-weight: 400;
  }

  .logo-master {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .master-marquees {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
  }

  .marquee-text-wrap, .single-text-marquee {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
  }

  .marquee-logo {
    height: 25px;
  }

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

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

  .section-7 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .innovators-halves {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .home-b-feature-grid {
    grid-column-gap: 8px;
    grid-row-gap: 32px;
  }

  .home-b-feature {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    padding-left: 16px;
  }

  .section-8 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .left-service-list {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .text-number-service {
    width: 50%;
  }

  .wrap-icon-service-list {
    flex: none;
    margin-right: 0;
  }

  .section-9 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-9.features-blur-section {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .features-master {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .dropdown-feature-image._1 {
    margin-bottom: 0;
  }

  .section-10 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-10.home-b-hero {
    padding-bottom: 220px;
  }

  .headline-home-b {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 24px;
  }

  .home-b-button-wrap {
    flex-flow: wrap;
  }

  .button-content-tile-3.bottom-tile {
    display: none;
  }

  .marquee-property-master, .single-property-marquee {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .property-marquee-item {
    width: 280px;
  }

  .property-image-wrap {
    height: 300px;
  }

  .property-card-bottom {
    height: 20px;
  }

  .section-11, .section-11.home-b-slider {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .headline-slider-home-b {
    margin-bottom: 48px;
  }

  .mask-property-home-b {
    width: 85%;
  }

  .slider-big-card, .property-image-medium {
    height: 300px;
  }

  .property-absolute-info {
    left: 16px;
  }

  .preview-link-white {
    font-size: 12px;
  }

  .section-12, .section-13 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-13.home-b-features-section {
    padding-bottom: 48px;
  }

  .headline-home-b-features {
    margin-bottom: 32px;
  }

  .home-b-features-left {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    padding: 32px 24px;
  }

  .home-b-features-grid {
    grid-template-columns: 1fr;
  }

  .home-b-features-image {
    height: 250px;
  }

  .section-14 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .headline-features {
    margin-bottom: 48px;
  }

  .text-h3-3 {
    font-size: 32px;
  }

  .feature-thirds {
    grid-row-gap: 32px;
    grid-template-columns: 1fr;
  }

  .feature-big-icon-wrap {
    width: 56px;
    height: 56px;
  }

  .icon-feature-big {
    width: 24px;
  }

  .section-15 {
    padding-top: 84px;
    padding-bottom: 64px;
  }

  .title-wrap {
    margin-bottom: 64px;
  }

  .roadmap-foreground, .roadmap-info-tile {
    padding: 16px;
  }

  .roadmap-paragraph {
    font-size: 14px;
  }

  .section-16 {
    padding-top: 48px;
    padding-bottom: 48px;
  }

  .section-16.cta-section, .section-16.paddings-120 {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .headline-testimonials {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-right: 0;
  }

  .button-center-aligned {
    min-height: 0;
  }

  .slider {
    margin-top: -2rem;
  }

  .mask-card {
    width: 300px;
  }

  .card-testimonial {
    width: 300px;
    height: 340px;
  }

  .text-h7 {
    font-size: 14px;
  }

  .slider-button-features {
    width: 40px;
    height: 40px;
    top: -64px;
  }

  .slider-button-features.longer {
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: none;
    top: -72px;
    right: 68%;
  }

  .slider-button-features.longer.prev {
    margin-top: 0;
    display: none;
    right: 87%;
  }

  .icon-team-slider {
    width: 9px;
  }

  .wrap-project-image {
    height: 72vw;
  }

  .cta-master {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .heading-cta {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .image-mobile.image-project-sticky {
    right: 0%;
  }

  .headline-testimonial-home-b {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: 32px;
  }

  .testimonial-video {
    height: 350px;
  }

  .testimonial-card {
    background-size: cover;
    min-height: 350px;
    padding: 32px 24px;
  }

  .testimonial-author {
    width: 64px;
    height: 64px;
  }

  .code-embed-2 {
    max-width: 100%;
  }

  .footer-top-2 {
    align-items: flex-start;
  }

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

  .body-text-37 {
    white-space: break-spaces;
    word-break: break-all;
  }

  .footer-menu {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    align-items: flex-start;
  }

  .footer-bottom-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-bottom-left {
    align-items: flex-start;
  }

  .footer-social-block {
    justify-content: flex-start;
    margin-top: 20px;
  }

  .container-38 {
    max-width: 540px;
  }

  .faq-inner {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .badge-text {
    font-size: 12px;
  }

  .heading-two-2 {
    font-size: 30px;
  }

  .heading-two-2.reviews-title-content-heading {
    color: #d8d7d7;
    font-size: 32px;
  }

  .accordion-item {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .accordion-trigger {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
  }

  .accordion-icon-wrapper {
    width: 30px;
    height: 30px;
  }

  .accordion-item-title {
    max-width: 70%;
    font-size: 20px;
  }

  .accordion-content {
    padding-left: 56px;
  }

  .accordion-paragraph {
    max-width: 100%;
  }

  .navbar-brand {
    width: 60%;
  }

  .nav-menu-6 {
    flex-direction: column;
  }

  .button-33.gradient {
    background-color: #fff;
    background-image: none;
    border-radius: 7px;
    padding: 8px 28px;
  }

  .button-33.gradient:hover {
    background-image: none;
  }

  .button-area-4 {
    grid-column-gap: 1px;
    grid-row-gap: 1px;
    flex-flow: column;
  }

  .button-text-7 {
    font-size: 14px;
  }

  .hero-section-12.content-section._1 {
    background-color: #000;
  }

  .hero-subtitle-block {
    background-image: none;
  }

  .hero-subtitle-6 {
    padding: 16px 20px;
  }

  .hero-subtitle-text.text-primary.body-text-14 {
    font-size: 14px;
  }

  .display-heading-1 {
    letter-spacing: -.05em;
    font-size: 36px;
  }

  .hero-content-p {
    font-size: 16px;
  }

  .hero-content-p.body-text-18 {
    color: #b1acac;
    letter-spacing: -.02em;
    line-height: 140%;
  }

  .button-text-8 {
    color: #000;
    font-size: 16px;
  }

  .button-text-8.button-secondary-text {
    letter-spacing: -.02em;
    font-size: 14px;
  }

  .hero-card-content {
    padding-left: 20px;
    padding-right: 20px;
  }

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

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

  .bold-text-4 {
    letter-spacing: -.02em;
    font-weight: 500;
  }

  .inside-section {
    margin-bottom: 60px;
  }

  .inside-section.section-padding {
    padding-top: 55px;
    padding-bottom: 55px;
  }

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

  .section-title-heading-16 {
    font-size: 36px;
  }

  .section-title-heading-16.text-align-center {
    font-size: 32px;
  }

  .inside-content-wrapper {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .inside-card-wrapper {
    padding: 30px 20px;
  }

  .inside-image._1, .inside-image._3 {
    background-color: #141414;
  }

  .schedule-content-item-2 {
    flex-flow: row;
    justify-content: center;
  }

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

  .button-text-45 {
    font-size: 14px;
  }

  .feature-image-wrapper-lp1 {
    padding: 30px;
  }

  .feature-content-left-lp1 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .heading-2 {
    text-align: center;
    letter-spacing: -.8px;
    font-size: 32px;
  }

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

  .pricing-section-3.section-padding {
    padding-top: 55px;
    padding-bottom: 55px;
  }

  .heading-130 {
    font-size: 32px;
  }

  .section-title-p.body-text-18 {
    color: #b1acac;
    letter-spacing: -.02em;
    line-height: 140%;
  }

  .pricing-wrapper-1 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .toggle-wrapper {
    justify-content: center;
  }

  .toggle-block-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: row;
  }

  .body-text-93 {
    font-size: 15px;
  }

  .body-text-93.text-neutral-07.price {
    font-size: 13px;
  }

  .body-text-90, .button-text-27 {
    font-size: 14px;
  }

  .pricing-content-3._1 {
    background-color: #000;
  }

  .heading-131 {
    font-size: 20px;
  }

  .heading-14 {
    font-size: 38px;
  }

  .heading-14.text-align-center {
    font-size: 32px;
  }

  .body-text-22 {
    font-size: 18px;
  }

  .service-card {
    border-radius: 20px;
  }

  .service-image {
    border-radius: 20px;
    min-height: 250px;
  }

  .service-shape {
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
  }

  .service-title-wrapper {
    bottom: 15px;
    left: 15px;
  }

  .service-title {
    font-size: 20px;
  }

  .service-paragraph {
    font-size: 12px;
    line-height: 150%;
  }

  .service-category-text-wrapper {
    max-width: 180px;
    top: 15px;
    left: 15px;
  }
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9940c-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9940e-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9940f-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99411-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99412-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99414-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99415-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99417-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99418-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9941a-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9941b-776015cf {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9941e-776015cf {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99429-776015cf {
  grid-area: 2 / 2 / 3 / 3;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e99434-776015cf {
  grid-area: 3 / 3 / 4 / 4;
}

#w-node-ee029ffd-2509-0611-7b90-67f8a7e9943f-776015cf {
  grid-area: 4 / 4 / 5 / 5;
}

#w-node-_65f55acd-3c4b-416c-643a-273e5838ecbd-776015cf {
  justify-self: end;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-776015d2 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-776015d2 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-776015d2 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-776015d2 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f17-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f18-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f19-776015d2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f1d-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f22-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f23-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f24-776015d2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2a-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f2f-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f30-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f31-776015d2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f37-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3c-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3d-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f3e-776015d2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f46-776015d2, #w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4c-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f4d-776015d2 {
  justify-self: start;
}

#w-node-_3266fde1-3acf-73c3-0dbd-a11049606f53-776015d2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-776015d2, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-776015d2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-776015d2, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-776015d2 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-776015d2, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-776015d2 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-776015d2, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-776015d2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-776015d2, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-776015d2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-776015d2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-776015d2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-776015d2, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-776015d2 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-776015d2 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-776015d2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-776015d2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-776015d2 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-776015d2, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-776015d2 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-776015d2, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-776015d2, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-776015d2, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-776015d2, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-776015d2, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-776015d2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-776015d2 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-776015d2, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-776015d2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-776015d2 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-776015d2, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-776015d2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-776015d2 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-776015d2, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-776015d2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-776015d2 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-776015d2, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-776015d2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-776015d2 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-776015d2, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-776015d2, #w-node-ee961e8d-845a-edc3-3307-509470022457-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-776015d2 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-776015d2, #w-node-ee961e8d-845a-edc3-3307-50947002245b-776015d2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-776015d2 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-776015d2, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-776015d2, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-776015d2 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-776015d2, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-776015d2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-776015d2 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-776015d2, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-776015d2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-776015d2 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-776015d2, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-776015d2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-776015d2 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-776015d2, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-776015d2, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-776015d2 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-776015d2 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-776015d2 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-776015d2 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-776015d2 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-776015d2 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-776015d2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-776015d2 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-_65f55acd-3c4b-416c-643a-273e5838ecbd-776015cf {
    justify-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ee029ffd-2509-0611-7b90-67f8a7e9941e-776015cf, #w-node-ee029ffd-2509-0611-7b90-67f8a7e99429-776015cf, #w-node-ee029ffd-2509-0611-7b90-67f8a7e99434-776015cf, #w-node-ee029ffd-2509-0611-7b90-67f8a7e9943f-776015cf {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gellix';
  src: url('../fonts/Gellix-SemiBold.ttf') format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}