:root {
  --background-color--background-primary: var(--base-color-neutral--white);
  --text-color--text-primary: var(--base-color-neutral--black);
  --gadeli_logo-gold: #be9462;
  --base-color-system--success-green: #027a48;
  --link-color--link-primary: var(--base-color-neutral--black);
  --text-color--text-alternate: var(--base-color-neutral--white);
  --border-color--border-primary: var(--base-color-neutral--black);
  --base-color-neutral--white: white;
  --base-color-neutral--black: black;
  --black-archive\<deleted\|variable-dccb7db6\>: black;
  --background-color--background-secondary: var(--base-color-neutral--neutral-lightest);
  --background-color--background-alternate: var(--base-color-neutral--black);
  --link-color--link-alternate: var(--base-color-neutral--white);
  --gadeli_background-light: #f8f4f2;
  --gadeli_peachybeige: #f0e3d3;
  --gadeli_lightbrown: #cbb292;
  --background-color--background-success: var(--base-color-system--success-green-light);
  --text-color--text-success: var(--base-color-system--success-green);
  --background-color--background-error: var(--base-color-system--error-red-light);
  --text-color--text-error: var(--base-color-system--error-red);
  --base-color-neutral--neutral-lightest: #eee;
  --gadeli_background-menu: #f8f4f2;
  --gadeli: var(--text-color--text-primary);
  --base-color-brand--black: black;
  --base-color-brand--white: white;
  --base-color-neutral--neutral-lighter: #ccc;
  --base-color-neutral--neutral-light: #aaa;
  --base-color-neutral--neutral: #666;
  --base-color-neutral--neutral-dark: #444;
  --base-color-neutral--neutral-darker: #222;
  --base-color-neutral--neutral-darkest: #111;
  --base-color-system--success-green-light: #ecfdf3;
  --base-color-system--error-red: #b42318;
  --base-color-system--error-red-light: #fef3f2;
  --background-color--background-tertiary: var(--base-color-neutral--neutral-light);
  --border-color--border-secondary: var(--base-color-neutral--neutral-light);
  --border-color--border-alternate: var(--base-color-neutral--white);
  --link-color--link-secondary: var(--base-color-neutral--neutral-light);
  --text-color--text-secondary: var(--base-color-neutral--black);
}

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

body {
  background-color: var(--background-color--background-primary);
  color: var(--text-color--text-primary);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
}

h1 {
  color: var(--gadeli_logo-gold);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

h2 {
  color: var(--base-color-system--success-green);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1.2;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

p {
  color: var(--gadeli_logo-gold);
  margin-bottom: 0;
  font-family: Lato, sans-serif;
}

a {
  color: var(--gadeli_logo-gold);
  font-family: Lato, sans-serif;
  text-decoration: underline;
}

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

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

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

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

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

blockquote {
  border-left: .1875rem solid var(--text-color--text-primary);
  color: var(--gadeli_logo-gold);
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-family: Lato, sans-serif;
  font-size: 1.25rem;
  line-height: 1.5;
}

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

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

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

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

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

.overflow-hidden {
  overflow: hidden;
}

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

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

.hide {
  display: none;
}

.text-style-link {
  color: var(--link-color--link-primary);
  text-decoration: underline;
}

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

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

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

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

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

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

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

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

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

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

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

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

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

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

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

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

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

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

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

.margin-xsmall {
  margin: 1rem;
}

.margin-small {
  margin: 1.5rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 7rem;
}

.margin-xxhuge {
  margin: 10rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xsmall {
  padding: 1rem;
}

.padding-small {
  padding: 1.5rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 7rem;
}

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

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

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

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

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

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

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

.rl-styleguide_callout-link-wrapper-colors {
  background-image: linear-gradient(135deg, #ff744826, #ff484826 50%, #6248ff26), linear-gradient(#fff, #fff);
  border-radius: .6875rem;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .75rem 1rem;
  display: flex;
}

.rl-styleguide_heading {
  z-index: 4;
  color: var(--text-color--text-primary);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

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

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

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

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

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

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

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

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

.form_radio.is-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

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

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

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

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

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

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

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

.form_field-label.is-alternate {
  color: var(--text-color--text-alternate);
}

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

.button.is-link {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

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

.button.is-secondary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
}

.button.is-secondary.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.button.is-small.is-icon-only {
  padding-left: .5rem;
  padding-right: .5rem;
}

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

.button.is-tertiary {
  color: var(--base-color-neutral--black);
  background-color: #0000;
  border-color: #0000;
}

.button.is-icon-only {
  padding-left: .75rem;
  padding-right: .75rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.icon-height-xlarge {
  height: 6.5rem;
}

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

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

.form_input {
  border: 1px solid var(--base-color-neutral--black);
  background-color: var(--base-color-neutral--white);
  height: auto;
  min-height: 2.75rem;
  color: var(--base-color-neutral--black);
  border-radius: 0;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: #000;
}

.form_input::placeholder {
  color: #0009;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-select-input.is-alternate {
  background-image: url('../images/chevron-down-white.svg');
}

.form_input.is-alternate {
  border-color: var(--base-color-neutral--white);
  color: var(--text-color--text-alternate);
  background-color: #0000;
}

.form_input.is-alternate::placeholder {
  color: #fff9;
}

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

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

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

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

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

.background-color-white {
  background-color: var(--base-color-neutral--white);
}

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

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

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

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

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

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

.text-color-black {
  color: var(--black-archive\<deleted\|variable-dccb7db6\>);
}

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

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

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

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

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

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

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

.rl-styleguide_subheading {
  z-index: 3;
  background-color: var(--background-color--background-secondary);
  color: var(--text-color--text-primary);
  border-radius: .75rem;
  margin-bottom: 1rem;
  padding: 1rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
}

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

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

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

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

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

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

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

.rl-styleguide_callout-link_colors {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  border-radius: .75rem;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 1.5rem;
  padding: 1px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

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

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

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

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

.form_field-wrapper {
  position: relative;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_checkbox.is-alternate {
  color: var(--text-color--text-alternate);
}

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--border-color--border-primary);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_nav {
  z-index: 1000;
  background-color: var(--background-color--background-alternate);
  border-radius: .75rem;
  margin-top: 1rem;
  padding: .5rem;
  position: sticky;
  top: 1rem;
}

.rl-styleguide_nav-link {
  color: var(--link-color--link-alternate);
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

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

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

.rl-styleguide_callout-heading-wrapper {
  font-size: 1.25rem;
  font-weight: 600;
}

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

.background-color-primary {
  background-color: var(--background-color--background-primary);
}

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

.background-color-secondary {
  background-color: var(--gadeli_background-light);
}

.background-color-tertiary {
  background-color: var(--gadeli_logo-gold);
  color: var(--gadeli_logo-gold);
}

.background-color-alternative {
  background-color: var(--gadeli_background-light);
}

.text-color-alternate {
  color: var(--gadeli_peachybeige);
}

.text-color-secondary {
  color: var(--gadeli_lightbrown);
  font-family: Lato, sans-serif;
}

.text-color-primary {
  color: var(--gadeli_logo-gold);
  font-family: Lato, sans-serif;
}

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--background-color--background-secondary);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

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

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

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

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

.form_message-success {
  background-color: var(--background-color--background-success);
  color: var(--text-color--text-success);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.form_message-error {
  background-color: var(--background-color--background-error);
  color: var(--text-color--text-error);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

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

.rl-styleguide_component {
  grid-column-gap: 0rem;
  color: #fff;
  background-color: #161616;
  background-image: none;
  background-repeat: repeat;
  background-size: auto;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  display: grid;
}

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

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

.delete-this {
  display: flex;
}

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px none var(--base-color-neutral--neutral-lightest);
  background-color: var(--base-color-neutral--neutral-lightest);
  color: var(--base-color-neutral--black);
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  background-color: #0000;
  border-style: none;
  border-color: #0000;
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  color: var(--base-color-neutral--white);
  background-color: #0000;
}

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

.heading {
  font-family: Aboreto, sans-serif;
}

.heading-2 {
  font-family: Aboreto, sans-serif;
  font-size: 1.5rem;
}

.heading-3 {
  color: var(--gadeli_logo-gold);
}

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

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

.section_header {
  grid-column-gap: 42px;
  grid-row-gap: 42px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  margin-bottom: -3px;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  display: inline-flex;
  overflow: visible;
}

.div-block-whole {
  flex-flow: row;
  max-width: none;
  display: inline-flex;
}

.header_text {
  flex-flow: row;
  display: flex;
}

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

.div-block-left {
  flex-flow: row;
  flex: 0 auto;
  max-width: 1100px;
  max-height: none;
  display: inline-flex;
}

.div-block-right {
  max-width: 1100px;
  max-height: none;
  display: inline-flex;
}

.section_content, .section_footer {
  flex-flow: column;
  display: flex;
}

.gadeli_heading {
  color: var(--gadeli_logo-gold);
  text-align: center;
  align-self: auto;
  margin-bottom: -33px;
  font-size: 8rem;
  font-weight: 400;
  display: flex;
}

.gadeli_heading_untertitel {
  max-width: none;
  color: var(--gadeli_logo-gold);
  text-align: center;
  object-fit: contain;
  flex-flow: column;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-start;
  margin-bottom: -17px;
  font-size: 4rem;
  font-weight: 400;
  display: flex;
  overflow: visible;
}

.section_header-bild {
  vertical-align: baseline;
  flex-flow: column;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  width: 100%;
  padding: 0;
}

.cell {
  background-color: var(--gadeli_background-light);
}

.header-style {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 1117px;
  padding-right: 132px;
  display: flex;
}

.text_header {
  grid-column-gap: 40px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1729px;
  text-decoration: none;
  display: flex;
}

.gadeli {
  color: #be9462;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 200px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.decorazione-luce {
  color: #be9462;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 64px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.bild_header {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1729px;
  height: 932px;
  text-decoration: none;
  display: flex;
}

.content-style {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.menue {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 4162px;
  text-decoration: none;
  display: flex;
}

.menue_oben {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 1464px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.menu {
  grid-row-gap: 73px;
  background-color: #f8f4f2;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  max-width: 318px;
  height: 1019px;
  padding-top: 59px;
  padding-bottom: 59px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
  position: absolute;
  top: 0;
  left: -2px;
  box-shadow: -10px 0 20px #b5afa721;
}

.visione {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.visione:hover {
  color: var(--gadeli_logo-gold);
}

.visione.w--current {
  color: var(--gadeli_logo-gold);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.visione.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.ispirazione {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.ispirazione:hover {
  color: var(--gadeli_logo-gold);
}

.ispirazione.w--current {
  color: var(--gadeli_logo-gold);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.ispirazione.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.chi-sono {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.chi-sono:hover {
  color: var(--gadeli_logo-gold);
}

.chi-sono.w--current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.contatti {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.contatti.w--current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.menue_unten {
  grid-column-gap: 10px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-end;
  height: 2698px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.content1_vision {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-left: 60px;
  padding-right: 40px;
  text-decoration: none;
  display: inline-flex;
}

.links {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 570px;
  text-decoration: none;
  display: flex;
}

.gadeli-rappresenta-lampade-a-rilievo-artistiche-che-attraverso-laffascinante-gioco-di-luce-e-ombra-c {
  color: #be9462;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: block;
}

.rechts {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 400px;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content2_inspo {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  text-decoration: none;
  display: inline-flex;
}

.inspo {
  grid-column-gap: 50px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1400px;
  height: 614px;
  text-decoration: none;
  display: flex;
}

.la-combinazione-di-decorazione-murale-e-luce-mi-affascina-offre-la-possibilit-di-creare-qualcosa-di {
  aspect-ratio: auto;
  color: #be9462;
  object-fit: contain;
  max-width: 512.594%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.content3_bild-gross {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content4_uebermich {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1730px;
  height: 426px;
  padding-left: 268px;
  padding-right: 132px;
  text-decoration: none;
  display: flex;
}

.mi-chiamo-galina-kudryavtseva-in-origine-provengo-dal-settore-finanziario-per-molto-tempo-ho-lavorat {
  color: #be9462;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.content6_bild-gross {
  background-color: #fff;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-end;
  width: 100%;
  max-width: none;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.content5_kontakt {
  grid-row-gap: 150px;
  background-color: #f8f4f2;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: auto;
  padding-top: 5em;
  padding-bottom: 5em;
  padding-left: 60px;
  text-decoration: none;
  display: flex;
}

.text_kontakt {
  grid-row-gap: 50px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1091px;
  text-decoration: none;
  display: flex;
}

.frame-1 {
  grid-column-gap: 25px;
  flex: 0 auto;
  justify-content: center;
  align-items: flex-end;
  text-decoration: none;
  display: flex;
}

.ha-domande-riguardo-le-mie-lampade-o-opere-darte-esistenti-desidera-creare-un-design-personalizzato {
  color: #be9462;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.consulenza-personale-e-appuntamenti-telefono-49-0-173-1459797-e-mail-infogadelide {
  color: #be9462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.footer {
  grid-column-gap: 50px;
  grid-row-gap: 190px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 104px;
  padding-top: 2px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.impressum-privacy {
  color: #be9462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: none;
}

.galina-kudryavtseva-0173-1459797-infogadelide {
  color: #be9462;
  text-align: left;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.content-style-2 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  max-width: 1417px;
  height: 4162px;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.visione-2 {
  color: #be9462;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
  text-decoration: none;
}

.links-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: auto;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.rechts-2 {
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 570px;
  text-decoration: none;
  display: flex;
}

.ispirazione-2 {
  color: #be9462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
  text-decoration: none;
}

.chi-sono-2 {
  color: #be9462;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
  text-decoration: none;
}

.rechts-3 {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
  overflow: hidden;
}

.contatti-2 {
  color: #be9462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
  text-decoration: none;
}

.footer-2 {
  grid-column-gap: 102px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 817px;
  height: 104px;
  padding-top: 55px;
  padding-bottom: 55px;
  padding-right: 132px;
  text-decoration: none;
  display: flex;
}

.navbar {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex: 0 auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  display: block;
}

.men {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gadeli_background-light);
  opacity: 1;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  display: inline-flex;
}

.menu-2 {
  z-index: 0;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  background-color: var(--gadeli_background-menu);
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: contain;
  outline: 3px #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: flex-end;
  width: auto;
  max-width: none;
  height: 1019px;
  padding-top: 59px;
  padding-bottom: 59px;
  padding-right: 25px;
  text-decoration: none;
  display: inline-flex;
  position: sticky;
  inset: 0% auto auto 0%;
}

.flie-text_right {
  clear: none;
  color: #be9462;
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: block;
  position: static;
}

.image {
  text-align: left;
  vertical-align: baseline;
  width: 100%;
  padding-bottom: 0;
  padding-left: 20px;
}

.image-2 {
  vertical-align: baseline;
  display: block;
}

.content4_-bermich {
  grid-column-gap: 50px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  padding: 60px 40px 60px 60px;
  text-decoration: none;
  display: inline-flex;
}

.links_contact {
  object-fit: cover;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: inline-flex;
  overflow: hidden;
}

.ha-domande-riguardo-le-mie-lampade-o-opere-darte-esistenti-desidera-creare-un-design-personalizzato-copy, .ha-domande-riguardo-le-mie-lampade-o-opere-darte-esistenti-desidera-creare-un-design-personalizzato-copy-copy_test {
  color: #be9462;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  padding-right: 60px;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.flie-text_left {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #be9462;
  text-align: left;
  object-fit: contain;
  width: auto;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  position: static;
}

.flie-text_left-contact {
  box-sizing: border-box;
  clear: none;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #be9462;
  text-align: left;
  object-fit: contain;
  width: 500px;
  max-width: none;
  max-height: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 15px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: flex;
  position: static;
}

.div-block-5 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  align-items: flex-end;
  display: flex;
}

.image-3 {
  vertical-align: bottom;
  object-fit: contain;
  flex-flow: column;
  flex: 0 auto;
  width: 100%;
  max-width: 100%;
  height: 101%;
  max-height: 100%;
  margin-top: -6px;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
  overflow: visible;
}

.visione_current {
  color: #be9462;
  text-align: right;
  text-underline-position: under;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
}

.visione_current.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.contatti_2 {
  color: #be9462;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 75px;
  text-decoration: none;
}

.image-4 {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  display: inline-flex;
}

.ispirazione_scroll {
  color: #be9462;
  text-align: right;
  text-underline-position: under;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: underline;
}

.ispirazione_scroll.current {
  text-underline-position: under;
  text-decoration: underline;
}

.navbar-2 {
  object-fit: fill;
  width: 20vw;
  height: 100vh;
  position: static;
  inset: 0% auto 0% 0%;
}

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

.image-6 {
  width: 100%;
  max-width: none;
}

.text-span {
  color: var(--gadeli_lightbrown);
  text-decoration: none;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.text-span:hover {
  color: var(--gadeli_logo-gold);
  text-decoration: none;
}

.cell-3 {
  display: inline-flex;
}

.content_ispirazione {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  object-fit: contain;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 40px;
  padding-left: 0;
  text-decoration: none;
  display: inline-flex;
}

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

.language-switcher {
  color: #be9462;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.italiano-language {
  text-underline-offset: 5px;
  font-weight: 700;
  text-decoration: underline;
}

.language-switcher-2 {
  color: #be9462;
  text-align: right;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.language-switcher-b {
  color: #be9462;
  text-align: right;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
}

.italiano-lang {
  color: #be9462;
  text-align: right;
  text-transform: none;
  text-underline-offset: 8px;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
  display: flex;
}

.ger-link-switcher {
  color: #be9462;
  text-align: right;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.ger-link-switcher:hover {
  text-underline-offset: 8px;
  mix-blend-mode: normal;
  font-weight: 400;
  text-decoration: underline;
}

.lang-seperator {
  color: #be9462;
  text-align: right;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  display: flex;
}

.italiano-lang-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #be9462;
  text-align: right;
  text-transform: none;
  text-underline-offset: 8px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
  transition: opacity .2s;
  display: flex;
}

.english-lang-copy {
  color: #be9462;
  text-align: right;
  flex: none;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 300;
  line-height: 23px;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.english-lang-copy:hover {
  text-underline-offset: 8px;
  mix-blend-mode: normal;
  font-weight: 400;
  text-decoration: underline;
}

.div-block-6 {
  flex: none;
  align-items: stretch;
  width: auto;
  display: flex;
}

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

.ita-link-switcher {
  flex: none;
  align-items: stretch;
  width: auto;
  display: flex;
}

.italiano-lang-copy-copy {
  box-sizing: border-box;
  aspect-ratio: auto;
  color: #be9462;
  text-align: right;
  text-transform: none;
  text-underline-offset: 8px;
  flex: none;
  justify-content: space-between;
  align-items: center;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Lato, sans-serif;
  font-size: 17px;
  font-weight: 400;
  line-height: 23px;
  text-decoration: underline;
  transition: opacity .2s;
  display: flex;
}

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

.impressum {
  grid-column-gap: 10px;
  grid-row-gap: 190px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 104px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.footer-copy {
  grid-column-gap: 10px;
  grid-row-gap: 190px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 104px;
  padding-top: 2px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.div-block-7 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  width: 100%;
  height: auto;
  display: none;
}

.footer-b {
  grid-column-gap: 50px;
  grid-row-gap: 190px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 104px;
  padding-top: 2px;
  padding-left: 50px;
  padding-right: 50px;
  text-decoration: none;
  display: flex;
}

.impressum-b {
  grid-column-gap: 10px;
  grid-row-gap: 190px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 104px;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  text-decoration: none;
  display: flex;
}

.menu-2-copy {
  z-index: 0;
  clear: none;
  grid-column-gap: 16px;
  grid-row-gap: 50px;
  border-right: 1px solid var(--gadeli_peachybeige);
  background-color: var(--gadeli_background-menu);
  outline-offset: 0px;
  mix-blend-mode: normal;
  object-fit: contain;
  border-radius: 1px;
  outline: 3px #000;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 1050px;
  padding: 59px 50px;
  text-decoration: none;
  display: inline-flex;
  position: sticky;
  inset: 0% auto auto 0%;
}

.men-copy {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--gadeli_background-light);
  opacity: 1;
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-items: flex-start;
  padding-top: 0;
  display: inline-flex;
}

.container {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  display: inline-flex;
}

.container-copy {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: auto;
  display: inline-flex;
}

.container-2 {
  text-align: right;
  width: 100%;
}

.lang-switcher-nav-menu {
  width: auto;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.lang-switcher-nav-menu:hover {
  color: var(--gadeli_logo-gold);
}

.lang-switcher-nav-menu.w--current {
  color: var(--gadeli_logo-gold);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.lang-switcher-nav-menu.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.lang-switcher-nav-menu-link {
  width: auto;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.lang-switcher-nav-menu-link:hover {
  color: var(--gadeli_logo-gold);
}

.lang-switcher-nav-menu-link.w--current {
  color: var(--gadeli_logo-gold);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.lang-switcher-nav-menu-link.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.it-lng {
  text-underline-offset: 8px;
  width: 72.5548%;
  text-decoration: none;
  text-decoration-thickness: 2px;
}

.vision {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.vision:hover {
  color: var(--gadeli_logo-gold);
}

.vision.w--current {
  color: var(--gadeli_logo-gold);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.vision.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.inspiration {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.inspiration:hover {
  color: var(--gadeli_logo-gold);
}

.inspiration.w--current {
  color: var(--gadeli_logo-gold);
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.inspiration.current {
  color: var(--gadeli_logo-gold);
  text-underline-position: under;
  text-decoration: underline;
}

.ueber-mich {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.ueber-mich:hover {
  color: var(--gadeli_logo-gold);
}

.ueber-mich.w--current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

.kontakt {
  width: 100%;
  color: var(--gadeli_lightbrown);
  text-align: right;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Aboreto, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.kontakt.w--current {
  text-decoration: underline;
  -webkit-text-decoration-color: var(--gadeli_lightbrown);
  text-decoration-color: var(--gadeli_lightbrown);
  text-underline-position: under;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 3.25rem;
  }

  h2 {
    font-size: 2.75rem;
  }

  h3 {
    font-size: 2.25rem;
  }

  h4 {
    font-size: 1.75rem;
  }

  .hide-tablet {
    display: none;
  }

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

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-xxlarge {
    margin: 4.5rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3.5rem;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    font-size: 2.75rem;
  }

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

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

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
    padding-top: 4rem;
  }

  .rl-styleguide_image {
    height: 100%;
    max-height: none;
  }

  .rl-styleguide_content {
    max-width: none;
    margin-left: 4rem;
    margin-right: 4rem;
  }

  .rl-styleguide_image-wrapper {
    height: 640px;
  }

  .section_header {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    width: 100vw;
    display: inline-flex;
  }

  .gadeli_heading_untertitel {
    width: 100%;
    margin-bottom: 0;
    font-size: 40px;
  }

  .content1_vision {
    grid-column-gap: 0px;
    grid-row-gap: 25px;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-start;
    width: 100%;
    max-width: none;
    height: auto;
    margin-left: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: inline-flex;
  }

  .links {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
    max-width: none;
    padding-right: 0;
    display: inline-flex;
  }

  .content2_inspo {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    display: inline-flex;
  }

  .la-combinazione-di-decorazione-murale-e-luce-mi-affascina-offre-la-possibilit-di-creare-qualcosa-di {
    width: auto;
    max-width: none;
  }

  .content3_bild-gross {
    width: 100%;
    max-width: none;
  }

  .content5_kontakt {
    flex-flow: wrap;
    width: 100%;
    display: inline-flex;
  }

  .rechts-2 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-start;
    display: inline-flex;
  }

  .menu-2 {
    padding-left: 10px;
  }

  .content4_-bermich {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: flex-end;
    width: 100%;
  }

  .links_contact {
    flex-flow: wrap;
    padding-right: 40px;
    overflow: visible;
  }

  .flie-text_left {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
  }

  .flie-text_left-contact {
    width: auto;
  }

  .div-block-5 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    flex-flow: wrap;
    display: inline-flex;
  }

  .image-3 {
    height: 101.319%;
  }

  .image-4 {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
  }

  .image-5 {
    flex: none;
    padding-left: 0;
  }

  .cell-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    display: inline-flex;
  }

  .cell-3 {
    flex-flow: wrap;
  }

  .content_ispirazione {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
    margin-left: 0;
    margin-right: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: inline-flex;
  }

  .image-7 {
    padding-top: 20px;
  }

  .menu-2-copy {
    padding-left: 50px;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2.25rem;
  }

  h3 {
    font-size: 2rem;
  }

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

  h5 {
    font-size: 1.25rem;
  }

  h6 {
    font-size: 1.125rem;
  }

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

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

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

  .margin-small {
    margin: 1.25rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2rem;
  }

  .margin-xlarge {
    margin: 2.5rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 5rem;
  }

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

  .padding-small {
    padding: 1.25rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

  .text-style-quote {
    font-size: 1.125rem;
  }

  .heading-style-h2 {
    font-size: 2.25rem;
  }

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

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

  .heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .heading-style-h3 {
    font-size: 2rem;
  }

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

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

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

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

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

  .spacer-xsmall {
    padding-top: .75rem;
  }

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

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

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

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

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

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

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

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

  .rl-styleguide_component {
    padding-top: 4rem;
  }

  .rl-styleguide_content {
    margin-left: 2.5rem;
    margin-right: 2.5rem;
  }

  .menu-2 {
    padding-right: 30px;
  }

  .language-switcher-b {
    text-align: left;
    width: auto;
  }

  .footer-b {
    grid-column-gap: 20px;
    grid-row-gap: 0px;
    flex-flow: column;
    height: auto;
    padding-top: 0;
    padding-bottom: 0;
  }

  .menu-2-copy {
    padding-right: 30px;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: 2.5rem;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .section_header {
    vertical-align: top;
    flex-flow: row;
    width: 100vw;
    max-width: 100em;
    margin-bottom: -2px;
    display: inline-block;
  }

  .div-block-left {
    flex-flow: row;
    width: 100%;
    max-width: none;
    display: inline-flex;
  }

  .div-block-right {
    display: inline-flex;
  }

  .gadeli_heading {
    justify-content: center;
    align-items: center;
    width: 100vw;
    max-width: none;
    font-size: 26em;
    display: inline-block;
    overflow: visible;
  }

  .gadeli_heading_untertitel {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: flex-end;
    width: 100vw;
    max-width: none;
    font-size: 8em;
    display: flex;
  }

  .content1_vision {
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    width: 100vw;
    padding-top: 20px;
    padding-right: 1em;
  }

  .links {
    grid-row-gap: 5px;
    justify-content: center;
    align-items: flex-end;
    padding-right: 1em;
  }

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

  .content3_bild-gross {
    height: auto;
  }

  .content5_kontakt {
    flex-flow: row;
    width: 100vw;
    height: auto;
    padding-top: 20px;
    padding-bottom: 40px;
    padding-left: 2em;
    display: inline-flex;
  }

  .galina-kudryavtseva-0173-1459797-infogadelide {
    width: 100%;
  }

  .rechts-2 {
    grid-row-gap: 5px;
    padding-left: 0;
  }

  .men {
    display: none;
  }

  .menu-2 {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
    overflow: visible;
  }

  .image-2 {
    width: 100vw;
  }

  .content4_-bermich {
    flex-flow: column;
    padding: 20px 1em;
  }

  .links_contact {
    flex-flow: wrap;
  }

  .flie-text_left-contact {
    flex-flow: column;
  }

  .div-block-5 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    object-fit: contain;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
    display: inline-flex;
  }

  .image-4 {
    height: auto;
  }

  .navbar-2 {
    display: none;
    overflow: visible;
  }

  .image-5 {
    flex: none;
    width: 100%;
    max-width: none;
    padding-right: 1em;
  }

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

  .language-switcher, .language-switcher-2 {
    width: 70%;
  }

  .language-switcher-b {
    width: auto;
  }

  .italiano-lang, .ger-link-switcher {
    width: 100%;
  }

  .lang-seperator {
    width: auto;
  }

  .italiano-lang-copy, .english-lang-copy, .italiano-lang-copy-copy, .italiano-lang-copy-copy {
    width: 70%;
  }

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

  .footer-b {
    grid-row-gap: 20px;
    margin-bottom: 0;
    padding-top: 50px;
    padding-bottom: 50px;
    padding-left: 2em;
  }

  .impressum-b {
    height: auto;
  }

  .menu-2-copy {
    justify-content: flex-start;
    align-items: flex-end;
    display: none;
    overflow: visible;
  }

  .men-copy {
    display: none;
  }
}

#w-node-d9e16f33-a92d-375b-a0bd-781927f4f43a-627ee746, #w-node-c70efe30-1968-5401-77b9-862a4188bb41-627ee746 {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86234-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86235-627ee772 {
  justify-self: start;
}

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86244-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86245-627ee772 {
  justify-self: start;
}

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86258-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86259-627ee772 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86299-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8629a-627ee772 {
  justify-self: start;
}

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

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

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

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ad-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc862ae-627ee772 {
  justify-self: start;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd5fd-627ee772, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd600-627ee772, #w-node-_5260568a-938d-ea68-0c74-308a8209edce-627ee772, #w-node-_5260568a-938d-ea68-0c74-308a8209edd1-627ee772, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b82-627ee772, #w-node-_06b32c98-aea3-8ba0-a51d-a7fca0302b85-627ee772, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd604-627ee772, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd605-627ee772, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd608-627ee772, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd609-627ee772, #w-node-e9f32a64-fc89-70ea-ccef-8f5fa64bd60c-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86393-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86394-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638e-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8638f-627ee772 {
  justify-self: start;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9b-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7304dac8-f593-d71d-1de4-011e92740d9c-627ee772 {
  justify-self: start;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da4-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-c97d2f4c-a980-bb5b-78e5-2721ac744da5-627ee772 {
  justify-self: start;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d42-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_06aa1bf4-9138-5698-358d-7b7066841d43-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ba-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863bd-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863be-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c1-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c2-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c5-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863c6-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ca-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863cd-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ce-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d1-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d2-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863d5-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863dd-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863de-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863e1-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e4-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863e5-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ea-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ed-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863ee-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863ef-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f3-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc863f7-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863f8-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc863fe-627ee772, #w-node-e9f171cc-11b4-0905-714d-593dc5e729cd-627ee772, #w-node-e9f171cc-11b4-0905-714d-593dc5e729ce-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729cf-627ee772 {
  justify-self: start;
}

#w-node-e9f171cc-11b4-0905-714d-593dc5e729d3-627ee772, #w-node-_803d93b2-f316-78e7-4b37-d40ff102217f-627ee772, #w-node-_803d93b2-f316-78e7-4b37-d40ff1022180-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022181-627ee772 {
  justify-self: start;
}

#w-node-_803d93b2-f316-78e7-4b37-d40ff1022187-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86402-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86403-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86407-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640a-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8640f-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86410-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86411-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86415-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86418-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86419-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8641a-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86420-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86423-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86424-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86425-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8642b-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642e-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8642f-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86430-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86438-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643b-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8643c-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8643d-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86449-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8644a-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc8644f-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86454-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86455-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_336be75c-ab2b-838b-5642-972b6cc86469-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646e-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8646f-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86470-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86478-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8647e-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc8647f-627ee772 {
  justify-self: start;
}

#w-node-_336be75c-ab2b-838b-5642-972b6cc86485-627ee772, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701c-627ee772, #w-node-bf202792-073b-d0b9-2e3f-1ac68c32701d-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c32701e-627ee772 {
  justify-self: start;
}

#w-node-bf202792-073b-d0b9-2e3f-1ac68c327022-627ee772, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1608-627ee772, #w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1609-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e160a-627ee772 {
  justify-self: start;
}

#w-node-_7c4d1b7c-78f1-8ac7-381e-93ec539e1610-627ee772, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece1-627ee772, #w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece2-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece3-627ee772 {
  justify-self: start;
}

#w-node-_45e7d798-6f20-3ddc-ae2f-bdd2974eece9-627ee772, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7e-627ee772, #w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b7f-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b80-627ee772 {
  justify-self: start;
}

#w-node-efb2dd60-0fd7-ccc6-83fa-c5f7f2777b88-627ee772, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253d-627ee772, #w-node-_0a1c269a-9c65-cac5-d78d-08680a95253e-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a95253f-627ee772 {
  justify-self: start;
}

#w-node-_0a1c269a-9c65-cac5-d78d-08680a952545-627ee772, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7c-627ee772, #w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7d-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab7e-627ee772 {
  justify-self: start;
}

#w-node-ee513712-f44c-c02b-b1ea-6045fc69ab86-627ee772, #w-node-_40872103-aff7-c010-da67-704a8f3f1108-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f1109-627ee772 {
  justify-self: start;
}

#w-node-_40872103-aff7-c010-da67-704a8f3f110f-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc8648f-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86490-627ee772, #w-node-_336be75c-ab2b-838b-5642-972b6cc86491-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d284-627ee772, #w-node-_4a155e2a-eb56-5e64-2ca9-d86b21d2d285-627ee772, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506421-627ee772, #w-node-a9020bef-146e-1178-2cc2-7b5aa4506422-627ee772, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd443-627ee772, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd444-627ee772, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44a-627ee772, #w-node-_0c03b128-114e-b839-dd05-3a93ee2fd44b-627ee772, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369290-627ee772, #w-node-_9a3cb5be-cc97-b70e-6a89-31a359369294-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b6-627ee772, #w-node-b2bd7b9e-a5b1-0617-1861-ecb60c9b53b7-627ee772, #w-node-ee961e8d-845a-edc3-3307-509470022457-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

#w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e4-627ee772, #w-node-_588dd3e3-4aa6-cc42-1280-2d37cff319e5-627ee772, #w-node-_626bd165-37fe-b21e-713f-accb16c57414-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57415-627ee772 {
  justify-self: start;
}

#w-node-_626bd165-37fe-b21e-713f-accb16c57417-627ee772, #w-node-_626bd165-37fe-b21e-713f-accb16c57418-627ee772, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f40-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f41-627ee772 {
  justify-self: start;
}

#w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f43-627ee772, #w-node-_8198cc96-510b-d5a9-b63d-22b6607f5f44-627ee772, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee5-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee6-627ee772 {
  justify-self: start;
}

#w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee8-627ee772, #w-node-_2a26aaa0-f27b-d541-a441-687d55aa9ee9-627ee772, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe33-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe34-627ee772 {
  justify-self: start;
}

#w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe36-627ee772, #w-node-_2abe4c27-4e03-1a95-b21e-aef8fb82fe37-627ee772, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fa-627ee772, #w-node-_9a3cb5be-cc97-b70e-6a89-31a3593694fe-627ee772 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

#w-node-d9e16f33-a92d-375b-a0bd-781927f4f43a-910637ff, #w-node-c70efe30-1968-5401-77b9-862a4188bb41-910637ff {
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr;
}


