:root {
  --gozo-designs-dandy-site---color-scheme-1--text: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site_typography---font-styles--heading: var(--heading);
  --gozo-designs-dandy-site_primitives---colors--white: #fff;
  --gozo-designs-dandy-site_primitives---colors--neutral-darkest: black;
  --gozo-designs-dandy-site---text-color--text-alternate\<deleted\|variable-dbb26e99-d663-f169-eb91-aa78cbe54bf0\>: var(--gozo-designs-dandy-site---base-color-neutral--white\<deleted\|variable-057fc1a1-ffca-725e-bd43-dffb8f85f23e\>);
  --gozo-designs-dandy-site_primitives---opacity--transparent: transparent;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-60: #0009;
  --gozo-designs-dandy-site_primitives---opacity--white-60: #fff9;
  --gozo-designs-dandy-site_ui-styles---stroke--border-width: 1px;
  --gozo-designs-dandy-site---color-scheme-1--border: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --gozo-designs-dandy-site_ui-styles---radius--medium: 0px;
  --gozo-designs-dandy-site---color-scheme-1--foreground: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  --gozo-designs-dandy-site_typography---font-styles--body: var(--body);
  --gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-2e6aa3eb-2eb4-7f4e-3215-a13416a2b5ed\>: var(--gozo-designs-dandy-site---base-color-neutral--neutral-lightest\<deleted\|variable-88cbaa98-7293-7fb7-5314-020ff27e2b52\>);
  --gozo-designs-dandy-site---border-color--border-primary\<deleted\|variable-c1b48ae6-8002-7d88-43f3-83850131f561\>: var(--gozo-designs-dandy-site---base-color-neutral--black\<deleted\|variable-93a62dd6-531a-9503-4ddb-e70c30cdfb70\>);
  --gozo-designs-dandy-site_ui-styles---radius--small: 0px;
  --gozo-designs-dandy-site---color-scheme-1--background: var(--gozo-designs-dandy-site_primitives---colors--white);
  --gozo-designs-dandy-site_primitives---colors--neutral-lightest: #eee;
  --gozo-designs-dandy-site_ui-styles---radius--large: 0px;
  --gozo-designs-dandy-site---color-scheme-1--accent: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  --secondary: #507b8c;
  --dark-blue: #15548f;
  --highlights: #60aeb8;
  --background: #17343a;
  --white: white;
  --zweitfarbe: #fcf2f0;
  --black: black;
  --gozo-designs-dandy-site_primitives---colors--neutral-lighter: #ccc;
  --gozo-designs-dandy-site_primitives---colors--neutral-light: #aaa;
  --primary: #6192a1;
  --gozo-designs-dandy-site_primitives---colors--neutral: #666;
  --gozo-designs-dandy-site_primitives---colors--neutral-dark: #444;
  --gozo-designs-dandy-site_primitives---colors--neutral-darker: #222;
  --gozo-designs-dandy-site_primitives---opacity--white-5: #ffffff0d;
  --gozo-designs-dandy-site_primitives---opacity--white-10: #ffffff1a;
  --gozo-designs-dandy-site_primitives---opacity--white-15: #ffffff26;
  --gozo-designs-dandy-site_primitives---opacity--white-20: #fff3;
  --gozo-designs-dandy-site_primitives---opacity--white-30: #ffffff4d;
  --gozo-designs-dandy-site_primitives---opacity--white-40: #fff6;
  --gozo-designs-dandy-site_primitives---opacity--white-50: #ffffff80;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-5: #0000000d;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-10: #0000001a;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-15: #00000026;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-20: #0003;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-30: #0000004d;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-40: #0006;
  --gozo-designs-dandy-site_primitives---opacity--neutral-darkest-50: #00000080;
  --gozo-designs-dandy-site_ui-styles---stroke--divider-width: 1px;
  --gozo-designs-dandy-site---base-color-neutral--white\<deleted\|variable-057fc1a1-ffca-725e-bd43-dffb8f85f23e\>: white;
  --gozo-designs-dandy-site---base-color-neutral--neutral-lightest\<deleted\|variable-88cbaa98-7293-7fb7-5314-020ff27e2b52\>: #eee;
  --gozo-designs-dandy-site---base-color-neutral--black\<deleted\|variable-93a62dd6-531a-9503-4ddb-e70c30cdfb70\>: black;
}

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

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

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

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

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

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

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

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

.gozo-designs-dandy-site--z-index-2 {
  z-index: 2;
  position: relative;
}

.gozo-designs-dandy-site--max-width-full {
  width: 100%;
  max-width: none;
}

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

.gozo-designs-dandy-site--overflow-hidden {
  overflow: hidden;
}

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

.gozo-designs-dandy-site--z-index-1 {
  z-index: 1;
  position: relative;
}

.gozo-designs-dandy-site--hide {
  display: none;
}

.gozo-designs-dandy-site--text-style-link {
  text-decoration: underline;
}

.gozo-designs-dandy-site--max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.gozo-designs-dandy-site--max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.gozo-designs-dandy-site--max-width-xsmall {
  width: 100%;
  max-width: 25rem;
}

.gozo-designs-dandy-site--max-width-xxsmall {
  width: 100%;
  max-width: 20rem;
}

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

.gozo-designs-dandy-site--max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.gozo-designs-dandy-site--align-center {
  margin-left: auto;
  margin-right: auto;
}

.gozo-designs-dandy-site--spacing-clean {
  margin: 0;
  padding: 0;
}

.gozo-designs-dandy-site--max-width-large {
  width: 100%;
  max-width: 48rem;
}

.gozo-designs-dandy-site--max-width-small {
  width: 100%;
  max-width: 30rem;
}

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

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

.gozo-designs-dandy-site--margin-tiny {
  margin: .25rem;
}

.gozo-designs-dandy-site--margin-xxsmall {
  margin: .5rem;
}

.gozo-designs-dandy-site--margin-xsmall {
  margin: 1rem;
}

.gozo-designs-dandy-site--margin-small {
  margin: 1.5rem;
}

.gozo-designs-dandy-site--margin-medium {
  margin: 2rem;
}

.gozo-designs-dandy-site--margin-large {
  margin: 3rem;
}

.gozo-designs-dandy-site--margin-xlarge {
  margin: 4rem;
}

.gozo-designs-dandy-site--margin-xxlarge {
  margin: 5rem;
}

.gozo-designs-dandy-site--margin-huge {
  margin: 6rem;
}

.gozo-designs-dandy-site--margin-xhuge {
  margin: 7rem;
}

.gozo-designs-dandy-site--margin-xxhuge {
  margin: 10rem;
}

.gozo-designs-dandy-site--margin-0 {
  margin: 0;
}

.gozo-designs-dandy-site--padding-0 {
  padding: 0;
}

.gozo-designs-dandy-site--padding-tiny {
  padding: .25rem;
}

.gozo-designs-dandy-site--padding-xxsmall {
  padding: .5rem;
}

.gozo-designs-dandy-site--padding-xsmall {
  padding: 1rem;
}

.gozo-designs-dandy-site--padding-small {
  padding: 1.5rem;
}

.gozo-designs-dandy-site--padding-medium {
  padding: 2rem;
}

.gozo-designs-dandy-site--padding-large {
  padding: 3rem;
}

.gozo-designs-dandy-site--padding-xlarge {
  padding: 4rem;
}

.gozo-designs-dandy-site--padding-xxlarge {
  padding: 5rem;
}

.gozo-designs-dandy-site--padding-huge {
  padding: 6rem;
}

.gozo-designs-dandy-site--padding-xhuge {
  padding: 7rem;
}

.gozo-designs-dandy-site--padding-xxhuge {
  padding: 10rem;
}

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

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

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

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

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

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

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

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

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

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

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

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

.gozo-designs-dandy-site--overflow-scroll {
  overflow: scroll;
}

.gozo-designs-dandy-site--overflow-auto {
  overflow: auto;
}

.gozo-designs-dandy-site--text-weight-medium {
  font-weight: 500;
}

.gozo-designs-dandy-site--text-size-medium {
  font-size: 1.125rem;
}

.gozo-designs-dandy-site--margin-top-auto {
  margin-top: auto;
}

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

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

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

.gozo-designs-dandy-site--rl-styleguide_heading {
  z-index: 4;
  font-family: var(--gozo-designs-dandy-site_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

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

.gozo-designs-dandy-site--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;
}

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

.gozo-designs-dandy-site--icon-1x1-xsmall {
  width: 1.5rem;
  height: 1.5rem;
}

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

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

.gozo-designs-dandy-site--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;
}

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

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

.gozo-designs-dandy-site--form_radio.gozo-designs-dandy-site--is-alternate {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

.gozo-designs-dandy-site--text-style-strikethrough {
  text-decoration: line-through;
}

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

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

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

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

.gozo-designs-dandy-site--form_checkbox-icon.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--form_checkbox-label {
  margin-bottom: 0;
}

.gozo-designs-dandy-site--text-size-tiny {
  font-size: .75rem;
}

.gozo-designs-dandy-site--form_field-label {
  margin-bottom: .5rem;
  font-weight: 400;
}

.gozo-designs-dandy-site--form_field-label.gozo-designs-dandy-site--is-alternate {
  color: var(--gozo-designs-dandy-site---text-color--text-alternate\<deleted\|variable-dbb26e99-d663-f169-eb91-aa78cbe54bf0\>);
}

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

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

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-link.gozo-designs-dandy-site--is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-secondary {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-secondary.gozo-designs-dandy-site--is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-small {
  padding: .5rem 1.25rem;
}

.gozo-designs-dandy-site--button.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--text-weight-normal {
  font-weight: 400;
}

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

.gozo-designs-dandy-site--text-style-italic {
  font-style: italic;
}

.gozo-designs-dandy-site--icon-1x1-xxsmall {
  width: 1rem;
  height: 1rem;
}

.gozo-designs-dandy-site--form_radio-label {
  margin-bottom: 0;
}

.gozo-designs-dandy-site--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;
}

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

.gozo-designs-dandy-site--icon-1x1-xlarge {
  width: 6.5rem;
  height: 6.5rem;
}

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

.gozo-designs-dandy-site--text-weight-light {
  font-weight: 300;
}

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

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

.gozo-designs-dandy-site--text-size-regular {
  font-size: 1rem;
}

.gozo-designs-dandy-site--text-weight-xbold {
  font-weight: 800;
}

.gozo-designs-dandy-site--text-align-right {
  text-align: right;
}

.gozo-designs-dandy-site--text-weight-bold {
  font-weight: 700;
}

.gozo-designs-dandy-site--icon-height-xlarge {
  height: 6.5rem;
}

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

.gozo-designs-dandy-site--icon-1x1-large {
  width: 5rem;
  height: 5rem;
}

.gozo-designs-dandy-site--form_input {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  border-radius: 0;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.gozo-designs-dandy-site--form_input:focus {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--form_input::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---opacity--neutral-darkest-60);
}

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

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

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

.gozo-designs-dandy-site--form_input.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--form_input.gozo-designs-dandy-site--is-alternate::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---opacity--white-60);
}

.gozo-designs-dandy-site--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;
}

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

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

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

.gozo-designs-dandy-site--text-color-white {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--text-weight-semibold {
  font-weight: 600;
}

.gozo-designs-dandy-site--text-style-muted {
  opacity: .6;
}

.gozo-designs-dandy-site--text-style-nowrap {
  white-space: nowrap;
}

.gozo-designs-dandy-site--text-align-left {
  text-align: left;
}

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

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

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

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

.gozo-designs-dandy-site--icon-height-xxsmall {
  height: 1rem;
}

.gozo-designs-dandy-site--background-color-black {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

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

.gozo-designs-dandy-site--icon-1x1-custom1 {
  width: 1.25rem;
  height: 1.25rem;
}

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

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

.gozo-designs-dandy-site--rl-styleguide_subheading.gozo-designs-dandy-site--is-text-small {
  font-family: var(--gozo-designs-dandy-site_typography---font-styles--body);
  font-size: 1rem;
  font-weight: 400;
}

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

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

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

.gozo-designs-dandy-site--form_radio-icon.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--text-style-allcaps {
  text-transform: uppercase;
}

.gozo-designs-dandy-site--icon-height-custom1 {
  height: 1.25rem;
}

.gozo-designs-dandy-site--text-align-center {
  text-align: center;
}

.gozo-designs-dandy-site--text-size-small {
  font-size: .875rem;
}

.gozo-designs-dandy-site--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;
}

.gozo-designs-dandy-site--form_field-wrapper {
  position: relative;
}

.gozo-designs-dandy-site--icon-height-small {
  height: 2rem;
}

.gozo-designs-dandy-site--icon-height-large {
  height: 5rem;
}

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

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

.gozo-designs-dandy-site--icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

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

.gozo-designs-dandy-site--text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1rem;
}

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

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

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

.gozo-designs-dandy-site--text-rich-text p {
  margin-bottom: 1rem;
}

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

.gozo-designs-dandy-site--icon-height-medium {
  height: 3rem;
}

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

.gozo-designs-dandy-site--form_checkbox.gozo-designs-dandy-site--is-alternate {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

.gozo-designs-dandy-site--icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

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

.gozo-designs-dandy-site--text-size-large {
  font-size: 1.25rem;
}

.gozo-designs-dandy-site--icon-height-xsmall {
  height: 1.5rem;
}

.gozo-designs-dandy-site--pointer-events-auto {
  pointer-events: auto;
}

.gozo-designs-dandy-site--rl-styleguide_spacing-all {
  display: none;
}

.gozo-designs-dandy-site--pointer-events-none {
  pointer-events: none;
}

.gozo-designs-dandy-site--padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.gozo-designs-dandy-site--rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-2e6aa3eb-2eb4-7f4e-3215-a13416a2b5ed\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.gozo-designs-dandy-site--rl-styleguide_spacing {
  border: 1px dashed var(--gozo-designs-dandy-site---border-color--border-primary\<deleted\|variable-c1b48ae6-8002-7d88-43f3-83850131f561\>);
}

.gozo-designs-dandy-site--padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.gozo-designs-dandy-site--padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.gozo-designs-dandy-site--padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.gozo-designs-dandy-site--spacer-tiny {
  width: 100%;
  padding-top: .25rem;
}

.gozo-designs-dandy-site--spacer-xxsmall {
  width: 100%;
  padding-top: .5rem;
}

.gozo-designs-dandy-site--spacer-xsmall {
  width: 100%;
  padding-top: 1rem;
}

.gozo-designs-dandy-site--spacer-small {
  width: 100%;
  padding-top: 1.5rem;
}

.gozo-designs-dandy-site--spacer-medium {
  width: 100%;
  padding-top: 2rem;
}

.gozo-designs-dandy-site--spacer-large {
  width: 100%;
  padding-top: 3rem;
}

.gozo-designs-dandy-site--spacer-xlarge {
  width: 100%;
  padding-top: 4rem;
}

.gozo-designs-dandy-site--spacer-xxlarge {
  width: 100%;
  padding-top: 5rem;
}

.gozo-designs-dandy-site--spacer-huge {
  width: 100%;
  padding-top: 6rem;
}

.gozo-designs-dandy-site--spacer-xhuge {
  width: 100%;
  padding-top: 7rem;
}

.gozo-designs-dandy-site--spacer-xxhuge {
  width: 100%;
  padding-top: 10rem;
}

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

.gozo-designs-dandy-site--rl-styleguide_nav-link {
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--small);
  padding: .5rem 1rem;
  text-decoration: none;
}

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

.gozo-designs-dandy-site--rl-styleguide_subheading-small {
  font-size: 1rem;
  font-weight: 400;
}

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

.gozo-designs-dandy-site--aspect-ratio-square {
  aspect-ratio: 1;
}

.gozo-designs-dandy-site--rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-2e6aa3eb-2eb4-7f4e-3215-a13416a2b5ed\>);
  min-width: 3rem;
  height: 100%;
  position: relative;
}

.gozo-designs-dandy-site--aspect-ratio-portrait {
  aspect-ratio: 2 / 3;
}

.gozo-designs-dandy-site--aspect-ratio-landscape {
  aspect-ratio: 3 / 2;
}

.gozo-designs-dandy-site--aspect-ratio-widescreen {
  aspect-ratio: 16 / 9;
}

.gozo-designs-dandy-site--form_message-success-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

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

.gozo-designs-dandy-site--form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

.gozo-designs-dandy-site--rl-styleguide_form-wrapper {
  padding-right: 1.5rem;
}

.gozo-designs-dandy-site--tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.gozo-designs-dandy-site--tag.gozo-designs-dandy-site--is-text {
  border-style: none;
  border-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.gozo-designs-dandy-site--tag.gozo-designs-dandy-site--is-text.gozo-designs-dandy-site--is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.gozo-designs-dandy-site--tag.gozo-designs-dandy-site--is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.gozo-designs-dandy-site--color-scheme-1 {
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--background);
  color: var(--gozo-designs-dandy-site---color-scheme-1--text);
}

.gozo-designs-dandy-site--rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--gozo-designs-dandy-site_ui-styles---stroke--border-width) solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--medium);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.gozo-designs-dandy-site--rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

.gozo-designs-dandy-site--rl-styleguide_scheme-list {
  grid-column-gap: 1rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.gozo-designs-dandy-site--rl-styleguide_scheme-card {
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--large);
  overflow: hidden;
}

.gozo-designs-dandy-site--rl-styleguide-accent {
  color: var(--gozo-designs-dandy-site---color-scheme-1--accent);
}

.gozo-designs-dandy-site--rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.gozo-designs-dandy-site--rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.gozo-designs-dandy-site--rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--large);
  object-fit: cover;
}

.gozo-designs-dandy-site--rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.gozo-designs-dandy-site--rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--medium);
  object-fit: cover;
}

.gozo-designs-dandy-site--rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.gozo-designs-dandy-site--rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--small);
  object-fit: cover;
}

.gozo-designs-dandy-site--tabs-menu {
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.gozo-designs-dandy-site--tab-link {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.gozo-designs-dandy-site--tab-link.w--current {
  border-color: var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--background);
}

.gozo-designs-dandy-site--category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.gozo-designs-dandy-site--category-filter-menu.gozo-designs-dandy-site--is-center {
  justify-content: center;
  align-items: center;
}

.gozo-designs-dandy-site--category-filter-link {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.gozo-designs-dandy-site--category-filter-link.w--current {
  border-color: var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
}

.gozo-designs-dandy-site--slider-arrow {
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  color: var(--gozo-designs-dandy-site---color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.gozo-designs-dandy-site--slider-arrow.gozo-designs-dandy-site--is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.gozo-designs-dandy-site--slider-arrow.gozo-designs-dandy-site--is-bottom-next {
  inset: auto 0% 0% auto;
}

.gozo-designs-dandy-site--slider-arrow.gozo-designs-dandy-site--is-centre-previous, .gozo-designs-dandy-site--slider-arrow.gozo-designs-dandy-site--is-centre-next {
  bottom: 4rem;
}

.gozo-designs-dandy-site--slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gozo-designs-dandy-site--hidden-ui-elements {
  display: none;
}

.gozo-designs-dandy-site--slider-arrow-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gozo-designs-dandy-site--flex-horizontal {
  flex-flow: wrap;
  display: flex;
}

.gozo-designs-dandy-site--flex-vertical {
  flex-flow: column;
  display: flex;
}

.gozo-designs-dandy-site--flex-align-center {
  justify-content: center;
  align-items: center;
  display: flex;
}

.gozo-designs-dandy-site--flex-gap-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.gozo-designs-dandy-site--flex-gap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

body {
  color: #333;
  flex-flow: column;
  justify-content: space-between;
  font-family: Montserrat, sans-serif;
  font-size: 1rem;
  line-height: 1.5;
  display: flex;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2.5rem;
  font-weight: 400;
  line-height: 1.2;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.75rem;
  font-weight: 400;
  line-height: 1.2;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.2;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.2;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: .85rem;
  font-weight: 400;
  line-height: 1.2;
}

p {
  margin-bottom: 1rem;
}

a {
  text-decoration: none;
}

li {
  margin-bottom: .5rem;
}

img {
  border-radius: 1rem;
  max-width: 100%;
  display: inline-block;
}

.utility-page-wrap {
  background-image: linear-gradient(135deg, #0d0d38, #313f67 52%, #232a34);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
  position: absolute;
  inset: auto auto 0%;
}

.utility-page-content.is-404 {
  width: 100%;
  max-width: 48rem;
  position: static;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.submit-button {
  background-color: #0d0d38;
}

.logo-img {
  width: 5rem;
  max-width: none;
  height: 5rem;
}

.logo-img.is-icon {
  width: 5rem;
  height: 5rem;
  position: absolute;
  inset: 0% auto auto 0%;
}

.logo-img.is-subpage-hidden {
  opacity: 0;
}

.logo {
  color: var(--secondary);
  object-fit: fill;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  text-decoration: none;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: hidden;
}

.logo.w--current {
  position: relative;
  overflow: visible;
}

.logo.ber-button {
  position: fixed;
  inset: auto 0% 15% auto;
}

.heading-logo {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 35px;
  font-weight: 400;
  line-height: 30px;
}

.ffnungszeiten {
  margin-bottom: 5px;
}

.hauptfarbe {
  background-color: var(--dark-blue);
  color: #fff;
}

.google-maps {
  width: 100%;
}

.heading-1 {
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.3;
}

.heading-3 {
  font-family: Montserrat, sans-serif;
  font-weight: 500;
  line-height: 1.3;
}

.flie-text {
  font-family: Montserrat, sans-serif;
  font-weight: 400;
  line-height: 1.5;
}

.farbe-der-headings {
  color: var(--highlights);
  line-height: 1.3;
}

.terminbutton {
  text-transform: uppercase;
  font-family: Exo, sans-serif;
}

.terminbutton:hover {
  background-color: #292929;
}

.terminbutton.highlights {
  font-family: Roboto, sans-serif;
}

.terminbutton.highlights:hover {
  background-color: #161616;
}

.divblock1 {
  text-align: center;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  padding-top: 0;
  padding-bottom: 20px;
}

.container-8 {
  justify-content: flex-end;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.navbar_menu {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.navbar_menu.hauptfarbe {
  background-color: #0000;
}

.section_navbar {
  z-index: 99;
  background-color: var(--background);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: 1rem 5%;
  display: flex;
  position: sticky;
  top: 0;
}

.navbar_link {
  color: #fff;
  border-bottom: 1px solid #0000;
  margin-left: 0;
  margin-right: auto;
  padding: 0 0 .2rem;
  font-size: .9rem;
  font-weight: 400;
  transition: all .2s;
}

.navbar_link:hover {
  border-bottom: 1px solid var(--white);
  color: var(--white);
  padding: 0 0 .2rem;
}

.navbar_link.w--current {
  color: #ebe3de;
  border-bottom-color: #fff;
}

.navbar_link.flie-text:hover {
  color: var(--zweitfarbe);
}

.navbar_link.flie-text.w--current {
  color: #ece4df;
}

.navbar_link.is-dropdown {
  padding-right: 1.5rem;
}

.navbar_link.is-link {
  border: 1px #000;
}

.navbar_link.is-link:hover {
  border-style: none;
}

.navbar_link.no-hover {
  border-bottom-style: none;
  padding-bottom: 0;
}

.navbar_link.no-hover:hover {
  border-bottom-style: none;
}

.navbar_wrapper {
  grid-column-gap: 0rem;
  grid-row-gap: 1rem;
  background-color: var(--background);
  flex-flow: wrap;
  flex: 70%;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 80rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  top: 0;
}

.navbar_wrapper.hauptfarbe {
  background-color: #0000;
}

.logo-abstand1 {
  margin-top: 10px;
  margin-bottom: 10px;
}

.titelvideo1 {
  color: #fff;
  background-image: linear-gradient(#0000001a, #0000001a);
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.subheading1 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 45px;
}

.slogan1 {
  font-size: 90px;
  line-height: 90px;
}

.inhalt-mittig-untereinander {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: flex;
}

._2er-grid1 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  width: 100%;
}

.galeriebild1 {
  object-fit: cover;
  width: 100%;
  height: 300px;
}

.link-formular {
  text-decoration: none;
}

.div-block-footer1 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  height: 99.9998%;
  padding-bottom: 20px;
  display: grid;
}

.footer-2 {
  padding: 60px 140px;
}

.footer-2.hauptfarbe {
  padding-bottom: 10px;
}

.heading-footer {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 400;
}

.inhalt-footer {
  height: 100%;
}

.navbar {
  z-index: 99999;
  background-color: #464166;
  width: 100%;
  position: relative;
  inset: 0% 0% auto;
}

.container-9 {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.menu_button {
  z-index: 999999;
  width: 70px;
  height: 70px;
  padding: 0;
}

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

.hamburger_wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 70px;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: static;
}

.hamburger_horizontal_line {
  background-color: #fff;
  width: 20px;
  height: 2px;
  position: absolute;
}

.hamburger_vertical_line {
  background-color: #fff;
  width: 2px;
  height: 20px;
  position: absolute;
}

.nav_menu {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
}

.menu_wrapper {
  background-color: #000c;
  align-items: center;
  width: 100%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_left {
  background-image: linear-gradient(#0000004d, #0000004d), url('../images/AnyConv.com__611d04b90a488a7863d47e6c_AdobeStock_336877320_visu.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
}

.menu_container_right {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: auto;
  min-height: 100vh;
  display: flex;
  overflow: auto;
}

.menu_right_container {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: auto;
  margin-bottom: 0;
  display: flex;
}

.menu_head {
  text-align: left;
}

.menu-paragraph {
  color: #000;
  text-align: left;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 12px;
  line-height: 20px;
}

.menu_form_block {
  width: 80%;
}

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

.text_area {
  text-transform: uppercase;
  border: 1px #000;
  border-bottom: 1px solid #f0f0f0;
  padding-top: 20px;
  padding-bottom: 20px;
  font-size: 12px;
}

.text_area.flie-text {
  transition: all .2s;
}

.text_area.flie-text:hover {
  box-shadow: 0 5px 12px -10px #000;
}

.submit_button {
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #333;
  width: 150px;
  min-width: auto;
  margin-top: 10px;
  font-size: 12px;
  transition: all .2s;
}

.submit_button:hover {
  background-color: #000;
}

.submit_button.flie-text:hover {
  box-shadow: 0 9px 12px -8px #00000080;
}

.nav_link {
  font-size: 16px;
  line-height: 24px;
}

.nav_link.flie-text {
  border-bottom: 1px solid #f0f0f0;
  transition: all .2s;
}

.nav_link.flie-text:hover {
  transform: scale(1.1);
  box-shadow: 0 7px 8px -5px #00000080;
}

.nav_link.flie-text.w--current {
  color: #333;
  box-shadow: 0 7px 8px -5px #00000080;
}

.navbar_navlinks {
  align-items: center;
  width: 90%;
  margin-bottom: 20px;
  display: flex;
}

.white {
  filter: invert();
  margin-right: auto;
}

._2er_grid {
  grid-column-gap: 0px;
  grid-template-rows: auto;
  width: 100%;
  height: 100%;
}

.content_3 {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding: 10rem 60px;
  display: flex;
}

.paragraph {
  letter-spacing: 1px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 24px;
}

.paragraph.flie-text {
  font-size: 14px;
  line-height: 1.5;
}

.divider {
  background-color: #00000026;
  width: 50%;
  height: 1px;
  margin-top: 2rem;
  margin-bottom: 2rem;
}

.divider.is-small-margin {
  background-color: #ffffff26;
  margin-top: 0;
  margin-bottom: 1rem;
}

.button {
  background-color: var(--highlights);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 10px 15px;
  font-size: .8rem;
  transition: all .2s;
}

.button:hover {
  background-color: var(--dark-blue);
}

.button.is-link {
  background-color: var(--white);
  color: var(--black);
  border-bottom: 1px solid #0000;
  padding: 0 0 .25rem;
}

.button.is-link:hover {
  border-bottom-color: var(--black);
}

.image-100 {
  object-fit: cover;
  object-position: 60% 50%;
  width: 100%;
  height: 100%;
  transition: all .2s;
}

.image-100.is-contain {
  object-fit: contain;
}

.card {
  text-align: left;
  border: 1px solid #15548f1a;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  display: flex;
}

.card.is-three-col {
  box-shadow: none;
  text-align: left;
  border: 1px solid #15548f1a;
  border-radius: 1rem;
  flex: 30%;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  padding: 1.5rem 2rem;
  transition: all .2s;
}

.card.is-three-col:hover {
  box-shadow: 0 0 #a8a8a800, 0 1.3px .3px #a8a8a809, 0 2.7px .5px #a8a8a80b, 0 4.3px .9px #a8a8a80c, 0 6px 1.3px #a8a8a80d, 0 8.2px 1.9px #a8a8a80e, 0 10.9px 2.7px #a8a8a80e, 0 14.6px 3.9px #a8a8a80f, 0 19.8px 5.7px #a8a8a80f, 0 27.4px 8.5px #a8a8a80f, 0 39.2px 13px #a8a8a810, 0 59.4px 20.9px #a8a8a811, 0 100.8px 37.4px #a8a8a812;
}

.section_parallax {
  height: 60vh;
  position: relative;
  overflow: hidden;
}

.heading_2 {
  letter-spacing: 1px;
  margin-top: 0;
  font-size: 30px;
  line-height: 120%;
}

.checkbox-field-2 {
  text-align: left;
  margin-top: 20px;
}

.checkbox-2 {
  border-radius: 5px;
}

.link {
  color: #fff;
  text-decoration: none;
}

.content_4 {
  z-index: 1;
  color: #fff;
  background-color: #0006;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding: 100px;
  display: flex;
  position: absolute;
  inset: 0%;
}

.maos-footer {
  justify-content: center;
  width: 100%;
  min-width: 250px;
  height: 200px;
  display: flex;
}

.maps-gro {
  width: 100%;
  height: 100%;
  min-height: 500px;
}

.embed-maps {
  width: 100%;
  height: 100%;
}

.impdat-2 {
  min-height: 80vh;
  padding: 100px 40px;
}

.impdat-2.flie-text {
  flex-flow: column;
  justify-content: flex-start;
  min-height: auto;
  padding: 0;
  display: flex;
}

.image-6 {
  width: 100%;
  height: 100%;
  padding: 111px;
}

.html-embed-3 {
  height: 500px;
}

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

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

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

.margin-bottom, .margin-bottom.margin-small, .margin-bottom.margin-xsmall, .margin-bottom.margin-large, .margin-bottom.margin-medium {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

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

.margin-top, .margin-top.margin-small, .margin-top.margin-xsmall, .margin-top.margin-huge, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

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

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

.fs_modal-1_cover {
  position: absolute;
  inset: 0%;
}

.fs_modal-1_close {
  cursor: pointer;
  background-color: #f5f5f5;
  padding: 1.5rem;
  position: absolute;
  inset: 0% 0% auto auto;
}

.fs_modal-1_close:focus-visible, .fs_modal-1_close[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.fs_modal-1_button {
  color: #fff;
  cursor: pointer;
  background-color: #0d0e37;
  border: 10px solid #fff;
  border-radius: 6rem;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  box-shadow: 0 1px 12px #0003;
}

.fs_modal-1_button:focus-visible, .fs_modal-1_button[data-wf-focus-visible] {
  outline-offset: 4px;
  outline: 2px solid #9b9b9b;
}

.ablaufplan-big-button-4 {
  z-index: 2;
  color: #fff;
  background-color: #0d0e37;
  border-radius: 30px;
  margin-bottom: 10px;
  margin-left: 0;
  margin-right: 0;
  padding: 10px 20px;
  font-size: 18px;
  line-height: 120%;
  text-decoration: none;
  transition: all .2s;
}

.ablaufplan-big-button-4:hover {
  transform: scale(1.03);
}

.ablaufplan-big-button-4.black {
  z-index: 10000;
  color: #fff;
  background-color: #000;
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
  font-size: 16px;
  position: fixed;
  inset: 80px auto auto 0%;
}

.ablaufplan-big-button-4.black:hover {
  transform: none;
}

.ablaufplan-big-button-4.black.ablaufplan {
  top: 10px;
}

.link-12 {
  color: var(--dark-blue);
  text-decoration: none;
}

.heading_mittig-main {
  text-align: center;
  letter-spacing: 1px;
  font-size: 40px;
  line-height: 45px;
}

.heading_mittig-main.heading-1 {
  line-height: 1.1;
}

.section_background-img {
  min-height: 25rem;
  padding: 0;
  position: relative;
}

.partner-image {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 10rem;
  height: 10rem;
  padding: 0;
  display: flex;
}

.partner-image.hauptfarbe {
  background-color: var(--secondary);
  border-radius: .5rem;
  height: auto;
}

.partner-image.bg-white {
  background-color: #fff;
  height: 10rem;
  padding: 0;
}

.text {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 15px;
  display: flex;
}

.partner-icon {
  object-fit: contain;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.external_link-wrapper {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #333;
  flex-flow: column;
  flex: auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  margin-bottom: .5rem;
  text-decoration: none;
  display: inline-flex;
}

.external_link-wrapper:hover {
  color: var(--dark-blue);
}

.icon-stars {
  width: 5rem;
  margin-bottom: 20px;
}

.kontakt-form-wrap {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu_form_block-2 {
  text-align: center;
  width: 100%;
}

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

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

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

.hide {
  display: none;
}

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

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

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

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

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

.page-wrapper {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.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-2 {
  width: 100%;
  max-width: 48rem;
}

.max-width-large-2.align-center {
  margin-left: auto;
  margin-right: auto;
}

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

.main-wrapper {
  flex: 1;
}

.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-2, .margin-top-2.margin-custom1, .margin-top-2.margin-huge, .margin-top-2.margin-small, .margin-top-2.margin-tiny, .margin-top-2.margin-custom3, .margin-top-2.margin-medium, .margin-top-2.margin-xxsmall, .margin-top-2.margin-xxhuge, .margin-top-2.margin-custom2, .margin-top-2.margin-xsmall, .margin-top-2.margin-large, .margin-top-2.margin-xxlarge, .margin-top-2.margin-xlarge, .margin-top-2.margin-0, .margin-top-2.margin-xhuge {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top-2.margin-medium {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-bottom-2, .margin-bottom-2.margin-xxlarge, .margin-bottom-2.margin-medium, .margin-bottom-2.margin-custom3, .margin-bottom-2.margin-custom1, .margin-bottom-2.margin-tiny, .margin-bottom-2.margin-small, .margin-bottom-2.margin-large, .margin-bottom-2.margin-0, .margin-bottom-2.margin-xlarge, .margin-bottom-2.margin-xhuge, .margin-bottom-2.margin-xxhuge, .margin-bottom-2.margin-huge, .margin-bottom-2.margin-xxsmall, .margin-bottom-2.margin-custom2, .margin-bottom-2.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-2 {
  font-size: 1.125rem;
}

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

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

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

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

.rl-styleguide_heading {
  z-index: 4;
  font-family: var(--gozo-designs-dandy-site_typography---font-styles--heading);
  margin-bottom: 1.5rem;
  padding: .25rem .5rem;
  font-size: 3.5rem;
  font-weight: 700;
}

.heading-style-h6 {
  font-size: 1.25rem;
  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(--gozo-designs-dandy-site_primitives---colors--white);
}

.heading-style-h5 {
  margin-bottom: 1.5rem;
  font-family: Ubuntu, Helvetica, sans-serif;
  font-size: 1.5rem;
  font-weight: 400;
  line-height: 1.4;
}

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

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

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

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

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

.form_checkbox-icon.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

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

.form_field-label.is-alternate {
  color: var(--gozo-designs-dandy-site---text-color--text-alternate\<deleted\|variable-dbb26e99-d663-f169-eb91-aa78cbe54bf0\>);
}

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

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

.button-3.is-link.is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

.button-3.is-secondary {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.button-3.is-secondary.is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

.button-3.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.form_input:focus {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.form_input::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---opacity--neutral-darkest-60);
}

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

.form_input.is-select-input {
  background-image: url('../images/chevron-down_1.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_1.svg');
}

.form_input.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.form_input.is-alternate::placeholder {
  color: var(--gozo-designs-dandy-site_primitives---opacity--white-60);
}

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

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

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

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

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

.text-color-white {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

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

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

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

.icon-embed-xxsmall {
  flex-direction: column;
  flex: none;
  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(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

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

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

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

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

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

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

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

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

.form_radio-icon.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

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

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

.text-align-center-2 {
  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(--gozo-designs-dandy-site---color-scheme-1--text);
  text-align: left;
  margin-top: .5rem;
  padding-left: .5rem;
  font-size: .875rem;
}

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

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

.form_checkbox.is-alternate {
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

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

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

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

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

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

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

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

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: var(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-2e6aa3eb-2eb4-7f4e-3215-a13416a2b5ed\>);
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed var(--gozo-designs-dandy-site---border-color--border-primary\<deleted\|variable-c1b48ae6-8002-7d88-43f3-83850131f561\>);
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: var(--gozo-designs-dandy-site---background-color--background-secondary\<deleted\|variable-2e6aa3eb-2eb4-7f4e-3215-a13416a2b5ed\>);
  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;
}

.inherit-color {
  color: inherit;
}

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

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

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

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

.text-style-tagline {
  border-left: 5px solid var(--dark-blue);
  justify-content: center;
  align-items: center;
  padding-left: 1rem;
  font-size: .9rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: 1px solid var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
  justify-content: center;
  align-items: center;
  padding: .175rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

.tag.is-text {
  border-style: none;
  border-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  padding: 0;
  display: inline-block;
}

.tag.is-text.is-alternate {
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  color: var(--gozo-designs-dandy-site_primitives---colors--white);
}

.tag.is-alternate {
  border-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--white);
  color: var(--gozo-designs-dandy-site_primitives---colors--neutral-darkest);
}

.color-scheme-1 {
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--background);
  color: var(--gozo-designs-dandy-site---color-scheme-1--text);
}

.rl-styleguide_scheme-foreground {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border: var(--gozo-designs-dandy-site_ui-styles---stroke--border-width) solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--medium);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  flex-flow: column;
  padding: 1rem;
  display: flex;
}

.rl-styleguide_scheme-wrapper {
  padding: 1rem;
}

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

.rl-styleguide_scheme-card {
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--large);
  overflow: hidden;
}

.rl-styleguide-accent {
  color: var(--gozo-designs-dandy-site---color-scheme-1--accent);
}

.rl-styleguide_scheme {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl-styleguide_radius-large-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

.rl-styleguide_radius-large {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--large);
  object-fit: cover;
}

.rl-styleguide_radius-medium-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.rl-styleguide_radius-medium {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--medium);
  object-fit: cover;
}

.rl-styleguide_radius-small-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
}

.rl-styleguide_radius-small {
  aspect-ratio: 1;
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  border-radius: var(--gozo-designs-dandy-site_ui-styles---radius--small);
  object-fit: cover;
}

.tabs-menu {
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  align-self: center;
  margin-bottom: 3rem;
  padding: .25rem;
  display: flex;
}

.tab-link {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  padding: .5rem 1.5rem;
}

.tab-link.w--current {
  border-color: var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--background);
}

.category-filter-menu {
  align-items: center;
  width: 100%;
  margin-bottom: 4rem;
  display: flex;
}

.category-filter-menu.is-center {
  justify-content: center;
  align-items: center;
}

.category-filter-link {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  background-color: var(--gozo-designs-dandy-site_primitives---opacity--transparent);
  white-space: nowrap;
  flex: none;
  padding: .5rem 1rem;
  text-decoration: none;
}

.category-filter-link.w--current {
  border-color: var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
}

.slider-arrow {
  border: 1px solid var(--gozo-designs-dandy-site---color-scheme-1--border);
  background-color: var(--gozo-designs-dandy-site---color-scheme-1--foreground);
  color: var(--gozo-designs-dandy-site---color-scheme-1--text);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
}

.slider-arrow.is-bottom-previous {
  inset: auto 4rem 0% auto;
}

.slider-arrow.is-bottom-next {
  inset: auto 0% 0% auto;
}

.slider-arrow.is-centre-previous, .slider-arrow.is-centre-next {
  bottom: 4rem;
}

.slider-arrow-icon_default {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.hidden-ui-elements {
  display: none;
}

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

.flex-horizontal {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: wrap;
  display: flex;
}

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

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

.flex-gap-medium {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: flex;
}

.flex-gap-large {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  display: flex;
}

.hero_tagline {
  color: var(--highlights);
  letter-spacing: 9px;
  text-transform: uppercase;
  font-size: 1.5rem;
}

.section_layout484 {
  background-color: var(--dark-blue);
}

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

.layout484_text {
  color: var(--white);
}

.layout484_split-text {
  display: none;
}

.layout234_list {
  grid-column-gap: 3rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start;
  display: grid;
}

.layout234_item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  width: 100%;
  display: flex;
}

.layout234_item-icon-wrapper {
  color: var(--dark-blue);
  flex: none;
  align-self: flex-start;
}

.card_img-wrapper {
  border-radius: 50%;
  width: 15rem;
  height: 15rem;
  margin-bottom: .5rem;
  overflow: hidden;
}

.flex_item {
  flex-flow: column;
  flex: 45%;
  justify-content: center;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.flex_item.is-img-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
}

.flex_item.flex-gap-large {
  justify-content: center;
  align-items: flex-start;
}

.section_footer {
  background-color: var(--background);
  color: var(--white);
  margin-top: auto;
}

.footer_content {
  flex: auto;
}

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

.background_img.no-border-radius {
  border-radius: 0;
}

.section_funktionsbekleidung, .section_casual, .section_beratung, .section_texilveredelung {
  background-color: var(--background);
  color: var(--white);
}

.navlink_dropdownlist {
  background-color: #ddd;
}

.navlink_dropdownlist.w--open {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: var(--background);
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1rem;
  display: flex;
}

.dropdown-icon {
  margin-top: auto;
  margin-bottom: .4rem;
  margin-right: 0;
}

.link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 0rem;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.section_about {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
}

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

.layout3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.layout3_image {
  aspect-ratio: 1;
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.layout3_image.is-smaller {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.section_header103.text-color-alternate {
  height: 85dvh;
}

.header103_auto-change {
  margin-bottom: 0;
  display: none;
}

.header103_tab-change {
  display: none;
}

.header103_tabs {
  min-height: 85vh;
}

.header103_tabs-content {
  min-height: 85vh;
  max-height: 60rem;
  overflow: visible;
}

.header103_tab-pane {
  position: absolute;
  inset: 0%;
}

.header103_tab-content {
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
  position: relative;
}

.header103_content-wrapper {
  color: var(--white);
  text-align: center;
}

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

.header103_tab-overlay {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.header103_tab-image {
  object-fit: cover;
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.header103_tabs-menu {
  z-index: 2;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  max-width: 64rem;
  margin-left: auto;
  margin-right: auto;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  inset: auto 0% 5rem;
}

.header103_tab-link {
  color: #fffc;
  text-align: center;
  background-color: #0000;
  flex: 1;
  padding: 1rem 2rem;
}

.header103_tab-link.w--current {
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  background-color: #0000;
}

.header103_tab-load-base {
  background-color: #fff3;
  width: 100%;
  height: .25rem;
  position: absolute;
  inset: auto 0% 0%;
}

.header103_tab-load {
  background-color: #fff;
  width: 0%;
  height: .25rem;
}

.external_link-item {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.external_link-img {
  object-fit: contain;
  border-radius: .5rem;
  max-width: 10rem;
  height: auto;
  max-height: 20rem;
}

.external_link-img-wrapper {
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-lightest);
  border-radius: .75rem;
  padding: .5rem;
  transition: background-color .2s;
}

.external_link-img-wrapper:hover {
  background-color: #507b8c33;
}

.content_wrapper {
  grid-column-gap: 3rem;
  grid-row-gap: 3rem;
  flex-flow: column;
  flex: 30%;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  display: flex;
}

.content_wrapper.is-flex {
  flex-flow: wrap;
  flex-basis: 30%;
}

.nav-menu {
  grid-column-gap: 1.4rem;
  grid-row-gap: 1.4rem;
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  margin-left: auto;
}

.product-header3_default-state {
  margin-bottom: 2rem;
}

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

.product-header3_gallery {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  align-items: start;
  width: 100%;
  display: grid;
}

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

.product-header3_image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header3_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-medium\>);
  width: 100%;
  overflow: hidden;
}

.product-header3_main-image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  width: 100%;
  overflow: hidden;
}

.product-header3_main-image {
  aspect-ratio: 5 / 4;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.product-header3_main-image.is-contain {
  object-fit: contain;
}

.product-header3_component {
  padding-bottom: 3rem;
}

.product-header3_lightbox-link {
  width: 100%;
  display: block;
}

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

.product-header3_list.hide {
  display: none;
}

.error-state {
  margin-top: 1.5rem;
  padding: .875rem 1rem;
}

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

.pro-st-ck {
  color: var(--dark-blue);
  font-size: 1.1rem;
}

.dropdown {
  flex: none;
}

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

.color {
  background-color: #000;
  border-radius: 50%;
  width: 1rem;
  height: 1rem;
}

.color.is-marine {
  background-color: #073488;
}

.section_success {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80dvh;
  display: flex;
}

._404_icon {
  font-size: 5rem;
  line-height: 1;
}

.section_404 {
  text-align: center;
  justify-content: center;
  align-items: center;
  height: 80dvh;
  display: flex;
}

.logo_link-wrapper {
  position: relative;
}

.logo_link-wrapper.w--current {
  flex: 5rem;
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  min-height: 5rem;
  display: flex;
}

.product_image {
  object-fit: contain;
  width: 9rem;
  height: 10rem;
  padding-left: 1rem;
  padding-right: 1rem;
}

.product_card {
  border: 1px solid var(--gozo-designs-dandy-site_primitives---colors--neutral-lighter);
  border-radius: 1rem;
  flex-flow: row;
  flex: 40%;
  align-self: flex-start;
  width: 100%;
  height: auto;
  display: flex;
  overflow: hidden;
  box-shadow: 0 0 #0000, 0 1.8px 5.8px #0000000b, 0 3.9px 11.7px #0000000d, 0 6.7px 18px #0000000e, 0 11.5px 25.3px #0000000f, 0 22.6px 35.9px #00000010;
}

.product_card.is-small {
  flex-grow: 0;
}

.product_card_header {
  border-bottom: 1px solid var(--gozo-designs-dandy-site_primitives---colors--neutral-lighter);
  background-color: var(--gozo-designs-dandy-site_primitives---colors--neutral-light);
  justify-content: flex-start;
  align-items: flex-start;
  width: 30%;
  display: flex;
}

.product_card_bottom {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: wrap;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 1.5rem;
  display: flex;
}

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

@media screen and (max-width: 991px) {
  .gozo-designs-dandy-site--hide-tablet {
    display: none;
  }

  .gozo-designs-dandy-site--max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .gozo-designs-dandy-site--margin-large {
    margin: 2.5rem;
  }

  .gozo-designs-dandy-site--margin-xlarge {
    margin: 3.5rem;
  }

  .gozo-designs-dandy-site--margin-xxlarge {
    margin: 4.5rem;
  }

  .gozo-designs-dandy-site--margin-huge {
    margin: 5rem;
  }

  .gozo-designs-dandy-site--margin-xhuge {
    margin: 6rem;
  }

  .gozo-designs-dandy-site--margin-xxhuge {
    margin: 7.5rem;
  }

  .gozo-designs-dandy-site--padding-large {
    padding: 2.5rem;
  }

  .gozo-designs-dandy-site--padding-xlarge {
    padding: 3.5rem;
  }

  .gozo-designs-dandy-site--padding-xxlarge {
    padding: 4.5rem;
  }

  .gozo-designs-dandy-site--padding-huge {
    padding: 5rem;
  }

  .gozo-designs-dandy-site--padding-xhuge {
    padding: 6rem;
  }

  .gozo-designs-dandy-site--padding-xxhuge {
    padding: 7.5rem;
  }

  .gozo-designs-dandy-site--margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gozo-designs-dandy-site--margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gozo-designs-dandy-site--padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gozo-designs-dandy-site--padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gozo-designs-dandy-site--heading-style-h2 {
    font-size: 2.75rem;
  }

  .gozo-designs-dandy-site--rl-styleguide_item-row {
    grid-template-columns: auto 1fr;
  }

  .gozo-designs-dandy-site--rl-styleguide_icons-list {
    grid-auto-flow: row;
  }

  .gozo-designs-dandy-site--heading-style-h1 {
    font-size: 3.25rem;
  }

  .gozo-designs-dandy-site--heading-style-h4 {
    font-size: 1.75rem;
  }

  .gozo-designs-dandy-site--heading-style-h3 {
    font-size: 2.25rem;
  }

  .gozo-designs-dandy-site--padding-section-medium {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gozo-designs-dandy-site--padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .gozo-designs-dandy-site--spacer-large {
    padding-top: 2.5rem;
  }

  .gozo-designs-dandy-site--spacer-xlarge {
    padding-top: 3.5rem;
  }

  .gozo-designs-dandy-site--spacer-xxlarge {
    padding-top: 4.5rem;
  }

  .gozo-designs-dandy-site--spacer-huge {
    padding-top: 5rem;
  }

  .gozo-designs-dandy-site--spacer-xhuge {
    padding-top: 6rem;
  }

  .gozo-designs-dandy-site--spacer-xxhuge {
    padding-top: 7.5rem;
  }

  .gozo-designs-dandy-site--rl-styleguide_scheme-list {
    grid-template-columns: 1fr;
  }

  .utility-page-content.is-404 {
    width: 100%;
    max-width: 48rem;
  }

  .divblock1 {
    padding-bottom: 20px;
  }

  .men-buttton1.hauptfarbe {
    background-color: var(--background);
    margin-left: auto;
  }

  .men-buttton1.hauptfarbe.w--open {
    background-color: var(--background);
  }

  .section_navbar {
    padding-left: 0%;
    padding-right: 0%;
  }

  .navbar_link, .navbar_link:hover {
    border-bottom-style: none;
    padding: 1rem;
  }

  .navbar_link.is-dropdown {
    justify-content: center;
    align-items: center;
    width: 100%;
    padding: 0;
    display: inline-flex;
  }

  .navbar_link.is-dropdown.w--open {
    width: 100%;
  }

  .navbar_link.no-hover {
    width: 100%;
    padding-bottom: 1rem;
  }

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

  .men-icon1 {
    color: #fff;
  }

  .subheading1.heading-2 {
    font-size: 30px;
    line-height: 35px;
  }

  .slogan1.heading-1 {
    margin-top: 10px;
    font-size: 70px;
    line-height: 50px;
  }

  ._2er-grid1 {
    margin-top: 20px;
  }

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

  .footer-2.hauptfarbe {
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading-footer.heading-3 {
    font-size: 18px;
  }

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

  .menu_container_left {
    width: 30%;
  }

  .menu_container_right {
    width: 70%;
  }

  .navbar_navlinks {
    flex-wrap: wrap;
  }

  ._2er_grid {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
  }

  .content_3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .card.is-three-col {
    flex-basis: 100%;
    width: 100%;
  }

  .content_4 {
    padding: 40px;
  }

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

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

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

  .ablaufplan-big-button-4.black {
    top: 20px;
  }

  .ablaufplan-big-button-4.black.ablaufplan {
    top: 70px;
  }

  .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-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    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-2 {
    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_scheme-list {
    grid-template-columns: 1fr;
  }

  .layout234_list {
    grid-column-gap: 2rem;
  }

  .flex_item {
    flex-basis: 100%;
  }

  .flex_item.is-first {
    order: -9999;
  }

  .navlink_dropdownlist.w--open {
    background-color: #1e434be6;
    font-size: .8rem;
    position: relative;
  }

  .dropdown-icon {
    margin-bottom: auto;
  }

  .layout3_content {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .header103_tabs-menu {
    max-width: none;
    bottom: 4rem;
  }

  .header103_tab-link {
    min-width: 8rem;
  }

  .nav-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    background-color: var(--background);
    width: 100%;
    margin-left: 0;
    padding: 2rem 5%;
    overflow: auto;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2.5rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .product-header3_component {
    padding-bottom: 2.5rem;
  }

  .dropdown, .dropdown:hover {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .gozo-designs-dandy-site--hide-mobile-landscape {
    display: none;
  }

  .gozo-designs-dandy-site--max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .gozo-designs-dandy-site--margin-xsmall {
    margin: .75rem;
  }

  .gozo-designs-dandy-site--margin-small {
    margin: 1.25rem;
  }

  .gozo-designs-dandy-site--margin-medium {
    margin: 1.5rem;
  }

  .gozo-designs-dandy-site--margin-large {
    margin: 2rem;
  }

  .gozo-designs-dandy-site--margin-xlarge {
    margin: 2.5rem;
  }

  .gozo-designs-dandy-site--margin-xxlarge {
    margin: 3rem;
  }

  .gozo-designs-dandy-site--margin-huge {
    margin: 3.5rem;
  }

  .gozo-designs-dandy-site--margin-xhuge {
    margin: 4rem;
  }

  .gozo-designs-dandy-site--margin-xxhuge {
    margin: 5rem;
  }

  .gozo-designs-dandy-site--padding-xsmall {
    padding: .75rem;
  }

  .gozo-designs-dandy-site--padding-small {
    padding: 1.25rem;
  }

  .gozo-designs-dandy-site--padding-medium {
    padding: 1.5rem;
  }

  .gozo-designs-dandy-site--padding-large {
    padding: 2rem;
  }

  .gozo-designs-dandy-site--padding-xlarge {
    padding: 2.5rem;
  }

  .gozo-designs-dandy-site--padding-xxlarge {
    padding: 3rem;
  }

  .gozo-designs-dandy-site--padding-huge {
    padding: 3.5rem;
  }

  .gozo-designs-dandy-site--padding-xhuge {
    padding: 4rem;
  }

  .gozo-designs-dandy-site--padding-xxhuge {
    padding: 5rem;
  }

  .gozo-designs-dandy-site--margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gozo-designs-dandy-site--margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gozo-designs-dandy-site--padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gozo-designs-dandy-site--padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gozo-designs-dandy-site--text-size-medium {
    font-size: 1rem;
  }

  .gozo-designs-dandy-site--text-style-quote {
    font-size: 1.125rem;
  }

  .gozo-designs-dandy-site--heading-style-h2 {
    font-size: 2.25rem;
  }

  .gozo-designs-dandy-site--heading-style-h6 {
    font-size: 1.125rem;
  }

  .gozo-designs-dandy-site--heading-style-h5 {
    font-size: 1.25rem;
  }

  .gozo-designs-dandy-site--heading-style-h1 {
    font-size: 2.5rem;
  }

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

  .gozo-designs-dandy-site--heading-style-h3 {
    font-size: 2rem;
  }

  .gozo-designs-dandy-site--text-style-nowrap {
    white-space: normal;
  }

  .gozo-designs-dandy-site--text-size-large {
    font-size: 1.125rem;
  }

  .gozo-designs-dandy-site--padding-section-small {
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .gozo-designs-dandy-site--padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .gozo-designs-dandy-site--padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .gozo-designs-dandy-site--spacer-xsmall {
    padding-top: .75rem;
  }

  .gozo-designs-dandy-site--spacer-small {
    padding-top: 1.25rem;
  }

  .gozo-designs-dandy-site--spacer-medium {
    padding-top: 1.5rem;
  }

  .gozo-designs-dandy-site--spacer-large {
    padding-top: 2rem;
  }

  .gozo-designs-dandy-site--spacer-xlarge {
    padding-top: 2.5rem;
  }

  .gozo-designs-dandy-site--spacer-xxlarge {
    padding-top: 3rem;
  }

  .gozo-designs-dandy-site--spacer-huge {
    padding-top: 3.5rem;
  }

  .gozo-designs-dandy-site--spacer-xhuge {
    padding-top: 4rem;
  }

  .gozo-designs-dandy-site--spacer-xxhuge {
    padding-top: 5rem;
  }

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

  .divblock1 {
    height: auto;
  }

  .titelvideo1 {
    height: 100%;
  }

  .subheading1 {
    font-size: 25px;
    line-height: 25px;
  }

  .subheading1.heading-2 {
    font-size: 25px;
    line-height: 30px;
  }

  .slogan1.heading-1 {
    font-size: 50px;
    line-height: 50px;
  }

  .inhalt-mittig-untereinander.zweitfarbe.effekt {
    padding-left: 40px;
    padding-right: 40px;
  }

  ._2er-grid1 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .div-block-footer1 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
  }

  .nav_menu {
    min-height: auto;
  }

  .menu_wrapper {
    flex-direction: column;
    justify-content: center;
    min-height: auto;
  }

  .menu_container_left {
    width: 100%;
    min-height: 30vh;
  }

  .menu_container_right {
    width: 100%;
    min-height: 100%;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .menu_right_container {
    width: 90%;
  }

  .menu_form_block {
    width: 100%;
  }

  .content_3 {
    padding: 20px;
  }

  .divider {
    margin-top: 20px;
    margin-bottom: 20px;
  }

  .button {
    margin-top: 0;
  }

  .section_parallax {
    height: 50vh;
  }

  .content_4 {
    padding: 20px;
  }

  .maos-footer {
    height: 100px;
  }

  .maps-gro {
    height: 400px;
  }

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

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

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

  .fs_modal-1_close {
    padding: 1rem;
  }

  .menu_form_block-2 {
    width: 100%;
  }

  .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-2 {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .margin-bottom-2 {
    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-2 {
    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-2 {
    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;
  }

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

  .layout484_text {
    font-size: 1.5rem;
    line-height: 1.5;
  }

  .layout234_list {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .flex_item {
    flex-basis: 100%;
  }

  .layout3_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .header103_tabs-menu {
    bottom: 3rem;
  }

  .header103_tab-link {
    min-width: 0;
  }

  .header103_tab-load-base {
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .product-header3_layout {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
  }

  .product-header3_gallery {
    grid-template-columns: 1fr;
  }

  .product-header3_component {
    padding-bottom: 1.5rem;
  }

  .product-header3_list {
    grid-template-rows: auto;
  }
}

@media screen and (max-width: 479px) {
  .gozo-designs-dandy-site--hide-mobile-portrait {
    display: none;
  }

  .gozo-designs-dandy-site--margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-left {
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-right {
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
  }

  .gozo-designs-dandy-site--margin-vertical {
    margin-left: 0;
    margin-right: 0;
  }

  .gozo-designs-dandy-site--margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .gozo-designs-dandy-site--padding-top {
    padding-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-bottom {
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-left {
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-right {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .gozo-designs-dandy-site--padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .gozo-designs-dandy-site--padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .gozo-designs-dandy-site--max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  h1 {
    font-size: 26px;
    line-height: 150%;
  }

  h2 {
    font-size: 24px;
    line-height: 150%;
  }

  h3 {
    font-size: 20px;
    line-height: 150%;
  }

  .utility-page-content.is-404 {
    width: 100%;
    max-width: 48rem;
  }

  .terminbutton.highlights {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 12px;
  }

  .navbar_link {
    white-space: normal;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: inherit;
    width: 100%;
  }

  .navbar_link.is-dropdown {
    padding: 0;
  }

  .subheading1 {
    font-size: 20px;
    line-height: 20px;
  }

  .subheading1.heading-2 {
    text-align: center;
    font-size: 20px;
    line-height: 25px;
  }

  .slogan1.heading-1 {
    font-size: 30px;
    line-height: 35px;
  }

  .inhalt-mittig-untereinander {
    padding: 20px 10px;
  }

  .inhalt-mittig-untereinander.zweitfarbe {
    width: 100%;
    padding: 20px 10px;
  }

  .div-block-footer1 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .content_3 {
    padding: 0 10px;
  }

  .paragraph {
    letter-spacing: 0;
    font-size: 14px;
    line-height: 20px;
  }

  .divider {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .card.is-three-col {
    flex-basis: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .maps-gro {
    height: 300px;
  }

  .impdat-2 {
    padding: 40px 10px;
  }

  .impdat-2.flie-text {
    min-height: auto;
  }

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

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

  .ablaufplan-big-button-4 {
    white-space: normal;
    padding-left: 20px;
    padding-right: 20px;
  }

  .ablaufplan-big-button-4.black {
    top: 10px;
  }

  .ablaufplan-big-button-4.black.ablaufplan {
    top: 60px;
  }

  .heading_mittig-main {
    font-size: 30px;
    line-height: 40px;
  }

  .external_link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .kontakt-form-wrap {
    text-align: left;
    justify-content: flex-start;
    align-items: flex-start;
  }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

  .heading-style-h2 {
    text-align: left;
    font-size: 1.5rem;
  }

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

  .hero_tagline {
    font-size: 1rem;
  }

  .layout484_text {
    font-size: 1rem;
    line-height: 2;
  }

  .layout234_list {
    grid-template-columns: 1fr;
  }

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

  .navlink_dropdownlist.w--open {
    overflow-wrap: anywhere;
    width: 100%;
    padding: .5rem;
    font-size: .75rem;
  }

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

  .layout3_content {
    grid-template-columns: 1fr;
  }

  .header103_tab-link {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .product-header3_layout {
    grid-template-columns: 1fr;
  }

  .product-header3_price-wrapper {
    flex-direction: column;
  }

  .text-block-2 {
    font-size: .85rem;
  }

  .product_image {
    width: 10rem;
    height: 6rem;
  }

  .product_card, .product_card.is-small {
    flex-flow: column;
  }

  .product_card_header {
    justify-content: center;
    align-items: center;
    width: 100%;
  }
}

#w-node-dd2908f0-aa87-90d9-eb75-8f6dacb461ae-adfc67c5, #w-node-dd2908f0-aa87-90d9-eb75-8f6dacb461b5-adfc67c5, #w-node-dd2908f0-aa87-90d9-eb75-8f6dacb461bc-adfc67c5 {
  align-self: start;
}

#w-node-ff098b34-95ba-bc1e-7849-474f3a842cbf-2199faf5, #w-node-ff098b34-95ba-bc1e-7849-474f3a842cc0-2199faf5, #w-node-bb789fd5-9473-77a2-ff5a-64216f249a1a-2199faf5, #w-node-bb789fd5-9473-77a2-ff5a-64216f249a1b-2199faf5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de78a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de78b-bf7cc0e4 {
  justify-self: center;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7a2-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7a3-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7a7-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7a8-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7ac-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7ad-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7b1-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7b2-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7b6-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7b7-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7bb-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7bc-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7c6-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7c7-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7cb-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7cc-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7d0-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7d1-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7d5-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7d6-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7da-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7db-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7df-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7e0-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7ea-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7eb-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7ef-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7f0-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7f4-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7f5-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7f9-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de7fa-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de803-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de804-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de80d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de80e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de820-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de821-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de825-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de826-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de82a-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de82b-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de82f-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de830-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de834-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de835-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de83f-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de840-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de844-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de845-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de849-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de84a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de84e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de84f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de853-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de854-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de858-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de859-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de864-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de865-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de869-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de86a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de86e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de86f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de873-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de874-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de878-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de879-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de87d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de87e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de882-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de883-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de887-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de888-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de88c-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de88d-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de891-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de892-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de896-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de897-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8a2-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8a3-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8a7-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8a8-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8ac-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8ad-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8b4-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8b5-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de8e7-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de8fe-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de8ff-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de900-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de902-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de905-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de906-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de907-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de90b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de90e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de90f-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de910-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de914-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de918-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de919-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de91f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de923-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de924-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de928-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de92b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de930-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de931-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de932-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de936-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de939-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de93a-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de93b-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de941-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de944-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de945-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de946-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de94c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de94f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de950-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de951-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de959-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de95c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de95d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de95e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de96a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de96b-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de96c-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de970-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de975-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de976-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de977-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de97d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de982-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de983-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de984-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de98a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de98f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de990-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de991-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de999-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de99f-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9a0-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9a6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9ac-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9ad-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9ae-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9b4-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9b9-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9ba-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9bb-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9c3-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9c8-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9c9-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9ca-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9d2-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9d7-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9d8-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9d9-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9e3-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9e9-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9ea-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9f2-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9fb-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97de9fc-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97de9fd-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea06-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea07-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea08-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea11-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea12-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea13-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea2e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea2f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea34-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea35-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea3d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea3e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea45-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea46-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea55-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea56-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea57-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea58-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea5a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea5d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea61-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea62-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea63-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea6c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea6d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea6e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea77-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea78-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea79-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea7a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea80-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea81-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea82-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea83-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea85-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea89-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea8a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea8b-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea8c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea8e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dea97-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea9e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dea9f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deaa0-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deaa1-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deaa3-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deaa6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deaaa-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deaab-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deaac-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deab5-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deab6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deab7-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deac0-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deac1-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deac2-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deac3-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deac9-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deaca-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deacb-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deacc-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deace-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dead2-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dead3-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dead4-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dead5-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dead7-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deb72-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb75-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb76-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb79-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb7a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb7d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb7e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb82-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb85-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb86-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb89-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb8a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb8d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb92-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deb96-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deb97-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deb99-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deb9b-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deb9c-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deb9e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deba0-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deba1-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deba3-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deba5-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deba6-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deba8-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debaa-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debab-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debad-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debaf-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debb0-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debb2-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debb4-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debb6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debb8-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debba-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debbb-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debbd-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debbe-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debc0-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debc1-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debc3-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debc4-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debc6-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debc7-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debc9-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debca-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debcc-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debcd-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debcf-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debd5-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debd8-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debd9-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debdb-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97debdd-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debde-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debe0-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debe2-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debe3-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debe5-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debe7-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debe8-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debea-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debec-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debed-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debef-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debf1-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debf2-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debf4-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debf6-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debf7-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debf9-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debfb-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debfc-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97debfe-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec00-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec01-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec03-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec05-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec06-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec08-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec0a-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec0b-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec0d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec12-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec16-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec18-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec1b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec20-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec25-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec2a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec2f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec36-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec37-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec39-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec3a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec3c-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec3d-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec3f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec40-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec42-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec43-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec45-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec46-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec48-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec49-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec4b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec4c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec4e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec4f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec51-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec52-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec54-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec55-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec57-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec58-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec5a-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec5b-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec5d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec5e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec60-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec61-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec63-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec64-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec66-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec67-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec69-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec6a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec6c-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec6d-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec6f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec70-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec72-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec73-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec75-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec76-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec78-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec79-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec7b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec7c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec7e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec7f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec81-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec82-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec84-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec85-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec87-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec88-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec8a-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec8b-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec8d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec8e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dec93-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec97-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec99-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dec9c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deca1-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deca6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decab-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decb0-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decb7-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decb8-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decba-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decbb-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decbd-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decbe-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decc0-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decc1-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decc3-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decc4-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decc6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decc7-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decc9-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decca-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deccc-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deccd-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deccf-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decd0-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decd2-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decd3-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decd5-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decd6-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decd8-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decd9-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decdb-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decdc-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decde-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decdf-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dece1-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dece2-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dece4-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dece5-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dece7-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dece8-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decea-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deceb-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97deced-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decee-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decf0-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decf1-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decf3-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decf4-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decf6-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decf7-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decf9-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decfa-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97decfc-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decfd-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97decff-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded00-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded02-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded03-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded05-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded06-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded08-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded09-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded0b-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded0c-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded0e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded0f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded14-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded17-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded18-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded1a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded1b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded1d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded1e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded20-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded21-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded23-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded24-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded26-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded27-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded29-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded2a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded2c-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded2d-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded2f-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded30-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded32-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded33-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded35-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded36-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded38-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded39-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded3b-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded3c-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded3e-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded3f-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded41-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded42-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded44-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded45-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded47-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded48-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded4a-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded4b-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded4d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded4e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded50-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded51-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded53-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded54-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97ded56-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97ded57-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dee49-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dee4d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee4e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee52-bf7cc0e4, #w-node-e5b394e9-2b62-a00a-e499-ee23e97dee54-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee55-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee59-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee5a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee5e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee5f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee63-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee64-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee68-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee69-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee6d-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee6e-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee72-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee73-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee77-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee78-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee7c-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee7d-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee81-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee82-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee85-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee86-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee8a-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee8b-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee8f-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee90-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee94-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee95-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee99-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee9a-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee9e-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97dee9f-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deea3-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deea4-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deea8-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deea9-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deead-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deeae-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deeb2-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deeb3-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deeb7-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deeb8-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deebc-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deebd-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deec1-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deec2-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deec6-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deec7-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deecb-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deecc-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deed0-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deed1-bf7cc0e4 {
  justify-self: start;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deed5-bf7cc0e4 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-e5b394e9-2b62-a00a-e499-ee23e97deed6-bf7cc0e4 {
  justify-self: start;
}

@media screen and (max-width: 991px) {
  #w-node-ff098b34-95ba-bc1e-7849-474f3a842cbf-2199faf5, #w-node-bb789fd5-9473-77a2-ff5a-64216f249a1a-2199faf5 {
    order: -9999;
  }
}

@media screen and (max-width: 767px) {
  #w-node-ff098b34-95ba-bc1e-7849-474f3a842cc3-2199faf5, #w-node-bb789fd5-9473-77a2-ff5a-64216f249a1e-2199faf5 {
    order: 9999;
  }
}


