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

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

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

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

:root {
  --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
  --_responsive---body: "Inter Tight", sans-serif;
  --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
  --_responsive---text-size--regular: 1rem;
  --_responsive---heading: "Raveo Display", Arial, sans-serif;
  --base-color-brand--secondary-80: #13213c;
  --_responsive---heading-size--h1: 5rem;
  --_responsive---heading-size--h2: 3.5rem;
  --_responsive---heading-size--h3: 3.2rem;
  --_responsive---heading-size--h4: 3rem;
  --_responsive---heading-size--h5: 2.8rem;
  --_responsive---heading-size--h6: 2.5rem;
  --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
  --base-color-brand--primary-20: #fad3b1;
  --base-color-brand--secondary-60: #13213c;
  --base-color-neutral--white: white;
  --base-color-brand--primary-80: #ee7f22;
  --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
  --_responsive---text-size--small: .875rem;
  --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
  --base-color-neutral--transparent: #fff0;
  --base-color-neutral--neutral-50: #a0a0ab;
  --_responsive---text-size--large: 1.5rem;
  --base-color-brand--secondary-29: #9e9caa;
  --background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>: var(--base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>);
  --text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>: var(--base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_responsive---text-size--medium: 1.25rem;
  --base-color-brand--secondary-40: #4a4c62;
  --_responsive---text-size--huge: 2rem;
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --base-color-neutral--black: black;
  --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
  --base-color-brand--primary-40: #f3a15e;
  --base-color-brand--primary-60: #ee7f22;
  --base-color-neutral--neutral-20: #f4f4f5;
  --base-color-neutral--neutral-10: #f9fafb;
  --base-color-neutral--neutral-30: #e4e4e7;
  --base-color-neutral--neutral-40: #d1d1d6;
  --base-color-neutral--neutral-60: #70707b;
  --base-color-neutral--neutral-70: #51525c;
  --base-color-neutral--neutral-80: #3f3f46;
  --base-color-neutral--neutral-90: #26272b;
  --base-color-system--error-red\<deleted\|variable-ad7a5e8d-bd95-fba4-5110-cbccfa2520c4\>: #f8e4e4;
  --base-color-system--error-red-dark\<deleted\|variable-f7a8b234-8033-a5d6-4d85-0326277c2bf8\>: #3b0b0b;
}

.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-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--_section-theme---background-color--background-primary);
  font-family: var(--_responsive---body);
  color: var(--_section-theme---text-color--text-primary);
  font-size: var(--_responsive---text-size--regular);
  line-height: 1.5;
}

h1 {
  font-family: var(--_responsive---heading);
  color: var(--base-color-brand--secondary-80);
  font-size: var(--_responsive---heading-size--h1);
  letter-spacing: -4px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1;
}

h2 {
  font-family: var(--_responsive---heading);
  font-size: var(--_responsive---heading-size--h2);
  letter-spacing: -3px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

h3 {
  font-family: var(--_responsive---heading);
  font-size: var(--_responsive---heading-size--h3);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.1;
}

h4 {
  font-family: var(--_responsive---heading);
  font-size: var(--_responsive---heading-size--h4);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  font-family: var(--_responsive---heading);
  font-size: var(--_responsive---heading-size--h5);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  font-family: var(--_responsive---heading);
  font-size: var(--_responsive---heading-size--h6);
  letter-spacing: -2px;
  margin-top: 0;
  margin-bottom: 0;
  font-weight: 400;
  line-height: 1.3;
}

p {
  margin-bottom: 0;
}

a {
  color: var(--_section-theme---text-color--text-link);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.5rem;
}

li {
  margin-bottom: .25rem;
}

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

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

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: 0 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

.utility-page-component {
  flex-flow: column;
  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-page-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  max-width: 40rem;
  display: flex;
}

.utility-page-form {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

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

.padding-xlarge {
  padding: 4rem;
}

.margin-xlarge {
  margin: 4rem;
}

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

.padding-xhuge {
  padding: 8rem;
}

.padding-0 {
  padding: 0;
}

.padding-xxhuge {
  padding: 12rem;
}

.padding-huge {
  padding: 6rem;
}

.margin-large {
  margin: 3rem;
}

.padding-xxlarge {
  padding: 5rem;
}

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

.padding-large {
  padding: 3rem;
}

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

.padding-small {
  padding: 1rem;
}

.margin-huge {
  margin: 6rem;
}

.padding-medium {
  padding: 2rem;
}

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

.margin-xxlarge {
  margin: 5rem;
}

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

.margin-xhuge {
  margin: 8rem;
}

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

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.padding-top {
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
}

.margin-vertical {
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.padding-left {
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
}

.padding-vertical {
  padding-left: 0;
  padding-right: 0;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.margin-right {
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
}

.margin-top {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-left {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 0;
}

.padding-right {
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.padding-bottom {
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.fs-styleguide-background {
  border: 1px solid #0000001a;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  display: flex;
}

.fs-styleguide-spacing {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-image: linear-gradient(to top, #2d40ea1a, #fff0);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

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

.overflow-auto {
  overflow: auto;
}

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

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

.fs-styleguide-background-space {
  width: 1px;
  height: 1px;
  margin: 5rem;
}

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

.fs-styleguide-item {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  border-bottom: 1px solid #0000001a;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-content: start;
  place-items: start;
  padding-bottom: 3rem;
  display: grid;
  position: relative;
}

.fs-styleguide-item.is-stretch {
  justify-items: stretch;
}

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

.fs-styleguide-item-header {
  border-bottom: 1px solid #0000001a;
  width: 100%;
  padding-bottom: 2rem;
}

.background-color-primary {
  background-color: var(--_section-theme---background-color--background-primary);
  color: var(--_section-theme---text-color--text-tertiary);
}

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

.text-color-primary {
  color: var(--_section-theme---text-color--text-primary);
}

.text-color-secondary {
  color: var(--_section-theme---text-color--text-secondary);
}

.fs-styleguide-2-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.fs-styleguide-2-col.is-align-start {
  align-items: start;
}

.form-message-success {
  background-color: var(--base-color-brand--primary-20);
  border-radius: 1rem;
  padding: 1.25rem;
}

.fs-styleguide-row {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  flex-direction: row;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.heading-style-h3 {
  font-size: var(--_responsive---heading-size--h3);
}

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

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

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

.heading-style-h1 {
  font-size: var(--_responsive---heading-size--h1);
  max-width: 16ch;
  position: relative;
}

.heading-style-h1.text-align-center {
  text-align: left;
}

.heading-style-h1.position-absolute {
  color: var(--base-color-brand--secondary-60);
  text-align: center;
  max-width: 12ch;
  font-weight: 500;
  position: absolute;
}

.heading-style-h1.text-color-tertiary, .heading-style-h1.text-color-tertiary.text-align-center, .heading-style-h1.text-color-tertiary.align-center {
  padding: 0;
}

.heading-style-h1.text-color-white {
  color: var(--base-color-neutral--white);
  max-width: 16ch;
}

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

.padding-global.padding-section-large {
  --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
  --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
  --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
}

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

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

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

.text-color-tertiary {
  color: var(--base-color-brand--primary-80);
  padding: .5rem;
}

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

.overflow-hidden {
  overflow: hidden;
}

.fs-styleguide-section-header {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_section-theme---background-color--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  padding-bottom: 3rem;
  line-height: 1.4;
  display: grid;
}

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

.fs-styleguide-1-col {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.overflow-visible {
  overflow: visible;
}

.fs-styleguide-empty-box {
  z-index: -1;
  background-color: #2d40ea0d;
  border: 1px dashed #2d40ea;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

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

.fs-styleguide-heading-medium {
  font-size: 4rem;
}

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

.fs-styleguide-4-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.text-size-regular {
  font-size: var(--_responsive---text-size--regular);
}

.text-size-regular.text-color-secondary {
  color: var(--base-color-brand--primary-80);
  position: static;
}

.text-size-regular.text-color-secondary.text-align-center {
  text-align: left;
}

.text-size-regular.grey {
  color: var(--base-color-brand--primary-20);
}

.text-size-regular.text-color-white {
  color: var(--base-color-neutral--white);
}

.text-size-regular.text-color-white.text-align-center {
  text-align: left;
}

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

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

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

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

.fs-styleguide-item-wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

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

.fs-styleguide-header-block {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

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

.heading-style-h4 {
  font-size: var(--_responsive---heading-size--h4);
}

.form-label {
  color: var(--_section-theme---text-color--text-secondary);
  font-size: 1.125rem;
}

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

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

.background-color-secondary {
  background-color: var(--_section-theme---background-color--background-secondary);
}

.form-input {
  border-style: solid;
  border-width: 1px;
  border-color: var(--base-color-neutral--transparent) var(--base-color-neutral--transparent) var(--_section-theme---background-color--border);
  background-color: var(--base-color-neutral--transparent);
  color: var(--_section-theme---text-color--text-tertiary);
  font-size: var(--_responsive---text-size--regular);
  min-height: 3.6rem;
  margin-bottom: 2rem;
  padding: .8rem 0;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
}

.form-input:hover {
  border-bottom-color: var(--base-color-neutral--neutral-50);
}

.form-input:active, .form-input:focus, .form-input:focus-visible, .form-input[data-wf-focus-visible] {
  color: var(--_section-theme---text-color--text-primary);
}

.form-input::placeholder {
  color: var(--_section-theme---text-color--text-tertiary);
}

.form-input:lang(en) {
  color: var(--_section-theme---text-color--text-primary);
}

.form-input.is-select-input {
  color: var(--_section-theme---text-color--text-secondary);
}

.form-input.is-text-area {
  min-height: 12rem;
}

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

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

.fs-styleguide-3-col {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.fs-styleguide-3-col.is-align-start {
  align-items: start;
}

.text-size-large {
  font-size: var(--_responsive---text-size--large);
}

.fs-styleguide-header {
  background-color: var(--_section-theme---background-color--background-primary);
  color: var(--_section-theme---text-color--text-primary);
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
}

.heading-style-h2 {
  font-size: var(--_responsive---heading-size--h2);
}

.fs-styleguide-label {
  background-color: var(--base-color-brand--primary-80);
  color: var(--base-color-neutral--white);
  border-radius: .25rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: .25rem .75rem .3rem;
  font-weight: 600;
  display: flex;
}

.fs-styleguide-label.is-tag {
  background-color: var(--base-color-brand--secondary-29);
  color: var(--_section-theme---text-color--text-primary);
}

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.form-message-error {
  background-color: var(--background-color--background-error\<deleted\|variable-89aecd3e-2fe8-312c-65a2-e3e7c57d326c\>);
  color: var(--text-color--text-error\<deleted\|variable-4a51c5d2-820c-a0d9-b49e-0e5d273c964f\>);
  margin-top: .75rem;
  padding: .75rem;
}

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

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

.form-component {
  margin-bottom: 0;
}

.main-wrapper.full-height-container {
  justify-content: center;
  align-items: center;
}

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

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

.button-primary {
  background-color: var(--_section-theme---button--button-background);
  color: var(--_section-theme---button--button-text);
  text-align: center;
  border-radius: 8rem;
  align-self: flex-start;
  padding: .8rem 1.25rem;
  font-weight: 500;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.button-primary:hover {
  background-color: var(--_section-theme---button--button-hover);
  color: var(--base-color-brand--primary-80);
}

.button-primary.is-small {
  align-self: flex-start;
  padding: .5rem 1rem;
}

.button-primary.is-small.outline {
  border: 1px solid var(--base-color-brand--primary-80);
  background-color: #0000;
}

.button-primary.is-small.outline.align-center {
  flex: 1;
}

.button-primary.is-small.outline-alt {
  border: 1px solid var(--base-color-brand--secondary-60);
  background-color: #0000;
}

.button-primary.is-small.outline-alt:hover {
  color: var(--base-color-neutral--white);
}

.fs-styleguide-classes {
  grid-column-gap: 1px;
  grid-row-gap: 1px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.text-size-medium {
  font-size: var(--_responsive---text-size--medium);
}

.text-size-medium.text-color-secondary.text-align-center {
  text-align: left;
  max-width: 52ch;
}

.text-size-medium.text-color-tertiary.text-align-center {
  text-align: left;
}

.text-size-medium.text-weight-semibold.text-color-tertiary {
  padding: 0;
}

.fs-styleguide-section {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.fs-styleguide-section.is-vertical {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
}

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

.hide {
  display: none;
}

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

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

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

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

.fs-styleguide-spacer-box {
  background-color: #2d40ea1a;
  border: 1px dashed #2d40ea;
  width: 100%;
  position: relative;
}

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

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

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

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

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

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

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

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

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

.nav-component {
  border-top: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

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

.nav-logo {
  width: 9rem;
}

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

.nav-menu-link {
  padding: .4rem 1rem;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.nav-menu-link:hover {
  color: var(--_section-theme---text-color--text-link);
}

.nav-menu-link.w--current {
  color: var(--_section-theme---text-color--text-primary);
  text-underline-offset: 5px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--base-color-brand--secondary-40);
  text-decoration-color: var(--base-color-brand--secondary-40);
}

.nav-menu-link.sklep {
  background-color: var(--base-color-brand--primary-80);
  border-radius: 4rem;
}

.nav-button {
  padding: .4rem;
}

.aspect-ratio-square {
  aspect-ratio: 1;
  object-fit: cover;
}

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

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

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

.fs-styleguide-hero-label {
  background-color: var(--_section-theme---background-color--background-secondary);
  text-transform: uppercase;
  border-radius: .25rem;
  padding: .25rem .375rem;
}

.section {
  z-index: 1;
  background-color: var(--_section-theme---background-color--background-primary);
  --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
  --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
  --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
  flex-direction: column;
  justify-content: flex-end;
  position: relative;
  overflow: hidden;
}

.section.full-top {
  justify-content: flex-start;
  min-height: 100svh;
}

.section.visible-overflow {
  overflow: visible;
}

.section.sticky {
  z-index: 0;
  justify-content: flex-start;
  position: sticky;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.text-size-huge {
  font-size: var(--_responsive---text-size--huge);
  line-height: 1.1;
}

.text-size-huge.text-weight-semibold.text-align-center {
  text-align: center;
}

.text-size-huge.padding-top {
  padding-top: 1rem;
}

.text-size-huge.text-color-white {
  color: var(--base-color-neutral--white);
}

.text-size-huge.text-color-white.text-align-center, .text-size-huge.text-align-center {
  text-align: left;
}

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

.navbar {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .6rem;
  padding-bottom: .6rem;
  position: relative;
}

.nav-left {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.nav-menu-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.menu-title {
  color: var(--_section-theme---text-color--text-primary);
  position: relative;
}

.menu-label {
  font-size: var(--_responsive---text-size--regular);
  font-weight: 500;
}

.menu-label.hover {
  position: absolute;
}

.button-secondary {
  border: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--base-color-neutral--transparent);
  color: var(--_section-theme---button--button-text);
  text-align: center;
  border-radius: .4rem;
  padding: .8rem 1.25rem;
  font-weight: 600;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.button-secondary:hover {
  border-color: var(--base-color-neutral--transparent);
  background-color: var(--_section-theme---button--button-hover);
  color: var(--_section-theme---button--text-hover);
}

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

.button-text {
  position: relative;
}

.button-label.hover {
  position: absolute;
}

.button-icon {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-up-icon {
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
  transform: rotate(-45deg);
}

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

.description-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.overlay {
  z-index: 0;
  background-color: var(--base-color-neutral--black);
  opacity: .14;
  width: 100%;
  height: 100%;
  position: absolute;
}

.overlay._30 {
  opacity: .3;
}

.nav-divider {
  display: none;
}

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

.body-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .8fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: stretch start;
  height: 100%;
  display: flex;
}

.divider {
  background-color: var(--_section-theme---background-color--border);
  width: 100%;
  height: 1px;
}

.headline-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: start;
  place-items: stretch start;
  display: grid;
}

.section-label {
  border: 1px solid var(--base-color-brand--primary-80);
  border-radius: 100px;
  align-self: flex-start;
  padding: .4rem .8rem;
}

.section-label.center {
  align-self: center;
}

.section-label.center.theme-dark {
  background-color: var(--base-color-brand--secondary-80);
  color: var(--base-color-brand--primary-80);
  border-style: none;
}

.section-label.filled {
  background-color: var(--_section-theme---background-color--background-secondary);
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
}

.section-label.align-center {
  align-self: auto;
  margin-left: 0;
  margin-right: 0;
}

.section-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.section-title.center {
  justify-content: flex-start;
  align-items: center;
  max-width: 80rem;
}

.section-title._50-width {
  width: 50%;
}

.theme-dark {
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
}

.theme-light {
  --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
  --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
  --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
}

.landscape-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.landscape-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.landscape-image.start {
  object-fit: fill;
  height: 100%;
}

.square-image-wrapper {
  aspect-ratio: 1;
  border-radius: .4rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.square-image-wrapper.medium {
  width: 90%;
}

.text-color-accent {
  color: var(--_section-theme---text-color--text-accent);
}

.text-color-link {
  color: var(--_section-theme---text-color--text-link);
}

.news-collection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
}

.service-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 50%;
  transition: width 1s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-card:hover {
  width: 100%;
}

.service-image-wrapper {
  aspect-ratio: 2 / 3;
  border-radius: 1rem;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 30rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.stacked-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.image-masking {
  z-index: -1;
  background-color: var(--_section-theme---background-color--background-secondary);
  position: absolute;
  inset: 0%;
}

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

.tabs-menu {
  z-index: 1;
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border-radius: 2rem;
  padding: .4rem;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 1%;
  right: 1%;
}

.card-wrapper {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 150vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.right-arrow-icon {
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.right-arrow-icon.hover {
  position: absolute;
  left: -100%;
}

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

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

.title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.title-wrapper.align-center {
  margin-left: 0;
  margin-right: 0;
}

.floating-image-wrapper {
  aspect-ratio: 1;
  border-radius: 1rem;
  width: 100%;
  margin-top: -8rem;
  position: relative;
  overflow: hidden;
}

.slider-reels-wrapper {
  background-color: var(--base-color-neutral--transparent);
  width: 100%;
  height: auto;
}

.reels-link-wrapper {
  aspect-ratio: 2 / 3;
  border-radius: 1rem;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.accordion-list-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.expanded-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  cursor: pointer;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.expand-line-top {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.plus-icon-box {
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.horizontal-line {
  background-color: var(--_section-theme---text-color--text-primary);
  width: 16px;
  height: 2px;
}

.vertical-line {
  background-color: var(--_section-theme---text-color--text-primary);
  width: 2px;
  height: 16px;
  position: absolute;
}

.cta-slide-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100vh;
  min-height: auto;
  display: flex;
  overflow: visible;
}

.marquee-content-wrapper {
  z-index: 1;
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
}

.stacked-headline {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.stacked-headline.theme-light {
  justify-content: flex-start;
  align-items: center;
}

.stacked-headline.big-gap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
}

.overlay-30 {
  z-index: -1;
  background-color: var(--base-color-neutral--black);
  opacity: .3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.footer-wrapper {
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .8fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: stretch start;
  display: flex;
  position: relative;
}

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

.footer-information {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  display: flex;
}

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

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

.footer-link {
  color: var(--_section-theme---text-color--text-primary);
  font-size: var(--_responsive---text-size--regular);
  padding-top: .6rem;
  padding-bottom: .6rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.legal-wrapper {
  justify-content: space-between;
  display: flex;
}

.footer-menu-list {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.trip-gallery-image {
  border-radius: 1rem;
  width: 100%;
  height: 22rem;
  position: relative;
  overflow: hidden;
}

.trip-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-columns: 2fr 1fr;
  align-items: start;
}

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

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

.card-with-image {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_section-theme---background-color--border);
  border-radius: .4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 100%;
  padding: 2rem;
  display: flex;
}

.card-with-image.no-padding {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-style: none;
  padding: 0;
}

.slider-wrapper {
  z-index: 10;
  width: 100%;
  position: relative;
}

.slider-collection {
  background-color: var(--base-color-neutral--transparent);
  width: 100%;
  height: 100%;
  display: flex;
}

.testimonial-mask {
  flex: 0 auto;
  align-self: stretch;
  max-width: 25rem;
  height: 30rem;
  overflow: visible;
}

.slide-item-wrapper {
  margin-right: 1rem;
}

.slide-content-stacked {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--_section-theme---background-color--border);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.slider-title-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.slider-title-wrapper.center-align {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.testimonial-icon {
  color: var(--base-color-brand--secondary-60);
  width: 2rem;
}

.testimonial-profile {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: .4rem;
  width: 6rem;
}

.hide-slide-nav {
  display: none;
}

.icon-button-left {
  border: 1px solid var(--base-color-brand--primary-40);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin: 0 0 0 auto;
  display: flex;
  top: -25%;
  right: 5%;
}

.icon-button-left._2nd {
  inset: auto auto 32% 0%;
}

.icon-button-left._2nd.derma-2 {
  inset: auto auto 22% 0%;
}

.icon-button-left.center {
  background-color: var(--_section-theme---background-color--background-primary);
  inset: auto auto 50% -1%;
}

.chevron-icon {
  color: var(--_section-theme---text-color--text-primary);
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  display: flex;
}

.icon-button-right {
  border: 1px solid var(--base-color-brand--primary-40);
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  margin-top: 0%;
  margin-left: 4%;
  margin-right: auto;
  display: flex;
  top: -25%;
}

.icon-button-right._2nd {
  inset: auto 0% 20vh auto;
}

.icon-button-right._2nd.derma-1 {
  inset: auto 0% 32% auto;
}

.icon-button-right._2nd.derma-2 {
  inset: auto 0% 22% auto;
}

.icon-button-right.center {
  background-color: var(--_section-theme---background-color--background-primary);
  inset: auto -1% 50% auto;
}

.icon-button-right.center.derma-1 {
  right: -2%;
}

.hero-image-wrapper {
  box-sizing: border-box;
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hero-image-wrapper.visible {
  background-image: url('../images/tlo-bg-jesienne.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 50rem;
  overflow: visible;
}

.button-naked {
  color: var(--_section-theme---text-color--text-link);
  text-align: center;
  font-weight: 500;
  transition: all .4s cubic-bezier(.77, 0, .175, 1);
}

.button-label-naked {
  font-size: var(--_responsive---text-size--medium);
}

.button-label-naked.hover {
  position: absolute;
}

.underline-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.button-underline {
  background-color: var(--_section-theme---background-color--border);
  width: 100%;
  height: 1px;
}

.button-underline-hover {
  background-color: var(--_section-theme---text-color--text-link);
  width: 100%;
  height: 1px;
  position: absolute;
  top: 0%;
  left: -100%;
}

.down-icon {
  width: 1.2rem;
  height: 1.2rem;
  transform: rotate(90deg);
}

.arrow-loop {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  width: 1.5rem;
  height: 1.2rem;
  display: flex;
  overflow: hidden;
}

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

.line-title-wrapper.smaller-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.marquee-image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  overflow: visible;
}

.cta-color-wrapper {
  background-image: url('../images/Manorlane-big-overlay_1Manorlane-big-overlay.webp');
  background-position: 0 100%;
  background-size: auto;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

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

.chips {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  border: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: 100px;
  justify-content: flex-start;
  align-items: center;
  padding: .4rem .8rem;
  display: flex;
}

.chips.filled {
  grid-column-gap: .8rem;
  grid-row-gap: .8rem;
  padding-left: .4rem;
}

.slider-carousel {
  background-color: var(--base-color-neutral--transparent);
  height: 100%;
}

.background-image-wrapper {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
  top: 0;
}

.value-content-wrapper {
  z-index: 2;
  flex-flow: column;
  margin-top: 20vh;
  margin-bottom: 20vh;
  display: flex;
  position: relative;
}

.four-grid-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  align-items: start;
  width: 100%;
}

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

.contact-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: flex-start;
  width: 100%;
  display: grid;
}

.contact-card.stacked {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

.nav-footer-logo {
  width: 12rem;
}

.footer-logo-huge {
  opacity: .8;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.footer-logo-huge.center {
  opacity: 1;
  width: 40%;
  position: absolute;
}

.license-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: relative;
}

.showcase-scroll-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_section-theme---background-color--background-primary);
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.showcase-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
  position: relative;
}

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

.hero-image {
  object-fit: cover;
  width: 100%;
  height: 110%;
  overflow: visible;
}

.full-height-container {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding: 8rem 2.5rem 2.5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-height-container.bg {
  background-image: url('../images/tlo-bg-jesienne.webp');
  background-position: 50%;
  background-size: cover;
  justify-content: flex-start;
  align-items: center;
  height: 50rem;
}

.stacked-content {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  max-width: 120rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.grid-global {
  z-index: 1;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start;
  width: 100%;
  display: grid;
  position: relative;
}

.card-hero-link {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border: 1px solid var(--_section-theme---background-color--border);
  border-radius: .4rem;
  flex-flow: column;
  width: 100%;
  padding: .6rem;
  display: flex;
  position: relative;
}

.model-image-wrapper {
  aspect-ratio: 3 / 2;
  background-color: var(--_section-theme---background-color--background-secondary);
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.title-stacked-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.title-stacked-wrapper._1-gap {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.title-stacked-wrapper.align-left {
  justify-content: flex-start;
  align-items: flex-start;
}

.card-title-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.card-title-inner {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.card-label {
  color: var(--_section-theme---text-color--text-primary);
  font-size: var(--_responsive---text-size--huge);
  font-weight: 600;
}

.card-label.hover {
  position: absolute;
}

.navbar-wrapper {
  z-index: 12;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
}

.small-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .4rem;
  width: 80%;
  position: relative;
  overflow: hidden;
}

.small-image-wrapper.start {
  aspect-ratio: 2.39;
  object-fit: fill;
  width: 30%;
  height: auto;
}

.service-link {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  padding-top: 4rem;
  display: flex;
  position: relative;
}

.service-underline-wrap {
  width: 100%;
  position: relative;
  overflow: hidden;
}

.menu-underline {
  background-color: var(--_section-theme---background-color--border);
  width: 100%;
  height: 1px;
}

.menu-underline.hover {
  background-color: var(--base-color-brand--secondary-40);
  position: absolute;
  top: 0;
  left: -100%;
}

.card-full-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: inline-block;
}

.news-card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  width: 100%;
  display: grid;
}

.news-item {
  width: 100%;
}

.news-card-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  display: flex;
  position: relative;
  overflow: clip;
}

.model-list-collection {
  width: 100%;
  height: 100%;
}

.model-list {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  height: 100%;
}

.model-list-item {
  width: 100%;
  height: 100%;
}

.card-list-link {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
}

.hover-component {
  z-index: 20;
  opacity: 0;
  pointer-events: none;
  position: fixed;
  inset: 0%;
}

.hover-wrapper {
  aspect-ratio: 1;
  background-color: var(--base-color-brand--primary-60);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 6rem;
  height: 6rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: -4% auto auto -4%;
  overflow: hidden;
}

.news-label {
  color: var(--_section-theme---text-color--text-primary);
  font-size: var(--_responsive---heading-size--h2);
}

.news-label.hover {
  position: absolute;
}

.service-list-link {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  padding-top: 3rem;
  display: flex;
  position: relative;
}

.contact-full-width {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.content-rich-text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  font-size: var(--_responsive---text-size--regular);
  flex-flow: column;
  display: flex;
}

.body-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.up-right-arrow {
  color: var(--base-color-brand--secondary-80);
  justify-content: center;
  align-items: center;
  width: 40%;
  display: flex;
  position: absolute;
  overflow: hidden;
  transform: rotate(-40deg);
}

.nav-dropdown {
  transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.dropdown-toggle {
  padding: 0;
}

.dropdown-menu {
  padding: .4rem 1rem;
  transition: all .6s cubic-bezier(.77, 0, .175, 1);
}

.down-arrow-icon {
  color: var(--_section-theme---text-color--text-secondary);
  width: 1rem;
  height: 1rem;
}

.dropdown-list.w--open {
  z-index: 1;
  background-color: var(--base-color-neutral--transparent);
  justify-content: center;
  align-items: center;
  width: 100%;
  padding-top: 3.7rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.menu-wrapper {
  border-bottom: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  width: 100%;
  padding: 2.5rem 3rem;
}

.menu-item {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.menu-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-flow: column;
  flex: none;
  display: flex;
}

.menu-link {
  color: var(--_section-theme---text-color--text-primary);
  font-size: var(--_responsive---text-size--regular);
  padding-top: .6rem;
  padding-bottom: .6rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: block;
}

.menu-link.w--current {
  text-underline-offset: 8px;
  text-decoration: underline;
  -webkit-text-decoration-color: var(--base-color-brand--secondary-40);
  text-decoration-color: var(--base-color-brand--secondary-40);
  text-underline-position: under;
}

.menu-right {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.ads-image-wrapper {
  background-color: var(--_section-theme---background-color--background-secondary);
  border-radius: .4rem;
  width: 18rem;
  padding-top: 1rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.small-video-wrapper {
  grid-column-gap: .4rem;
  grid-row-gap: .4rem;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--_section-theme---background-color--border);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  border-radius: .6rem;
  flex-flow: column;
  width: 100%;
  padding: 8px;
  display: flex;
}

.video-lightbox {
  background-image: url('../images/Modern-Kitchen-Photo_1Modern Kitchen Photo.webp');
  background-position: 50%;
  background-size: cover;
  border-radius: .4rem;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: hidden;
}

.video-lightbox.without-image {
  background-image: none;
  background-position: 0 0;
  background-size: auto;
}

.play-button {
  width: 15%;
}

.play-button.smaller {
  width: 6rem;
}

.headline-center-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  place-items: center stretch;
  display: flex;
}

.headline-center-wrapper.center {
  background-color: var(--_section-theme---background-color--background-primary);
}

.image-slide-mask {
  flex: 0 auto;
  align-self: stretch;
  width: 100%;
  max-width: 120rem;
  overflow: visible;
}

.image-slide-mask.smaller {
  width: 50%;
}

.slide-image-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  aspect-ratio: 1;
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  position: relative;
  overflow: hidden;
}

.slide-image-item {
  width: 49%;
  margin-right: 4rem;
}

.slider-image {
  border: 1px solid var(--base-color-brand--primary-20);
  object-fit: cover;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
}

.slider-image.szare-bg {
  background-color: var(--base-color-neutral--neutral-20);
}

.slide-model-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  position: relative;
  overflow: hidden;
}

.slide-model-wrapper.medium {
  height: auto;
}

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

.card-with-icon {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  border: 1px solid var(--base-color-brand--primary-20);
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-with-icon:hover {
  --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
  --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
  --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
}

.card-with-icon.orange {
  background-color: #ffd7b54d;
}

.card-with-icon.sklep {
  background-color: var(--base-color-brand--primary-80);
}

.icon-wrapper {
  background-color: var(--_section-theme---button--button-hover);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .6rem;
  display: flex;
}

.medium-icon {
  color: var(--_section-theme---button--button-background);
  width: 2rem;
  height: 2rem;
}

.tabs-collection {
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
  border-radius: .4rem;
  width: 100%;
  height: 80vh;
  overflow: hidden;
}

.tabs-image-wrapper {
  width: 100%;
  height: 100%;
}

.tab-pane-image {
  aspect-ratio: 16 / 9;
  width: 100%;
  height: 100%;
}

.tab-link {
  background-color: #00000080;
  border-radius: .4rem;
  padding: .3rem 1rem;
}

.tab-link.w--current {
  background-color: var(--base-color-brand--secondary-60);
}

.illustration-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

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

.logo-marquee-item {
  position: relative;
  overflow: hidden;
}

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

.logo-marquee {
  aspect-ratio: 2.39;
  border: 1px solid var(--_section-theme---background-color--border);
  border-radius: .4rem;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 20%;
  display: flex;
}

.placeholder-logo {
  object-fit: cover;
  width: 70%;
  overflow: hidden;
}

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

.small-quote-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  aspect-ratio: 16 / 9;
  border: 1px solid var(--base-color-brand--primary-20);
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #0000;
  border-radius: .6rem;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

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

.small-icon {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
}

.small-icon.white {
  color: var(--_section-theme---background-color--background-primary);
}

.left-container {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tabs-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
  position: relative;
}

.right-container {
  pointer-events: none;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.tabs-icon-wrapper {
  width: 90%;
  display: flex;
  position: static;
}

.tabs-list-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-end;
  width: 100%;
  display: flex;
  position: relative;
}

.tabs-content {
  width: 50%;
  height: 100%;
  position: absolute;
  bottom: 0%;
  right: 0%;
}

.tab-list-item {
  border-bottom: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--base-color-neutral--transparent);
  opacity: .8;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
}

.tab-list-item.w--current {
  background-color: var(--base-color-neutral--transparent);
  opacity: 1;
}

.accordion-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.tab-accordion-top {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.accordion-bottom {
  flex: none;
  width: 100%;
  padding-left: 56px;
  overflow: hidden;
}

.tab-description {
  padding-bottom: 2rem;
}

.tabs-pane-image {
  height: 100%;
}

.portrait-image-wrapper {
  aspect-ratio: 2 / 3;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.line-container {
  z-index: -1;
  pointer-events: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: absolute;
}

.line {
  background-color: var(--_section-theme---background-color--border);
  width: 1px;
  height: 100%;
}

.oval-shape {
  aspect-ratio: 1;
  background-color: var(--_section-theme---background-color--border);
  border-radius: 100%;
  height: 24px;
}

.flow-title {
  grid-column-gap: 10vw;
  grid-row-gap: 0vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 80%;
  display: grid;
  position: relative;
}

.flow-stacked-title {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.body-flow-wrapper {
  z-index: 2;
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .8fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: stretch start;
  height: 100%;
  display: flex;
}

.testimonial-card {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.avatar-wrapper {
  padding-left: 10px;
  display: flex;
}

.avatar-image-wrapper {
  border: 5px solid var(--_section-theme---background-color--background-primary);
  border-radius: 100px;
  width: 4.5rem;
  margin-left: -10px;
  overflow: hidden;
}

.avatar-image {
  aspect-ratio: 1;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.content-stacked-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.card-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--_section-theme---background-color--border);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 3rem;
  display: grid;
}

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

.sticky-title-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
  position: sticky;
  top: 7%;
}

.sticky-card-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  width: 100%;
  display: grid;
}

.sticky-video {
  z-index: 1;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: flex;
  position: sticky;
  top: 0;
}

.video-body-wrapper {
  z-index: 2;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr .8fr;
  grid-auto-columns: 1fr;
  place-content: start space-between;
  place-items: stretch start;
  height: 100%;
  display: flex;
}

.featured-collection {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
}

.hero-featured-wrapper {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.featured-card-list {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
}

.featured-item {
  height: 100%;
}

.featured-card-link {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 1.25rem;
  display: inline-block;
  position: relative;
  overflow: clip;
}

.content-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

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

.featured-content-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  width: 30rem;
  height: 100%;
  padding: 2rem;
  display: flex;
  position: relative;
}

.side-text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.news-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.image-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 3 / 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.image-hover-wrapper {
  z-index: 0;
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  aspect-ratio: 3 / 2;
  opacity: 0;
  justify-content: center;
  align-items: center;
  width: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.small-news-label {
  color: var(--_section-theme---text-color--text-primary);
  font-size: var(--_responsive---text-size--medium);
}

.small-news-label.hover {
  position: absolute;
}

.arrow-up-icon {
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  transform: rotate(-45deg);
}

.arrow-up-icon.hover {
  position: absolute;
  bottom: -140%;
  left: -140%;
}

.card-button-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  overflow: hidden;
}

.news-content-stacked {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  border: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
}

.news-content-stacked:hover {
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
}

.flex-card-collection {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: stretch stretch;
  width: 100%;
  display: flex;
}

.flex-card {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: 50%;
  transition: all .8s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-card:hover {
  width: 80%;
}

.flex-image-wrapper {
  border-radius: .4rem;
  width: 100%;
  height: 35rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.flex-card-content {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.bento-wrapper {
  z-index: 1;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-content: start;
  place-items: start stretch;
  display: grid;
  position: relative;
}

.card-bento {
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  border: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  padding: 2rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-bento:hover {
  --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
  --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
  --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
}

.slide-with-image {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.slide-image-mask {
  flex: 0 auto;
  align-self: stretch;
  max-width: 60vw;
  overflow: visible;
}

.widescreen-image-wrapper {
  aspect-ratio: 16 / 9;
  border-radius: .4rem;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.sticky-content-wrapper {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 2fr;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

.side-info-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.arrow-left-icon {
  color: var(--_section-theme---text-color--text-link);
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 1.2rem;
  display: flex;
  transform: rotate(180deg);
}

.arrow-left-icon.hover {
  position: absolute;
  right: -100%;
}

.sticky-body-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.body-image-wrapper {
  aspect-ratio: 3 / 2;
  border-radius: .4rem;
  position: relative;
  overflow: hidden;
}

.flex-headline {
  grid-column-gap: 1rem;
  grid-row-gap: .6rem;
  flex-flow: wrap;
  width: 100%;
  display: flex;
}

.flex-text-wrapper {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.bottom-nav-wrapper {
  z-index: 12;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: fixed;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.preview-image-wrapper {
  aspect-ratio: 1;
  filter: brightness(113%);
  width: 4rem;
  height: 4rem;
  overflow: hidden;
}

.preview-image {
  width: 10rem;
}

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

.bottom-navbar {
  width: 100%;
  max-width: 120rem;
  margin-left: auto;
  margin-right: auto;
  padding-top: .4rem;
  padding-bottom: .4rem;
  position: relative;
}

.video-detail {
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: auto;
  padding: 6rem 2.5rem;
  display: flex;
}

.video-content-wrapper {
  grid-column-gap: 40vh;
  grid-row-gap: 40vh;
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-featured-wrapper {
  flex-flow: row;
  justify-content: flex-end;
  align-items: stretch;
  width: 100%;
  height: 70vh;
  padding: 1.25rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.contact-featured-wrapper.align-left {
  justify-content: flex-start;
}

.card-link-with-icon {
  grid-column-gap: 12rem;
  grid-row-gap: 12rem;
  border: 1px solid var(--_section-theme---background-color--border);
  background-color: var(--_section-theme---background-color--background-primary);
  border-radius: .4rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 2rem;
  transition: all .3s cubic-bezier(.77, 0, .175, 1);
  display: flex;
  position: relative;
  overflow: hidden;
}

.card-link-with-icon:hover {
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
}

.contact-tab-wrapper {
  flex-flow: column;
  display: flex;
}

.contact-tab-menu {
  grid-column-gap: .6rem;
  grid-row-gap: .6rem;
  padding-bottom: 3rem;
  display: flex;
}

.tab-link-contact {
  background-color: var(--base-color-neutral--neutral-20);
  border-radius: .4rem;
  padding: .3rem 1rem;
}

.tab-link-contact.w--current {
  background-color: var(--base-color-brand--secondary-60);
  --_section-theme---background-color--background-primary: var(--base-color-brand--secondary-80);
  --_section-theme---text-color--text-primary: var(--base-color-neutral--white);
  --_section-theme---text-color--text-link: var(--base-color-brand--primary-60);
  --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-50);
  --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-40);
  --_section-theme---background-color--border: #fff3;
  --_section-theme---background-color--background-secondary: var(--base-color-brand--secondary-60);
  --_section-theme---button--button-background: var(--base-color-brand--primary-60);
  --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
  --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
  --_section-theme---button--text-hover: var(--base-color-neutral--white);
  --_section-theme---text-color--text-accent: var(--base-color-brand--primary-60);
}

.side-form-field {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.slider-video {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

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

.rabat {
  background-color: var(--base-color-brand--secondary-80);
  color: var(--base-color-brand--primary-80);
  border-radius: 8rem;
  padding: 1rem;
  font-weight: 600;
  display: flex;
}

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

.flex-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

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

.pop-up-modal {
  z-index: 999999;
  background-color: #2a2a2dbf;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  background-color: #fff;
  border-radius: 5px;
  flex-direction: column;
  align-items: center;
  width: 450px;
  height: auto;
  padding: 100px 30px 30px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 10px 5px #00000040;
}

.pop-up-icon {
  background-color: var(--base-color-brand--primary-20);
  background-image: none;
  border: 5px solid #fff;
  border-radius: 50%;
  width: 150px;
  height: 150px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  position: absolute;
  inset: -13% 0% auto;
}

.exit-button {
  background-color: var(--base-color-brand--primary-80);
  cursor: pointer;
  border-radius: 50%;
  width: 40px;
  height: 40px;
  padding: 10px;
  position: absolute;
  inset: 2% 2% auto auto;
}

.pop-up-heading {
  font-family: var(--_responsive---heading);
  color: #e8832e;
  letter-spacing: 2px;
  text-transform: uppercase;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5em;
}

.primary-button {
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #e8832e;
  border-radius: 50px;
  margin-top: 10px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 15px;
  font-weight: 700;
}

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

.link {
  color: var(--base-color-brand--primary-40);
}

.produkt {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.link-2, .link-3 {
  color: var(--base-color-brand--primary-40);
}

.strike {
  font-weight: 700;
  text-decoration: line-through;
}

.link-4, .link-5, .link-6, .link-7 {
  color: var(--base-color-brand--primary-40);
}

@media screen and (max-width: 991px) {
  body {
    --_responsive---body: "Inter Tight", sans-serif;
    --_responsive---text-size--regular: 1rem;
    --_responsive---heading: "Raveo Display", Arial, sans-serif;
    --_responsive---heading-size--h1: 4rem;
    --_responsive---heading-size--h2: 3rem;
    --_responsive---heading-size--h3: 3rem;
    --_responsive---heading-size--h4: 2.8rem;
    --_responsive---heading-size--h5: 2.5rem;
    --_responsive---heading-size--h6: 2.2rem;
    --_responsive---text-size--small: .875rem;
    --_responsive---text-size--large: 1.3rem;
    --_responsive---text-size--medium: 1.25rem;
    --_responsive---text-size--huge: 1.5rem;
  }

  h1 {
    letter-spacing: -3px;
  }

  h2 {
    letter-spacing: -2px;
  }

  h5, h6 {
    letter-spacing: -1px;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-tablet {
    display: none;
  }

  .fs-styleguide-2-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .heading-style-h1.text-color-white {
    max-width: 16ch;
  }

  .padding-global.padding-section-huge {
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-1-col {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .fs-styleguide-heading-medium {
    font-size: 3rem;
  }

  .fs-styleguide-4-col {
    grid-template-columns: 1fr;
  }

  .text-size-regular.grey.text-align-center {
    text-align: left;
  }

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

  .fs-styleguide-3-col {
    grid-template-columns: 1fr;
  }

  .page-wrapper.full-height-container {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .main-wrapper.full-height-container {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
  }

  .fs-styleguide-section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

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

  .spacer-huge {
    padding-top: 5rem;
  }

  .spacer-medium {
    padding-top: 1.5rem;
  }

  .spacer-xhuge {
    padding-top: 6rem;
  }

  .spacer-xxhuge {
    padding-top: 8rem;
  }

  .spacer-xlarge {
    padding-top: 3rem;
  }

  .spacer-large {
    padding-top: 2.5rem;
  }

  .spacer-xxlarge {
    padding-top: 4rem;
  }

  .nav-menu {
    background-color: var(--_section-theme---background-color--background-primary);
    --_section-theme---background-color--background-primary: var(--base-color-neutral--white);
    --_section-theme---text-color--text-primary: var(--base-color-brand--secondary-80);
    --_section-theme---text-color--text-link: var(--base-color-brand--secondary-60);
    --_section-theme---text-color--text-tertiary: var(--base-color-neutral--neutral-60);
    --_section-theme---text-color--text-secondary: var(--base-color-neutral--neutral-80);
    --_section-theme---background-color--border: var(--base-color-neutral--neutral-30);
    --_section-theme---background-color--background-secondary: var(--base-color-neutral--neutral-10);
    --_section-theme---button--button-background: var(--base-color-brand--primary-60);
    --_section-theme---button--button-text: var(--base-color-brand--secondary-80);
    --_section-theme---button--button-hover: var(--base-color-brand--secondary-60);
    --_section-theme---button--text-hover: var(--base-color-neutral--white);
    --_section-theme---text-color--text-accent: var(--base-color-brand--secondary-60);
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    height: 100svh;
    padding: 1rem 2.5rem;
    overflow: auto;
  }

  .nav-menu-link {
    width: 100%;
    padding: 2rem 0;
    display: block;
  }

  .nav-button.w--open {
    background-color: var(--base-color-neutral--transparent);
  }

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

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

  .navbar {
    padding-top: .75rem;
    padding-bottom: .75rem;
  }

  .nav-menu-wrapper {
    justify-content: center;
    align-items: center;
  }

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

  .nav-divider {
    background-color: var(--_section-theme---background-color--border);
    width: 100%;
    height: 1px;
    margin-top: .2rem;
    margin-bottom: .2rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .body-wrapper {
    grid-template-columns: 1.5fr;
  }

  .headline-wrapper {
    grid-template-columns: 1fr 2fr 1fr 1fr 1fr 1fr;
  }

  .section-label.center {
    align-self: center;
  }

  .section-title._50-width {
    width: 100%;
  }

  .news-collection {
    flex-flow: column;
  }

  .service-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 100%;
  }

  .service-card:hover {
    width: 100%;
  }

  .service-image-wrapper {
    height: 25rem;
  }

  .stacked-card-wrapper {
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .floating-image-wrapper {
    height: 25rem;
    margin-top: -5rem;
  }

  .footer-wrapper {
    grid-template-columns: 1.5fr;
  }

  .footer-menu-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  }

  .legal-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .trip-content-wrapper {
    grid-template-columns: 2fr;
  }

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

  .icon-button-left {
    background-color: var(--_section-theme---background-color--background-primary);
    top: -20%;
    right: 12%;
  }

  .icon-button-left.center {
    left: -4%;
  }

  .icon-button-left.center.derma-1 {
    bottom: 70%;
  }

  .icon-button-left.center.derma-2 {
    bottom: 66%;
  }

  .icon-button-left.center.flebo-1, .icon-button-left.center.oko-1, .icon-button-left.center.mikro-1 {
    bottom: 60%;
  }

  .icon-button-right {
    top: -20%;
  }

  .icon-button-right.center {
    bottom: 66%;
    right: -4%;
  }

  .icon-button-right.center.derma-1 {
    bottom: 70%;
  }

  .icon-button-right.center.oko-1, .icon-button-right.center.flebo-1, .icon-button-right.center.mikro-1 {
    bottom: 60%;
  }

  .hero-image-wrapper.visible {
    height: 34vh;
  }

  .four-grid-wrapper {
    grid-column-gap: 1rem;
    grid-template-columns: 1fr 1fr;
  }

  .contact-card {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .showcase-scroll-wrapper {
    padding-bottom: 4rem;
  }

  .showcase-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr 1fr;
  }

  .full-height-container {
    padding-top: 6rem;
  }

  .grid-global {
    grid-template-columns: 1.5fr .8fr 1fr 1fr 1fr 1fr;
  }

  .small-image-wrapper {
    width: 100%;
  }

  .service-link {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    padding-top: 3rem;
  }

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

  .service-list-link {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    padding-top: 2rem;
  }

  .contact-full-width {
    width: 100%;
  }

  .nav-dropdown {
    display: block;
  }

  .dropdown-toggle {
    display: none;
  }

  .dropdown-list {
    display: block;
    position: static;
  }

  .menu-wrapper {
    padding: 1rem 0 0;
  }

  .menu-item {
    flex-flow: column;
  }

  .menu-left {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
  }

  .menu-list {
    width: 100%;
  }

  .menu-list-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    flex-flow: column;
    display: flex;
  }

  .menu-right {
    display: none;
  }

  .headline-center-wrapper {
    grid-template-columns: 1fr;
    justify-items: start;
  }

  .image-slide-mask.smaller {
    width: 100%;
  }

  .slide-image-item {
    margin-right: 1rem;
  }

  .card-with-icon {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

  .icon-wrapper {
    padding: .4rem;
  }

  .logo-marquee {
    width: 30%;
  }

  .tabs-wrapper {
    flex-flow: column;
    grid-template-columns: 1.5fr;
  }

  .tabs-icon-wrapper {
    flex-flow: column;
    width: 100%;
    position: relative;
  }

  .tabs-content {
    aspect-ratio: 3 / 2;
    width: 100%;
    position: relative;
    bottom: auto;
    right: auto;
  }

  .accordion-bottom {
    padding-left: 50px;
  }

  .tab-description {
    padding-top: .4rem;
    padding-bottom: 1rem;
  }

  .flow-title {
    width: 100%;
  }

  .body-flow-wrapper {
    grid-column-gap: 8rem;
    grid-row-gap: 8rem;
    grid-template-columns: 1.5fr;
  }

  .testimonial-card {
    padding-top: 4rem;
  }

  .content-stacked-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .card-list {
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    align-items: start;
    padding-bottom: 2rem;
  }

  .sticky-title-wrapper {
    position: static;
  }

  .sticky-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
  }

  .video-body-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1.5fr;
  }

  .featured-collection {
    flex-flow: column;
  }

  .featured-content-wrapper {
    width: 50%;
    padding: 1.5rem;
  }

  .flex-card-collection {
    grid-template-columns: 1.5fr .8fr 1fr 1fr 1fr 1fr;
  }

  .flex-image-wrapper {
    height: 25rem;
  }

  .bento-wrapper {
    grid-template-columns: 1.5fr .8fr 1fr 1fr 1fr 1fr;
  }

  .sticky-content-wrapper {
    flex-flow: column;
    display: flex;
  }

  .contact-featured-wrapper {
    height: 50vh;
  }

  .card-link-with-icon {
    grid-column-gap: 6rem;
    grid-row-gap: 6rem;
  }

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

  .rabat {
    text-align: center;
  }

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

@media screen and (max-width: 767px) {
  body {
    --_responsive---body: "Inter Tight", sans-serif;
    --_responsive---text-size--regular: 1rem;
    --_responsive---heading: "Raveo Display", Arial, sans-serif;
    --_responsive---heading-size--h1: 3rem;
    --_responsive---heading-size--h2: 3rem;
    --_responsive---heading-size--h3: 3rem;
    --_responsive---heading-size--h4: 2.8rem;
    --_responsive---heading-size--h5: 2.5rem;
    --_responsive---heading-size--h6: 2rem;
    --_responsive---text-size--small: .875rem;
    --_responsive---text-size--large: 1.25rem;
    --_responsive---text-size--medium: 1.125rem;
    --_responsive---text-size--huge: 1.5rem;
  }

  h1, h2 {
    letter-spacing: -2px;
  }

  h6 {
    letter-spacing: -1px;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .hide-mobile-landscape {
    display: none;
  }

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

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

  .fs-styleguide-section-header {
    font-size: .875rem;
  }

  .fs-styleguide-heading-medium {
    font-size: 2rem;
  }

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

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

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

  .spacer-huge {
    padding-top: 3.5rem;
  }

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

  .spacer-xhuge {
    padding-top: 4rem;
  }

  .spacer-xxhuge {
    padding-top: 4.5rem;
  }

  .spacer-xlarge {
    padding-top: 2rem;
  }

  .spacer-large {
    padding-top: 1.5rem;
  }

  .spacer-xxlarge {
    padding-top: 3rem;
  }

  .nav-component {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-brand {
    padding-left: 0;
  }

  .nav-logo {
    width: 6rem;
  }

  .nav-menu {
    border-bottom-right-radius: 0;
    border-bottom-left-radius: 0;
    height: 100vh;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .nav-button {
    padding-top: 0;
    padding-bottom: 0;
  }

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

  .headline-wrapper {
    grid-template-columns: 1fr 2fr 1fr 1fr;
  }

  .service-image-wrapper {
    height: 20rem;
  }

  .stacked-card-wrapper {
    border-style: none;
    border-color: var(--base-color-neutral--transparent);
  }

  .tabs-menu {
    display: flex;
    overflow: auto;
  }

  .work-image {
    width: 100%;
  }

  .category-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .floating-image-wrapper {
    height: 20rem;
    margin-top: 0;
  }

  .expand-line-top {
    justify-content: space-between;
    align-items: flex-start;
  }

  .footer-brand {
    padding-left: 0;
  }

  .trip-gallery-image {
    height: 16rem;
  }

  .card-with-image {
    padding: 1.25rem;
  }

  .slider-collection {
    padding-top: 3rem;
  }

  .icon-button-left {
    width: 3rem;
    height: 3rem;
    top: -5%;
  }

  .icon-button-right {
    background-color: var(--_section-theme---background-color--background-primary);
    width: 3rem;
    height: 3rem;
    top: -5%;
  }

  .hero-image-wrapper {
    height: 50vh;
  }

  .marquee-image-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .value-content-wrapper {
    margin-top: 4vh;
    margin-bottom: 4vh;
  }

  .four-grid-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .nav-footer-logo {
    width: 8rem;
  }

  .showcase-scroll-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-bottom: 2rem;
  }

  .showcase-list {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .full-height-container {
    height: auto;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .grid-global {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .model-image-wrapper {
    aspect-ratio: 3 / 2;
  }

  .service-link {
    padding-top: 2rem;
  }

  .news-card-list, .model-list {
    grid-template-columns: 1fr;
  }

  .service-list-link {
    padding-top: 2rem;
  }

  .card-with-icon {
    padding: 1.25rem;
  }

  .tabs-collection {
    height: 80vh;
  }

  .logo-marquee {
    width: 40%;
  }

  .chip-list, .accordion-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
  }

  .flow-title {
    grid-column-gap: 8vw;
  }

  .testimonial-card {
    justify-content: space-between;
    align-items: flex-start;
  }

  .sticky-card-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    border-style: none;
    border-color: var(--base-color-neutral--transparent);
    padding: 0;
  }

  .featured-content-wrapper {
    width: 70%;
    padding: 1.25rem;
  }

  .flex-card-collection {
    flex-flow: column;
  }

  .flex-card, .flex-card:hover {
    width: 100%;
  }

  .card-bento {
    padding: 1.25rem;
  }

  .video-detail {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .card-link-with-icon {
    padding: 1.25rem;
  }

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

@media screen and (max-width: 479px) {
  body {
    --_responsive---body: "Inter Tight", sans-serif;
    --_responsive---text-size--regular: 1rem;
    --_responsive---heading: "Raveo Display", Arial, sans-serif;
    --_responsive---heading-size--h1: 2rem;
    --_responsive---heading-size--h2: 1.9rem;
    --_responsive---heading-size--h3: 1.8rem;
    --_responsive---heading-size--h4: 1.7rem;
    --_responsive---heading-size--h5: 1.6rem;
    --_responsive---heading-size--h6: 1.5rem;
    --_responsive---text-size--small: .875rem;
    --_responsive---text-size--large: 1.25rem;
    --_responsive---text-size--medium: 1.125rem;
    --_responsive---text-size--huge: 1.5rem;
  }

  h1, h2, h3, h4, h5 {
    letter-spacing: -1px;
  }

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-styleguide-row {
    flex-wrap: wrap;
  }

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

  .heading-style-h1.text-align-center {
    text-align: center;
  }

  .heading-style-h1.text-color-tertiary {
    text-align: left;
    word-break: break-all;
    --_responsive---body: "Inter Tight", sans-serif;
    --_responsive---text-size--regular: 1rem;
    --_responsive---heading: "Raveo Display", Arial, sans-serif;
    --_responsive---heading-size--h1: 2rem;
    --_responsive---heading-size--h2: 1.9rem;
    --_responsive---heading-size--h3: 1.8rem;
    --_responsive---heading-size--h4: 1.7rem;
    --_responsive---heading-size--h5: 1.6rem;
    --_responsive---heading-size--h6: 1.5rem;
    --_responsive---text-size--small: .875rem;
    --_responsive---text-size--large: 1.25rem;
    --_responsive---text-size--medium: 1.125rem;
    --_responsive---text-size--huge: 1.5rem;
  }

  .heading-style-h1.text-color-tertiary.text-align-center, .heading-style-h1.text-color-white.text-align-center {
    text-align: center;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .text-size-regular.text-color-secondary, .text-size-regular.text-color-secondary.text-align-center, .text-size-regular.grey.text-align-center, .text-size-regular.text-color-white.text-align-center, .heading-style-h2 {
    text-align: center;
  }

  .button-primary {
    padding: .8rem 1.2rem;
  }

  .button-primary.is-small, .button-primary.is-small.outline-alt {
    align-self: center;
  }

  .text-size-medium {
    --_responsive---body: "Inter Tight", sans-serif;
    --_responsive---text-size--regular: 1rem;
    --_responsive---heading: "Raveo Display", Arial, sans-serif;
    --_responsive---heading-size--h1: 2rem;
    --_responsive---heading-size--h2: 1.9rem;
    --_responsive---heading-size--h3: 1.8rem;
    --_responsive---heading-size--h4: 1.7rem;
    --_responsive---heading-size--h5: 1.6rem;
    --_responsive---heading-size--h6: 1.5rem;
    --_responsive---text-size--small: .875rem;
    --_responsive---text-size--large: 1.25rem;
    --_responsive---text-size--medium: 1.125rem;
    --_responsive---text-size--huge: 1.5rem;
  }

  .text-size-medium.text-color-secondary.text-align-center, .text-size-medium.text-color-tertiary, .text-size-medium.text-color-tertiary.text-align-center {
    text-align: center;
  }

  .nav-menu-link {
    justify-content: center;
    align-items: flex-start;
    display: flex;
  }

  .text-size-huge.text-color-white.text-align-center {
    text-align: center;
  }

  .button-secondary {
    padding: .8rem 1.2rem;
  }

  .body-wrapper {
    justify-content: space-between;
    align-items: stretch;
  }

  .headline-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
    place-items: stretch center;
    width: 100%;
  }

  .section-label {
    align-self: center;
  }

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

  .section-title.align-center {
    justify-content: flex-start;
    align-items: center;
  }

  .square-image-wrapper.medium {
    width: 100%;
  }

  .news-collection {
    grid-template-columns: 1fr;
  }

  .service-image-wrapper {
    border-radius: .6rem;
    height: 12rem;
  }

  .stacked-text-wrapper {
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .stacked-card-wrapper {
    background-color: var(--base-color-neutral--transparent);
    border-radius: 0;
    grid-template-columns: 1fr;
  }

  .tabs-menu {
    flex-flow: wrap;
  }

  .category-wrapper {
    grid-column-gap: .8rem;
    grid-row-gap: .8rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

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

  .floating-image-wrapper {
    border-radius: .6rem;
    height: 12rem;
  }

  .reels-link-wrapper {
    border-radius: .6rem;
  }

  .footer-menu-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 1fr;
  }

  .footer-brand {
    align-self: center;
  }

  .trip-content-wrapper {
    width: 100%;
  }

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

  .card-with-image {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .slider-collection {
    padding-top: 0;
  }

  .testimonial-mask {
    max-width: 90vw;
    height: auto;
  }

  .slide-item-wrapper {
    margin-right: 1rem;
  }

  .slide-content-stacked {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 1rem;
  }

  .icon-button-left {
    right: 20%;
  }

  .icon-button-left._2nd {
    left: -5%;
  }

  .icon-button-left.center {
    bottom: 62%;
  }

  .icon-button-left.center.derma-1 {
    bottom: 66%;
  }

  .icon-button-left.center.derma-2 {
    bottom: 63%;
  }

  .icon-button-left.center.flebo-1 {
    bottom: 60%;
  }

  .icon-button-left.center.oko-1 {
    bottom: 57%;
  }

  .icon-button-left.center.mikro-1 {
    bottom: 62%;
  }

  .icon-button-right {
    background-color: var(--_section-theme---background-color--background-primary);
    margin-left: 14%;
  }

  .icon-button-right._2nd {
    right: -5%;
  }

  .icon-button-right.center {
    bottom: 63%;
  }

  .icon-button-right.center.derma-1 {
    bottom: 66%;
  }

  .icon-button-right.center.oko-1 {
    bottom: 57%;
  }

  .icon-button-right.center.flebo-1 {
    bottom: 60%;
  }

  .icon-button-right.center.mikro-1 {
    bottom: 62%;
  }

  .hero-image-wrapper.visible {
    justify-content: center;
    align-items: center;
    height: 17vh;
    margin-top: 2.7rem;
  }

  .marquee-image-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr;
  }

  .four-grid-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

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

  .showcase-scroll-wrapper {
    grid-column-gap: .6rem;
    grid-row-gap: .6rem;
    grid-template-columns: 1fr;
  }

  .showcase-list {
    grid-row-gap: 2rem;
    grid-template-columns: 1fr;
  }

  .full-height-container.bg {
    text-align: left;
    background-position: 50%;
    justify-content: center;
    align-items: center;
    height: 26rem;
  }

  .grid-global {
    grid-column-gap: 0rem;
  }

  .grid-global.align-center {
    place-items: center;
  }

  .model-image-wrapper {
    aspect-ratio: auto;
    border-radius: .4rem;
    height: 17rem;
  }

  .title-stacked-wrapper._1-gap {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .news-card-list {
    grid-row-gap: 3rem;
  }

  .contact-full-width {
    border-radius: .6rem;
  }

  .headline-center-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .slide-image-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 1rem;
  }

  .slide-image-item {
    width: 100%;
    margin-right: 1rem;
  }

  .slide-model-wrapper {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
  }

  .slide-model-wrapper.medium {
    padding: 0;
  }

  .tabs-collection {
    height: 60vh;
  }

  .logo-marquee {
    width: 50%;
  }

  .tabs-wrapper {
    grid-column-gap: 0rem;
  }

  .accordion-bottom {
    padding-left: 48px;
  }

  .flow-title {
    grid-column-gap: 0rem;
    grid-row-gap: 2rem;
    background-color: var(--base-color-neutral--white);
    grid-template-columns: 1fr;
    place-items: center stretch;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .flow-stacked-title.text-align-right {
    text-align: left;
  }

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

  .avatar-image-wrapper {
    width: 3.5rem;
  }

  .card-list {
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .sticky-card-wrapper {
    background-color: var(--base-color-neutral--transparent);
    border-radius: 0;
    grid-template-columns: 1fr;
    padding: 0;
  }

  .featured-collection {
    grid-template-columns: 1fr;
  }

  .featured-card-link {
    padding: 1rem;
  }

  .featured-content-wrapper {
    width: 100%;
    height: auto;
  }

  .news-content-stacked {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding: 1rem;
  }

  .flex-card-collection {
    grid-column-gap: 0rem;
  }

  .flex-card-content {
    padding: 1.25rem;
  }

  .bento-wrapper {
    grid-column-gap: 0rem;
    grid-template-columns: 1.5fr;
  }

  .slide-image-mask {
    max-width: 90vw;
    height: auto;
  }

  .contact-featured-wrapper {
    align-items: flex-end;
    padding: 1rem;
  }

  .rabat {
    font-size: var(--_responsive---text-size--large);
  }

  .pop-up {
    width: 96%;
    padding: 10px;
  }

  .pop-up-icon {
    display: none;
  }

  .exit-button {
    width: 20px;
    height: 20px;
    padding: 3px;
    top: 1%;
    right: 1%;
  }

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

#w-node-b910a99d-7ffb-9bac-d5a9-d36cfcccabf1-9228df6d {
  grid-area: 1 / 1 / 2 / 13;
  align-self: start;
}

#w-node-d9a371aa-64af-b4f0-f7d2-706cb7f999f6-9228df6d {
  grid-area: 1 / 1 / 2 / 6;
  align-self: start;
}

#w-node-_65a1cef5-d788-187d-72c6-ad806001c870-9228df6d {
  grid-area: 1 / 3 / 2 / 5;
}

#w-node-daf63f13-c57c-1617-bef8-30feb3c91738-9228df6d {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_7a9c1ff0-a74a-be09-ff5d-35135b5ebae6-9228df6d {
  grid-area: 1 / 5 / 2 / 7;
}

#w-node-_71507338-6598-72f0-beb3-cb4ac9525ec0-9228df6d {
  grid-area: 1 / 7 / 2 / 9;
}

#w-node-_519021cc-fdfc-7900-cd28-e10700b76182-9228df6d {
  grid-area: 1 / 9 / 2 / 11;
}

#w-node-_698b7efc-0bf6-e698-f7ce-3e7c3fb6e628-9228df6d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-c4d10c73-2dbb-0bb4-eb1c-f2d0b08f6659-9228df6d {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start;
}

#w-node-e02bd44b-4aec-5421-4a56-2ec4936c101b-9228df6d {
  grid-area: 1 / 9 / 3 / 13;
  align-self: start;
}

#w-node-_8c857b71-295a-b683-1270-e649aa9109db-9228df6d {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_8c857b71-295a-b683-1270-e649aa9109dd-9228df6d {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start;
}

#w-node-_8c857b71-295a-b683-1270-e649aa9109e2-9228df6d, #w-node-a8d7592f-687a-a909-a227-b5d85b352d8f-9228df6d {
  grid-area: 1 / 9 / 3 / 13;
  align-self: start;
}

#w-node-_91fcd33e-b6d1-912c-f377-29529b59b9b7-9228df6d, #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41231-9228df6d {
  grid-area: 1 / 1 / 2 / 4;
  place-self: start;
}

#w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41234-9228df6d {
  grid-area: 2 / 1 / 3 / 7;
}

#w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41237-9228df6d {
  grid-area: 1 / 9 / 3 / 13;
  align-self: start;
}

#w-node-_7388f0cd-4b37-525f-ce32-104a212b2c22-66404cd6 {
  grid-area: 1 / 1 / 2 / 5;
}

#w-node-_7388f0cd-4b37-525f-ce32-104a212b2c37-66404cd6 {
  grid-area: 1 / 11 / 2 / 13;
}

#w-node-b224ec27-30fa-be84-48bf-7ed471542af3-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627ca17-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca1c-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca21-9228df70, #w-node-_20cb5072-97ec-2112-f6cd-a50be955f4b2-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca26-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca2c-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca32-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ca38-9228df70, #w-node-_8831be81-833f-4bb7-851f-153824a9ea73-9228df70 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb45-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cb5e-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb61-9228df70 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb63-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cb66-9228df70 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cbb8-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc2-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cbc3-9228df70, #w-node-_3134eea9-ea9a-a8b1-4dbe-c58e1e58f3d4-9228df70, #w-node-_3134eea9-ea9a-a8b1-4dbe-c58e1e58f3d5-9228df70, #w-node-b77db86f-a601-3c97-71cf-dba40b92e3e8-9228df70, #w-node-b77db86f-a601-3c97-71cf-dba40b92e3e9-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc31-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc36-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc3b-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc40-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc45-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc4a-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc54-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc59-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc5e-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc63-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc68-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc6d-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc72-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc77-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc7c-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc81-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cc86-9228df70 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8a-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cc8b-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccaf-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb4-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccb9-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccbe-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc3-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccc8-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd2-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccd7-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccdc-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce1-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cce6-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cceb-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf0-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccf5-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccfa-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627ccff-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd04-9228df70 {
  justify-self: start;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd08-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cd09-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef3e5-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ea-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef3ef-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f4-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef3f9-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef3fe-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef403-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef408-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef40d-9228df70, #w-node-_30684373-af34-3818-02a4-e58b3ffef412-9228df70 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef416-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef417-9228df70 {
  justify-self: start;
}

#w-node-_30684373-af34-3818-02a4-e58b3ffef41a-9228df70, #w-node-_32eadc24-e391-a089-abe0-fb5b6627cd6b-9228df70 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_32eadc24-e391-a089-abe0-fb5b6627cdc7-9228df70 {
  justify-self: start;
}

#w-node-_43e6208c-f13a-98b6-8f3d-396933374aa5-9228df71 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_10f7d9a9-c7f3-7bbf-f251-6860cee1b629-9228df71 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-_2248280d-eecf-5f70-1300-4251b8313331-9228df71 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_2248280d-eecf-5f70-1300-4251b8313334-9228df71 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_2248280d-eecf-5f70-1300-4251b8313349-9228df71 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_2248280d-eecf-5f70-1300-4251b8313345-9228df71 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_421b414f-2b70-2294-52b5-022b5725e609-9228df72 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_421b414f-2b70-2294-52b5-022b5725e612-9228df72 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_421b414f-2b70-2294-52b5-022b5725e623-9228df72, #w-node-_74e96fb5-2835-19d0-0c19-0e3b366b91e1-9228df72 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: end;
}

#w-node-_0ca31882-2f96-3c88-2ce9-b595952e99da-9228df72 {
  grid-area: 3 / 1 / 5 / 6;
  align-self: stretch;
}

#w-node-_26ed6b5c-04a1-9f5a-2bed-8e9d037c666b-9228df72 {
  grid-area: 4 / 6 / 6 / 11;
  align-self: stretch;
}

#w-node-_74e96fb5-2835-19d0-0c19-0e3b366b91df-9228df72 {
  grid-area: 2 / 6 / 4 / 13;
}

#w-node-_9c5d4348-d1ac-36ff-ae12-c1fb2f840e95-9228df72 {
  grid-area: 5 / 1 / 6 / 6;
}

#w-node-deadc93f-1a93-1095-4ff8-5120da16c25d-9228df72 {
  grid-area: 1 / 1 / 2 / 6;
  align-self: end;
}

#w-node-faad8d74-cb4f-8a19-88be-cc4a7294de33-9228df72 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: end;
}

#w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0701-9228df72 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0704-9228df72 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0709-9228df72 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0711-9228df72 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_8a050597-07fd-e62b-d659-1fc65e86b2c1-9228df72 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0719-9228df72 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_190a0525-2427-e09b-c28a-847c95122892-9228df72 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_190a0525-2427-e09b-c28a-847c95122898-9228df72 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_7bcd6c9c-dd03-89b7-a051-8d24c69c2b4d-9228df72 {
  grid-area: 1 / 1 / 2 / 7;
  align-self: end;
}

#w-node-_7bcd6c9c-dd03-89b7-a051-8d24c69c2b53-9228df72 {
  grid-area: 1 / 8 / 6 / 13;
}

#w-node-_595deaf6-6414-f75b-f3bd-677f4ac2af24-9228df72 {
  grid-area: 3 / 1 / 5 / 7;
}

#w-node-_3a0b50cf-08d4-8a4a-2807-507b07c32eb6-9228df72 {
  grid-area: 5 / 3 / 7 / 8;
}

#w-node-cad5c3e1-f903-131b-cbf7-083f5e85876e-9228df72 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-cad5c3e1-f903-131b-cbf7-083f5e858771-9228df72 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-ebcc538c-d9be-2662-43d0-acc42c930a6e-9228df73 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: start;
}

#w-node-ebcc538c-d9be-2662-43d0-acc42c930a82-9228df73 {
  grid-area: 1 / 10 / 2 / 13;
  align-self: start;
}

#w-node-ba2de24b-8ab9-ef7d-3d8f-c3adda36b9a5-9228df73 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: end;
}

#w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88c-9228df73 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88f-9228df73 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_10f41182-efd4-69c1-c387-4dda68defae2-9228df73 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a4fca828-00b7-d74a-5bab-0ceabd297fa5-9228df73 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-a4fca828-00b7-d74a-5bab-0ceabd297fac-9228df73 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541c-9228df73 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541f-9228df73 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-bf40fa96-e171-fc6a-07a3-e885ba86a85f-9228df73 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-fb8a84e5-581a-ec65-bffb-32b63fc9543e-9228df73 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-_865c822e-af2c-3ebf-2724-199010ac245b-9228df73 {
  grid-area: 1 / 1 / 2 / 6;
}

#w-node-_865c822e-af2c-3ebf-2724-199010ac245f-9228df73 {
  grid-area: 1 / 8 / 2 / 13;
}

#w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc3-9228df73 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc6-9228df73 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_6b6d5c96-c8d0-a784-0cef-840b5b1bd9ee-9228df74 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_07632281-6276-ae37-4c23-56f2daeeac1a-9228df74 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_6b6d5c96-c8d0-a784-0cef-840b5b1bda19-9228df74 {
  grid-area: 1 / 5 / 2 / 13;
}

#w-node-_6b6d5c96-c8d0-a784-0cef-840b5b1bda1b-9228df74 {
  grid-area: 1 / 1 / 2 / 4;
  align-self: end;
}

#w-node-c088603e-85a9-b54d-fc74-8fae55e0dc9b-9228df74 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: stretch;
}

#w-node-e591c066-ae29-8b08-cefe-70cb810fe8d7-9228df74 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-d82e3a0e-a355-8ab2-a8f3-fa9769f97f23-9228df74 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-e1099edf-34e8-51d2-66f9-15c8d9c7b316-9228df74 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-b5ee3081-c148-0cc5-f59a-6ae97f570815-9228df74 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-b5ee3081-c148-0cc5-f59a-6ae97f57081a-9228df74 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-_58e9de21-786c-6efd-4b14-79361d0e3229-9228df74 {
  grid-area: 1 / 1 / 2 / 3;
}

#w-node-_58e9de21-786c-6efd-4b14-79361d0e322e-9228df74 {
  grid-area: 1 / 4 / 2 / 9;
}

#w-node-facd451f-6844-4e98-ef7a-188e5321f2ad-9228df74 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-facd451f-6844-4e98-ef7a-188e5321f2b0-9228df74 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-facd451f-6844-4e98-ef7a-188e5321f304-9228df74 {
  justify-self: end;
}

#w-node-bd36f701-e235-3ea8-bcf2-38a57466822c-9228df74 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-bd36f701-e235-3ea8-bcf2-38a57466822f-9228df74 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-bd36f701-e235-3ea8-bcf2-38a574668234-9228df74 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-bd36f701-e235-3ea8-bcf2-38a57466823c-9228df74 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-bd36f701-e235-3ea8-bcf2-38a574668244-9228df74 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-bd36f701-e235-3ea8-bcf2-38a57466824e-9228df74 {
  grid-area: 1 / 1 / 2 / 7;
}

#w-node-a443d367-817e-23fb-cff1-f25d7ffb184a-9228df74 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-a443d367-817e-23fb-cff1-f25d7ffb184d-9228df74 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_84748e31-2511-0bb8-6dad-d010d3700969-9228df74 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_84748e31-2511-0bb8-6dad-d010d370096c-9228df74 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_7bc91070-2c9b-a616-3e32-4b48970ff16c-9228df75 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af6-9228df75 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af9-9228df75 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-f5d41238-7203-3878-e561-dcd3935eb4b4-9228df75 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-f5d41238-7203-3878-e561-dcd3935eb4b7-9228df75 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_487c2018-9894-e22a-649d-f2966b6c713f-9228df76 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_3ee5b592-e364-8682-17ea-8c77a23302e6-9228df76 {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-_3ee5b592-e364-8682-17ea-8c77a23302e9-9228df76 {
  grid-area: 1 / 4 / 2 / 13;
}

#w-node-_17371158-d759-5250-1605-0ed211652f5d-9228df78 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-e53e2e8b-270f-78b6-80ae-d973cbeed51a-9228df78 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-e53e2e8b-270f-78b6-80ae-d973cbeed52b-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: end;
}

#w-node-_2918616d-c542-7ce2-02e7-afde74601229-9228df78 {
  grid-area: 1 / 1 / 4 / 5;
}

#w-node-_2918616d-c542-7ce2-02e7-afde74601225-9228df78 {
  grid-area: 1 / 7 / 2 / 13;
}

#w-node-c0350a55-fd33-074d-ab06-20dab1744dd8-9228df78 {
  grid-area: 2 / 7 / 3 / 13;
  align-self: end;
}

#w-node-d4afe87a-6d70-60ae-d60d-1b5232e84dde-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-d4afe87a-6d70-60ae-d60d-1b5232e84de1-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_1501b088-06e7-1110-a7e1-8d703b78cc2a-9228df78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_9d6fa451-5a2d-8adb-467c-6fa7549075ee-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-_9d6fa451-5a2d-8adb-467c-6fa7549075f1-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-c9a8c9db-7db8-cf91-397d-de30c74e15ff-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-c9a8c9db-7db8-cf91-397d-de30c74e1602-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_5d6f5d61-f0b3-5805-b924-e38bc2d7b729-9228df78 {
  justify-self: end;
}

#w-node-fbabb794-938f-e285-061a-df404a66b8c5-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-fbabb794-938f-e285-061a-df404a66b8c8-9228df78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_367e2ea0-e3c8-8c3e-87ad-ef7ffc175bfb-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-_367e2ea0-e3c8-8c3e-87ad-ef7ffc175bfe-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_2184144e-f1ec-659b-99c2-5951e0cb1598-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-_2184144e-f1ec-659b-99c2-5951e0cb159b-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_2184144e-f1ec-659b-99c2-5951e0cb159c-9228df78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_0b898e12-fecb-3995-6786-9b46a4dc00b1-9228df78 {
  justify-self: end;
}

#w-node-_5a5f68f3-da6a-e0c9-0436-2eb3d907f542-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-_5a5f68f3-da6a-e0c9-0436-2eb3d907f545-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_5a5f68f3-da6a-e0c9-0436-2eb3d907f546-9228df78 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-_18fd3057-01f2-24ba-6857-47427510e2aa-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-_18fd3057-01f2-24ba-6857-47427510e2ae-9228df78 {
  grid-area: 1 / 2 / 2 / 3;
}

#w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b135-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b138-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b13d-9228df78 {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b145-9228df78 {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b14d-9228df78 {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-_0845ea7f-b4a9-96f1-acf5-a55c57157194-9228df78 {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-ebec1820-9ebd-0859-5d49-e1db04fcc65f-9228df78 {
  grid-area: 2 / 7 / 3 / 10;
}

#w-node-_6ae212e7-ad1e-976e-261a-219d8727933d-9228df78 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_6ae212e7-ad1e-976e-261a-219d87279340-9228df78 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_04d5c669-b51d-1cb6-3750-e8a52ae9eb91-9228df78 {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-_04d5c669-b51d-1cb6-3750-e8a52ae9eb93-9228df78 {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_9a2afa7f-e348-6c2c-1f2f-50ed040a8483-9228df79 {
  grid-area: 1 / 1 / 2 / 8;
  align-self: start;
}

#w-node-_9a2afa7f-e348-6c2c-1f2f-50ed040a848c-9228df79 {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_9a2afa7f-e348-6c2c-1f2f-50ed040a849d-9228df79 {
  grid-area: 1 / 1 / 2 / 9;
  align-self: end;
}

#w-node-db7c4134-ebfa-f6bb-a7a0-13397667176f-9228df79 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: auto start;
}

#w-node-db7c4134-ebfa-f6bb-a7a0-133976671772-9228df79 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_656ca92f-d43d-dc72-bb73-caea304b99ed-9228df79 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-_656ca92f-d43d-dc72-bb73-caea304b99f0-9228df79 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-ab35765c-eb94-dab1-9c32-190024a3fb29-9228df79 {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-ab35765c-eb94-dab1-9c32-190024a3fb2c-9228df79 {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-_8ce56295-09da-f3c1-1ea9-374c2489d686-9228df79 {
  grid-area: 1 / 2 / 2 / 7;
}

#w-node-_39be6ca8-1457-61ab-861b-9a475bab5d4e-9228df79 {
  grid-area: 1 / 7 / 2 / 13;
  justify-self: end;
}

#w-node-_83b85a96-7ef0-1217-946e-2e878e0ef10d-9228df7a {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_83b85a96-7ef0-1217-946e-2e878e0ef116-9228df7a {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_955f29c2-899f-e836-17a9-cadd18691f47-9228df7a {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a218247e-b2a9-34c6-ba69-140d4281d45d-9228df7a {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8321effd-f66f-64b9-f5f5-ce48695f23d2-9228df7a {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_4a7e8d86-0d00-5c6e-4cb4-292e712ac60d-9228df7a {
  grid-area: 1 / 10 / 2 / 13;
}

#w-node-fc5b48fe-78c1-2fd7-18df-e877aa280d95-9228df7a {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-fc5b48fe-78c1-2fd7-18df-e877aa280d98-9228df7a {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-e81a239b-b7a6-a9da-a616-05c505a0c32e-9228df7a {
  grid-area: 1 / 1 / 2 / 9;
  place-self: start;
}

#w-node-e81a239b-b7a6-a9da-a616-05c505a0c331-9228df7a {
  grid-area: 2 / 1 / 3 / 9;
}

#w-node-e81a239b-b7a6-a9da-a616-05c505a0c336-9228df7a {
  grid-area: 1 / 1 / 2 / 5;
  align-self: start;
}

#w-node-a560677a-744f-0a8e-aafe-001b620c06af-9228df7a {
  grid-area: 1 / 6 / 2 / 13;
}

#w-node-_83b85a96-7ef0-1217-946e-2e878e0ef10d-a1139ddd {
  grid-area: 1 / 1 / 2 / 7;
  align-self: start;
}

#w-node-_83b85a96-7ef0-1217-946e-2e878e0ef116-a1139ddd {
  grid-area: 1 / 9 / 2 / 13;
  align-self: end;
}

#w-node-_955f29c2-899f-e836-17a9-cadd18691f47-a1139ddd {
  grid-area: 1 / 1 / 2 / 4;
}

#w-node-a218247e-b2a9-34c6-ba69-140d4281d45d-a1139ddd {
  grid-area: 1 / 4 / 2 / 7;
}

#w-node-_8321effd-f66f-64b9-f5f5-ce48695f23d2-a1139ddd {
  grid-area: 1 / 7 / 2 / 10;
}

#w-node-_4a7e8d86-0d00-5c6e-4cb4-292e712ac60d-a1139ddd {
  grid-area: 1 / 10 / 2 / 13;
}

@media screen and (max-width: 991px) {
  #w-node-b910a99d-7ffb-9bac-d5a9-d36cfcccabf1-9228df6d, #w-node-d9a371aa-64af-b4f0-f7d2-706cb7f999f6-9228df6d {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_65a1cef5-d788-187d-72c6-ad806001c870-9228df6d {
    grid-column: 1 / 4;
  }

  #w-node-daf63f13-c57c-1617-bef8-30feb3c91738-9228df6d {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_7a9c1ff0-a74a-be09-ff5d-35135b5ebae6-9228df6d {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_71507338-6598-72f0-beb3-cb4ac9525ec0-9228df6d {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_519021cc-fdfc-7900-cd28-e10700b76182-9228df6d {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_698b7efc-0bf6-e698-f7ce-3e7c3fb6e628-9228df6d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-c4d10c73-2dbb-0bb4-eb1c-f2d0b08f6659-9228df6d {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-e02bd44b-4aec-5421-4a56-2ec4936c101b-9228df6d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109db-9228df6d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109dd-9228df6d {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109e2-9228df6d, #w-node-a8d7592f-687a-a909-a227-b5d85b352d8f-9228df6d {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_91fcd33e-b6d1-912c-f377-29529b59b9b7-9228df6d, #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41231-9228df6d {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41234-9228df6d {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41237-9228df6d {
    grid-area: 3 / 1 / 4 / 5;
  }

  #w-node-_7388f0cd-4b37-525f-ce32-104a212b2c22-66404cd6 {
    grid-column: 1 / 7;
    justify-self: center;
  }

  #w-node-_7388f0cd-4b37-525f-ce32-104a212b2c37-66404cd6 {
    grid-area: 2 / 3 / 3 / 5;
    justify-self: center;
  }

  #w-node-_43e6208c-f13a-98b6-8f3d-396933374aa5-9228df71 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_10f7d9a9-c7f3-7bbf-f251-6860cee1b629-9228df71 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_2248280d-eecf-5f70-1300-4251b8313331-9228df71 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_2248280d-eecf-5f70-1300-4251b8313334-9228df71 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_2248280d-eecf-5f70-1300-4251b8313349-9228df71 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_421b414f-2b70-2294-52b5-022b5725e609-9228df72 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_421b414f-2b70-2294-52b5-022b5725e612-9228df72 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_421b414f-2b70-2294-52b5-022b5725e623-9228df72, #w-node-_74e96fb5-2835-19d0-0c19-0e3b366b91e1-9228df72 {
    grid-column-end: 7;
  }

  #w-node-_0ca31882-2f96-3c88-2ce9-b595952e99da-9228df72 {
    grid-row: 4 / 5;
    grid-column-end: 5;
  }

  #w-node-_26ed6b5c-04a1-9f5a-2bed-8e9d037c666b-9228df72 {
    grid-area: 3 / 4 / 4 / 7;
  }

  #w-node-_74e96fb5-2835-19d0-0c19-0e3b366b91df-9228df72 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9c5d4348-d1ac-36ff-ae12-c1fb2f840e95-9228df72 {
    grid-area: 3 / 1 / 4 / 4;
  }

  #w-node-deadc93f-1a93-1095-4ff8-5120da16c25d-9228df72 {
    grid-column-end: 7;
  }

  #w-node-faad8d74-cb4f-8a19-88be-cc4a7294de33-9228df72 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0701-9228df72 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0704-9228df72 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0711-9228df72, #w-node-_8a050597-07fd-e62b-d659-1fc65e86b2c1-9228df72 {
    grid-column: 4 / 7;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0719-9228df72 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_190a0525-2427-e09b-c28a-847c95122892-9228df72 {
    grid-column-end: 7;
  }

  #w-node-_190a0525-2427-e09b-c28a-847c95122898-9228df72 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_7bcd6c9c-dd03-89b7-a051-8d24c69c2b4d-9228df72 {
    grid-column-end: 7;
  }

  #w-node-_7bcd6c9c-dd03-89b7-a051-8d24c69c2b53-9228df72 {
    grid-area: 2 / 1 / 4 / 4;
  }

  #w-node-_595deaf6-6414-f75b-f3bd-677f4ac2af24-9228df72 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_3a0b50cf-08d4-8a4a-2807-507b07c32eb6-9228df72 {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-cad5c3e1-f903-131b-cbf7-083f5e85876e-9228df72 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-cad5c3e1-f903-131b-cbf7-083f5e858771-9228df72 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ebcc538c-d9be-2662-43d0-acc42c930a6e-9228df73 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-ebcc538c-d9be-2662-43d0-acc42c930a82-9228df73 {
    grid-area: 2 / 1 / 3 / 5;
  }

  #w-node-ba2de24b-8ab9-ef7d-3d8f-c3adda36b9a5-9228df73 {
    grid-column-end: 7;
  }

  #w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88c-9228df73 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88f-9228df73 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_10f41182-efd4-69c1-c387-4dda68defae2-9228df73 {
    grid-column-end: 5;
  }

  #w-node-a4fca828-00b7-d74a-5bab-0ceabd297fa5-9228df73 {
    grid-column-end: 7;
  }

  #w-node-a4fca828-00b7-d74a-5bab-0ceabd297fac-9228df73 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541c-9228df73 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541f-9228df73 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-fb8a84e5-581a-ec65-bffb-32b63fc95424-9228df73 {
    grid-area: 1 / 1 / 2 / 4;
  }

  #w-node-bf40fa96-e171-fc6a-07a3-e885ba86a85f-9228df73 {
    grid-area: 1 / 4 / 2 / 7;
  }

  #w-node-_7e84a386-fd05-543f-1b29-1eda9dbd5442-9228df73 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-fdc42443-6d81-d2ff-a971-5870e220e0a6-9228df73 {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-_543fe1bd-3e37-2f94-1613-0ee3a66aa25b-9228df73 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_865c822e-af2c-3ebf-2724-199010ac245f-9228df73 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc3-9228df73 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc6-9228df73 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_6b6d5c96-c8d0-a784-0cef-840b5b1bd9ee-9228df74 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_07632281-6276-ae37-4c23-56f2daeeac1a-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_6b6d5c96-c8d0-a784-0cef-840b5b1bda19-9228df74 {
    grid-column: 1 / 7;
  }

  #w-node-_6b6d5c96-c8d0-a784-0cef-840b5b1bda1b-9228df74 {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-c088603e-85a9-b54d-fc74-8fae55e0dc9b-9228df74 {
    grid-column-end: 7;
  }

  #w-node-e591c066-ae29-8b08-cefe-70cb810fe8d7-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e1099edf-34e8-51d2-66f9-15c8d9c7b316-9228df74, #w-node-b5ee3081-c148-0cc5-f59a-6ae97f57081a-9228df74, #w-node-_58e9de21-786c-6efd-4b14-79361d0e322e-9228df74 {
    grid-column: 3 / 7;
  }

  #w-node-facd451f-6844-4e98-ef7a-188e5321f2ad-9228df74 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-facd451f-6844-4e98-ef7a-188e5321f2b0-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a57466822c-9228df74 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a57466822f-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a57466823c-9228df74 {
    grid-column: 4 / 7;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a574668244-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-a443d367-817e-23fb-cff1-f25d7ffb184a-9228df74 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-a443d367-817e-23fb-cff1-f25d7ffb184d-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_84748e31-2511-0bb8-6dad-d010d3700969-9228df74 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_84748e31-2511-0bb8-6dad-d010d370096c-9228df74 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af6-9228df75 {
    grid-column-end: 7;
  }

  #w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af9-9228df75 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-f5d41238-7203-3878-e561-dcd3935eb4b4-9228df75 {
    grid-column-end: 7;
  }

  #w-node-f5d41238-7203-3878-e561-dcd3935eb4b7-9228df75 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_3ee5b592-e364-8682-17ea-8c77a23302e6-9228df76 {
    grid-column-end: 7;
  }

  #w-node-_3ee5b592-e364-8682-17ea-8c77a23302e9-9228df76 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_17371158-d759-5250-1605-0ed211652f5d-9228df78 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-e53e2e8b-270f-78b6-80ae-d973cbeed51a-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e53e2e8b-270f-78b6-80ae-d973cbeed52b-9228df78, #w-node-_2918616d-c542-7ce2-02e7-afde74601229-9228df78 {
    grid-column-end: 7;
  }

  #w-node-d4afe87a-6d70-60ae-d60d-1b5232e84dde-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-d4afe87a-6d70-60ae-d60d-1b5232e84de1-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9d6fa451-5a2d-8adb-467c-6fa7549075ee-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_9d6fa451-5a2d-8adb-467c-6fa7549075f1-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-c9a8c9db-7db8-cf91-397d-de30c74e15ff-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-c9a8c9db-7db8-cf91-397d-de30c74e1602-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-fbabb794-938f-e285-061a-df404a66b8c5-9228df78, #w-node-_367e2ea0-e3c8-8c3e-87ad-ef7ffc175bfb-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_367e2ea0-e3c8-8c3e-87ad-ef7ffc175bfe-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_2184144e-f1ec-659b-99c2-5951e0cb1598-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_2184144e-f1ec-659b-99c2-5951e0cb159b-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_5a5f68f3-da6a-e0c9-0436-2eb3d907f542-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_5a5f68f3-da6a-e0c9-0436-2eb3d907f545-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_18fd3057-01f2-24ba-6857-47427510e2aa-9228df78, #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b135-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b138-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b13d-9228df78 {
    grid-column: 1 / 4;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b145-9228df78 {
    grid-column: 4 / 7;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b14d-9228df78 {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_0845ea7f-b4a9-96f1-acf5-a55c57157194-9228df78 {
    grid-column: 4 / 7;
  }

  #w-node-ebec1820-9ebd-0859-5d49-e1db04fcc65f-9228df78 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_6ae212e7-ad1e-976e-261a-219d8727933d-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_6ae212e7-ad1e-976e-261a-219d87279340-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_04d5c669-b51d-1cb6-3750-e8a52ae9eb91-9228df78 {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-_04d5c669-b51d-1cb6-3750-e8a52ae9eb93-9228df78 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9a2afa7f-e348-6c2c-1f2f-50ed040a8483-9228df79 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_9a2afa7f-e348-6c2c-1f2f-50ed040a848c-9228df79 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_9a2afa7f-e348-6c2c-1f2f-50ed040a849d-9228df79 {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-db7c4134-ebfa-f6bb-a7a0-13397667176f-9228df79 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-db7c4134-ebfa-f6bb-a7a0-133976671772-9228df79 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_656ca92f-d43d-dc72-bb73-caea304b99ed-9228df79 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-_656ca92f-d43d-dc72-bb73-caea304b99f0-9228df79 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-ab35765c-eb94-dab1-9c32-190024a3fb29-9228df79 {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-ab35765c-eb94-dab1-9c32-190024a3fb2c-9228df79 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_8ce56295-09da-f3c1-1ea9-374c2489d686-9228df79 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_83b85a96-7ef0-1217-946e-2e878e0ef10d-9228df7a {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_83b85a96-7ef0-1217-946e-2e878e0ef116-9228df7a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_8321effd-f66f-64b9-f5f5-ce48695f23d2-9228df7a {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4a7e8d86-0d00-5c6e-4cb4-292e712ac60d-9228df7a {
    grid-area: 2 / 4 / 3 / 7;
  }

  #w-node-fc5b48fe-78c1-2fd7-18df-e877aa280d95-9228df7a {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-fc5b48fe-78c1-2fd7-18df-e877aa280d98-9228df7a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e81a239b-b7a6-a9da-a616-05c505a0c32e-9228df7a {
    grid-area: 1 / 1 / 2 / 7;
    justify-self: auto;
  }

  #w-node-e81a239b-b7a6-a9da-a616-05c505a0c331-9228df7a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e81a239b-b7a6-a9da-a616-05c505a0c336-9228df7a {
    grid-area: 1 / 1 / 2 / 7;
    align-self: center;
  }

  #w-node-a560677a-744f-0a8e-aafe-001b620c06af-9228df7a {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_83b85a96-7ef0-1217-946e-2e878e0ef10d-a1139ddd {
    grid-row: 1 / 2;
    grid-column-end: 7;
  }

  #w-node-_83b85a96-7ef0-1217-946e-2e878e0ef116-a1139ddd {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_8321effd-f66f-64b9-f5f5-ce48695f23d2-a1139ddd {
    grid-area: 2 / 1 / 3 / 4;
  }

  #w-node-_4a7e8d86-0d00-5c6e-4cb4-292e712ac60d-a1139ddd {
    grid-area: 2 / 4 / 3 / 7;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_698b7efc-0bf6-e698-f7ce-3e7c3fb6e628-9228df6d, #w-node-c4d10c73-2dbb-0bb4-eb1c-f2d0b08f6659-9228df6d {
    grid-column-end: 5;
  }

  #w-node-e02bd44b-4aec-5421-4a56-2ec4936c101b-9228df6d {
    grid-column-end: 7;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109db-9228df6d, #w-node-_8c857b71-295a-b683-1270-e649aa9109dd-9228df6d {
    grid-column-end: 5;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109e2-9228df6d, #w-node-a8d7592f-687a-a909-a227-b5d85b352d8f-9228df6d {
    grid-column-end: 7;
  }

  #w-node-_91fcd33e-b6d1-912c-f377-29529b59b9b7-9228df6d, #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41231-9228df6d, #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41234-9228df6d {
    grid-column-end: 5;
  }

  #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41237-9228df6d {
    grid-column-end: 7;
  }

  #w-node-_10f7d9a9-c7f3-7bbf-f251-6860cee1b629-9228df71 {
    grid-column-start: 1;
  }

  #w-node-_2248280d-eecf-5f70-1300-4251b8313331-9228df71, #w-node-_2248280d-eecf-5f70-1300-4251b8313334-9228df71 {
    grid-column-end: 5;
  }

  #w-node-_2248280d-eecf-5f70-1300-4251b8313349-9228df71 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-_0ca31882-2f96-3c88-2ce9-b595952e99da-9228df72 {
    grid-column-end: 7;
  }

  #w-node-faad8d74-cb4f-8a19-88be-cc4a7294de33-9228df72 {
    grid-column-start: 1;
  }

  #w-node-cad5c3e1-f903-131b-cbf7-083f5e85876e-9228df72, #w-node-cad5c3e1-f903-131b-cbf7-083f5e858771-9228df72 {
    grid-column-end: 5;
  }

  #w-node-ebcc538c-d9be-2662-43d0-acc42c930a82-9228df73 {
    grid-column-end: 7;
  }

  #w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88c-9228df73, #w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88f-9228df73, #w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541c-9228df73, #w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541f-9228df73 {
    grid-column-end: 5;
  }

  #w-node-_865c822e-af2c-3ebf-2724-199010ac245b-9228df73 {
    grid-column-end: 7;
  }

  #w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc3-9228df73, #w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc6-9228df73 {
    grid-column-end: 5;
  }

  #w-node-_07632281-6276-ae37-4c23-56f2daeeac1a-9228df74 {
    align-self: end;
  }

  #w-node-e1099edf-34e8-51d2-66f9-15c8d9c7b316-9228df74, #w-node-b5ee3081-c148-0cc5-f59a-6ae97f57081a-9228df74, #w-node-_58e9de21-786c-6efd-4b14-79361d0e322e-9228df74 {
    grid-area: span 1 / span 4 / span 1 / span 4;
  }

  #w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af6-9228df75, #w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af9-9228df75, #w-node-f5d41238-7203-3878-e561-dcd3935eb4b4-9228df75, #w-node-f5d41238-7203-3878-e561-dcd3935eb4b7-9228df75 {
    grid-column-end: 5;
  }

  #w-node-_2918616d-c542-7ce2-02e7-afde74601229-9228df78 {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_2918616d-c542-7ce2-02e7-afde74601225-9228df78, #w-node-c0350a55-fd33-074d-ab06-20dab1744dd8-9228df78 {
    grid-column: 1 / 7;
  }

  #w-node-_656ca92f-d43d-dc72-bb73-caea304b99ed-9228df79, #w-node-_656ca92f-d43d-dc72-bb73-caea304b99f0-9228df79, #w-node-ab35765c-eb94-dab1-9c32-190024a3fb29-9228df79, #w-node-ab35765c-eb94-dab1-9c32-190024a3fb2c-9228df79 {
    grid-column-end: 5;
  }

  #w-node-_8ce56295-09da-f3c1-1ea9-374c2489d686-9228df79 {
    grid-area: 2 / 1 / 3 / 7;
  }

  #w-node-e81a239b-b7a6-a9da-a616-05c505a0c32e-9228df7a, #w-node-e81a239b-b7a6-a9da-a616-05c505a0c331-9228df7a {
    grid-column-end: 5;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_65a1cef5-d788-187d-72c6-ad806001c870-9228df6d {
    grid-row: 2 / 3;
    grid-column-end: 7;
  }

  #w-node-daf63f13-c57c-1617-bef8-30feb3c91738-9228df6d {
    grid-area: 1 / 1 / 2 / 7;
  }

  #w-node-_7a9c1ff0-a74a-be09-ff5d-35135b5ebae6-9228df6d {
    grid-row: 3 / 4;
    grid-column-start: 1;
  }

  #w-node-_71507338-6598-72f0-beb3-cb4ac9525ec0-9228df6d {
    grid-area: 4 / 1 / 5 / 7;
  }

  #w-node-_519021cc-fdfc-7900-cd28-e10700b76182-9228df6d {
    grid-area: 5 / 1 / 6 / 7;
  }

  #w-node-_698b7efc-0bf6-e698-f7ce-3e7c3fb6e628-9228df6d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-c4d10c73-2dbb-0bb4-eb1c-f2d0b08f6659-9228df6d {
    grid-column: 1 / 2;
  }

  #w-node-e02bd44b-4aec-5421-4a56-2ec4936c101b-9228df6d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109db-9228df6d {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109dd-9228df6d {
    grid-column: 1 / 2;
  }

  #w-node-_8c857b71-295a-b683-1270-e649aa9109e2-9228df6d {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a8d7592f-687a-a909-a227-b5d85b352d8f-9228df6d {
    grid-row: 2 / 3;
    grid-column-end: 2;
  }

  #w-node-_91fcd33e-b6d1-912c-f377-29529b59b9b7-9228df6d, #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41231-9228df6d, #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41234-9228df6d {
    grid-column: 1 / 2;
  }

  #w-node-_75bf1eb4-ce36-a74e-145d-ceb3ece41237-9228df6d {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-_7388f0cd-4b37-525f-ce32-104a212b2c22-66404cd6 {
    grid-column: 1 / 2;
  }

  #w-node-_7388f0cd-4b37-525f-ce32-104a212b2c37-66404cd6 {
    grid-area: 2 / 1 / 3 / 2;
    justify-self: center;
  }

  #w-node-_10f7d9a9-c7f3-7bbf-f251-6860cee1b629-9228df71 {
    grid-column-end: 7;
  }

  #w-node-_9c5d4348-d1ac-36ff-ae12-c1fb2f840e95-9228df72 {
    grid-column-end: 3;
  }

  #w-node-faad8d74-cb4f-8a19-88be-cc4a7294de33-9228df72 {
    grid-column-end: 7;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0701-9228df72, #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0704-9228df72 {
    grid-column-end: 3;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0709-9228df72 {
    grid-column-end: 7;
  }

  #w-node-_35bd0f32-0347-41fa-89e6-858b8b9a0711-9228df72, #w-node-_8a050597-07fd-e62b-d659-1fc65e86b2c1-9228df72 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_7bcd6c9c-dd03-89b7-a051-8d24c69c2b53-9228df72 {
    grid-row-start: 3;
    grid-column-end: 7;
  }

  #w-node-_595deaf6-6414-f75b-f3bd-677f4ac2af24-9228df72 {
    grid-column-start: 1;
  }

  #w-node-cad5c3e1-f903-131b-cbf7-083f5e85876e-9228df72, #w-node-cad5c3e1-f903-131b-cbf7-083f5e858771-9228df72, #w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88c-9228df73, #w-node-_69c9195c-8e9e-0266-fb11-fd02b5a1d88f-9228df73 {
    grid-column-end: 3;
  }

  #w-node-_10f41182-efd4-69c1-c387-4dda68defae2-9228df73 {
    grid-column-end: 7;
  }

  #w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541c-9228df73, #w-node-fb8a84e5-581a-ec65-bffb-32b63fc9541f-9228df73 {
    grid-column-end: 3;
  }

  #w-node-fb8a84e5-581a-ec65-bffb-32b63fc95424-9228df73 {
    grid-column-end: 2;
  }

  #w-node-bf40fa96-e171-fc6a-07a3-e885ba86a85f-9228df73 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-_7e84a386-fd05-543f-1b29-1eda9dbd5442-9228df73 {
    grid-row: 3 / 4;
    grid-column-end: 2;
  }

  #w-node-fdc42443-6d81-d2ff-a971-5870e220e0a6-9228df73 {
    grid-area: 4 / 1 / 5 / 2;
  }

  #w-node-_543fe1bd-3e37-2f94-1613-0ee3a66aa25b-9228df73 {
    grid-row: 5 / 6;
    grid-column-end: 2;
  }

  #w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc3-9228df73, #w-node-_793a1aa3-c12c-87c3-d498-ea2c9d1b0bc6-9228df73, #w-node-facd451f-6844-4e98-ef7a-188e5321f2ad-9228df74, #w-node-facd451f-6844-4e98-ef7a-188e5321f2b0-9228df74, #w-node-bd36f701-e235-3ea8-bcf2-38a57466822c-9228df74, #w-node-bd36f701-e235-3ea8-bcf2-38a57466822f-9228df74 {
    grid-column-end: 3;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a574668234-9228df74 {
    grid-column-end: 7;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a57466823c-9228df74 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-bd36f701-e235-3ea8-bcf2-38a574668244-9228df74 {
    grid-row: 3 / 4;
  }

  #w-node-_84748e31-2511-0bb8-6dad-d010d3700969-9228df74, #w-node-_84748e31-2511-0bb8-6dad-d010d370096c-9228df74, #w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af6-9228df75, #w-node-_1e06c169-0f1d-f21d-970f-81a20b2f9af9-9228df75, #w-node-f5d41238-7203-3878-e561-dcd3935eb4b4-9228df75, #w-node-f5d41238-7203-3878-e561-dcd3935eb4b7-9228df75 {
    grid-column-end: 3;
  }

  #w-node-_1501b088-06e7-1110-a7e1-8d703b78cc2a-9228df78, #w-node-_2184144e-f1ec-659b-99c2-5951e0cb159c-9228df78 {
    grid-column-start: 1;
  }

  #w-node-_0b898e12-fecb-3995-6786-9b46a4dc00b1-9228df78 {
    grid-area: 2 / 1 / 3 / 3;
  }

  #w-node-_5a5f68f3-da6a-e0c9-0436-2eb3d907f546-9228df78 {
    grid-column-start: 1;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b135-9228df78, #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b138-9228df78 {
    grid-column-end: 3;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b13d-9228df78 {
    grid-column-end: 7;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b145-9228df78 {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_299b4cf4-6219-d1f2-7b4a-556119d9b14d-9228df78 {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_0845ea7f-b4a9-96f1-acf5-a55c57157194-9228df78 {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-ebec1820-9ebd-0859-5d49-e1db04fcc65f-9228df78 {
    grid-row: 5 / 6;
  }

  #w-node-_6ae212e7-ad1e-976e-261a-219d8727933d-9228df78, #w-node-_6ae212e7-ad1e-976e-261a-219d87279340-9228df78, #w-node-_656ca92f-d43d-dc72-bb73-caea304b99ed-9228df79, #w-node-_656ca92f-d43d-dc72-bb73-caea304b99f0-9228df79 {
    grid-column-end: 3;
  }

  #w-node-_955f29c2-899f-e836-17a9-cadd18691f47-9228df7a {
    grid-column-end: 7;
  }

  #w-node-a218247e-b2a9-34c6-ba69-140d4281d45d-9228df7a {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_8321effd-f66f-64b9-f5f5-ce48695f23d2-9228df7a {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_4a7e8d86-0d00-5c6e-4cb4-292e712ac60d-9228df7a {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }

  #w-node-fc5b48fe-78c1-2fd7-18df-e877aa280d95-9228df7a, #w-node-fc5b48fe-78c1-2fd7-18df-e877aa280d98-9228df7a, #w-node-e81a239b-b7a6-a9da-a616-05c505a0c32e-9228df7a, #w-node-e81a239b-b7a6-a9da-a616-05c505a0c331-9228df7a {
    grid-column-end: 3;
  }

  #w-node-_955f29c2-899f-e836-17a9-cadd18691f47-a1139ddd {
    grid-column-end: 7;
  }

  #w-node-a218247e-b2a9-34c6-ba69-140d4281d45d-a1139ddd {
    grid-row: 2 / 3;
    grid-column-start: 1;
  }

  #w-node-_8321effd-f66f-64b9-f5f5-ce48695f23d2-a1139ddd {
    grid-row: 3 / 4;
    grid-column-end: 7;
  }

  #w-node-_4a7e8d86-0d00-5c6e-4cb4-292e712ac60d-a1139ddd {
    grid-row: 4 / 5;
    grid-column-start: 1;
  }
}


@font-face {
  font-family: 'Raveo Display';
  src: url('../fonts/Raveo-Display-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raveo Display';
  src: url('../fonts/Raveo-Display-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raveo Display';
  src: url('../fonts/Raveo-Display-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Raveo Display';
  src: url('../fonts/Raveo-Display-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}