@font-face {
  font-family: _Libre-Franklin;
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.woff2") format("woff2"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.eot") format("embedded-opentype"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.woff") format("woff"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.ttf") format("truetype");
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: _Libre-Franklin;
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.woff2") format("woff2"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.eot") format("embedded-opentype"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.woff") format("woff"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.ttf") format("truetype");
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: _Libre-Franklin;
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.woff2") format("woff2"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.eot") format("embedded-opentype"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.woff") format("woff"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.ttf") format("truetype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: _Libre-Franklin;
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.woff2") format("woff2"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.eot") format("embedded-opentype"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.woff") format("woff"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.ttf") format("truetype");
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: _Libre-Franklin;
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.woff2") format("woff2"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.eot") format("embedded-opentype"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.woff") format("woff"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.ttf") format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

@font-face {
  font-family: _Libre-Franklin;
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.woff2") format("woff2"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.eot") format("embedded-opentype"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.woff") format("woff"), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.ttf") format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Flaticon;
  src: url("/assets/fonts/icomoon.woff") format("woff");
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}

@font-face {
  font-family: FA Black;
  src: url("/assets/fonts/font-awesome-5-free-solid-900.otf") format("opentype");
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}

:root {
  --text-color-dark: #222;
  --goldenrod: #ff6702;
  --white: white;
  --light-grey-1: #f3f3f5;
  --text-color-light: #aaa;
  --black: black;
  --light-grey-2: #ccc;
  --dark-grey-1: #636363;
  --dark-grey-2: #333;
  --light-pink: #fcf0ea;
  --dark-pink: #dfc0ac4d;
  --light-purple: #e9e2f0;
  --dark-purple: #c9aac54d;
  --light-blue: #d8ece8;
  --dark-blue: #a3c5bb4d;
  --divider: #0000001f;
  --black-2: #303136;
  --grey: #928763;
}

.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: var(--image-i5cec3e91);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

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

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

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

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

body {
  color: #333;
  margin-bottom: 0;
  font-family: _Libre-Franklin, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

h1 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 55px;
  font-weight: 400;
  line-height: 1.1em;
}

h2 {
  width: 100%;
  margin-bottom: 12px;
  font-size: 32px;
  font-weight: 400;
  line-height: 36px;
}

h3 {
  text-transform: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

h4 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

h5 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 600;
  line-height: 20px;
}

h6 {
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 600;
  line-height: 18px;
}

p {
  width: 100%;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5em;
}

a {
  color: var(--text-color-dark);
  font-family: _Libre-Franklin, sans-serif;
  text-decoration: none;
}

ul {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

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

strong {
  font-weight: 600;
}

.button {
  background-color: var(--goldenrod);
  color: var(--white);
  align-items: center;
  margin-top: 24px;
  padding: 12px 20px 15px;
  font-size: 16px;
  font-weight: 300;
}

.button.smallcaps {
  background-color: var(--goldenrod);
  letter-spacing: 1px;
}

.button.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

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

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

.button.is-tertiary {
  color: #000;
  background-color: #0000;
  border-color: #0000;
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

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

.l-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 32px;
}

.l-container.is--bg-light-grey-1 {
  background-color: var(--light-grey-1);
}

.l-container.slideshow {
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.l-container.nav {
  padding-top: 24px;
  padding-bottom: 24px;
}

.l-container.overview {
  align-items: center;
  height: 100vh;
  display: flex;
}

.l-container.gallery {
  padding-bottom: 0;
}

.l-container.arrow {
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 32px;
  display: flex;
}

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

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

.section {
  margin-bottom: 128px;
  margin-left: 32px;
  margin-right: 32px;
}

.section.navigation {
  z-index: 2;
  width: 100%;
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
  position: absolute;
  top: 0;
}

.b-content-wrap {
  border-radius: 6px;
  padding: 32px;
}

.b-content-wrap.background-white.flush-center.is--box-shadow {
  background-color: #0000;
}

.b-content-wrap.team {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.paragraph-wrap {
  color: var(--white);
  text-align: center;
  font-size: 14px;
}

.paragraph-wrap.grey {
  color: var(--text-color-light);
}

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

.grid-outer-1-column {
  grid-column-gap: 64px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.grid-inner-3-column {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.border-bottom-light-grey-1 {
  border-bottom: 1px solid var(--light-grey-1);
}

.icon {
  color: var(--black);
  text-align: center;
  margin-bottom: 16px;
  font-family: Flaticon, sans-serif;
  font-size: 38px;
  font-weight: 400;
  line-height: 1.5em;
}

.navbar {
  background-color: #0000;
  width: 90%;
}

.navbar.border-bottom-light-grey-1 {
  background-color: #0000;
}

.logo {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  padding: 16px;
  display: flex;
}

.logo-link {
  padding-left: 0;
}

.text-block-3 {
  color: #aaa;
  text-align: center;
}

.link-footer {
  color: #aaa;
  font-family: _Libre-Franklin, sans-serif;
  font-size: 14px;
}

.nav-menu {
  color: var(--white);
}

.l-section.is--margin-bottom-0 {
  margin-bottom: 0;
}

.l-section.is--margin-bottom-0.is--bg-light-grey-1 {
  background-color: var(--light-grey-1);
}

.l-section.is--margin-0 {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.l-section.is--margin-0.is--bg-light-grey-1 {
  background-color: var(--light-grey-1);
}

.l-section.nav {
  z-index: 100;
  position: absolute;
  inset: 0% 0% auto;
}

.l-section.nav.black {
  position: relative;
}

.l-section.overview {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-i5b58f02c);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.l-section.overview.reportage {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-48d7b0d2);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.l-section.overview.business {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-i3037c02b);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.l-section.overview.reisen {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-6ac5824f);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.l-section._100vh {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-1fcd1abb);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.b-content {
  grid-column-gap: 0px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
}

.b-teaser {
  margin-bottom: 24px;
}

.b-teaser.is--flexbox-center {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
}

.b-teaser__headline {
  color: var(--white);
  text-align: center;
}

.b-teaser__text {
  color: var(--text-color-dark);
  text-align: center;
  align-self: auto;
}

.b-teaser-sub {
  padding-top: 64px;
  padding-bottom: 128px;
}

.l-container-inner {
  border-bottom: 1px solid var(--light-grey-1);
  border-radius: 12px;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px;
  overflow: hidden;
}

.b-content-center {
  grid-column-gap: 64px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: stretch stretch;
  display: grid;
}

.l-container-text {
  text-align: left;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 64px 32px;
}

.link-contact {
  color: var(--text-color-light);
  text-decoration: none;
}

.is--box-shadow {
  box-shadow: 0 1px 1px #0003;
}

.is--margin-bottom-0 {
  margin-bottom: 0;
}

.carousel {
  background-color: #0000;
  justify-content: flex-end;
  align-items: center;
  width: 100vw;
  height: 400px;
}

.carousel.is_contained {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  height: auto;
  min-height: auto;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.section-5 {
  background-color: #303136;
  justify-content: center;
  align-items: center;
  padding-top: 99px;
  padding-bottom: 99px;
  overflow: hidden;
}

.section-5.is_full {
  background-color: var(--light-grey-2);
  background-color: #0000;
  align-items: center;
  height: 100vh;
  min-height: 100vh;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
  position: relative;
}

.img {
  flex: 1;
  width: 100%;
}

.navigation, .close {
  display: none;
}

.b-slider {
  background-color: var(--white);
  height: 100vh;
}

.b-slider__arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 25%;
  display: flex;
}

.l-wrapper {
  margin-left: auto;
  margin-right: auto;
}

.b-slider__content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.b-slider__heading {
  color: var(--white);
  text-align: center;
  text-transform: lowercase;
  font-size: 55px;
  font-weight: 100;
  line-height: 1.1em;
}

.b-slider__heading.smallcaps {
  letter-spacing: 1.5px;
}

.b-nav {
  background-color: #0000;
}

.b-nav__container {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.b-nav__link-item {
  color: var(--white);
  text-transform: lowercase;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.b-nav__link-item.is--last-item {
  padding-right: 0;
}

.b-nav__link-item.smallcaps {
  letter-spacing: 1px;
  padding-top: 10px;
  padding-bottom: 10px;
}

.b-nav__link-item.smallcaps.w--current {
  color: var(--white);
}

.b-nav__link-item.smallcaps.is--last-item {
  border-left: 1px solid var(--white);
  margin-left: 0;
  margin-right: 0;
  padding-left: 16px;
}

.b-nav__link-item.smallcaps.is--last-item.black {
  border-left-color: var(--dark-grey-1);
}

.b-nav__link-item.smallcaps.is--last-item.black.new {
  padding-right: 16px;
}

.b-nav__link-item.smallcaps.is--last-item.black.off {
  display: none;
}

.b-nav__link-item.smallcaps.black {
  color: var(--text-color-dark);
}

.b-nav__link-item.smallcaps.black.w--current {
  font-weight: 600;
}

.b-nav__brand {
  padding-left: 0;
}

.b-nav__brand.w--current {
  flex-direction: column;
  width: 220px;
  display: flex;
}

.b-slider__icon {
  color: var(--white);
  justify-content: center;
  align-items: center;
  font-family: zeitung;
  font-weight: 100;
  display: flex;
}

.b-slider__image {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-i712a3347);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  height: 100vh;
}

.b-slider__image._2 {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-368b772b);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.b-slider__image._3 {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-7e606362);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

.b-slider__image._4 {
  background-image: linear-gradient(#0000004d, #0000004d), var(--image-18149a67);
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
}

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

.collection-list {
  flex-wrap: wrap;
  justify-content: space-between;
  display: flex;
}

.collection-item-2 {
  padding: 8px;
  display: block;
}

.collection-item-2.masonry-item {
  flex: 0 auto;
  width: 33%;
}

.b-nav__button {
  display: none;
}

.b-nav__button-link {
  color: var(--white);
  text-transform: lowercase;
  margin-left: 16px;
  margin-right: 16px;
  padding-left: 0;
  padding-right: 0;
  font-size: 16px;
  font-weight: 300;
  line-height: 20px;
}

.b-nav__button-link.is--last-item {
  padding-right: 0;
}

.b-nav__button-link.smallcaps {
  letter-spacing: 1px;
}

.b-nav__button-link.smallcaps.is--last-item {
  margin-right: 0;
}

.b-nav__span {
  padding-left: 12px;
  font-family: FA Black, sans-serif;
  display: inline-block;
}

.b-nav__mobile {
  display: none;
}

.b-overview {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.b-overview.reportage {
  grid-template-columns: 1fr 1fr;
}

.b-overview__heading {
  color: var(--white);
  text-transform: lowercase;
  font-weight: 100;
}

.b-overview__heading.smallcaps {
  font-size: 40px;
  line-height: 1.5em;
}

.b-intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.b-intro.left-aligned {
  align-items: flex-start;
}

.b-intro__heading {
  text-align: center;
  text-transform: lowercase;
  margin-bottom: 32px;
  font-weight: 100;
}

.b-intro__heading.smallcaps.white {
  color: var(--white);
}

.b-intro__heading.smallcaps.white.is--margin-bottom-0 {
  margin-bottom: 0;
}

.card-2 {
  box-shadow: none;
  color: #b8b9c2;
  background-color: #3f4046;
  background-image: var(--image-i1be92e57);
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.arrow-left-2 {
  width: 10%;
  inset: 0% auto 0% 0%;
}

.carousel-slider-3 {
  padding-left: 5px;
  padding-right: 5px;
}

.carousel-mask3 {
  width: 100%;
  overflow: visible;
}

.arrow-right-3 {
  width: 10%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.container-7 {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}

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

.l-container-3 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 32px;
  padding-right: 32px;
}

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

.rich-text-block p {
  font-weight: 300;
}

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

.rich-text-block.left h3 {
  margin-top: 20px;
  font-size: 24px;
}

.rich-text-block.left ul {
  margin-top: 20px;
  font-size: 16px;
  line-height: 1.5em;
}

.b-teaser__image {
  width: 100%;
  padding-top: 64px;
  padding-bottom: 64px;
}

.b-teaser-content {
  color: var(--white);
  padding: 64px;
}

.b-teaser-content.left {
  padding-left: 64px;
  padding-right: 64px;
}

.l-section-3 {
  margin-bottom: 64px;
  margin-left: 0;
  margin-right: 0;
}

.l-section-3.is--last-item {
  margin-bottom: 0;
}

.b-teaser__background {
  background-color: var(--goldenrod);
  height: 100%;
}

.b-teaser-2 {
  flex-direction: column;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: grid;
}

.b-teaser-content__headline {
  text-align: center;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 16px;
  font-weight: 100;
}

.b-teaser-content__headline.smallcaps {
  margin-bottom: 0;
  font-weight: 200;
}

.div-block-2 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

.div-block-3 {
  background-color: var(--white);
  width: 1px;
  height: 50px;
}

.b-contact__heading {
  padding-bottom: 12px;
}

.b-contact__heading.smallcaps {
  text-transform: lowercase;
}

.b-contact__icon {
  padding-bottom: 12px;
}

.icon-4 {
  color: #d3d3d3;
  padding-left: 7px;
  font-size: 13px;
  font-weight: 400;
}

.icon-4.kontakt {
  color: var(--goldenrod);
  padding-left: 0;
  font-family: FA Black, sans-serif;
  font-size: 24px;
  line-height: 1.5em;
}

.b-contact-2 {
  padding-top: 64px;
  padding-bottom: 64px;
}

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

.div-block-14 {
  flex-direction: column;
  display: flex;
}

.l-container-4 {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 32px;
  padding-left: 32px;
  padding-right: 32px;
}

.b-team {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cards-image {
  object-position: 50% 50%;
  width: 100%;
  max-width: none;
  position: static;
}

.b-team__heading {
  margin-bottom: 8px;
  padding-top: 16px;
}

.b-arrow {
  flex: 0 auto;
}

.b-arrow__backup {
  text-align: center;
  font-size: 32px;
}

.b-intro_paragraph {
  max-width: 700px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.b-intro_paragraph.off {
  display: none;
}

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

.posts-collection-list-wrapper {
  flex: 0 auto;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.posts-collection-list {
  flex-wrap: wrap;
  justify-content: flex-start;
  margin: -25px -10px;
  display: flex;
}

.posts-collection-list.one {
  flex: 0 auto;
  justify-content: center;
}

._3-collection-item {
  flex-wrap: wrap;
  align-content: stretch;
  align-items: stretch;
  width: 33.3333%;
  padding-top: 25px;
  padding-bottom: 25px;
}

._3-collection-item.one {
  flex: 0 auto;
  width: 100%;
}

._3-collection-item.two {
  width: 50%;
}

.posts-image {
  aspect-ratio: 3 / 2;
  object-fit: contain;
  justify-content: flex-start;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.post-info-text {
  flex-wrap: wrap;
  align-content: flex-start;
  align-items: flex-start;
  width: 100%;
  font-weight: 100;
}

.post-title {
  text-decoration: none;
}

.h3 {
  color: #000;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 300;
  line-height: 24px;
}

.h3.smallcaps {
  text-transform: lowercase;
}

.section-title-text {
  color: #999;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 30px;
  padding-left: 0;
  font-size: 10px;
  font-weight: 600;
  line-height: 12px;
  text-decoration: none;
}

.section-title-text:hover {
  text-decoration: none;
}

.section-title-text.team {
  margin-bottom: 8px;
  line-height: 1.5em;
}

.section-title-text.team:hover {
  text-decoration: none;
}

.section-title-text.role {
  color: #333;
  text-transform: uppercase;
  border-bottom: 1px solid #999;
  margin-bottom: 8px;
  padding-bottom: 8px;
}

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

._2-collection-item {
  flex-wrap: wrap;
  align-items: flex-start;
  width: 50%;
  padding-top: 25px;
  padding-bottom: 25px;
}

.h3-2 {
  color: #000;
  text-transform: lowercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 100;
  line-height: 24px;
}

.icon-span {
  color: var(--dark-grey-1);
  margin-left: 5px;
  font-family: FA Black, sans-serif;
  font-size: 13px;
}

.icon-span.white {
  color: var(--white);
}

.logo-bg {
  background-color: var(--white);
  filter: blur(11px);
  display: none;
  position: absolute;
  inset: 0%;
}

.logo-image {
  z-index: 100;
  position: relative;
}

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

.logo-animation {
  width: 250px;
}

.collection-list-wrapper.second {
  padding-top: 64px;
}

.empty-state {
  display: none;
}

.link {
  color: #999;
  font-weight: 600;
  text-decoration: underline;
}

.left-aligned {
  text-align: left;
  max-width: 700px;
  font-size: 18px;
  font-weight: 300;
  line-height: 1.5em;
}

.left-aligned.small {
  text-align: left;
  padding-top: 8px;
  font-size: 12px;
}

.left-aligned.second {
  padding-top: 32px;
}

.subtitle {
  color: var(--black);
  letter-spacing: 1px;
  text-transform: lowercase;
  font-size: 14px;
  font-weight: 600;
}

.subtitle.smallcaps.header {
  padding-left: 2px;
  font-size: 14px;
}

.motto-container {
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 8px 32px;
}

.motto-wrapper {
  border-top: 1px solid var(--light-grey-1);
  border-bottom: 1px solid var(--light-grey-1);
  width: 100%;
}

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

.rl-styleguide-message-fixed {
  z-index: 99;
  background-color: #fff;
  justify-content: space-between;
  align-items: center;
  padding: 1rem 2.5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.rl-styleguide-message-wrapper {
  text-align: left;
  background-color: #e4e2df;
  border-radius: 16px;
  padding: 2.5rem;
}

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

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

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

.rl-styleguide-message {
  text-align: center;
  background-color: #f1f0ee;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
}

.button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

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

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

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

.layout379_card-small, .layout379_card-large {
  border: 1px solid var(--light-grey-1);
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.layout379_card-medium-content {
  flex-direction: column;
  justify-content: center;
  padding: 1.5rem;
  display: flex;
}

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

.layout379_card-medium {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  border: 1px solid var(--light-grey-1);
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: grid;
}

.layout379_card-large-image-wrapper {
  border-bottom: 1px solid var(--light-grey-1);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

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

.layout379_card-small-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 1.5rem;
  display: flex;
}

.layout379_card-medium-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

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

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

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

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

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

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

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

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

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

.layout379_card-large-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  padding: 3rem;
  display: flex;
}

.button-3 {
  border: 1px solid var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  color: var(--\<unknown\|relume-variable-color-neutral-2\>);
  text-align: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
}

.button-3.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

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

.button-3.is-secondary {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
}

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

.text-weight-semibold.smallcaps {
  letter-spacing: .5px;
  font-size: 16px;
}

.overflow-hidden {
  overflow: hidden;
}

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

.margin-huge {
  margin: 6rem;
}

.rl-styleguide_classes {
  display: none;
}

.text-lineheight-tall {
  line-height: 1.7;
}

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

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

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

.icon-xlarge {
  height: 6.5rem;
}

.margin-xxlarge {
  margin: 5rem;
}

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

.image-wrapper-4-3 {
  width: 100%;
  padding-top: 75%;
  position: relative;
}

.button-secondary {
  color: #000;
  text-align: center;
  background-color: #0000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

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

.button-secondary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-secondary.is-alternate {
  color: #fff;
  border-color: #fff;
}

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

.show {
  display: block;
}

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

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

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

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

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

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

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

.rl-styleguide_paste-text {
  color: #00000080;
  text-align: center;
  border: 1px dashed #00000026;
  padding: 1rem;
}

.text-lineheight-none {
  line-height: 1;
}

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

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

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

.text-lineheight-xshort {
  line-height: 1.2;
}

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

.text-lineheight-short {
  line-height: 1.3;
}

.icon-xxsmall {
  height: 1rem;
}

.icon-medium {
  height: 3rem;
}

.form-input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form-input:focus {
  border-color: #000;
}

.form-input::placeholder {
  color: #0009;
}

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

.form-input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

.background-color-white {
  background-color: #fff;
}

.form-radio-label {
  margin-bottom: 0;
}

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

.hide {
  display: none;
}

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

.icon-large {
  height: 5rem;
}

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

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

.button-link {
  color: #000;
  background-color: #0000;
  align-items: center;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
  display: flex;
}

.button-link.is-alternate {
  color: #fff;
}

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

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

.rl-styleguide_shadow-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  height: 8rem;
  padding: 1rem;
  display: flex;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-0 {
  padding: 0;
}

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

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

.padding-xxhuge {
  padding: 10rem;
}

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

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

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

.padding-large {
  padding: 3rem;
}

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

.form-radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

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

.padding-xhuge {
  padding: 7rem;
}

.text-letterspacing-wide {
  letter-spacing: .025em;
}

.padding-huge {
  padding: 6rem;
}

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

.text-letterspacing-xwide {
  letter-spacing: .05em;
}

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

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

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

.text-letterspacing-normal {
  letter-spacing: 0;
}

.rl-styleguide_tutorial-callout {
  grid-column-gap: 2rem;
  background-color: #fff;
  border: 1px solid #000;
  justify-content: space-between;
  align-items: center;
  padding: .75rem .75rem .75rem 1rem;
  display: flex;
}

.margin-0 {
  margin: 0;
}

.padding-xsmall {
  padding: 1rem;
}

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

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

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

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

.text-lineheight-normal {
  line-height: 1.5;
}

.button-tertiary {
  color: #000;
  text-align: center;
  background-color: #f4f4f4;
  border: 1px solid #0000;
  padding: .75rem 1.5rem;
}

.button-tertiary.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

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

.button-tertiary.is-alternate {
  color: #fff;
  background-color: #464646;
  border-color: #464646;
}

.margin-xlarge {
  margin: 4rem;
}

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

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

.rl-styleguide_subheading {
  z-index: 3;
  color: #000;
  background-color: #d3d3d3;
  padding: .25rem .5rem;
  position: sticky;
  top: 2rem;
}

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

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

.text-style-quote {
  border-left: .1875rem solid #000;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.margin-large {
  margin: 3rem;
}

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

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

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.5rem;
}

.button-4.with-icon {
  grid-column-gap: .75rem;
  align-items: center;
  display: flex;
}

.button-4.is-alternate {
  color: #000;
  background-color: #fff;
}

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

.margin-small {
  margin: 1.5rem;
}

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

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

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

.show-tablet {
  display: none;
}

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

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

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

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

.rl-styleguide_callout-link {
  background-color: #fff;
  background-image: linear-gradient(135deg, #ff7448, #ff4848 50%, #6248ff);
  justify-content: space-between;
  align-items: center;
  padding: 1px;
  display: flex;
}

.overflow-scroll {
  overflow: scroll;
}

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

.overflow-auto {
  overflow: auto;
}

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

.text-color-black {
  color: #000;
}

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

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

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

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

.form-field-wrapper {
  position: relative;
}

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

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

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

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

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

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

.text-letterspacing-tight {
  letter-spacing: -.015em;
}

.padding-xlarge {
  padding: 4rem;
}

.image-wrapper-1-1 {
  width: 100%;
  padding-top: 100%;
  position: relative;
}

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

.rl-styleguide_class-label {
  color: #fff;
  white-space: nowrap;
  cursor: context-menu;
  background-color: #0073e6;
  border-radius: 2px;
  padding: .25rem .5rem;
  font-size: .75rem;
  display: inline-block;
}

.rl-styleguide_class-label.html-tags {
  background-color: #be4aa5;
}

.text-lineheight-xtall {
  line-height: 2;
}

.padding-medium {
  padding: 2rem;
}

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

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

.margin-xsmall {
  margin: 1rem;
}

.rl-styleguide_heading {
  z-index: 4;
  color: #fff;
  background-color: #000;
  padding: .25rem .5rem;
  position: sticky;
  top: 0;
}

.text-color-white {
  color: #fff;
}

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

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

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

.background-color-lightgrey {
  background-color: #f4f4f4;
}

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

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

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

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

.margin-medium {
  margin: 2rem;
}

.form-checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  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;
}

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

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

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

.icon-xsmall {
  height: 1.5rem;
}

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

.stylesystem-images_layout {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

.form-checkbox-label {
  margin-bottom: 0;
}

.margin-xhuge {
  margin: 7rem;
}

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

.image-wrapper-16-9 {
  width: 100%;
  padding-top: 56.25%;
  position: relative;
}

.margin-xxhuge {
  margin: 10rem;
}

.image-wrapper-3-2 {
  width: 100%;
  padding-top: 66.66%;
  position: relative;
}

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

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

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

.icon-small {
  height: 2rem;
}

.padding-small {
  padding: 1.5rem;
}

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

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

.styleguide_color-sample {
  padding: 8rem 1.5rem 1.25rem;
}

.styleguide_color-sample.is-lightgrey {
  background-color: #f4f4f4;
}

.styleguide_color-sample.is-white {
  background-color: #fff;
}

.styleguide_color-sample.is-black {
  background-color: #000;
}

.text-letterspacing-xtight {
  letter-spacing: -.03em;
}

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

.smallcaps.partner {
  color: var(--text-color-dark);
  letter-spacing: 1px;
  font-size: 16px;
}

.image-6 {
  width: 14rem;
}

.business_container {
  border-top: 1px solid var(--dark-grey-1);
  width: 100%;
  margin-top: 1rem;
}

.business_item-wrapper {
  border-bottom: 1px solid var(--dark-grey-1);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  min-height: 4rem;
  transition: padding .2s;
  display: flex;
}

.business_item-wrapper:hover {
  background-color: var(--light-grey-1);
  padding-left: 1rem;
  padding-right: 1rem;
}

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

.header36_component {
  grid-column-gap: 0rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

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

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

.header36_image-wrapper {
  overflow: hidden;
}

.header36_image {
  object-fit: cover;
  width: 100%;
  height: 100vh;
  max-height: 60rem;
}

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

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

.rl-styleguide_nav-link {
  color: #fff;
  border-radius: .25rem;
  padding: .5rem 1rem;
  text-decoration: none;
}

.rl-styleguide_nav-link.w--current {
  color: #000;
  background-color: #fff;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

.background-color-secondary {
  background-color: #eee;
}

.background-color-tertiary {
  background-color: #aaa;
}

.background-color-alternative {
  background-color: #000;
}

.text-color-primary, .text-color-secondary {
  color: #000;
}

.text-color-alternate {
  color: #fff;
}

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

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

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

.form_field-wrapper {
  position: relative;
}

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

.form_input {
  color: #000;
  background-color: #fff;
  border: 1px solid #000;
  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: #000;
}

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

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

.form_input.is-select-input {
  background-color: #fff;
  background-image: none;
}

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

.form_checkbox-icon {
  cursor: pointer;
  border: 1px solid #000;
  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-label {
  margin-bottom: 0;
}

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

.form_radio-icon {
  cursor: pointer;
  border: 1px solid #000;
  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-label {
  margin-bottom: 0;
}

.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-wrapper {
  margin-top: 1rem;
  padding: 0;
}

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

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

.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-height-xxsmall {
  height: 1rem;
}

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

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

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

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

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

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

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

.tag {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  background-color: #eee;
  border: 1px #eee;
  justify-content: center;
  align-items: center;
  padding: .25rem .5rem;
  font-size: .875rem;
  font-weight: 600;
  text-decoration: none;
  display: inline-flex;
}

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

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

.rl-styleguide_empty-box {
  z-index: -1;
  background-color: #eee;
  min-width: 3rem;
  height: 3rem;
  position: relative;
}

.rl-styleguide_spacing {
  border: 1px dashed #000;
}

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

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

.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_spacing-all {
  display: none;
}

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

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

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

.rl-styleguide_ratio-bg {
  z-index: -1;
  background-color: #eee;
  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;
}

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

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

.layout19_content-left {
  max-width: 80%;
}

.layout19_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

.layout19_image {
  aspect-ratio: 1;
  filter: none;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

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

.layout210_image-wrapper {
  border-radius: 0;
  overflow: hidden;
}

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

.layout210_content-right {
  max-width: 80%;
}

.layout210_list {
  list-style-type: decimal;
}

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

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

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

  .l-container.overview {
    height: 100%;
    padding: 0;
    overflow: visible;
  }

  .section {
    margin-bottom: 32px;
  }

  .b-content-wrap {
    align-self: auto;
    width: 100%;
  }

  .b-content-wrap.background-white.flush-center.is--box-shadow {
    width: 100vh;
  }

  .grid-inner-3-column.kontakt {
    grid-template-columns: 1fr;
  }

  .l-section.overview {
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .l-section.overview.reportage, .l-section.overview.business, .l-section.overview.reisen {
    background-image: linear-gradient(#0000004d, #0000004d);
    background-position: 0 0;
    background-repeat: repeat;
    background-size: auto;
  }

  .b-content {
    grid-row-gap: 0px;
    background-image: var(--image-i1be92e57);
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    grid-template-columns: 1fr;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 50vh;
    display: flex;
  }

  .b-content._1 {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-i5b58f02c);
    background-position: 0 0, 50% 20%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._1.reportage {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-48d7b0d2);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._1.business {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-18149a67);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._1.reisen {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-6ac5824f);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._2 {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-i5b9f65b1);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._2.reportage.re {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-64c18ef6);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._2.business {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-574d464b);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._2.reisen {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-77386c6b);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._3 {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-c040aa5);
    background-position: 0 0, 50% 0;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content-center {
    grid-column-gap: 24px;
    grid-template-columns: 1fr;
  }

  .navigation {
    z-index: 9999;
    background-color: var(--light-grey-1);
    display: none;
    position: fixed;
    inset: 0%;
  }

  .close {
    padding: 16px;
    display: block;
    position: static;
    inset: 16px 16px auto auto;
  }

  .close.openmenu {
    z-index: 2147483647;
    position: absolute;
  }

  .b-slider__arrow {
    width: 50%;
    height: 120px;
    inset: auto 0% 40px auto;
  }

  .b-slider__arrow.left {
    inset: auto auto 40px 0%;
  }

  .b-slider__content {
    width: auto;
  }

  .b-slider__heading {
    font-size: 44px;
  }

  .b-nav__menu {
    display: none;
  }

  .b-nav__menu.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .b-nav__link-item.smallcaps.is--last-item.mobile {
    border-left-style: none;
    margin-left: 16px;
    margin-right: 16px;
    padding-left: 0;
  }

  .b-nav__link-item.smallcaps.mobile {
    color: var(--text-color-dark);
  }

  .b-slider__image {
    width: auto;
  }

  .collection-item-2.masonry-item {
    width: 50%;
  }

  .b-nav__button {
    padding-top: 10px;
    padding-bottom: 10px;
    display: block;
  }

  .b-nav__button.mobile {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    height: 120px;
    padding-right: 32px;
    display: flex;
    position: absolute;
    inset: 0% 0% auto auto;
  }

  .b-nav__button-link.smallcaps.is--last-item.black {
    color: var(--text-color-dark);
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    display: flex;
  }

  .b-nav__button-link.smallcaps.mobile {
    color: var(--text-color-dark);
  }

  .b-nav__span {
    padding-top: 2px;
  }

  .b-nav__mobile {
    z-index: 9999;
    background-color: var(--white);
    justify-content: center;
    align-items: center;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .b-overview {
    grid-row-gap: 0px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    height: 100%;
  }

  .b-overview.reportage {
    grid-template-columns: 1fr;
  }

  .carousel-slider-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .carousel-mask3 {
    width: 100%;
  }

  .l-container-3 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .l-container-3.teaser {
    padding-left: 0;
    padding-right: 0;
  }

  .b-teaser__image {
    padding: 0 48px;
  }

  .b-teaser-content {
    padding: 32px 48px;
  }

  .b-teaser-content.left {
    padding-left: 48px;
    padding-right: 48px;
  }

  .b-teaser-2 {
    grid-row-gap: 0px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .b-contact__container {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
  }

  .l-container-4 {
    padding-left: 48px;
    padding-right: 48px;
  }

  .b-team {
    grid-template-columns: 1fr 1fr 1fr;
  }

  ._3-collection-item.one {
    width: 100%;
  }

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

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

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

  .layout379_card-small-content {
    padding: 2rem;
  }

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

  .layout379_row {
    grid-template-columns: 1fr 1fr;
  }

  .layout379_card-large-content {
    padding: 2rem;
  }

  .margin-huge {
    margin: 5rem;
  }

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

  .margin-xxlarge {
    margin: 4.5rem;
  }

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

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

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

  .hide-tablet {
    display: none;
  }

  .padding-xxlarge {
    padding: 4.5rem;
  }

  .padding-xxhuge {
    padding: 7.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-huge {
    padding: 5rem;
  }

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

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

  .margin-xlarge {
    margin: 3.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .show-tablet {
    display: block;
  }

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

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

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

  .padding-xlarge {
    padding: 3.5rem;
  }

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

  .heading-xxlarge {
    font-size: 3.25rem;
  }

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

  .margin-xhuge {
    margin: 6rem;
  }

  .heading-large {
    font-size: 2.25rem;
  }

  .margin-xxhuge {
    margin: 7.5rem;
  }

  .heading-xlarge {
    font-size: 2.75rem;
  }

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

  .header36_content {
    margin-left: 5%;
    margin-right: 5%;
  }

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

  .header36_image {
    height: auto;
    max-height: none;
  }

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

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

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

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

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

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

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

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

  .layout19_content-left {
    max-width: 100%;
  }

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

  .layout210_content-right {
    max-width: 100%;
  }

  .cta13_content {
    grid-column-gap: 3rem;
    grid-row-gap: 2rem;
  }
}

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

  .l-container {
    border-radius: 0;
    padding-left: 16px;
    padding-right: 16px;
  }

  .l-container.grid {
    grid-template-columns: 1fr;
  }

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

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

  .nav-menu {
    background-color: var(--white);
  }

  .icon-hamburger {
    color: var(--white);
  }

  .b-content {
    height: 100vh;
  }

  .b-content._1.reportage, .b-content._1.business {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-48d7b0d2);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .b-content._1.business {
    background-image: linear-gradient(#0000004d, #0000004d), var(--image-18149a67);
    background-position: 0 0, 50%;
    background-repeat: repeat, no-repeat;
    background-size: auto, cover;
  }

  .collection-item-2.masonry-item {
    width: 100%;
  }

  .b-nav__button.mobile {
    padding-right: 16px;
  }

  .carousel-slider-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .carousel-mask3 {
    width: 100%;
  }

  .l-container-3 {
    border-radius: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .l-container-3.teaser {
    padding-left: 0;
    padding-right: 0;
  }

  .b-teaser__image {
    margin-left: auto;
    margin-right: auto;
    padding-left: 32px;
    padding-right: 32px;
  }

  .b-teaser-content {
    padding-bottom: 32px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .b-teaser-content.left {
    padding-left: 32px;
    padding-right: 32px;
  }

  .l-section-3 {
    margin-left: 0;
    margin-right: 0;
  }

  .l-container-4 {
    border-radius: 0;
    padding-left: 32px;
    padding-right: 32px;
  }

  .b-team {
    grid-template-columns: 1fr 1fr;
  }

  ._3-collection-item, ._3-collection-item.two, ._2-collection-item {
    width: 100%;
  }

  .motto-container {
    padding-left: 16px;
    padding-right: 16px;
  }

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

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

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

  .layout379_card-small {
    grid-template-columns: 1fr;
  }

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

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

  .layout379_card-small-content {
    padding: 1.5rem;
  }

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

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

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

  .layout379_card-large-content {
    padding: 1.5rem;
  }

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

  .margin-huge {
    margin: 3.5rem;
  }

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

  .margin-xxlarge {
    margin: 3rem;
  }

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

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

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

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

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-xxhuge {
    padding: 5rem;
  }

  .padding-large {
    padding: 2rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

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

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

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

  .margin-xlarge {
    margin: 2.5rem;
  }

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

  .heading-small {
    font-size: 1.25rem;
  }

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

  .margin-large {
    margin: 2rem;
  }

  .margin-small {
    margin: 1.25rem;
  }

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

  .heading-xsmall {
    font-size: 1.125rem;
  }

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

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

  .show-mobile-landscape {
    display: block;
  }

  .padding-xlarge {
    padding: 2.5rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

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

  .heading-xxlarge {
    font-size: 2.5rem;
  }

  .margin-medium {
    margin: 1.5rem;
  }

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

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

  .margin-xhuge {
    margin: 4rem;
  }

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

  .margin-xxhuge {
    margin: 5rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .padding-small {
    padding: 1.25rem;
  }

  .header36_component {
    padding-top: 4rem;
  }

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

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

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

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

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

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

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

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

  .layout19_content, .layout210_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .cta13_content {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }
}

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

  h2 {
    font-size: 20px;
    line-height: 1.5em;
  }

  .l-container.flush-center.border-bottom-light-grey-1.last {
    padding-bottom: 64px;
  }

  .l-container.gallery {
    padding-top: 0;
  }

  .l-container.heading {
    padding-bottom: 0;
  }

  .b-content-wrap.team {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .logo {
    padding-left: 16px;
    padding-right: 16px;
  }

  .l-section._100vh {
    height: 50vh;
  }

  .b-content {
    grid-template-columns: 1fr;
    height: 50vh;
  }

  .b-content._1.reportage, .b-content._1.business, .b-content._1.business, .b-content._1.reisen {
    background-image: linear-gradient(to bottom, null, null), var(--image-48d7b0d2);
    background-position: 0 0, 50% 0;
  }

  .b-teaser.is--flexbox-center {
    text-align: left;
  }

  .l-container-inner {
    padding: 32px;
  }

  .b-content-center {
    grid-template-columns: 1fr;
  }

  .l-container-text {
    padding: 32px;
  }

  .carousel.is_contained {
    padding-bottom: 0;
  }

  .section-5.is_full {
    background-color: var(--text-color-light);
    background-color: #0000;
  }

  .b-slider {
    background-color: var(--white);
  }

  .b-slider__content {
    display: flex;
  }

  .b-slider__heading {
    font-size: 20px;
  }

  .b-nav__container {
    justify-content: space-between;
  }

  .b-slider__icon {
    justify-content: center;
    align-items: center;
    padding-top: 0;
    display: flex;
    inset: 0% 0% 0% auto;
  }

  .b-slider__image {
    background-image: linear-gradient(to bottom, null, null), var(--image-i768f32a9);
  }

  .b-intro__heading.smallcaps {
    text-align: left;
    font-size: 20px;
  }

  .carousel-slider-3 {
    padding-left: 5px;
    padding-right: 5px;
  }

  .carousel-mask3 {
    width: 100%;
  }

  .l-container-3, .b-teaser__image, .b-teaser-content, .b-teaser-content.left {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-contact__container {
    grid-row-gap: 32px;
  }

  .l-container-4 {
    padding-left: 24px;
    padding-right: 24px;
  }

  .b-team {
    grid-template-columns: 1fr;
  }

  .b-intro_paragraph {
    font-size: 14px;
  }

  .h3 {
    text-transform: lowercase;
  }

  .h3.smallcaps {
    font-weight: 100;
  }

  .left-aligned {
    font-size: 14px;
  }

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

  .layout379_card-large {
    flex-direction: column;
    display: flex;
  }

  .layout379_card-medium-content {
    display: block;
  }

  .layout379_card-medium {
    flex-direction: column;
    display: flex;
  }

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

  .layout379_row {
    grid-template-columns: 1fr;
  }

  .layout379_card-large-content {
    display: block;
  }

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

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

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

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

  .show-mobile-portrait {
    display: block;
  }

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

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

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

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

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

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

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

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

  .stylesystem-images_layout, .header36_component, .layout19_content, .layout210_content, .cta13_content {
    grid-template-columns: 1fr;
  }
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c4d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c4f-24d097b2 {
  justify-self: center;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c63-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c64-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c68-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c69-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c6d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c6e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c72-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c73-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c77-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c78-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c7c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c7d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c87-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c88-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c8c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c8d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c91-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c92-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c96-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c97-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c9b-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82c9c-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ca0-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ca1-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cab-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cac-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cb0-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cb1-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cb5-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cb6-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cba-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cbb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cc4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cc5-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cce-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ccf-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ce1-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ce2-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ce6-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ce7-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ceb-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cec-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cf0-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cf1-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cf5-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82cf6-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d00-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d01-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d05-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d06-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d0a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d0b-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d0f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d10-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d14-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d15-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d19-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d1a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d25-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d26-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d2a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d2b-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d2f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d30-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d34-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d35-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d39-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d3a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d3e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d3f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d43-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d44-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d48-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d49-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d4d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d4e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d52-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d53-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d5d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d5e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d62-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d63-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d67-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d68-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d6f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82d70-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82db1-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82db4-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82db5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82db8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82db9-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dbc-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dc0-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dc1-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dc4-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dc5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dc8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dcf-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dd0-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dd5-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dd6-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dda-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ddb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ddf-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82de0-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82de4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82de5-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82df5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82df8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82df9-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dfc-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82dfd-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e00-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e01-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e05-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e08-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e09-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e0c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e0d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e10-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e18-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e19-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e1a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e1c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e1f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e20-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e21-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e25-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e28-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e29-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e2a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e2e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e32-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e33-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e39-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e3c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e3d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e3e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e42-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e45-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e46-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e47-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e4d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e51-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e52-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e56-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e59-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e5e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e5f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e60-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e64-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e67-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e68-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e69-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e6f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e72-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e73-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e74-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e7a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e7d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e7e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e7f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e87-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e8a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e8b-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e8c-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e98-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e99-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e9a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82e9e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ea3-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ea4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ea5-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eab-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eb0-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eb1-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eb2-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eb8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ebd-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ebe-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ebf-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ec7-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ecd-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ece-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ed4-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ed9-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eda-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82edb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82edf-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ee2-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ee3-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ee4-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eea-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eed-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eee-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82eef-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ef5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ef8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ef9-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82efa-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f02-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f05-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f06-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f07-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f0d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f10-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f11-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f12-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f1a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f1e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f1f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f25-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f2e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f2f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f30-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f31-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f33-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f36-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f3a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f3b-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f3c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f45-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f46-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f47-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f50-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f51-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f52-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f53-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f59-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f5a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f5b-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f5c-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f5e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f62-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f63-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f64-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f65-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f67-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f70-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f77-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f78-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f79-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f7a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f7c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f7f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f83-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f84-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f85-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f8e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f8f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f90-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f99-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f9a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f9b-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82f9c-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fa2-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fa3-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fa4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fa5-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fa7-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fab-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fac-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fad-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fae-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82fb0-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ffd-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b82ffe-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83003-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83004-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8300c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8300d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83014-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83015-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83046-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8304a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8304b-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8304d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8304f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83050-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83052-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83054-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83055-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83057-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83059-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8305a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8305c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8305e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8305f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83061-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83063-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83064-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83066-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83068-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8306a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8306c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8306e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8306f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83071-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83072-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83074-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83075-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83077-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83078-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8307a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8307b-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8307d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8307e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83080-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83081-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83083-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83089-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8308d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8308e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83090-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83092-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83093-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83095-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83097-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83098-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8309a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8309c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8309d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8309f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830a1-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830a2-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830a4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830a6-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830a7-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830a9-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ab-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ac-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ae-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830b0-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830b1-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830b3-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830b5-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830b6-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830b8-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ba-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830bb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830bd-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830bf-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830c0-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830c2-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830c7-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830cb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830cd-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830d0-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830d5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830da-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830df-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830e4-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830eb-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ec-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ee-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830ef-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830f1-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830f2-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830f4-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830f5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830f7-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830f8-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830fa-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830fb-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b830fd-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b830fe-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83100-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83101-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83103-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83104-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83106-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83107-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83109-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8310a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8310c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8310d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8310f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83110-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83112-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83113-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83115-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83116-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83118-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83119-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8311b-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8311c-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8311e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8311f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83121-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83122-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83124-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83125-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83127-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83128-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8312a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8312b-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8312d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8312e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83130-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83131-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83133-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83134-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83136-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83137-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83139-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8313a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8313c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8313d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8313f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83140-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83142-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83143-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83148-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8314c-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8314e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83151-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83156-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8315b-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83160-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83165-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8316c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8316d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8316f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83170-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83172-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83173-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83175-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83176-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83178-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83179-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8317b-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8317c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8317e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8317f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83181-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83182-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83184-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83185-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83187-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83188-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8318a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8318b-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8318d-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8318e-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83190-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83191-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83193-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83194-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83196-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83197-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83199-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8319a-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8319c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8319d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8319f-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a0-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a2-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a3-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a6-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a8-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831a9-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ab-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ac-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ae-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831af-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831b1-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831b2-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831b4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831b5-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831b7-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831b8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ba-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831bb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831bd-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831be-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831c0-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831c1-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831c3-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831c4-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831c9-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831cc-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831cd-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831cf-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d0-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d2-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d3-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d5-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d6-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d8-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831d9-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831db-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831dc-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831de-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831df-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831e1-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831e2-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831e4-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831e5-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831e7-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831e8-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ea-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831eb-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ed-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ee-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f0-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f1-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f3-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f4-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f6-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f7-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831f9-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831fa-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b831fc-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831fd-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b831ff-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83200-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83202-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83203-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83205-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83206-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83208-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83209-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8320b-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b8320c-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b832fe-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83302-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83303-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83307-24d097b2, #w-node-_433482d1-4767-cf2c-95c5-d6ad29b83309-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8330a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8330e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8330f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83313-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83314-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83318-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83319-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8331d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8331e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83322-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83323-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83327-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83328-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8332c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8332d-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83331-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83332-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83336-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83337-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8333a-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8333b-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8333f-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83340-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83344-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83345-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83349-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8334a-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8334e-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8334f-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83353-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83354-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83358-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83359-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8335d-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8335e-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83362-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83363-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83367-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b83368-24d097b2 {
  justify-self: start;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8336c-24d097b2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_433482d1-4767-cf2c-95c5-d6ad29b8336d-24d097b2 {
  justify-self: start;
}

#w-node-_6649ff92-c63d-78b6-d6bd-40732994a227-19b0718c {
  grid-area: 1 / 2 / 4 / 7;
}

#w-node-_6649ff92-c63d-78b6-d6bd-40732994a228-19b0718c {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_6649ff92-c63d-78b6-d6bd-40732994a229-19b0718c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_730e242c-1b01-9b39-ed2e-606270e7b28c-19b0718c {
  grid-area: 1 / 1 / 4 / 6;
}

#w-node-_730e242c-1b01-9b39-ed2e-606270e7b28d-19b0718c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-_730e242c-1b01-9b39-ed2e-606270e7b28e-19b0718c {
  grid-area: 1 / 1 / 4 / 4;
}

#w-node-_2e27ec83-53bd-ad81-97ac-f46b6be82f94-19b0718c {
  grid-area: 1 / 2 / 4 / 7;
}

#w-node-_2e27ec83-53bd-ad81-97ac-f46b6be82f95-19b0718c {
  grid-area: 2 / 1 / 3 / 4;
}

#w-node-_2e27ec83-53bd-ad81-97ac-f46b6be82f96-19b0718c {
  grid-area: 2 / 4 / 3 / 7;
}

#w-node-e5e2dfc1-8e02-1b83-f465-d863a74f9bf1-07c2a1da {
  place-self: center start;
}

#w-node-fd43654b-e486-434c-f9e7-4eff5782b012-bbd950b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fd43654b-e486-434c-f9e7-4eff5782b013-bbd950b6 {
  grid-area: 1 / 1 / 3 / 3;
}

#w-node-fd43654b-e486-434c-f9e7-4eff5782b014-bbd950b6 {
  align-self: start;
}

#w-node-fd43654b-e486-434c-f9e7-4eff5782b048-bbd950b6 {
  grid-area: span 1 / span 2 / span 1 / span 2;
}

#w-node-fd43654b-e486-434c-f9e7-4eff5782b049-bbd950b6 {
  align-self: start;
}

#w-node-_20ad0801-0cca-323d-a081-1b007195a026-a5fca81b {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_6649ff92-c63d-78b6-d6bd-40732994a227-19b0718c {
    grid-area: 2 / 1 / 4 / 7;
  }

  #w-node-_6649ff92-c63d-78b6-d6bd-40732994a228-19b0718c {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_6649ff92-c63d-78b6-d6bd-40732994a229-19b0718c {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_730e242c-1b01-9b39-ed2e-606270e7b28c-19b0718c {
    grid-area: 2 / 1 / 4 / 7;
  }

  #w-node-_730e242c-1b01-9b39-ed2e-606270e7b28d-19b0718c {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_730e242c-1b01-9b39-ed2e-606270e7b28e-19b0718c {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_2e27ec83-53bd-ad81-97ac-f46b6be82f94-19b0718c {
    grid-area: 2 / 1 / 4 / 7;
  }

  #w-node-_2e27ec83-53bd-ad81-97ac-f46b6be82f95-19b0718c {
    grid-area: 1 / 1 / 3 / 7;
  }

  #w-node-_2e27ec83-53bd-ad81-97ac-f46b6be82f96-19b0718c {
    grid-area: 3 / 1 / 4 / 7;
  }

  #w-node-_20ad0801-0cca-323d-a081-1b007195a026-a5fca81b {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e93-4a21632d, #w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e95-4a21632d, #w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e9e-4a21632d {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08d0a599-91c0-ceae-e557-d2196dbc9ea0-4a21632d {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-_3248c762-c5d8-ef46-cb04-f71a1747275e-07c2a1da {
    grid-area: 1 / 1 / 2 / 2;
  }

  #w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e9e-4a57c97b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_08d0a599-91c0-ceae-e557-d2196dbc9ea0-4a57c97b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-e0189ac2-a134-45b5-d2b3-807ebc3692c1-4a57c97b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0189ac2-a134-45b5-d2b3-807ebc3692c3-4a57c97b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    align-self: start;
  }

  #w-node-fd43654b-e486-434c-f9e7-4eff5782b013-bbd950b6, #w-node-fd43654b-e486-434c-f9e7-4eff5782b048-bbd950b6 {
    grid-column: span 2 / span 2;
  }

  #w-node-ed594a88-79e6-d414-3849-d6c431600246-a5fca81b, #w-node-_04dd47e6-eea8-43d5-a33c-6bde733c3691-a5fca81b {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #telefon.w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e84-4a21632d, #e-mail.w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e8f-4a21632d, #adresse.w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e9a-4a21632d, #telefon.w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e84-4a57c97b, #adresse.w-node-_08d0a599-91c0-ceae-e557-d2196dbc9e9a-4a57c97b, #adresse.w-node-e0189ac2-a134-45b5-d2b3-807ebc3692c0-4a57c97b, #w-node-fd43654b-e486-434c-f9e7-4eff5782b013-bbd950b6, #w-node-fd43654b-e486-434c-f9e7-4eff5782b048-bbd950b6 {
    grid-column: span 1 / span 1;
  }
}


@font-face {
  font-family: '_Libre-Franklin';
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.woff2") format('woff2'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.eot") format('embedded-opentype'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.woff") format('woff'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200italic.ttf") format('truetype');
  font-weight: 200;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '_Libre-Franklin';
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.woff2") format('woff2'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.eot") format('embedded-opentype'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.woff") format('woff'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-200.ttf") format('truetype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '_Libre-Franklin';
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.woff2") format('woff2'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.eot") format('embedded-opentype'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.woff") format('woff'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600.ttf") format('truetype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: '_Libre-Franklin';
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.woff2") format('woff2'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.eot") format('embedded-opentype'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.woff") format('woff'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-600italic.ttf") format('truetype');
  font-weight: 600;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '_Libre-Franklin';
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.woff2") format('woff2'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.eot") format('embedded-opentype'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.woff") format('woff'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-italic.ttf") format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: '_Libre-Franklin';
  src: url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.woff2") format('woff2'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.eot") format('embedded-opentype'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.woff") format('woff'), url("/assets/fonts/libre-franklin-v4-latin-ext_latin-regular.ttf") format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Flaticon';
  src: url("/assets/fonts/icomoon.woff") format('woff');
  font-weight: 400;
  font-style: normal;
  font-display: auto;
}
@font-face {
  font-family: 'FA Black';
  src: url("/assets/fonts/font-awesome-5-free-solid-900.otf") format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: auto;
}