@font-face {
  font-family: Futuru Variablevf;
  src: url('../fonts/Futuru-VariableVF.woff') format("woff");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

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

:root {
  --_primitives---background-colors--main: var(--_primitives---brand-colors--light-yellow);
  --_typography---font-styles--body: "Futuru Variablevf", Arial, sans-serif;
  --_primitives---brand-colors--dark: #222;
  --_typography---font-size--paragraph: 1.5rem;
  --_typography---font-styles--heading: Sink, Arial, sans-serif;
  --_primitives---text-colors--green: var(--_primitives---brand-colors--green);
  --_primitives---text-colors--dark: var(--_primitives---brand-colors--dark);
  --color-scheme-1--text: var(--_primitives---neutral-colors--black);
  --_ui-styles---radius--small: .25rem;
  --_typography---font-size--heading-5: 1.5rem;
  --_typography---font-size--heading-2: 4.625rem;
  --_primitives---neutral-colors--white: white;
  --_typography---font-size--heading-1: 6rem;
  --_primitives---text-colors--light-yellow: var(--_primitives---brand-colors--light-yellow);
  --_primitives---neutral-colors--black: black;
  --text-color--text-alternate\<deleted\|relume-variable-text-color-3\>: var(--base-color-neutral--white\<deleted\|relume-variable-color-neutral-2\>);
  --_primitives---brand-colors--red: #d02d31;
  --_typography---font-size--button-text-large: 1.5rem;
  --_primitives---text-colors--gray1\<deleted\|variable-a9780bf8-5242-e62b-5b79-5a51d6e090a4\>: #333;
  --_primitives---text-colors--white: white;
  --_primitives---text-colors--red: var(--_primitives---brand-colors--red);
  --_typography---font-size--button-text: 1rem;
  --_typography---font-size--heading-4: 2.25rem;
  --_typography---font-size--heading-3: 4rem;
  --_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-60\>: #0009;
  --_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>: transparent;
  --_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>: #fff9;
  --_ui-styles---stroke--border-width\<deleted\|relume-variable-border-width\>: 1px;
  --color-scheme-1--border: var(--_primitives---neutral-colors--black);
  --_ui-styles---radius--medium: 1rem;
  --color-scheme-1--foreground: var(--_primitives---neutral-colors--gray6);
  --_typography---font-size--notes: 1rem;
  --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---spacer--8: .5rem;
  --_ui-styles---spacer--16: 1rem;
  --_ui-styles---spacer--24: 1.5rem;
  --_ui-styles---spacer--32: 2rem;
  --_ui-styles---spacer--40: 2.5rem;
  --_ui-styles---spacer--80: 5rem;
  --_ui-styles---spacer--120: 7.5rem;
  --color-scheme-1--background: var(--_primitives---neutral-colors--white);
  --_primitives---neutral-colors--gray6: #f2f2f2;
  --_ui-styles---radius--large: 2rem;
  --color-scheme-1--accent: var(--_primitives---neutral-colors--black);
  --_primitives---brand-colors--yellow: #f3b233;
  --_ui-styles---radius--none: 0px;
  --_ui-styles---radius--circle: 999px;
  --_primitives---brand-colors--green: #215b42;
  --_primitives---brand-colors--light-yellow: #fef0dc;
  --_ui-styles---spacer--64: 4rem;
  --_primitives---neutral-colors--gray3: #828282;
  --_typography---font-size--heading-6: 1.25rem;
  --_primitives---text-colors--black: black;
  --_percentage---circle-clip: 70.7%;
  --_primitives---text-colors--yellow: var(--_primitives---brand-colors--yellow);
  --_primitives---neutral-colors--gray5: #e0e0e0;
  --_primitives---neutral-colors--gray4: #bdbdbd;
  --_primitives---neutral-colors--gray2: #4f4f4f;
  --_primitives---neutral-colors--gray1: #333;
  --_primitives---system-colors--error: #ff3b30;
  --_primitives---system-colors--success: #34c759;
  --_primitives---system-colors--warning: #ff9500;
  --_primitives---system-colors--caution: #fc0;
  --_primitives---background-colors--secondary: black;
  --_typography---font-size--paragraph-light: 1rem;
  --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-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;
}

body {
  background-color: var(--_primitives---background-colors--main);
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---brand-colors--dark);
  font-size: var(--_typography---font-size--paragraph);
  line-height: 2.25rem;
}

h1 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--green);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 400;
  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 {
  color: var(--_primitives---text-colors--dark);
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 2.25rem;
}

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

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

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

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

img {
  border-radius: var(--_ui-styles---radius--small);
  object-fit: cover;
  max-width: 100%;
  display: inline-block;
}

label {
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---font-size--heading-5);
  font-weight: 400;
}

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

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  width: 100%;
}

.container-large {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  max-width: 90rem;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.main-wrapper {
  z-index: 2;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: clip;
}

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

.heading-style-h2 {
  font-size: var(--_typography---font-size--heading-2);
  text-align: left;
  text-wrap: balance;
  line-height: 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;
}

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

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

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

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

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

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

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

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

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

.heading-style-h5 {
  z-index: 1;
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--green);
  font-size: var(--_typography---font-size--heading-5);
  text-transform: uppercase;
  line-height: 1;
}

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

.heading-style-h1 {
  font-size: var(--_typography---font-size--heading-1);
  line-height: 1;
}

.heading-style-h1.text-color-white {
  color: var(--_primitives---text-colors--light-yellow);
  text-wrap: balance;
}

.form_checkbox-icon {
  border: 1px solid var(--_primitives---neutral-colors--black);
  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---neutral-colors--white);
}

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

.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 {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--small);
  background-color: var(--_primitives---brand-colors--red);
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---background-colors--main);
  font-size: var(--_typography---font-size--button-text-large);
  text-align: center;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  min-width: 9.4375rem;
  height: 3.75rem;
  padding: .9rem 1.5rem 1rem;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button:hover {
  background-image: linear-gradient(#0000000d, #0000000d);
}

.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---text-colors--gray1\<deleted\|variable-a9780bf8-5242-e62b-5b79-5a51d6e090a4\>);
  color: var(--_primitives---text-colors--white);
  background-image: none;
  justify-content: center;
  align-items: center;
}

.button.is-small {
  min-width: 0;
  height: 3.0625rem;
}

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

.button.is-ghost {
  z-index: 4;
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  border: .125rem solid var(--_primitives---brand-colors--dark);
  border-radius: var(--_ui-styles---radius--small);
  pointer-events: auto;
  color: var(--_primitives---brand-colors--dark);
  cursor: pointer;
  background-color: #0000;
  display: flex;
  position: relative;
  overflow: visible;
}

.button.is-ghost.is-icon {
  z-index: 8;
}

.button.is-alt {
  background-color: var(--_primitives---background-colors--main);
  color: var(--_primitives---text-colors--red);
}

.button.is-alt.is-small {
  min-width: 6.875rem;
  padding: .3rem 0 0;
}

.button.is-uber {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: var(--_primitives---neutral-colors--black);
  color: var(--_primitives---text-colors--white);
  font-family: Montserrat, sans-serif;
  font-size: var(--_typography---font-size--button-text);
  text-transform: capitalize;
  min-width: 8rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.button.is-uber.is-small:hover {
  background-image: none;
}

.button.is-glovo {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  font-family: Montserrat, sans-serif;
  font-size: var(--_typography---font-size--button-text);
  text-transform: capitalize;
  color: #159863;
  background-color: #fed01e;
  min-width: 8rem;
  padding-bottom: 1rem;
  font-weight: 700;
}

.button.is-glovo:hover {
  background-image: none;
}

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

.heading-style-h4 {
  color: var(--_primitives---text-colors--red);
  font-size: var(--_typography---font-size--heading-4);
  line-height: 1;
}

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

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

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

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

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

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

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

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

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

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

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

.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: var(--_typography---font-size--heading-3);
  line-height: 1;
}

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

.form_input {
  border: 1px solid var(--_primitives---neutral-colors--black);
  background-color: var(--_primitives---neutral-colors--white);
  color: var(--_primitives---neutral-colors--black);
  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---neutral-colors--black);
}

.form_input::placeholder {
  color: var(--_primitives---opacity--neutral-darkest-60\<deleted\|relume-variable-neutral-shade-7-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---neutral-colors--white);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---neutral-colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--_primitives---opacity--white-60\<deleted\|relume-variable-neutral-white-60\>);
}

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

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

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

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

.text-color-white {
  color: var(--_primitives---neutral-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;
}

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

.icon-embed-xsmall {
  z-index: 2;
  flex: none;
  position: relative;
}

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  border: var(--_ui-styles---stroke--border-width\<deleted\|relume-variable-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;
  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---neutral-colors--black);
  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---neutral-colors--white);
}

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

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

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

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

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

.text-size-small {
  font-size: var(--_typography---font-size--notes);
}

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

.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 {
  z-index: 2;
  border-radius: var(--_ui-styles---radius--small);
  border-style: none;
  flex-flow: column;
  align-items: stretch;
  width: 100%;
  padding-left: 5rem;
  padding-right: 5rem;
  position: relative;
}

.padding-global.left-only {
  padding-right: 0;
}

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

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

.spacer-8 {
  padding-top: var(--_ui-styles---spacer--8);
  width: 100%;
}

.spacer-16 {
  padding-top: var(--_ui-styles---spacer--16);
  width: 100%;
}

.spacer-24 {
  padding-top: var(--_ui-styles---spacer--24);
  width: 100%;
}

.spacer-32 {
  padding-top: var(--_ui-styles---spacer--32);
  width: 100%;
}

.spacer-40 {
  padding-top: var(--_ui-styles---spacer--40);
  width: 100%;
}

.spacer-80 {
  padding-top: var(--_ui-styles---spacer--80);
  width: 100%;
}

.spacer-120 {
  padding-top: var(--_ui-styles---spacer--120);
  width: 100%;
}

.rl-styleguide_nav {
  z-index: 1000;
  border: var(--_ui-styles---stroke--border-width\<deleted\|relume-variable-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;
}

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--_primitives---neutral-colors--gray6);
  background-color: var(--_primitives---neutral-colors--gray6);
  color: var(--_primitives---neutral-colors--black);
  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\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-transparent\>);
  color: var(--_primitives---neutral-colors--white);
}

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

.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\<deleted\|relume-variable-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\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-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\<deleted\|relume-variable-transparent\>);
  background-color: var(--_primitives---opacity--transparent\<deleted\|relume-variable-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;
}

.header-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

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

.section_testemonials {
  background-color: var(--_primitives---background-colors--main);
  display: flex;
}

.nav {
  z-index: 999;
  background-color: var(--_primitives---background-colors--main);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav.shadow-small {
  z-index: 50;
  background-color: var(--_primitives---brand-colors--red);
  height: 5rem;
  display: flex;
}

.container-nav {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 90rem;
  margin-left: auto;
  margin-right: auto;
}

.logo-wrapper {
  justify-content: flex-start;
  align-items: center;
  height: 3rem;
  display: flex;
}

.nav-menu {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.card_idioma-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.link_nav {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---background-colors--main);
  font-size: var(--_typography---font-size--button-text-large);
  text-align: center;
  text-transform: uppercase;
  border-radius: 1.25rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

.link_nav:hover {
  background-color: #0000000d;
}

.link_nav.menu:hover {
  border-radius: 0;
}

.container_card-testemonial {
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.stars-wrapper {
  justify-content: flex-start;
  align-items: flex-end;
  margin-top: 1rem;
  display: flex;
}

.swiper-slide.is-testemonials {
  flex: none;
  width: 37rem;
  height: 30rem;
  overflow: visible;
}

.swiper-slide.is-testemonials.shadow-small {
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---brand-colors--yellow);
  height: auto;
}

.swiper-wrapper.is-testemonials {
  display: flex;
}

.swiper.is-testemonials {
  width: 100%;
  overflow: visible;
}

.swiper-navigation {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.swiper-arrow-next, .swiper-arrow-prev {
  pointer-events: none;
  background-color: #0000;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  padding: 0;
  display: flex;
}

.image-home-hero {
  border-radius: var(--_ui-styles---radius--none);
  object-fit: cover;
  width: 100%;
  height: 100vh;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.swiper-arrow-testemonials {
  background-color: var(--_primitives---text-colors--red);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 2.5rem;
  height: 2.5rem;
  display: flex;
}

.swiper-arrow-testemonials.is-prev {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
}

.swiper-arrow-testemonials.is-prev:hover {
  background-color: #0000000d;
}

.swiper-arrow-testemonials.is-prev:active {
  background-color: #0000001a;
}

.swiper-arrow-testemonials.is-next {
  cursor: pointer;
  background-color: #0000;
  border: 1px solid #000;
}

.swiper-arrow-testemonials.is-next:hover {
  background-color: #0000000d;
}

.swiper-arrow-testemonials.is-next:active {
  background-color: #0000001a;
}

.faq-button {
  border-bottom: 1px solid var(--_primitives---text-colors--red);
  background-color: var(--color-scheme-1--background);
  justify-content: space-between;
  align-items: center;
  width: 53.75rem;
}

.faq-button:first-child {
  border-top-left-radius: var(--_ui-styles---radius--medium);
  border-top-right-radius: var(--_ui-styles---radius--medium);
}

.faq-button:last-child {
  border-bottom-left-radius: var(--_ui-styles---radius--medium);
  border-bottom-right-radius: var(--_ui-styles---radius--medium);
  border-bottom-style: none;
}

.star-rating {
  margin-right: .25rem;
}

.section_footer {
  z-index: 1;
  background-color: var(--_primitives---brand-colors--red);
  display: flex;
  position: sticky;
  inset: auto 0% 0;
  overflow: hidden;
}

.footer-bottom-wrapper {
  padding-top: var(--_ui-styles---spacer--40);
  border-top: 1px solid var(--_primitives---text-colors--light-yellow);
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.nav-banner-wrapper {
  z-index: 4;
  border-radius: var(--_ui-styles---radius--medium);
  opacity: 0;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-left: 1rem;
  margin-right: 1rem;
  display: none;
  position: absolute;
  inset: -58% 0% auto;
}

.top-banner-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.language {
  width: 3rem;
  height: 3rem;
}

.language:hover {
  border-radius: var(--_ui-styles---radius--circle);
  background-color: #0000000d;
}

.text-style-notes {
  color: var(--_primitives---brand-colors--green);
  font-size: var(--_typography---font-size--notes);
  line-height: 1;
}

.hero-header-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
}

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

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

.cta-banner-nav {
  border-radius: var(--_ui-styles---radius--medium);
  background-image: linear-gradient(315deg, #0000 49%, #0006 97%);
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: 75rem;
  height: 26.875rem;
  padding: 2rem;
  display: flex;
}

.nav-link_wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.dropdown_list {
  border-radius: var(--_ui-styles---radius--medium);
}

.dropdown_list.w--open {
  z-index: 998;
  background-color: var(--_primitives---background-colors--main);
  margin-top: 1rem;
  padding: 1.5rem;
  right: -28.5469px;
}

.dropdown_toggle {
  width: 3rem;
  height: 3rem;
  padding: 0;
}

.locales-wrapper {
  display: none;
}

.slide {
  animation-name: slide;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

.slide.delay {
  animation-delay: 2.3s;
}

.slideup {
  animation-name: slideup;
  animation-duration: .6s;
  animation-timing-function: ease-out;
  animation-fill-mode: both;
}

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

.text-size-large.text-color-white {
  color: var(--_primitives---text-colors--light-yellow);
}

.text-size-large.text-color-white.text-style-allcaps.text-weight-semibold {
  text-wrap: balance;
}

.spacer-64 {
  padding-top: var(--_ui-styles---spacer--64);
  width: 100%;
}

.text-span, .text-span-3 {
  color: #1eb259;
}

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

.section_about.is-red {
  border-top: 1.5rem solid var(--_primitives---brand-colors--red);
}

.paragraph {
  text-align: left;
  letter-spacing: .5px;
  width: 100%;
}

.about-content {
  grid-column-gap: var(--_ui-styles---spacer--40);
  grid-row-gap: var(--_ui-styles---spacer--40);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.product-images-wrapper {
  border-radius: var(--_ui-styles---radius--small);
  width: 100%;
  height: 45rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-space {
  grid-column-gap: var(--_ui-styles---spacer--40);
  grid-row-gap: var(--_ui-styles---spacer--40);
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.image-about-spcae-wrapper {
  position: relative;
  overflow: hidden;
}

.product-image-wrapper {
  width: 100%;
  transition: width .3s ease-in-out;
  position: relative;
  overflow: hidden;
}

.product-image-wrapper:hover {
  width: 270%;
}

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

.image-15, .image-16 {
  aspect-ratio: 2 / 3;
}

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

.menu-wrapper {
  grid-column-gap: var(--_ui-styles---spacer--40);
  grid-row-gap: var(--_ui-styles---spacer--40);
  flex-flow: column;
  display: flex;
}

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

.div-block-8 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 40rem;
  display: flex;
  position: relative;
}

.text-block-7 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---brand-colors--red);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20rem;
  line-height: 1;
  position: relative;
  right: -100%;
}

.text-block-8 {
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---brand-colors--red);
  text-transform: uppercase;
  white-space: nowrap;
  font-size: 20rem;
  line-height: 1;
  position: relative;
  left: -100%;
}

.menu-item-description {
  text-wrap: pretty;
}

.menu_item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-bottom: 1px solid var(--_primitives---neutral-colors--gray3);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-height: 5rem;
  padding-top: 1.5rem;
  padding-bottom: 1.5rem;
  display: flex;
  position: relative;
}

.filter_list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 2rem;
  display: flex;
}

.overlay-wrapper {
  z-index: 2;
  pointer-events: none;
  background-color: #fdefdb;
  display: none;
  position: absolute;
  inset: 0%;
}

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

.arrow-right-svg {
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-left: 2px;
  display: flex;
}

.arrow-left-svg {
  justify-content: center;
  align-items: center;
  margin-top: 2px;
  margin-right: 2px;
  display: flex;
}

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

.section_location.is-red {
  border-top: 1.5rem solid var(--_primitives---brand-colors--red);
}

.location-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.location-wrapper {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.food-menu-image {
  z-index: 5;
  outline-offset: 0px;
  pointer-events: none;
  cursor: default;
  outline: 1px solid #fff;
  width: 260px;
  height: 350px;
  position: absolute;
  top: -110px;
  right: 5vw;
  transform: rotate(4deg);
  box-shadow: 2px 2px 10px -1px #0003;
}

.code-embed-4 {
  width: 100%;
  height: 45rem;
}

.button-animation {
  border-radius: var(--_ui-styles---radius--small);
  position: relative;
  overflow: hidden;
}

.div-block-12 {
  z-index: 1;
  border-radius: var(--_ui-styles---radius--circle);
  background-color: var(--_primitives---brand-colors--red);
  width: .625rem;
  height: .625rem;
  position: absolute;
  inset: auto 50% -.625rem;
}

.plate-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  max-height: 64px;
  display: flex;
}

.sticker {
  aspect-ratio: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  top: -.25rem;
}

.sticker-content {
  position: absolute;
  inset: 0%;
}

.heading-style-sticker {
  z-index: 1;
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---neutral-colors--white);
  text-transform: uppercase;
  font-size: .8125rem;
  line-height: 1rem;
  position: absolute;
  inset: 30.5% 0% 0% 17%;
  transform: rotate(9deg);
}

.text-span-4 {
  color: var(--_primitives---text-colors--white);
  font-size: .5rem;
}

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

.sticker-wrapper {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  display: flex;
}

.section_contacts {
  background-color: var(--_primitives---background-colors--main);
  background-image: url('../images/SAV04559.webp');
  background-position: 50% 45%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 98vh;
  padding-top: 5rem;
  display: flex;
}

.form-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--_ui-styles---radius--medium);
  background-color: var(--_primitives---brand-colors--light-yellow);
  flex-flow: column;
  width: 39.5rem;
  margin-top: 5rem;
  margin-bottom: 5rem;
  padding: 2rem;
  display: flex;
}

.form-wrapper {
  grid-column-gap: var(--_ui-styles---spacer--16);
  grid-row-gap: var(--_ui-styles---spacer--16);
  display: flex;
}

.form {
  grid-column-gap: var(--_ui-styles---spacer--32);
  grid-row-gap: var(--_ui-styles---spacer--32);
  flex-flow: column;
  display: flex;
}

.label-wrapper {
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

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

.select-field {
  max-height: 3.75rem;
  margin-bottom: 0;
}

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

.text-field.is-message {
  min-height: 8rem;
  max-height: 8rem;
  padding-top: 0;
  padding-bottom: 0;
}

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

.delivery-wrapper {
  grid-column-gap: var(--_ui-styles---spacer--80);
  grid-row-gap: var(--_ui-styles---spacer--80);
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.delivery-content {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.image-22 {
  aspect-ratio: 2 / 3;
  width: 100%;
  height: 45rem;
}

.footer-top-wrapper {
  grid-column-gap: var(--_ui-styles---spacer--80);
  grid-row-gap: var(--_ui-styles---spacer--80);
  flex-flow: column;
  display: flex;
}

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

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

.grid {
  grid-column-gap: var(--_ui-styles---spacer--40);
  grid-row-gap: var(--_ui-styles---spacer--40);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.div-block-19 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  display: flex;
}

.link-footer {
  color: var(--_primitives---text-colors--light-yellow);
  font-size: var(--_typography---font-size--notes);
  line-height: 160%;
  text-decoration: none;
}

.link-footer.is-link:hover {
  text-underline-position: under;
  text-decoration: underline;
}

.footer-link-title {
  color: var(--_primitives---text-colors--light-yellow);
}

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

.text-field-2 {
  border: 1px solid var(--_primitives---brand-colors--light-yellow);
  border-radius: var(--_ui-styles---radius--small);
  background-color: #0000;
  height: 3.0625rem;
  margin-bottom: 0;
  padding: .5rem;
}

.title-promo {
  color: var(--_primitives---text-colors--light-yellow);
  text-wrap: balance;
}

.title-promo.heading-style-h5 {
  font-size: var(--_typography---font-size--heading-5);
}

.heading-style-h6 {
  z-index: 1;
  font-family: var(--_typography---font-styles--heading);
  font-size: var(--_typography---font-size--heading-6);
  text-transform: uppercase;
  line-height: 1;
}

.check-box-label {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---text-colors--light-yellow);
  font-size: var(--_typography---font-size--notes);
  cursor: default;
  line-height: 1;
}

.checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: -8px;
  padding-left: 0;
  display: flex;
}

.checkbox {
  border: 1px solid var(--_primitives---brand-colors--light-yellow);
  cursor: pointer;
  background-color: #d02d3100;
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.checkbox.w--redirected-checked {
  border: 1px solid var(--_primitives---brand-colors--light-yellow);
  background-color: #ff000600;
  box-shadow: 0 0 #0003;
}

.text-span-6 {
  text-underline-position: under;
  text-decoration: underline;
}

.form-2, .div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.form-block-2 {
  margin-bottom: 0;
}

.bottom-left-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-items: stretch;
  display: flex;
}

.horario {
  color: var(--_primitives---text-colors--light-yellow);
  text-wrap: balance;
}

.body {
  color: var(--_primitives---brand-colors--dark);
}

.section_home-hero {
  background-color: var(--_primitives---background-colors--main);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  min-height: 100vh;
  padding-top: 5rem;
  display: flex;
}

.home-hero-image-gradient {
  z-index: 1;
  background-image: linear-gradient(#0006, #0000);
  height: 100vh;
  position: absolute;
  inset: 0%;
}

.paragraph-3 {
  text-wrap: pretty;
}

.form-block-menu {
  margin-bottom: 0;
}

.text-field-3 {
  border: 1px solid var(--_primitives---brand-colors--light-yellow);
  border-radius: var(--_ui-styles---radius--small);
  background-color: #0000;
  height: 3.0625rem;
  margin-bottom: 0;
  padding: .5rem;
}

.div-block-25 {
  pointer-events: none;
  display: none;
}

.button-wrapper-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  pointer-events: none;
  justify-content: flex-start;
  align-items: center;
  display: none;
}

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

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

.text-block-15 {
  text-wrap: balance;
}

.select-arrow {
  pointer-events: none;
  position: absolute;
  inset: auto .5rem 1rem auto;
}

.loader-background {
  z-index: 2147483647;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.logo {
  z-index: 101;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
  transform: scale(.8);
}

.div-block-26 {
  background-color: var(--_primitives---text-colors--red);
  width: 100%;
  height: 50%;
}

.text-span-7, .text-span-8 {
  font-family: var(--_typography---font-styles--heading);
}

.menu-content {
  grid-column-gap: var(--_ui-styles---spacer--40);
  grid-row-gap: var(--_ui-styles---spacer--40);
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.logo-nav {
  height: 100%;
  min-height: 3rem;
}

.text-ingredients {
  z-index: 2;
  font-family: var(--_typography---font-styles--heading);
  margin-bottom: .75rem;
  margin-left: .75rem;
  margin-right: .75rem;
  position: absolute;
  inset: auto auto 0% 0%;
}

.text-ingredients.heading-style-h3.text-color-white {
  text-wrap: balance;
}

.checkbox-field-contacts {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  margin-left: -8px;
  padding-left: 0;
  display: flex;
}

.check-box-contacts-label {
  font-family: var(--_typography---font-styles--body);
  color: var(--_primitives---text-colors--black);
  font-size: var(--_typography---font-size--notes);
  cursor: default;
  line-height: 1;
}

.checkbox-contacts {
  border: 1px solid var(--_primitives---text-colors--black);
  cursor: pointer;
  background-color: #d02d3100;
  width: 1rem;
  height: 1rem;
  margin: 0;
}

.checkbox-contacts.w--redirected-checked {
  border: 1px solid var(--_primitives---text-colors--black);
  background-color: #fff0;
  box-shadow: 0 0 #0003;
}

.code-embed-7, .code-embed-8 {
  pointer-events: none;
}

.link-block, .link-block-2 {
  cursor: pointer;
}

.product-image-gradient {
  z-index: 1;
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-image: linear-gradient(0deg, #0003 16%, #fff0 32%);
  background-clip: border-box;
  border-radius: 0;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.section_policy {
  background-color: var(--_primitives---text-colors--light-yellow);
}

.header-wrapper-policy {
  text-align: center;
}

.link {
  text-decoration: underline;
}

.p-xs-start {
  padding-top: 1em;
}

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

.teaser-img._1 {
  z-index: 4;
}

.teaser-img._2 {
  z-index: 3;
}

.teaser-img-tablet-down {
  display: none;
}

.teaser-grid {
  align-items: stretch;
  display: flex;
}

.teaser-column {
  width: 100%;
  position: relative;
}

.p-teaser-img-wrap {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.teaser-copy-wrap {
  justify-content: flex-start;
  align-items: center;
  height: 100vh;
  padding-right: 5rem;
  display: flex;
}

.dropdown-toggle-2 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: center;
  align-items: center;
  height: 3rem;
  padding: 0;
  display: flex;
}

.icon {
  margin-right: 0;
  position: static;
}

.dropdown-list {
  z-index: 99;
  border-radius: 1.25rem;
  inset: 0% 0% auto;
  box-shadow: 0 0 10px #0003;
}

.dropdown-list.w--open {
  background-color: var(--_primitives---brand-colors--red);
  border-radius: 1.25rem;
  top: 100%;
  overflow: hidden;
}

.link-block-3 {
  z-index: 999;
  position: relative;
}

.button_2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: .125rem solid var(--_primitives---text-colors--black);
  border-radius: var(--_ui-styles---radius--small);
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--dark);
  font-size: var(--_typography---font-size--button-text-large);
  text-transform: uppercase;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  height: 3.75rem;
  padding: .9rem 1.5rem 1rem;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.button---bg {
  background-color: #fff;
  height: 100%;
  position: absolute;
  top: 100%;
  left: 0%;
  right: 0%;
}

.button---bg-inner {
  position: absolute;
  bottom: 100%;
  left: 0%;
  right: 0%;
}

.button---circle {
  background-color: var(--_primitives---text-colors--red);
  border-radius: 50%;
  width: 150%;
  height: 200%;
  position: absolute;
  top: 0%;
  left: 50%;
  transform: translate(-50%);
}

.button---text {
  z-index: 4;
  font-family: var(--_typography---font-styles--heading);
  color: var(--_primitives---text-colors--black);
  font-size: var(--_typography---font-size--button-text-large);
  letter-spacing: normal;
  position: relative;
}

.button-menu-group {
  position: relative;
  overflow: hidden;
}

.text-block-18 {
  z-index: 2;
  position: relative;
}

.menu-item-indicator {
  opacity: .4;
  text-wrap: pretty;
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    --_typography---font-styles--body: "Futuru Variablevf", Arial, sans-serif;
    --_typography---font-size--paragraph: 1.25rem;
    --_typography---font-styles--heading: Sink, Arial, sans-serif;
    --_typography---font-size--heading-5: 1.25rem;
    --_typography---font-size--heading-2: 3rem;
    --_typography---font-size--heading-1: 4rem;
    --_typography---font-size--button-text-large: 1.5rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---font-size--heading-4: 1.5rem;
    --_typography---font-size--heading-3: 2.25rem;
    --_typography---font-size--notes: .875rem;
    --_typography---font-size--heading-6: 1rem;
    --_typography---font-size--paragraph-light: .875rem;
    --_ui-styles---radius--small: .25rem;
    --_ui-styles---stroke--border-width\<deleted\|relume-variable-border-width\>: 1px;
    --_ui-styles---radius--medium: 1rem;
    --_ui-styles---spacer--8: .5rem;
    --_ui-styles---spacer--16: 1rem;
    --_ui-styles---spacer--24: 1rem;
    --_ui-styles---spacer--32: 1.5rem;
    --_ui-styles---spacer--40: 2rem;
    --_ui-styles---spacer--80: 3rem;
    --_ui-styles---spacer--120: 5rem;
    --_ui-styles---radius--large: 2rem;
    --_ui-styles---radius--none: 0px;
    --_ui-styles---radius--circle: 999px;
    --_ui-styles---spacer--64: 4rem;
  }

  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: var(--_typography---font-size--heading-2);
  }

  .rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .heading-style-h4 {
    text-wrap: balance;
  }

  .heading-style-h3.pretty {
    text-wrap: pretty;
  }

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

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

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

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

  .rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .header-wrapper.align-center {
    width: 100%;
  }

  .nav-menu {
    z-index: 999;
    background-color: var(--_primitives---brand-colors--red);
    background-image: linear-gradient(180deg, var(--_primitives---brand-colors--red), #6a1717);
    --_typography---font-styles--body: "Futuru Variablevf", Arial, sans-serif;
    --_typography---font-size--paragraph: 1.25rem;
    --_typography---font-styles--heading: Sink, Arial, sans-serif;
    --_typography---font-size--heading-5: 1.25rem;
    --_typography---font-size--heading-2: 3rem;
    --_typography---font-size--heading-1: 4rem;
    --_typography---font-size--button-text-large: 1.5rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---font-size--heading-4: 1.5rem;
    --_typography---font-size--heading-3: 2.25rem;
    --_typography---font-size--notes: .875rem;
    --_typography---font-size--heading-6: 1rem;
    --_typography---font-size--paragraph-light: .875rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: 100vh;
  }

  .card_idioma-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .link_nav {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    font-size: var(--_typography---font-size--heading-2);
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 3rem;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2rem;
    padding-right: 2rem;
    font-weight: 500;
  }

  .link_nav:hover, .link_nav:active {
    background-color: #0000;
  }

  .link_nav.w--current {
    display: flex;
  }

  .faq-button {
    width: 100%;
  }

  .footer-bottom-wrapper {
    grid-column-gap: var(--_ui-styles---spacer--40);
    grid-row-gap: var(--_ui-styles---spacer--40);
    flex-flow: wrap-reverse;
  }

  .nav-banner-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    opacity: 1;
    pointer-events: auto;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    margin-left: 2rem;
    margin-right: 2rem;
    display: none;
    position: static;
    top: -54%;
    overflow: visible;
  }

  .top-banner-wrapper {
    justify-content: center;
    align-items: flex-start;
    height: 100%;
  }

  .nav-button {
    width: 3rem;
    height: 3rem;
    padding: 0;
    position: static;
  }

  .nav-button.w--open {
    background-color: #0000;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
  }

  .div-block-6 {
    grid-column-gap: var(--_ui-styles---spacer--40);
    grid-row-gap: var(--_ui-styles---spacer--40);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    height: 100%;
    padding-top: 2rem;
    padding-bottom: 8rem;
    display: flex;
  }

  .cta-banner-nav {
    background-image: linear-gradient(#0000 34%, #0006), url('../images/SAV04665.webp');
    background-position: 0 0, 0%;
    width: 100%;
    height: auto;
  }

  .nav-link_wrapper {
    grid-column-gap: var(--_ui-styles---spacer--40);
    grid-row-gap: var(--_ui-styles---spacer--40);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
  }

  .line {
    border-radius: var(--_ui-styles---radius--circle);
    background-color: var(--_primitives---brand-colors--light-yellow);
    width: 2rem;
    height: 3px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .hamburger {
    grid-column-gap: .4375rem;
    grid-row-gap: .4375rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    display: flex;
  }

  .about-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .div-block-8 {
    height: 43rem;
    overflow: visible;
  }

  .text-block-7, .text-block-8 {
    overflow: visible;
  }

  .location-wrapper {
    flex-flow: column-reverse;
    justify-content: space-between;
    align-items: stretch;
  }

  .food-menu-image {
    width: 208px;
    height: 280px;
    top: -58px;
    right: 3%;
  }

  .form-block {
    width: 100%;
  }

  .delivery-wrapper {
    flex-flow: column;
  }

  .top-top-wrapper {
    justify-content: space-between;
    align-items: center;
  }

  .top-bottom-wrapper {
    grid-column-gap: var(--_ui-styles---spacer--80);
    grid-row-gap: var(--_ui-styles---spacer--80);
    flex-flow: wrap-reverse;
  }

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

  .div-block-21 {
    width: 100%;
    max-width: 27.9375rem;
  }

  .section_home-hero {
    padding-top: 0;
  }

  .form-block-menu {
    width: 100%;
  }

  .text-field-3 {
    width: 100%;
    max-width: 22.0625rem;
  }

  .div-block-25 {
    padding-top: var(--_ui-styles---spacer--40);
    border-top: 4px solid var(--_primitives---brand-colors--light-yellow);
    pointer-events: auto;
    margin-left: 2rem;
    margin-right: 2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: none;
  }

  .button-wrapper-menu {
    grid-column-gap: var(--_ui-styles---spacer--16);
    grid-row-gap: var(--_ui-styles---spacer--16);
  }

  .loader-background {
    display: none;
  }

  .menu-content {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .teaser-img {
    position: relative;
    inset: auto;
  }

  .teaser-copy {
    margin-top: 1.5em;
  }

  .teaser-img-tablet-down {
    display: block;
  }

  .teaser-grid {
    flex-direction: column;
  }

  .teaser-column {
    width: 100%;
  }

  .p-teaser-img-wrap {
    display: none;
  }

  .teaser-copy-wrap {
    flex-direction: column;
    height: auto;
    margin-bottom: 5rem;
    padding-right: 0;
  }

  .dropdown-toggle-2 {
    margin-left: 0;
    margin-right: 0;
  }

  .dropdown-list {
    position: static;
  }

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

  .menu-item-indicator {
    opacity: .75;
    display: block;
    position: absolute;
    inset: auto 16px 10px auto;
  }
}

@media screen and (max-width: 767px) {
  body {
    --_ui-styles---radius--small: .25rem;
    --_ui-styles---stroke--border-width\<deleted\|relume-variable-border-width\>: 1px;
    --_ui-styles---radius--medium: 1rem;
    --_ui-styles---spacer--8: .5rem;
    --_ui-styles---spacer--16: 1rem;
    --_ui-styles---spacer--24: 1rem;
    --_ui-styles---spacer--32: 1.5rem;
    --_ui-styles---spacer--40: 2rem;
    --_ui-styles---spacer--80: 3rem;
    --_ui-styles---spacer--120: 5rem;
    --_ui-styles---radius--large: 1rem;
    --_ui-styles---radius--none: 0px;
    --_ui-styles---radius--circle: 999px;
    --_ui-styles---spacer--64: 4rem;
  }

  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: var(--_typography---font-size--heading-2);
  }

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

  .button.is-uber.is-small, .button.is-glovo.is-small {
    display: none;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .heading-style-h4.text-color-white {
    font-size: var(--_typography---font-size--heading-4);
    --_typography---font-styles--body: "Futuru Variablevf", Arial, sans-serif;
    --_typography---font-size--paragraph: 1.25rem;
    --_typography---font-styles--heading: Sink, Arial, sans-serif;
    --_typography---font-size--heading-5: 1.25rem;
    --_typography---font-size--heading-2: 3rem;
    --_typography---font-size--heading-1: 4rem;
    --_typography---font-size--button-text-large: 1.5rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---font-size--heading-4: 1.5rem;
    --_typography---font-size--heading-3: 2.25rem;
    --_typography---font-size--notes: .875rem;
    --_typography---font-size--heading-6: 1rem;
    --_typography---font-size--paragraph-light: .875rem;
  }

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

  .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-24 {
    padding-top: .75rem;
  }

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

  .category-filter-menu {
    width: 100vw;
    margin-left: -5vw;
    padding-left: 5vw;
    overflow: scroll;
  }

  .section_footer {
    position: relative;
  }

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

  .product-images-wrapper {
    flex-flow: column;
  }

  .product-image-wrapper {
    height: 100%;
    transition-property: height;
  }

  .product-image-wrapper:hover {
    width: 100%;
    height: 250%;
  }

  .heading-style-sticker {
    inset: auto;
  }

  .top-top-wrapper {
    flex-flow: wrap;
  }

  .top-bottom-wrapper {
    flex-flow: wrap-reverse;
    justify-content: space-between;
    align-items: flex-start;
  }

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

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

  .button-wrapper-menu {
    pointer-events: auto;
    display: flex;
  }

  .product-image-gradient {
    display: none;
  }

  .text-cta-nav {
    font-family: var(--_typography---font-styles--heading);
    color: var(--_primitives---text-colors--light-yellow);
    font-size: var(--_typography---font-size--heading-2);
    text-align: left;
    line-height: 3.1rem;
  }

  .teaser-copy {
    padding-right: 0%;
  }
}

@media screen and (max-width: 479px) {
  body {
    --_typography---font-styles--body: "Futuru Variablevf", Arial, sans-serif;
    --_typography---font-size--paragraph: 1.125rem;
    --_typography---font-styles--heading: Sink, Arial, sans-serif;
    --_typography---font-size--heading-5: 1.2rem;
    --_typography---font-size--heading-2: 2.75rem;
    --_typography---font-size--heading-1: 3rem;
    --_typography---font-size--button-text-large: 1.5rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---font-size--heading-4: 1.5rem;
    --_typography---font-size--heading-3: 2.25rem;
    --_typography---font-size--notes: 1rem;
    --_typography---font-size--heading-6: 1rem;
    --_typography---font-size--paragraph-light: .875rem;
  }

  h1 {
    font-size: 2.5rem;
  }

  p {
    font-size: var(--_typography---font-size--paragraph);
    font-weight: 400;
    line-height: 1.8;
  }

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

  .heading-style-h2 {
    text-wrap: balance;
  }

  .heading-style-h5 {
    font-size: var(--_typography---font-size--heading-5);
  }

  .heading-style-h1 {
    font-size: var(--_typography---font-size--heading-1);
  }

  .heading-style-h4 {
    font-size: var(--_typography---font-size--heading-4);
    font-weight: 400;
  }

  .padding-global, .padding-global.left-only {
    padding-left: 1rem;
    padding-right: 1rem;
  }

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

  .logo-wrapper.w--current {
    z-index: 1000;
    max-width: 8.375rem;
    position: relative;
  }

  .nav-menu {
    --_typography---font-styles--body: "Futuru Variablevf", Arial, sans-serif;
    --_typography---font-size--paragraph: 1.125rem;
    --_typography---font-styles--heading: Sink, Arial, sans-serif;
    --_typography---font-size--heading-5: 1.2rem;
    --_typography---font-size--heading-2: 2.75rem;
    --_typography---font-size--heading-1: 3rem;
    --_typography---font-size--button-text-large: 1.5rem;
    --_typography---font-size--button-text: 1rem;
    --_typography---font-size--heading-4: 1.5rem;
    --_typography---font-size--heading-3: 2.25rem;
    --_typography---font-size--notes: 1rem;
    --_typography---font-size--heading-6: 1rem;
    --_typography---font-size--paragraph-light: .875rem;
  }

  .swiper-arrow-next {
    background-color: #0000;
    flex: none;
    justify-content: center;
    align-items: center;
    padding: 0 0 2px 1px;
  }

  .swiper-arrow-prev {
    flex: none;
    padding: 0 1px 2px 0;
  }

  .image-home-hero {
    height: 100vh;
  }

  .nav-banner-wrapper {
    top: -47%;
  }

  .hero-header-wrapper {
    max-width: none;
  }

  .nav-layout {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .cta-banner-nav {
    padding: 1rem;
  }

  .text-size-large.text-color-white.text-style-allcaps.text-weight-semibold {
    line-height: 1.2;
  }

  .about-space {
    flex-flow: column;
  }

  .div-block-8 {
    height: 28rem;
  }

  .text-block-7, .text-block-8 {
    font-size: 10rem;
    line-height: 1.3;
  }

  .filter_list {
    flex-flow: wrap;
  }

  .food-menu-image {
    width: 150px;
    height: 170px;
    top: 20px;
    right: 15px;
  }

  .code-embed-4 {
    aspect-ratio: 2 / 3;
    height: auto;
  }

  .sticker {
    top: 0;
  }

  .heading-style-sticker {
    padding-top: .25rem;
  }

  .section_contacts {
    justify-content: flex-start;
    align-items: stretch;
  }

  .form-wrapper, .delivery-wrapper {
    flex-flow: column;
  }

  .image-22 {
    height: auto;
  }

  .top-top-wrapper {
    grid-column-gap: var(--_ui-styles---spacer--16);
    grid-row-gap: var(--_ui-styles---spacer--16);
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .grid {
    flex-flow: wrap;
    display: flex;
  }

  .div-block-20 {
    grid-column-gap: var(--_ui-styles---spacer--8);
    grid-row-gap: var(--_ui-styles---spacer--8);
  }

  .heading-style-h6 {
    font-size: var(--_typography---font-size--heading-5);
  }

  .bottom-left-wrapper {
    grid-column-gap: var(--_ui-styles---spacer--8);
    grid-row-gap: var(--_ui-styles---spacer--8);
    flex-flow: wrap;
    align-items: stretch;
    display: flex;
  }

  .text-block-12 {
    white-space: nowrap;
  }

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

#w-node-_672ef5fe-b850-b790-0d0d-d912d8f0178a-d8f01749 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86205-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86207-afde63c8 {
  justify-self: center;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621b-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8621c-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86220-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86221-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86225-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86226-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622a-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622b-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8622f-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86230-afde63c8 {
  justify-self: start;
}

#w-node-a45b3985-956c-a786-2225-f4857db30215-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a45b3985-956c-a786-2225-f4857db30216-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8623f-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86240-afde63c8 {
  justify-self: start;
}

#w-node-_29fbb4f6-8750-2011-3d26-184a94d3f193-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_29fbb4f6-8750-2011-3d26-184a94d3f194-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86249-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624a-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624e-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8624f-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86253-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86254-afde63c8 {
  justify-self: start;
}

#w-node-_6ec3a85f-4000-52d6-d0a6-de8c806105f8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_6ec3a85f-4000-52d6-d0a6-de8c806105f9-afde63c8 {
  justify-self: start;
}

#w-node-_2bf5f03c-4664-ce47-eaba-12c03366f780-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2bf5f03c-4664-ce47-eaba-12c03366f781-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86263-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86264-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86268-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86269-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626d-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8626e-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86272-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86273-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627c-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8627d-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86286-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86287-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629e-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629f-afde63c8 {
  justify-self: start;
}

#w-node-cc8b7e43-6f6b-4a2c-8db3-624be44008b0-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cc8b7e43-6f6b-4a2c-8db3-624be44008b1-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a3-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a4-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862a9-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862b9-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862bd-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862be-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c3-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c7-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862c8-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cc-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862cd-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d1-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862d2-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862dd-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862de-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e3-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e7-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862e8-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ec-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ed-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f1-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f2-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f6-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862f7-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fb-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862fc-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86300-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86301-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86305-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86306-afde63c8 {
  justify-self: start;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794ca-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-aceb9adc-ab11-ae9c-832d-ba0cb63794cb-afde63c8 {
  justify-self: start;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534b-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-a01e4585-6913-dc47-ad7c-9500af9e534c-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86310-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86311-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86315-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86316-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631a-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8631b-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86322-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86323-afde63c8 {
  justify-self: start;
}

#w-node-f850239f-5feb-931e-45b8-7b579b43a164-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863df-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-afde63c8, #w-node-_12598ef6-e909-6a4f-f332-30684c9cdb8a-afde63c8, #w-node-_12598ef6-e909-6a4f-f332-30684c9cdb8b-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_12598ef6-e909-6a4f-f332-30684c9cdb8c-afde63c8 {
  justify-self: start;
}

#w-node-_12598ef6-e909-6a4f-f332-30684c9cdb8e-afde63c8, #w-node-_9dfe9a3f-465f-117f-7c3c-398b552ff6be-afde63c8, #w-node-_9dfe9a3f-465f-117f-7c3c-398b552ff6bf-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9dfe9a3f-465f-117f-7c3c-398b552ff6c0-afde63c8 {
  justify-self: start;
}

#w-node-_9dfe9a3f-465f-117f-7c3c-398b552ff6c4-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e6-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-afde63c8, #w-node-fae83ed7-71f9-8da8-5794-82d214cb35ec-afde63c8, #w-node-fae83ed7-71f9-8da8-5794-82d214cb35ed-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fae83ed7-71f9-8da8-5794-82d214cb35ee-afde63c8 {
  justify-self: start;
}

#w-node-fae83ed7-71f9-8da8-5794-82d214cb35f2-afde63c8, #w-node-c84f837b-089f-4585-dabe-3292f5876e88-afde63c8, #w-node-c84f837b-089f-4585-dabe-3292f5876e89-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c84f837b-089f-4585-dabe-3292f5876e8a-afde63c8 {
  justify-self: start;
}

#w-node-c84f837b-089f-4585-dabe-3292f5876e90-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86449-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644b-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-afde63c8, #w-node-_15d4e239-6fa3-e77a-f171-c32cb987c73b-afde63c8, #w-node-_15d4e239-6fa3-e77a-f171-c32cb987c73c-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_15d4e239-6fa3-e77a-f171-c32cb987c73d-afde63c8 {
  justify-self: start;
}

#w-node-_15d4e239-6fa3-e77a-f171-c32cb987c741-afde63c8, #w-node-_7730c3e0-714a-e4bc-aa47-87362a5273c4-afde63c8, #w-node-_7730c3e0-714a-e4bc-aa47-87362a5273c5-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7730c3e0-714a-e4bc-aa47-87362a5273c6-afde63c8 {
  justify-self: start;
}

#w-node-_7730c3e0-714a-e4bc-aa47-87362a5273ca-afde63c8, #w-node-cd53a463-0d54-69a2-8320-d4be04c430d9-afde63c8, #w-node-cd53a463-0d54-69a2-8320-d4be04c430da-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cd53a463-0d54-69a2-8320-d4be04c430db-afde63c8 {
  justify-self: start;
}

#w-node-cd53a463-0d54-69a2-8320-d4be04c430df-afde63c8, #w-node-c9453893-37e7-a8ac-9de8-6dda472653a0-afde63c8, #w-node-c9453893-37e7-a8ac-9de8-6dda472653a1-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c9453893-37e7-a8ac-9de8-6dda472653a2-afde63c8 {
  justify-self: start;
}

#w-node-c9453893-37e7-a8ac-9de8-6dda472653a8-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86456-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8645c-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86461-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86462-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86463-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-afde63c8, #w-node-_967870c8-2a59-f3ad-64d6-7a68f6ba13bf-afde63c8, #w-node-_967870c8-2a59-f3ad-64d6-7a68f6ba13c0-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_967870c8-2a59-f3ad-64d6-7a68f6ba13c1-afde63c8 {
  justify-self: start;
}

#w-node-_967870c8-2a59-f3ad-64d6-7a68f6ba13c7-afde63c8, #w-node-d37b2579-9d18-04c9-4090-52481ef792d1-afde63c8, #w-node-d37b2579-9d18-04c9-4090-52481ef792d2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792d3-afde63c8 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792dc-afde63c8, #w-node-d37b2579-9d18-04c9-4090-52481ef792dd-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792de-afde63c8 {
  justify-self: start;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e7-afde63c8, #w-node-d37b2579-9d18-04c9-4090-52481ef792e8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d37b2579-9d18-04c9-4090-52481ef792e9-afde63c8 {
  justify-self: start;
}

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-afde63c8, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-afde63c8, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-afde63c8, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-afde63c8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-afde63c8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-afde63c8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-afde63c8, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86492-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86494-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc86497-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649b-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649c-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc8649d-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a6-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a7-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864a8-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b1-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b2-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864b3-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864b4-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864ba-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bb-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864bc-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864bd-afde63c8 {
  justify-self: start;
}

#w-node-da163454-3d7f-a6d2-8037-3b46b9c50abd-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c3-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c4-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c5-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc864c6-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc864c8-afde63c8 {
  justify-self: start;
}

#w-node-efe47a2c-71a3-58fc-52e2-5719cef52200-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55803-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55804-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55805-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55806-afde63c8 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55808-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580b-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5580f-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55810-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55811-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581a-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581b-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5581c-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55825-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55826-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55827-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55828-afde63c8 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5582e-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5582f-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55830-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55831-afde63c8 {
  justify-self: start;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e55833-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55837-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55838-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e55839-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_4992825b-ed2c-cb01-ffba-02b107e5583a-afde63c8, #w-node-_4992825b-ed2c-cb01-ffba-02b107e5583c-afde63c8 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-afde63c8, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-afde63c8, #w-node-efb4daa9-645e-0dd7-ec1a-f733ab994e70-afde63c8, #w-node-efb4daa9-645e-0dd7-ec1a-f733ab994e73-afde63c8, #w-node-_1525269e-b7a1-513e-0bb7-62c9de93602a-afde63c8, #w-node-_1525269e-b7a1-513e-0bb7-62c9de93602d-afde63c8, #w-node-ada18ca6-02fc-b15f-2a06-ed642a52b160-afde63c8, #w-node-ada18ca6-02fc-b15f-2a06-ed642a52b163-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369295-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369297-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369299-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929a-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929c-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929e-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936929f-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a1-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a3-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a4-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a6-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692a9-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ab-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ad-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ae-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b0-afde63c8, #w-node-_8ec19c33-ae2e-90c5-80bf-3c4e7d639cd4-afde63c8, #w-node-_450fae6e-ea6c-c71d-c007-cbe7f109d617-afde63c8, #w-node-dcc5fc80-562f-447f-055c-339db14678d8-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b3-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b5-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b6-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692b9-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bb-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bc-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692be-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692bf-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c1-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c2-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c4-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c5-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692c7-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692cd-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d1-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d2-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d4-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d6-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d7-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692d9-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692db-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692dc-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692de-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e0-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e1-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e3-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e5-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e6-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692e8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ea-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692eb-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ed-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ef-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f0-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f4-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f5-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f7-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692f9-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fa-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fc-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692fe-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593692ff-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369301-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369303-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369304-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369306-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930b-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936930f-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369311-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369314-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369319-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936931e-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369323-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369328-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936932f-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369330-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369332-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369333-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369335-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369336-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369338-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369339-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933b-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933c-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933e-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936933f-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369341-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369342-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369344-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369345-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369347-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369348-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934a-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934b-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934d-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936934e-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369350-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369351-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369353-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369354-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369356-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369357-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369359-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935a-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935c-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935d-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936935f-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369360-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369362-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369363-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369365-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369366-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369368-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369369-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936b-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936c-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936e-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936936f-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369371-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369372-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369374-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369375-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369377-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369378-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937a-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937b-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937d-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936937e-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369380-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369381-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369383-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369384-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369386-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369387-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936938c-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369390-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369392-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369395-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939a-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a35936939f-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a4-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693a9-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b0-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b1-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b3-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b4-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b6-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b7-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693b9-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ba-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bc-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bd-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693bf-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c0-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c3-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c5-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c6-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693c9-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cb-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cc-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ce-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693cf-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d1-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d2-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d4-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d5-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d7-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693d8-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693da-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693db-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693dd-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693de-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e0-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e1-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e3-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e4-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e6-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e7-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693e9-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ea-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ec-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ed-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ef-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f0-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f3-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f5-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f6-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693f9-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fb-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fc-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693fe-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593693ff-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369401-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369402-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369404-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369405-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369407-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369408-afde63c8, #w-node-aba73718-5f03-827e-9e0b-61449dc1d37c-afde63c8, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f8-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448f9-afde63c8 {
  justify-self: start;
}

#w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fb-afde63c8, #w-node-_1a6e4211-c1a3-edfa-99df-59c05fb448fc-afde63c8, #w-node-_16994295-7a31-57da-1001-8ec0ea846a1e-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a1f-afde63c8 {
  justify-self: start;
}

#w-node-_16994295-7a31-57da-1001-8ec0ea846a21-afde63c8, #w-node-_16994295-7a31-57da-1001-8ec0ea846a22-afde63c8, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f2-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f3-afde63c8 {
  justify-self: start;
}

#w-node-_8f691932-76bb-1979-3d19-a80adf0a25f5-afde63c8, #w-node-_8f691932-76bb-1979-3d19-a80adf0a25f6-afde63c8, #w-node-f28919c2-e180-d075-d1c2-81b601b8a964-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a965-afde63c8 {
  justify-self: start;
}

#w-node-f28919c2-e180-d075-d1c2-81b601b8a967-afde63c8, #w-node-f28919c2-e180-d075-d1c2-81b601b8a968-afde63c8, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b3-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b4-afde63c8 {
  justify-self: start;
}

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-afde63c8, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-afde63c8, #w-node-_5bd853ca-20c8-a4eb-274f-76bdb0c6c761-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_5bd853ca-20c8-a4eb-274f-76bdb0c6c762-afde63c8 {
  justify-self: start;
}

#w-node-_5bd853ca-20c8-a4eb-274f-76bdb0c6c764-afde63c8, #w-node-_5bd853ca-20c8-a4eb-274f-76bdb0c6c765-afde63c8, #w-node-_2716b048-db5d-c00d-8b8b-9eec074e3e08-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2716b048-db5d-c00d-8b8b-9eec074e3e09-afde63c8 {
  justify-self: start;
}

#w-node-_2716b048-db5d-c00d-8b8b-9eec074e3e0b-afde63c8, #w-node-_2716b048-db5d-c00d-8b8b-9eec074e3e0c-afde63c8, #w-node-ee961e8d-845a-edc3-3307-509470022457-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee961e8d-845a-edc3-3307-509470022458-afde63c8 {
  justify-self: start;
}

#w-node-ee961e8d-845a-edc3-3307-50947002245a-afde63c8, #w-node-ee961e8d-845a-edc3-3307-50947002245b-afde63c8, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e1-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e2-afde63c8 {
  justify-self: start;
}

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-afde63c8, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694ff-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369503-afde63c8, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369505-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369506-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950a-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950b-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936950f-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369510-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369514-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369515-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369519-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951a-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951e-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936951f-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369523-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369524-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369528-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369529-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952d-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936952e-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369532-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369533-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953a-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953b-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936953f-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369540-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369544-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369545-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369549-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954a-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954e-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a35936954f-afde63c8 {
  justify-self: start;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369553-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_9a3cb5be-cc97-b70e-6a89-31a359369554-afde63c8 {
  justify-self: start;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e54-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-de8106d9-b098-80e3-076c-80f3a0fa5e55-afde63c8 {
  justify-self: start;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a792-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_680345d6-d141-aefc-5e81-01faad69a793-afde63c8 {
  justify-self: start;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b297-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-dc962921-5c74-5687-77a4-c1371012b298-afde63c8 {
  justify-self: start;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db57-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bbf5f4a2-0660-a8f8-7799-a71df583db58-afde63c8 {
  justify-self: start;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92c-afde63c8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_723dac19-3a6b-8f5e-89ce-53b9006ba92d-afde63c8 {
  justify-self: start;
}


@font-face {
  font-family: 'Futuru Variablevf';
  src: url('../fonts/Futuru-VariableVF.woff') format('woff');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Sink';
  src: url('../fonts/Sink.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}